Public bug reported:

I have rented a dedicated server with fresh installation of Ubuntu
24.04.3 LTS. When I tried to unpack a tar archive, the process hanged up
halfway. I tried to remove the unpacked folder using "rm -rf", but the
command just hanged and did not react to Ctrl+C. I found two kernel
errors in dmesg, first one mentioning "BUG at block/bio.c:1642" with
trace containing functions md_submit_bio and bio_split_to_limits, second
mentioned "kernel/exit.c:821" with trace containing functions
rewind_stack_and_make_dead and make_task_dead. I was not able to
reproduce the error, but a problem that could potentially result in data
loss is extremely concerning. I have checked mdstat (RAID1), it seemed
good with both NVMe disks present, I checked S.M.A.R.T. and ran full
scan on both NVMe, ran memtester and stress-ng, checked ipmitool log and
sensor data, however I was unable to find any hardware issue. If you are
interested in any more details - let me know! For now I assume `ubuntu-
bug linux` has submitted all the info you need. For convenience, here is
the error message I found in dmesg:

[18793.093268] ------------[ cut here ]------------
[18793.093273] kernel BUG at block/bio.c:1642!
[18793.093293] invalid opcode: 0000 [#1] PREEMPT SMP NOPTI
[18793.093303] CPU: 12 PID: 98201 Comm: kworker/u66:2 Not tainted 
6.8.0-79-generic #79-Ubuntu
[18793.093315] Hardware name: Supermicro AS -3015MR-H8TNR/H13SRD-F, BIOS 1.4 
11/21/2024
[18793.093326] Workqueue: writeback wb_workfn (flush-9:0)
[18793.093340] RIP: 0010:bio_split+0xfa/0x110
[18793.093350] Code: 00 c7 43 28 00 00 00 00 eb cf 0f 0b 45 31 ed 5b 41 5c 4c 
89 e8 41 5d 41 5e 5d 31 d2 31 c9 31 f6 31 ff 45 31 c0 e9 a1 1f d4 00 <0f> 0b 0f 
0b 4c 89 ef e8 3a ed ff ff eb d4 0f 1f 84 00 00 00 00 00
[18793.093368] RSP: 0018:ffffba30620f7738 EFLAGS: 00010246
[18793.093377] RAX: 0000000000000fff RBX: ffffba30620f780c RCX: ffff9c06c1c13c60
[18793.093386] RDX: 0000000000000c00 RSI: 0000000000000000 RDI: ffff9c1232dace00
[18793.093395] RBP: ffffba30620f77c8 R08: 0000000000000001 R09: 0000000000020000
[18793.093405] R10: ffff9c1232dace00 R11: ffff9c1232d11000 R12: 0000000000456000
[18793.093414] R13: 0000000000000000 R14: 0000000000126000 R15: ffff9c1232dace00
[18793.093424] FS:  0000000000000000(0000) GS:ffff9c257de00000(0000) 
knlGS:0000000000000000
[18793.093434] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[18793.093442] CR2: 00007f825d50ec20 CR3: 000000015a7a0000 CR4: 0000000000f50ef0
[18793.093452] PKRU: 55555554
[18793.093458] Call Trace:
[18793.093465]  <TASK>
[18793.093470]  ? show_regs+0x6d/0x80
[18793.093480]  ? die+0x37/0xa0
[18793.093488]  ? do_trap+0xd4/0xf0
[18793.093496]  ? do_error_trap+0x71/0xb0
[18793.093504]  ? bio_split+0xfa/0x110
[18793.093512]  ? exc_invalid_op+0x52/0x80
[18793.093521]  ? bio_split+0xfa/0x110
[18793.093528]  ? asm_exc_invalid_op+0x1b/0x20
[18793.093539]  ? bio_split+0xfa/0x110
[18793.093546]  ? srso_alias_return_thunk+0x5/0xfbef5
[18793.093554]  ? bio_split_rw+0x1f4/0x280
[18793.093564]  __bio_split_to_limits+0x96/0x2a0
[18793.093573]  bio_split_to_limits+0x43/0x90
[18793.093581]  md_submit_bio+0x41/0xb0
[18793.093590]  __submit_bio+0xe4/0x1c0
[18793.093598]  __submit_bio_noacct+0x90/0x230
[18793.093606]  submit_bio_noacct_nocheck+0x1ac/0x1f0
[18793.093615]  submit_bio_noacct+0x162/0x5b0
[18793.093623]  submit_bio+0xb2/0x110
[18793.093630]  ext4_io_submit+0x24/0x50
[18793.093639]  ext4_do_writepages+0x58a/0x7a0
[18793.093649]  ext4_writepages+0xb5/0x190
[18793.093658]  do_writepages+0xcd/0x1f0
[18793.093668]  __writeback_single_inode+0x44/0x290
[18793.093676]  ? srso_alias_return_thunk+0x5/0xfbef5
[18793.093856]  writeback_sb_inodes+0x21b/0x520
[18793.094018]  __writeback_inodes_wb+0x54/0x100
[18793.094169]  ? queue_io+0x82/0x120
[18793.094314]  wb_writeback+0x2df/0x350
[18793.094454]  ? get_nr_inodes+0x56/0xa0
[18793.094592]  wb_do_writeback+0x225/0x2a0
[18793.094724]  wb_workfn+0x5f/0x240
[18793.094853]  ? finish_task_switch.isra.0+0x93/0x300
[18793.094981]  ? srso_alias_return_thunk+0x5/0xfbef5
[18793.095104]  ? __schedule+0x284/0x6b0
[18793.095220]  ? srso_alias_return_thunk+0x5/0xfbef5
[18793.095335]  process_one_work+0x181/0x3a0
[18793.095448]  worker_thread+0x306/0x440
[18793.095560]  ? srso_alias_return_thunk+0x5/0xfbef5
[18793.095671]  ? _raw_spin_lock_irqsave+0xe/0x20
[18793.095782]  ? __pfx_worker_thread+0x10/0x10
[18793.095891]  kthread+0xef/0x120
[18793.096000]  ? __pfx_kthread+0x10/0x10
[18793.096106]  ret_from_fork+0x44/0x70
[18793.096212]  ? __pfx_kthread+0x10/0x10
[18793.096315]  ret_from_fork_asm+0x1b/0x30
[18793.096422]  </TASK>
[18793.096523] Modules linked in: xt_conntrack xt_MASQUERADE xt_set ip_set 
nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 xt_addrtype 
nft_compat xfrm_user overlay nf_tables br_netfilter bridge stp llc qrtr amdgpu 
intel_rapl_msr intel_rapl_common edac_mce_amd amdxcp drm_exec gpu_sched 
drm_buddy drm_suballoc_helper kvm_amd drm_ttm_helper ipmi_ssif binfmt_misc ttm 
drm_display_helper bonding kvm nls_iso8859_1 cec rndis_host acpi_ipmi tls 
cdc_ether irqbypass ast ipmi_si rc_core usbnet joydev input_leds mii 
ipmi_devintf ccp rapl k10temp i2c_piix4 i2c_algo_bit cfg80211 ipmi_msghandler 
mac_hid sch_fq_codel dm_multipath msr efi_pstore nfnetlink dmi_sysfs ip_tables 
x_tables autofs4 hid_generic usbhid hid btrfs blake2b_generic raid10 raid456 
async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq 
libcrc32c raid0 raid1 crct10dif_pclmul crc32_pclmul polyval_clmulni 
polyval_generic ghash_clmulni_intel sha256_ssse3 nvme sha1_ssse3 ixgbe xhci_pci 
xfrm_algo nvme_core 
 dca xhci_pci_renesas nvme_auth mdio
[18793.096597]  video wmi aesni_intel crypto_simd cryptd
[18793.098002] ---[ end trace 0000000000000000 ]---
[18793.251680] RIP: 0010:bio_split+0xfa/0x110
[18793.251843] Code: 00 c7 43 28 00 00 00 00 eb cf 0f 0b 45 31 ed 5b 41 5c 4c 
89 e8 41 5d 41 5e 5d 31 d2 31 c9 31 f6 31 ff 45 31 c0 e9 a1 1f d4 00 <0f> 0b 0f 
0b 4c 89 ef e8 3a ed ff ff eb d4 0f 1f 84 00 00 00 00 00
[18793.252161] RSP: 0018:ffffba30620f7738 EFLAGS: 00010246
[18793.252325] RAX: 0000000000000fff RBX: ffffba30620f780c RCX: ffff9c06c1c13c60
[18793.252494] RDX: 0000000000000c00 RSI: 0000000000000000 RDI: ffff9c1232dace00
[18793.252661] RBP: ffffba30620f77c8 R08: 0000000000000001 R09: 0000000000020000
[18793.252829] R10: ffff9c1232dace00 R11: ffff9c1232d11000 R12: 0000000000456000
[18793.252999] R13: 0000000000000000 R14: 0000000000126000 R15: ffff9c1232dace00
[18793.253169] FS:  0000000000000000(0000) GS:ffff9c257de00000(0000) 
knlGS:0000000000000000
[18793.253342] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[18793.253523] CR2: 00007f825d50ec20 CR3: 000000015a7a0000 CR4: 0000000000f50ef0
[18793.253698] PKRU: 55555554
[18793.253873] ------------[ cut here ]------------
[18793.254049] WARNING: CPU: 12 PID: 98201 at kernel/exit.c:821 
do_exit+0x4d7/0x530
[18793.254229] Modules linked in: xt_conntrack xt_MASQUERADE xt_set ip_set 
nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 xt_addrtype 
nft_compat xfrm_user overlay nf_tables br_netfilter bridge stp llc qrtr amdgpu 
intel_rapl_msr intel_rapl_common edac_mce_amd amdxcp drm_exec gpu_sched 
drm_buddy drm_suballoc_helper kvm_amd drm_ttm_helper ipmi_ssif binfmt_misc ttm 
drm_display_helper bonding kvm nls_iso8859_1 cec rndis_host acpi_ipmi tls 
cdc_ether irqbypass ast ipmi_si rc_core usbnet joydev input_leds mii 
ipmi_devintf ccp rapl k10temp i2c_piix4 i2c_algo_bit cfg80211 ipmi_msghandler 
mac_hid sch_fq_codel dm_multipath msr efi_pstore nfnetlink dmi_sysfs ip_tables 
x_tables autofs4 hid_generic usbhid hid btrfs blake2b_generic raid10 raid456 
async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq 
libcrc32c raid0 raid1 crct10dif_pclmul crc32_pclmul polyval_clmulni 
polyval_generic ghash_clmulni_intel sha256_ssse3 nvme sha1_ssse3 ixgbe xhci_pci 
xfrm_algo nvme_core 
 dca xhci_pci_renesas nvme_auth mdio
[18793.254300]  video wmi aesni_intel crypto_simd cryptd
[18793.256271] CPU: 12 PID: 98201 Comm: kworker/u66:2 Tainted: G      D         
   6.8.0-79-generic #79-Ubuntu
[18793.256489] Hardware name: Supermicro AS -3015MR-H8TNR/H13SRD-F, BIOS 1.4 
11/21/2024
[18793.256703] Workqueue: writeback wb_workfn (flush-9:0)
[18793.256920] RIP: 0010:do_exit+0x4d7/0x530
[18793.257135] Code: ef 80 2c 00 e9 ae fe ff ff 49 8d 7c 24 18 e8 50 58 08 00 
e9 33 fc ff ff 4c 89 ee bf 05 06 00 00 e8 9e 41 01 00 e9 72 fc ff ff <0f> 0b e9 
a0 fb ff ff 0f 0b e9 59 fb ff ff 48 8b b8 88 0e 00 00 e8
[18793.257587] RSP: 0018:ffffba30620f7ee8 EFLAGS: 00010286
[18793.257816] RAX: 0000000000000000 RBX: ffff9c080b3c0000 RCX: 0000000000000000
[18793.258048] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000
[18793.258279] RBP: ffffba30620f7f28 R08: 0000000000000000 R09: 0000000000000000
[18793.258514] R10: 0000000000000000 R11: 0000000000000000 R12: ffff9c07629bbf00
[18793.258747] R13: 000000000000000b R14: ffff9c06ccbde300 R15: ffff9c080b3c0000
[18793.258977] FS:  0000000000000000(0000) GS:ffff9c257de00000(0000) 
knlGS:0000000000000000
[18793.259204] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[18793.259431] CR2: 00007f825d50ec20 CR3: 000000015a7a0000 CR4: 0000000000f50ef0
[18793.259655] PKRU: 55555554
[18793.259873] Call Trace:
[18793.260088]  <TASK>
[18793.260298]  ? show_regs+0x6d/0x80
[18793.260509]  ? __warn+0x89/0x160
[18793.260713]  ? do_exit+0x4d7/0x530
[18793.260915]  ? report_bug+0x17e/0x1b0
[18793.261118]  ? handle_bug+0x6e/0xb0
[18793.261318]  ? exc_invalid_op+0x18/0x80
[18793.261516]  ? asm_exc_invalid_op+0x1b/0x20
[18793.261707]  ? do_exit+0x4d7/0x530
[18793.261895]  ? do_exit+0x70/0x530
[18793.262077]  ? kthread+0xef/0x120
[18793.262258]  make_task_dead+0x80/0x140
[18793.262441]  rewind_stack_and_make_dead+0x17/0x20
[18793.262623]  </TASK>
[18793.262799] ---[ end trace 0000000000000000 ]---

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: linux-image-6.8.0-79-generic 6.8.0-79.79
ProcVersionSignature: Ubuntu 6.8.0-79.79-generic 6.8.12
Uname: Linux 6.8.0-79-generic x86_64
AlsaDevices:
 total 0
 crw-rw---- 1 root audio 116,  1 Sep 11 16:37 seq
 crw-rw---- 1 root audio 116, 33 Sep 11 16:37 timer
AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
ApportVersion: 2.28.1-0ubuntu3.8
Architecture: amd64
ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
CRDA: N/A
CasperMD5CheckResult: pass
Date: Fri Sep 12 18:01:51 2025
InstallationDate: Installed on 2025-09-10 (2 days ago)
InstallationMedia: Ubuntu-Server 24.04.3 LTS "Noble Numbat" - Release amd64 
(20250805.1)
IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
MachineType: Supermicro AS -3015MR-H8TNR
PciMultimedia:
 
ProcFB: 0 astdrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.8.0-79-generic 
root=UUID=3d0b82e7-3107-4b96-ad30-c4d58fdeabfd ro
RelatedPackageVersions:
 linux-restricted-modules-6.8.0-79-generic N/A
 linux-backports-modules-6.8.0-79-generic  N/A
 linux-firmware                            20240318.git3b128b60-0ubuntu2.17
RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/21/2024
dmi.bios.release: 5.35
dmi.bios.vendor: American Megatrends International, LLC.
dmi.bios.version: 1.4
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: H13SRD-F
dmi.board.vendor: Supermicro
dmi.board.version: 1.00
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 1
dmi.chassis.vendor: Supermicro
dmi.chassis.version: 0123456789
dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvr1.4:bd11/21/2024:br5.35:svnSupermicro:pnAS-3015MR-H8TNR:pvr0123456789:rvnSupermicro:rnH13SRD-F:rvr1.00:cvnSupermicro:ct1:cvr0123456789:skuTobefilledbyO.E.M.:
dmi.product.family: Family
dmi.product.name: AS -3015MR-H8TNR
dmi.product.sku: To be filled by O.E.M.
dmi.product.version: 0123456789
dmi.sys.vendor: Supermicro

** Affects: linux (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug noble

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2122694

Title:
  kernel BUG at block/bio.c:1642

Status in linux package in Ubuntu:
  New

Bug description:
  I have rented a dedicated server with fresh installation of Ubuntu
  24.04.3 LTS. When I tried to unpack a tar archive, the process hanged
  up halfway. I tried to remove the unpacked folder using "rm -rf", but
  the command just hanged and did not react to Ctrl+C. I found two
  kernel errors in dmesg, first one mentioning "BUG at block/bio.c:1642"
  with trace containing functions md_submit_bio and bio_split_to_limits,
  second mentioned "kernel/exit.c:821" with trace containing functions
  rewind_stack_and_make_dead and make_task_dead. I was not able to
  reproduce the error, but a problem that could potentially result in
  data loss is extremely concerning. I have checked mdstat (RAID1), it
  seemed good with both NVMe disks present, I checked S.M.A.R.T. and ran
  full scan on both NVMe, ran memtester and stress-ng, checked ipmitool
  log and sensor data, however I was unable to find any hardware issue.
  If you are interested in any more details - let me know! For now I
  assume `ubuntu-bug linux` has submitted all the info you need. For
  convenience, here is the error message I found in dmesg:

  [18793.093268] ------------[ cut here ]------------
  [18793.093273] kernel BUG at block/bio.c:1642!
  [18793.093293] invalid opcode: 0000 [#1] PREEMPT SMP NOPTI
  [18793.093303] CPU: 12 PID: 98201 Comm: kworker/u66:2 Not tainted 
6.8.0-79-generic #79-Ubuntu
  [18793.093315] Hardware name: Supermicro AS -3015MR-H8TNR/H13SRD-F, BIOS 1.4 
11/21/2024
  [18793.093326] Workqueue: writeback wb_workfn (flush-9:0)
  [18793.093340] RIP: 0010:bio_split+0xfa/0x110
  [18793.093350] Code: 00 c7 43 28 00 00 00 00 eb cf 0f 0b 45 31 ed 5b 41 5c 4c 
89 e8 41 5d 41 5e 5d 31 d2 31 c9 31 f6 31 ff 45 31 c0 e9 a1 1f d4 00 <0f> 0b 0f 
0b 4c 89 ef e8 3a ed ff ff eb d4 0f 1f 84 00 00 00 00 00
  [18793.093368] RSP: 0018:ffffba30620f7738 EFLAGS: 00010246
  [18793.093377] RAX: 0000000000000fff RBX: ffffba30620f780c RCX: 
ffff9c06c1c13c60
  [18793.093386] RDX: 0000000000000c00 RSI: 0000000000000000 RDI: 
ffff9c1232dace00
  [18793.093395] RBP: ffffba30620f77c8 R08: 0000000000000001 R09: 
0000000000020000
  [18793.093405] R10: ffff9c1232dace00 R11: ffff9c1232d11000 R12: 
0000000000456000
  [18793.093414] R13: 0000000000000000 R14: 0000000000126000 R15: 
ffff9c1232dace00
  [18793.093424] FS:  0000000000000000(0000) GS:ffff9c257de00000(0000) 
knlGS:0000000000000000
  [18793.093434] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
  [18793.093442] CR2: 00007f825d50ec20 CR3: 000000015a7a0000 CR4: 
0000000000f50ef0
  [18793.093452] PKRU: 55555554
  [18793.093458] Call Trace:
  [18793.093465]  <TASK>
  [18793.093470]  ? show_regs+0x6d/0x80
  [18793.093480]  ? die+0x37/0xa0
  [18793.093488]  ? do_trap+0xd4/0xf0
  [18793.093496]  ? do_error_trap+0x71/0xb0
  [18793.093504]  ? bio_split+0xfa/0x110
  [18793.093512]  ? exc_invalid_op+0x52/0x80
  [18793.093521]  ? bio_split+0xfa/0x110
  [18793.093528]  ? asm_exc_invalid_op+0x1b/0x20
  [18793.093539]  ? bio_split+0xfa/0x110
  [18793.093546]  ? srso_alias_return_thunk+0x5/0xfbef5
  [18793.093554]  ? bio_split_rw+0x1f4/0x280
  [18793.093564]  __bio_split_to_limits+0x96/0x2a0
  [18793.093573]  bio_split_to_limits+0x43/0x90
  [18793.093581]  md_submit_bio+0x41/0xb0
  [18793.093590]  __submit_bio+0xe4/0x1c0
  [18793.093598]  __submit_bio_noacct+0x90/0x230
  [18793.093606]  submit_bio_noacct_nocheck+0x1ac/0x1f0
  [18793.093615]  submit_bio_noacct+0x162/0x5b0
  [18793.093623]  submit_bio+0xb2/0x110
  [18793.093630]  ext4_io_submit+0x24/0x50
  [18793.093639]  ext4_do_writepages+0x58a/0x7a0
  [18793.093649]  ext4_writepages+0xb5/0x190
  [18793.093658]  do_writepages+0xcd/0x1f0
  [18793.093668]  __writeback_single_inode+0x44/0x290
  [18793.093676]  ? srso_alias_return_thunk+0x5/0xfbef5
  [18793.093856]  writeback_sb_inodes+0x21b/0x520
  [18793.094018]  __writeback_inodes_wb+0x54/0x100
  [18793.094169]  ? queue_io+0x82/0x120
  [18793.094314]  wb_writeback+0x2df/0x350
  [18793.094454]  ? get_nr_inodes+0x56/0xa0
  [18793.094592]  wb_do_writeback+0x225/0x2a0
  [18793.094724]  wb_workfn+0x5f/0x240
  [18793.094853]  ? finish_task_switch.isra.0+0x93/0x300
  [18793.094981]  ? srso_alias_return_thunk+0x5/0xfbef5
  [18793.095104]  ? __schedule+0x284/0x6b0
  [18793.095220]  ? srso_alias_return_thunk+0x5/0xfbef5
  [18793.095335]  process_one_work+0x181/0x3a0
  [18793.095448]  worker_thread+0x306/0x440
  [18793.095560]  ? srso_alias_return_thunk+0x5/0xfbef5
  [18793.095671]  ? _raw_spin_lock_irqsave+0xe/0x20
  [18793.095782]  ? __pfx_worker_thread+0x10/0x10
  [18793.095891]  kthread+0xef/0x120
  [18793.096000]  ? __pfx_kthread+0x10/0x10
  [18793.096106]  ret_from_fork+0x44/0x70
  [18793.096212]  ? __pfx_kthread+0x10/0x10
  [18793.096315]  ret_from_fork_asm+0x1b/0x30
  [18793.096422]  </TASK>
  [18793.096523] Modules linked in: xt_conntrack xt_MASQUERADE xt_set ip_set 
nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 xt_addrtype 
nft_compat xfrm_user overlay nf_tables br_netfilter bridge stp llc qrtr amdgpu 
intel_rapl_msr intel_rapl_common edac_mce_amd amdxcp drm_exec gpu_sched 
drm_buddy drm_suballoc_helper kvm_amd drm_ttm_helper ipmi_ssif binfmt_misc ttm 
drm_display_helper bonding kvm nls_iso8859_1 cec rndis_host acpi_ipmi tls 
cdc_ether irqbypass ast ipmi_si rc_core usbnet joydev input_leds mii 
ipmi_devintf ccp rapl k10temp i2c_piix4 i2c_algo_bit cfg80211 ipmi_msghandler 
mac_hid sch_fq_codel dm_multipath msr efi_pstore nfnetlink dmi_sysfs ip_tables 
x_tables autofs4 hid_generic usbhid hid btrfs blake2b_generic raid10 raid456 
async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq 
libcrc32c raid0 raid1 crct10dif_pclmul crc32_pclmul polyval_clmulni 
polyval_generic ghash_clmulni_intel sha256_ssse3 nvme sha1_ssse3 ixgbe xhci_pci 
xfrm_algo nvme_cor
 e dca xhci_pci_renesas nvme_auth mdio
  [18793.096597]  video wmi aesni_intel crypto_simd cryptd
  [18793.098002] ---[ end trace 0000000000000000 ]---
  [18793.251680] RIP: 0010:bio_split+0xfa/0x110
  [18793.251843] Code: 00 c7 43 28 00 00 00 00 eb cf 0f 0b 45 31 ed 5b 41 5c 4c 
89 e8 41 5d 41 5e 5d 31 d2 31 c9 31 f6 31 ff 45 31 c0 e9 a1 1f d4 00 <0f> 0b 0f 
0b 4c 89 ef e8 3a ed ff ff eb d4 0f 1f 84 00 00 00 00 00
  [18793.252161] RSP: 0018:ffffba30620f7738 EFLAGS: 00010246
  [18793.252325] RAX: 0000000000000fff RBX: ffffba30620f780c RCX: 
ffff9c06c1c13c60
  [18793.252494] RDX: 0000000000000c00 RSI: 0000000000000000 RDI: 
ffff9c1232dace00
  [18793.252661] RBP: ffffba30620f77c8 R08: 0000000000000001 R09: 
0000000000020000
  [18793.252829] R10: ffff9c1232dace00 R11: ffff9c1232d11000 R12: 
0000000000456000
  [18793.252999] R13: 0000000000000000 R14: 0000000000126000 R15: 
ffff9c1232dace00
  [18793.253169] FS:  0000000000000000(0000) GS:ffff9c257de00000(0000) 
knlGS:0000000000000000
  [18793.253342] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
  [18793.253523] CR2: 00007f825d50ec20 CR3: 000000015a7a0000 CR4: 
0000000000f50ef0
  [18793.253698] PKRU: 55555554
  [18793.253873] ------------[ cut here ]------------
  [18793.254049] WARNING: CPU: 12 PID: 98201 at kernel/exit.c:821 
do_exit+0x4d7/0x530
  [18793.254229] Modules linked in: xt_conntrack xt_MASQUERADE xt_set ip_set 
nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 xt_addrtype 
nft_compat xfrm_user overlay nf_tables br_netfilter bridge stp llc qrtr amdgpu 
intel_rapl_msr intel_rapl_common edac_mce_amd amdxcp drm_exec gpu_sched 
drm_buddy drm_suballoc_helper kvm_amd drm_ttm_helper ipmi_ssif binfmt_misc ttm 
drm_display_helper bonding kvm nls_iso8859_1 cec rndis_host acpi_ipmi tls 
cdc_ether irqbypass ast ipmi_si rc_core usbnet joydev input_leds mii 
ipmi_devintf ccp rapl k10temp i2c_piix4 i2c_algo_bit cfg80211 ipmi_msghandler 
mac_hid sch_fq_codel dm_multipath msr efi_pstore nfnetlink dmi_sysfs ip_tables 
x_tables autofs4 hid_generic usbhid hid btrfs blake2b_generic raid10 raid456 
async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq 
libcrc32c raid0 raid1 crct10dif_pclmul crc32_pclmul polyval_clmulni 
polyval_generic ghash_clmulni_intel sha256_ssse3 nvme sha1_ssse3 ixgbe xhci_pci 
xfrm_algo nvme_cor
 e dca xhci_pci_renesas nvme_auth mdio
  [18793.254300]  video wmi aesni_intel crypto_simd cryptd
  [18793.256271] CPU: 12 PID: 98201 Comm: kworker/u66:2 Tainted: G      D       
     6.8.0-79-generic #79-Ubuntu
  [18793.256489] Hardware name: Supermicro AS -3015MR-H8TNR/H13SRD-F, BIOS 1.4 
11/21/2024
  [18793.256703] Workqueue: writeback wb_workfn (flush-9:0)
  [18793.256920] RIP: 0010:do_exit+0x4d7/0x530
  [18793.257135] Code: ef 80 2c 00 e9 ae fe ff ff 49 8d 7c 24 18 e8 50 58 08 00 
e9 33 fc ff ff 4c 89 ee bf 05 06 00 00 e8 9e 41 01 00 e9 72 fc ff ff <0f> 0b e9 
a0 fb ff ff 0f 0b e9 59 fb ff ff 48 8b b8 88 0e 00 00 e8
  [18793.257587] RSP: 0018:ffffba30620f7ee8 EFLAGS: 00010286
  [18793.257816] RAX: 0000000000000000 RBX: ffff9c080b3c0000 RCX: 
0000000000000000
  [18793.258048] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 
0000000000000000
  [18793.258279] RBP: ffffba30620f7f28 R08: 0000000000000000 R09: 
0000000000000000
  [18793.258514] R10: 0000000000000000 R11: 0000000000000000 R12: 
ffff9c07629bbf00
  [18793.258747] R13: 000000000000000b R14: ffff9c06ccbde300 R15: 
ffff9c080b3c0000
  [18793.258977] FS:  0000000000000000(0000) GS:ffff9c257de00000(0000) 
knlGS:0000000000000000
  [18793.259204] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
  [18793.259431] CR2: 00007f825d50ec20 CR3: 000000015a7a0000 CR4: 
0000000000f50ef0
  [18793.259655] PKRU: 55555554
  [18793.259873] Call Trace:
  [18793.260088]  <TASK>
  [18793.260298]  ? show_regs+0x6d/0x80
  [18793.260509]  ? __warn+0x89/0x160
  [18793.260713]  ? do_exit+0x4d7/0x530
  [18793.260915]  ? report_bug+0x17e/0x1b0
  [18793.261118]  ? handle_bug+0x6e/0xb0
  [18793.261318]  ? exc_invalid_op+0x18/0x80
  [18793.261516]  ? asm_exc_invalid_op+0x1b/0x20
  [18793.261707]  ? do_exit+0x4d7/0x530
  [18793.261895]  ? do_exit+0x70/0x530
  [18793.262077]  ? kthread+0xef/0x120
  [18793.262258]  make_task_dead+0x80/0x140
  [18793.262441]  rewind_stack_and_make_dead+0x17/0x20
  [18793.262623]  </TASK>
  [18793.262799] ---[ end trace 0000000000000000 ]---

  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: linux-image-6.8.0-79-generic 6.8.0-79.79
  ProcVersionSignature: Ubuntu 6.8.0-79.79-generic 6.8.12
  Uname: Linux 6.8.0-79-generic x86_64
  AlsaDevices:
   total 0
   crw-rw---- 1 root audio 116,  1 Sep 11 16:37 seq
   crw-rw---- 1 root audio 116, 33 Sep 11 16:37 timer
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.28.1-0ubuntu3.8
  Architecture: amd64
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  CRDA: N/A
  CasperMD5CheckResult: pass
  Date: Fri Sep 12 18:01:51 2025
  InstallationDate: Installed on 2025-09-10 (2 days ago)
  InstallationMedia: Ubuntu-Server 24.04.3 LTS "Noble Numbat" - Release amd64 
(20250805.1)
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  MachineType: Supermicro AS -3015MR-H8TNR
  PciMultimedia:
   
  ProcFB: 0 astdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.8.0-79-generic 
root=UUID=3d0b82e7-3107-4b96-ad30-c4d58fdeabfd ro
  RelatedPackageVersions:
   linux-restricted-modules-6.8.0-79-generic N/A
   linux-backports-modules-6.8.0-79-generic  N/A
   linux-firmware                            20240318.git3b128b60-0ubuntu2.17
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/21/2024
  dmi.bios.release: 5.35
  dmi.bios.vendor: American Megatrends International, LLC.
  dmi.bios.version: 1.4
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H13SRD-F
  dmi.board.vendor: Supermicro
  dmi.board.version: 1.00
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: Supermicro
  dmi.chassis.version: 0123456789
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvr1.4:bd11/21/2024:br5.35:svnSupermicro:pnAS-3015MR-H8TNR:pvr0123456789:rvnSupermicro:rnH13SRD-F:rvr1.00:cvnSupermicro:ct1:cvr0123456789:skuTobefilledbyO.E.M.:
  dmi.product.family: Family
  dmi.product.name: AS -3015MR-H8TNR
  dmi.product.sku: To be filled by O.E.M.
  dmi.product.version: 0123456789
  dmi.sys.vendor: Supermicro

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2122694/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to