Activity log for bug #1894613

Date Who What changed Old value New value Message
2020-09-07 09:13:35 Colin Ian King bug added bug
2020-09-07 09:14:05 Colin Ian King bug task added linux (Ubuntu)
2020-09-07 09:14:14 Colin Ian King linux (Ubuntu): importance Undecided High
2020-09-07 09:14:17 Colin Ian King ubuntu-kernel-tests: importance Undecided High
2020-09-07 09:30:09 Ubuntu Kernel Bot linux (Ubuntu): status New Incomplete
2020-09-07 09:30:10 Ubuntu Kernel Bot tags groovy
2020-09-17 15:23:42 Colin Ian King linux (Ubuntu): assignee Colin Ian King (colin-king)
2020-09-17 15:23:45 Colin Ian King linux (Ubuntu): status Incomplete In Progress
2020-09-18 14:35:40 Colin Ian King bug watch added https://bugzilla.kernel.org/show_bug.cgi?id=209317
2020-10-28 10:42:04 Colin Ian King description 5.8.0-1-generic (buildd@riscv64-qemu-lcy01-015) (gcc (Ubuntu 10.2.0-5ubuntu2) 10.2.0, GNU ld (GNU Binutils for Ubuntu) 2.35) #1-Ubuntu SMP Thu Aug 27 19:51:38 UTC 2020 (Ubuntu 5.8.0-1.1-generic 5.8.4 18:30:06 DEBUG| [stdout] # selftests: ftrace: ftracetest^M^M 18:30:07 DEBUG| [stdout] # === Ftrace unit tests ===^M^M 18:30:10 DEBUG| [stdout] # [1] Basic trace file check [PASS]^M^M [17433.113458] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.113533] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.113552] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.113573] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.113591] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.114290] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.114306] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.114315] Oops [#1]^M^M [17433.114630] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.114690] Modules linked in: virtio_rng binfmt_misc uio_pdrv_genirq uio drm sch_fq_codel drm_panel_orientation_quirks backlight ip_tables x_tables autofs4 virtio_net net_failover virtio_blk failover [last unloaded: signpost]^M^M [17433.115296] CPU: 1 PID: 15 Comm: migration/1 Tainted: G W OE 5.8.0-1-generic #1-Ubuntu^M^M [17433.115419] epc: 0000000000000000 ra : 0000000000000000 sp : ffffffe1f5c67d90^M^M [17433.115442] gp : ffffffe001722298 tp : ffffffe1f5c3ae00 t0 : 0000000000000000^M^M [17433.115459] t1 : 0000000000006000 t2 : 00000000000bbc00 s0 : 0000000000000022^M^M [17433.115475] s1 : ffffffe0002b7c12 a0 : ffffffe000963a64 a1 : 0000000000000022^M^M [17433.115491] a2 : 0000000000000000 a3 : 0000000000000000 a4 : 0000000000000000^M^M [17433.115507] a5 : ffffffe1fec95580 a6 : 00000000000000ff a7 : 0000000000000001^M^M [17433.115523] s2 : 0000000000000001 s3 : ffffffe00009d580 s4 : ffffffe001724210^M^M [17433.115540] s5 : ffffffe1fec9a3b8 s6 : ffffffffffffffff s7 : 0000000000000001^M^M [17433.115556] s8 : ffffffe0016f07cb s9 : ffffffe1e909bb80 s10: ffffffe0002b7ba6^M^M [17433.115573] s11: ffffffe1e909bba8 t3 : 000000000000006c t4 : 00000000002c73ba^M^M [17433.115586] t5 : 00000000001f7fa8 t6 : ffffffe000c02d1c^M^M [17433.115603] status: 0000000000000120 badaddr: 0000000000000000 cause: 000000000000000c^M^M == SRU Groovy == Running the ftrace self tests results in null pointer dereference oops on RISC-V and also on ARM64. == Fix == Upstream commit https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?id=4230e2deaa484b385aa01d598b2aea8e7f2660a6 == Testcase == Run the kernel ftrace selftest. Without the fix ftrace oopses on RISC-V and ARM64 and can also hang on ARM64 too. With the fix, tests run without oopsing or hanging. == Regression Potential == This fix marks two functions as notrace, so the functionality of the functions is not actually altered so the risk is negligible. The only chage is the the functions are no longer traceable via ftrace, which is the desired operation. ----------------- 5.8.0-1-generic (buildd@riscv64-qemu-lcy01-015) (gcc (Ubuntu 10.2.0-5ubuntu2) 10.2.0, GNU ld (GNU Binutils for Ubuntu) 2.35) #1-Ubuntu SMP Thu Aug 27 19:51:38 UTC 2020 (Ubuntu 5.8.0-1.1-generic 5.8.4 18:30:06 DEBUG| [stdout] # selftests: ftrace: ftracetest^M^M 18:30:07 DEBUG| [stdout] # === Ftrace unit tests ===^M^M 18:30:10 DEBUG| [stdout] # [1] Basic trace file check [PASS]^M^M [17433.113458] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.113533] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.113552] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.113573] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.113591] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.114290] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.114306] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.114315] Oops [#1]^M^M [17433.114630] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.114690] Modules linked in: virtio_rng binfmt_misc uio_pdrv_genirq uio drm sch_fq_codel drm_panel_orientation_quirks backlight ip_tables x_tables autofs4 virtio_net net_failover virtio_blk failover [last unloaded: signpost]^M^M [17433.115296] CPU: 1 PID: 15 Comm: migration/1 Tainted: G W OE 5.8.0-1-generic #1-Ubuntu^M^M [17433.115419] epc: 0000000000000000 ra : 0000000000000000 sp : ffffffe1f5c67d90^M^M [17433.115442] gp : ffffffe001722298 tp : ffffffe1f5c3ae00 t0 : 0000000000000000^M^M [17433.115459] t1 : 0000000000006000 t2 : 00000000000bbc00 s0 : 0000000000000022^M^M [17433.115475] s1 : ffffffe0002b7c12 a0 : ffffffe000963a64 a1 : 0000000000000022^M^M [17433.115491] a2 : 0000000000000000 a3 : 0000000000000000 a4 : 0000000000000000^M^M [17433.115507] a5 : ffffffe1fec95580 a6 : 00000000000000ff a7 : 0000000000000001^M^M [17433.115523] s2 : 0000000000000001 s3 : ffffffe00009d580 s4 : ffffffe001724210^M^M [17433.115540] s5 : ffffffe1fec9a3b8 s6 : ffffffffffffffff s7 : 0000000000000001^M^M [17433.115556] s8 : ffffffe0016f07cb s9 : ffffffe1e909bb80 s10: ffffffe0002b7ba6^M^M [17433.115573] s11: ffffffe1e909bba8 t3 : 000000000000006c t4 : 00000000002c73ba^M^M [17433.115586] t5 : 00000000001f7fa8 t6 : ffffffe000c02d1c^M^M [17433.115603] status: 0000000000000120 badaddr: 0000000000000000 cause: 000000000000000c^M^M
2020-10-28 10:42:15 Colin Ian King description == SRU Groovy == Running the ftrace self tests results in null pointer dereference oops on RISC-V and also on ARM64. == Fix == Upstream commit https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?id=4230e2deaa484b385aa01d598b2aea8e7f2660a6 == Testcase == Run the kernel ftrace selftest. Without the fix ftrace oopses on RISC-V and ARM64 and can also hang on ARM64 too. With the fix, tests run without oopsing or hanging. == Regression Potential == This fix marks two functions as notrace, so the functionality of the functions is not actually altered so the risk is negligible. The only chage is the the functions are no longer traceable via ftrace, which is the desired operation. ----------------- 5.8.0-1-generic (buildd@riscv64-qemu-lcy01-015) (gcc (Ubuntu 10.2.0-5ubuntu2) 10.2.0, GNU ld (GNU Binutils for Ubuntu) 2.35) #1-Ubuntu SMP Thu Aug 27 19:51:38 UTC 2020 (Ubuntu 5.8.0-1.1-generic 5.8.4 18:30:06 DEBUG| [stdout] # selftests: ftrace: ftracetest^M^M 18:30:07 DEBUG| [stdout] # === Ftrace unit tests ===^M^M 18:30:10 DEBUG| [stdout] # [1] Basic trace file check [PASS]^M^M [17433.113458] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.113533] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.113552] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.113573] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.113591] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.114290] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.114306] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.114315] Oops [#1]^M^M [17433.114630] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.114690] Modules linked in: virtio_rng binfmt_misc uio_pdrv_genirq uio drm sch_fq_codel drm_panel_orientation_quirks backlight ip_tables x_tables autofs4 virtio_net net_failover virtio_blk failover [last unloaded: signpost]^M^M [17433.115296] CPU: 1 PID: 15 Comm: migration/1 Tainted: G W OE 5.8.0-1-generic #1-Ubuntu^M^M [17433.115419] epc: 0000000000000000 ra : 0000000000000000 sp : ffffffe1f5c67d90^M^M [17433.115442] gp : ffffffe001722298 tp : ffffffe1f5c3ae00 t0 : 0000000000000000^M^M [17433.115459] t1 : 0000000000006000 t2 : 00000000000bbc00 s0 : 0000000000000022^M^M [17433.115475] s1 : ffffffe0002b7c12 a0 : ffffffe000963a64 a1 : 0000000000000022^M^M [17433.115491] a2 : 0000000000000000 a3 : 0000000000000000 a4 : 0000000000000000^M^M [17433.115507] a5 : ffffffe1fec95580 a6 : 00000000000000ff a7 : 0000000000000001^M^M [17433.115523] s2 : 0000000000000001 s3 : ffffffe00009d580 s4 : ffffffe001724210^M^M [17433.115540] s5 : ffffffe1fec9a3b8 s6 : ffffffffffffffff s7 : 0000000000000001^M^M [17433.115556] s8 : ffffffe0016f07cb s9 : ffffffe1e909bb80 s10: ffffffe0002b7ba6^M^M [17433.115573] s11: ffffffe1e909bba8 t3 : 000000000000006c t4 : 00000000002c73ba^M^M [17433.115586] t5 : 00000000001f7fa8 t6 : ffffffe000c02d1c^M^M [17433.115603] status: 0000000000000120 badaddr: 0000000000000000 cause: 000000000000000c^M^M == SRU Groovy == Running the ftrace self tests results in null pointer dereference oops on RISC-V and also on ARM64. == Fix == Upstream commit https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?id=4230e2deaa484b385aa01d598b2aea8e7f2660a6 == Testcase == Run the kernel ftrace selftest. Without the fix ftrace oopses on RISC-V and ARM64 and can also hang on ARM64 too. With the fix, tests run without oopsing or hanging. == Regression Potential == This fix marks two functions as notrace, so the functionality of the functions is not actually altered so the risk is negligible. The only chage is the the functions are no longer traceable via ftrace, which is the desired operation. ----------------- 5.8.0-1-generic (buildd@riscv64-qemu-lcy01-015) (gcc (Ubuntu 10.2.0-5ubuntu2) 10.2.0, GNU ld (GNU Binutils for Ubuntu) 2.35) #1-Ubuntu SMP Thu Aug 27 19:51:38 UTC 2020 (Ubuntu 5.8.0-1.1-generic 5.8.4 18:30:06 DEBUG| [stdout] # selftests: ftrace: ftracetest^M^M 18:30:07 DEBUG| [stdout] # === Ftrace unit tests ===^M^M 18:30:10 DEBUG| [stdout] # [1] Basic trace file check [PASS]^M^M [17433.113458] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.113533] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.113552] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.113573] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.113591] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.114290] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.114306] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.114315] Oops [#1]^M^M [17433.114630] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.114690] Modules linked in: virtio_rng binfmt_misc uio_pdrv_genirq uio drm sch_fq_codel drm_panel_orientation_quirks backlight ip_tables x_tables autofs4 virtio_net net_failover virtio_blk failover [last unloaded: signpost]^M^M [17433.115296] CPU: 1 PID: 15 Comm: migration/1 Tainted: G W OE 5.8.0-1-generic #1-Ubuntu^M^M [17433.115419] epc: 0000000000000000 ra : 0000000000000000 sp : ffffffe1f5c67d90^M^M [17433.115442] gp : ffffffe001722298 tp : ffffffe1f5c3ae00 t0 : 0000000000000000^M^M [17433.115459] t1 : 0000000000006000 t2 : 00000000000bbc00 s0 : 0000000000000022^M^M [17433.115475] s1 : ffffffe0002b7c12 a0 : ffffffe000963a64 a1 : 0000000000000022^M^M [17433.115491] a2 : 0000000000000000 a3 : 0000000000000000 a4 : 0000000000000000^M^M [17433.115507] a5 : ffffffe1fec95580 a6 : 00000000000000ff a7 : 0000000000000001^M^M [17433.115523] s2 : 0000000000000001 s3 : ffffffe00009d580 s4 : ffffffe001724210^M^M [17433.115540] s5 : ffffffe1fec9a3b8 s6 : ffffffffffffffff s7 : 0000000000000001^M^M [17433.115556] s8 : ffffffe0016f07cb s9 : ffffffe1e909bb80 s10: ffffffe0002b7ba6^M^M [17433.115573] s11: ffffffe1e909bba8 t3 : 000000000000006c t4 : 00000000002c73ba^M^M [17433.115586] t5 : 00000000001f7fa8 t6 : ffffffe000c02d1c^M^M [17433.115603] status: 0000000000000120 badaddr: 0000000000000000 cause: 000000000000000c^M^M
2020-10-28 10:43:59 Colin Ian King description == SRU Groovy == Running the ftrace self tests results in null pointer dereference oops on RISC-V and also on ARM64. == Fix == Upstream commit https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?id=4230e2deaa484b385aa01d598b2aea8e7f2660a6 == Testcase == Run the kernel ftrace selftest. Without the fix ftrace oopses on RISC-V and ARM64 and can also hang on ARM64 too. With the fix, tests run without oopsing or hanging. == Regression Potential == This fix marks two functions as notrace, so the functionality of the functions is not actually altered so the risk is negligible. The only chage is the the functions are no longer traceable via ftrace, which is the desired operation. ----------------- 5.8.0-1-generic (buildd@riscv64-qemu-lcy01-015) (gcc (Ubuntu 10.2.0-5ubuntu2) 10.2.0, GNU ld (GNU Binutils for Ubuntu) 2.35) #1-Ubuntu SMP Thu Aug 27 19:51:38 UTC 2020 (Ubuntu 5.8.0-1.1-generic 5.8.4 18:30:06 DEBUG| [stdout] # selftests: ftrace: ftracetest^M^M 18:30:07 DEBUG| [stdout] # === Ftrace unit tests ===^M^M 18:30:10 DEBUG| [stdout] # [1] Basic trace file check [PASS]^M^M [17433.113458] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.113533] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.113552] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.113573] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.113591] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.114290] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.114306] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.114315] Oops [#1]^M^M [17433.114630] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.114690] Modules linked in: virtio_rng binfmt_misc uio_pdrv_genirq uio drm sch_fq_codel drm_panel_orientation_quirks backlight ip_tables x_tables autofs4 virtio_net net_failover virtio_blk failover [last unloaded: signpost]^M^M [17433.115296] CPU: 1 PID: 15 Comm: migration/1 Tainted: G W OE 5.8.0-1-generic #1-Ubuntu^M^M [17433.115419] epc: 0000000000000000 ra : 0000000000000000 sp : ffffffe1f5c67d90^M^M [17433.115442] gp : ffffffe001722298 tp : ffffffe1f5c3ae00 t0 : 0000000000000000^M^M [17433.115459] t1 : 0000000000006000 t2 : 00000000000bbc00 s0 : 0000000000000022^M^M [17433.115475] s1 : ffffffe0002b7c12 a0 : ffffffe000963a64 a1 : 0000000000000022^M^M [17433.115491] a2 : 0000000000000000 a3 : 0000000000000000 a4 : 0000000000000000^M^M [17433.115507] a5 : ffffffe1fec95580 a6 : 00000000000000ff a7 : 0000000000000001^M^M [17433.115523] s2 : 0000000000000001 s3 : ffffffe00009d580 s4 : ffffffe001724210^M^M [17433.115540] s5 : ffffffe1fec9a3b8 s6 : ffffffffffffffff s7 : 0000000000000001^M^M [17433.115556] s8 : ffffffe0016f07cb s9 : ffffffe1e909bb80 s10: ffffffe0002b7ba6^M^M [17433.115573] s11: ffffffe1e909bba8 t3 : 000000000000006c t4 : 00000000002c73ba^M^M [17433.115586] t5 : 00000000001f7fa8 t6 : ffffffe000c02d1c^M^M [17433.115603] status: 0000000000000120 badaddr: 0000000000000000 cause: 000000000000000c^M^M == SRU Groovy == Running the ftrace self tests results in null pointer dereference oops on RISC-V and also on ARM64. == Fix == Upstream commit https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?id=4230e2deaa484b385aa01d598b2aea8e7f2660a6 == Testcase == Run the kernel ftrace selftest. Without the fix ftrace oopses on RISC-V and ARM64 and can also hang on ARM64 too. With the fix, tests run without oopsing or hanging. == Regression Potential == This fix marks two functions as notrace, so the functionality of the functions is not actually altered so the risk is negligible. If there was a change in behaviour then RCU and stop machine operations will break causing machine hangs. We don't observe this and RCU is used heavily in the kernel so the code appears to not change the behaviour as expected. The only change is the the functions are no longer traceable via ftrace, which is the desired operation. ----------------- 5.8.0-1-generic (buildd@riscv64-qemu-lcy01-015) (gcc (Ubuntu 10.2.0-5ubuntu2) 10.2.0, GNU ld (GNU Binutils for Ubuntu) 2.35) #1-Ubuntu SMP Thu Aug 27 19:51:38 UTC 2020 (Ubuntu 5.8.0-1.1-generic 5.8.4 18:30:06 DEBUG| [stdout] # selftests: ftrace: ftracetest^M^M 18:30:07 DEBUG| [stdout] # === Ftrace unit tests ===^M^M 18:30:10 DEBUG| [stdout] # [1] Basic trace file check [PASS]^M^M [17433.113458] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.113533] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.113552] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.113573] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.113591] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.114290] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.114306] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.114315] Oops [#1]^M^M [17433.114630] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000^M^M [17433.114690] Modules linked in: virtio_rng binfmt_misc uio_pdrv_genirq uio drm sch_fq_codel drm_panel_orientation_quirks backlight ip_tables x_tables autofs4 virtio_net net_failover virtio_blk failover [last unloaded: signpost]^M^M [17433.115296] CPU: 1 PID: 15 Comm: migration/1 Tainted: G W OE 5.8.0-1-generic #1-Ubuntu^M^M [17433.115419] epc: 0000000000000000 ra : 0000000000000000 sp : ffffffe1f5c67d90^M^M [17433.115442] gp : ffffffe001722298 tp : ffffffe1f5c3ae00 t0 : 0000000000000000^M^M [17433.115459] t1 : 0000000000006000 t2 : 00000000000bbc00 s0 : 0000000000000022^M^M [17433.115475] s1 : ffffffe0002b7c12 a0 : ffffffe000963a64 a1 : 0000000000000022^M^M [17433.115491] a2 : 0000000000000000 a3 : 0000000000000000 a4 : 0000000000000000^M^M [17433.115507] a5 : ffffffe1fec95580 a6 : 00000000000000ff a7 : 0000000000000001^M^M [17433.115523] s2 : 0000000000000001 s3 : ffffffe00009d580 s4 : ffffffe001724210^M^M [17433.115540] s5 : ffffffe1fec9a3b8 s6 : ffffffffffffffff s7 : 0000000000000001^M^M [17433.115556] s8 : ffffffe0016f07cb s9 : ffffffe1e909bb80 s10: ffffffe0002b7ba6^M^M [17433.115573] s11: ffffffe1e909bba8 t3 : 000000000000006c t4 : 00000000002c73ba^M^M [17433.115586] t5 : 00000000001f7fa8 t6 : ffffffe000c02d1c^M^M [17433.115603] status: 0000000000000120 badaddr: 0000000000000000 cause: 000000000000000c^M^M
2020-10-29 07:54:06 Stefan Bader nominated for series Ubuntu Groovy
2020-10-29 07:54:06 Stefan Bader bug task added linux (Ubuntu Groovy)
2020-10-29 07:55:53 Stefan Bader linux (Ubuntu Groovy): importance Undecided High
2020-10-29 07:55:53 Stefan Bader linux (Ubuntu Groovy): status New In Progress
2020-10-29 07:55:53 Stefan Bader linux (Ubuntu Groovy): assignee Colin Ian King (colin-king)
2020-10-29 13:26:22 Terry Rudd bug added subscriber Terry Rudd
2020-10-30 21:51:59 Ian May linux (Ubuntu Groovy): status In Progress Fix Committed
2020-11-17 10:08:05 Ubuntu Kernel Bot tags groovy groovy verification-needed-groovy
2020-11-18 11:21:12 Colin Ian King tags groovy verification-needed-groovy groovy verification-done-groovy
2020-12-01 17:43:22 Launchpad Janitor linux (Ubuntu Groovy): status Fix Committed Fix Released
2020-12-01 17:43:22 Launchpad Janitor cve linked 2020-4788
2020-12-14 11:24:30 Po-Hsu Lin ubuntu-kernel-tests: status New Fix Released
2021-01-11 09:17:50 Colin Ian King linux (Ubuntu): status In Progress Fix Released