FS#77811 - linux package v6.2.3.arch1-1 causes a kernel panic at shutdown
Attached to Project:
Arch Linux
Opened by Robin Candau (Antiz) - Friday, 10 March 2023, 18:02 GMT
Last edited by Jan Alexander Steffens (heftig) - Saturday, 11 March 2023, 16:23 GMT
Opened by Robin Candau (Antiz) - Friday, 10 March 2023, 18:02 GMT
Last edited by Jan Alexander Steffens (heftig) - Saturday, 11 March 2023, 16:23 GMT
|
Details
Description: The linux kernel package v6.2.3.arch1-1
currently in [testing] causes a kernel panic at shutdown.
This behavior has been reproduced and confirmed by another tester. Additional info: * Package version: linux 6.2.3.arch1-1 * Log files: https://pasteboard.co/RxRSXUj8t8qm.jpg I'm sorry, I'm unsure how to get those logs back after booting in order to send them in a more readable form than a picture... I couldn't retrieve those in `journalctl` or `dmesg`. If there's any other information needed, I'd be happy to provide them :) Steps to reproduce: Upgrade the system to get the linux package v6.2.3.arch1-1 from [testing], reboot in order to boot into new kernel, then shutdown the system. |
This task depends upon
Closed by Jan Alexander Steffens (heftig)
Saturday, 11 March 2023, 16:23 GMT
Reason for closing: Fixed
Additional comments about closing: 6.2.3.arch2-1
Saturday, 11 March 2023, 16:23 GMT
Reason for closing: Fixed
Additional comments about closing: 6.2.3.arch2-1
bfe46d2efe46c5c952f982e2ca94fe2ec5e58e2a
and the kernel Oops no longer occurs for me - so that resolves the issue I reported.
I have also tested a second build with two commits reverted as below, and this also
gives no Oops following usb umount.
So reverting both
bfe46d2efe46c5c952f982e2ca94fe2ec5e58e2a
57a425badc05c2e87e9f25713e5c3c0298e4202c
Has resolved the issue for me.
[1] https://lore.kernel.org/all/ad021e89-c05c-f85a-2210-555837473734%40kernel.dk/
[2] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=dfd6200a095440b663099d8d42f1efb0175a1ce3
For me :
- "desktop like systems" by which I mean those with 1 or 2 disks and no additional connected storage reboot fine.
- "server like" systems with storage (e.g. ext4 on lvm over mdadm raid-6) crash and hang on shutdown with same trace.
The btrfs raid systems never had any tests with 6.2.3 so cannot comment.
throtl_pd_offline+0x40/0x70
blkcg_deactivate_policy+0xab/0x140
Perhaps 2 disks is enough if there's a race - the more disks the more likely perhaps.
For the linux package I can also confirm that `6.2.3.arch2-1` works!