linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* kernel BUG at /home/kernel/COD/linux/fs/btrfs/extent_io.c:2328 when replacing disk
@ 2017-07-03 14:21 Asif Youssuff
  2017-07-03 15:50 ` Asif Youssuff
  0 siblings, 1 reply; 2+ messages in thread
From: Asif Youssuff @ 2017-07-03 14:21 UTC (permalink / raw)
  To: linux-btrfs

Hi,

I'm replacing a btrfs device that was set up as a partition with one 
that is a whole disk.

The replace is getting stuck at the 53% mark with errors: kernel BUG at 
/home/kernel/COD/linux/fs/btrfs/extent_io.c:2328

More info below -- rebooting and letting replace continue seems to not 
resume. Any ideas?

I opened a ticket at: https://bugzilla.kernel.org/show_bug.cgi?id=196251 
as well.

$ uname -a
Linux ubuntu-server 4.12.0-041200rc7-generic #201706252231 SMP Mon Jun 
26 02:33:00 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

$ btrfs --version
btrfs-progs v4.4

$ sudo btrfs fi show
[sudo] password for asif:
Label: none  uuid: 48ed8a66-731d-499b-829e-dd07dd7260cc
	Total devices 14 FS bytes used 39.80TiB
	devid    0 size 7.28TiB used 7.07TiB path /dev/sdk
	devid    4 size 5.46TiB used 5.46TiB path /dev/sdd
	devid    5 size 5.46TiB used 5.43TiB path /dev/sde
	devid    7 size 5.46TiB used 5.43TiB path /dev/sdg
	devid    8 size 5.46TiB used 5.45TiB path /dev/sdi
	devid    9 size 5.46TiB used 5.45TiB path /dev/sdc
	devid   10 size 5.46TiB used 5.43TiB path /dev/sdf
	devid   11 size 7.28TiB used 7.25TiB path /dev/sdh
	devid   12 size 5.46TiB used 5.44TiB path /dev/sdn
	devid   14 size 7.28TiB used 7.25TiB path /dev/sdm
	devid   15 size 7.28TiB used 7.25TiB path /dev/sdo
	devid   17 size 5.46TiB used 5.43TiB path /dev/sdb
	devid   18 size 7.28TiB used 7.25TiB path /dev/sdl
	devid   19 size 7.28TiB used 7.07TiB path /dev/sdj2


$ sudo btrfs fi df /media/camino/
Data, RAID1: total=39.75TiB, used=39.75TiB
System, RAID1: total=43.12MiB, used=6.69MiB
Metadata, RAID1: total=54.00GiB, used=51.55GiB
GlobalReserve, single: total=512.00MiB, used=0.00B

dmesg log below:

[  584.185198] ------------[ cut here ]------------
[  584.185199] kernel BUG at 
/home/kernel/COD/linux/fs/btrfs/extent_io.c:2328!
[  584.185248] invalid opcode: 0000 [#1] SMP
[  584.185271] Modules linked in: zram binfmt_misc dm_crypt intel_rapl 
x86_pkg_temp_thermal intel_powerclamp coretemp crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel cmdlinepart pcbc intel_spi_platform 
intel_spi spi_nor mtd ipmi_ssif aesni_intel aes_x86_64 crypto_simd 
glue_helper cryptd intel_cstate intel_rapl_perf joydev input_leds mei_me 
mei intel_pch_thermal lpc_ich shpchp ie31200_edac mac_hid tpm_crb 
ipmi_si ipmi_devintf ipmi_msghandler acpi_pad kvm_intel kvm irqbypass 
autofs4 btrfs xor raid6_pq igb ast ttm drm_kms_helper syscopyarea 
sysfillrect sysimgblt fb_sys_fops hid_generic e1000e dca uas ahci usbhid 
mpt3sas ptp libahci drm usb_storage hid i2c_algo_bit raid_class pps_core 
scsi_transport_sas video
[  584.185631] CPU: 6 PID: 4663 Comm: kworker/u16:1 Not tainted 
4.12.0-041200rc7-generic #201706252231
[  584.185679] Hardware name: Supermicro X10SLM-F/X10SLM-F, BIOS 3.0 
04/24/2015
[  584.185754] Workqueue: btrfs-endio btrfs_endio_helper [btrfs]
[  584.185787] task: ffff9317333e9680 task.stack: ffffae8f8ddc8000
[  584.185847] RIP: 0010:btrfs_check_repairable+0xf2/0x100 [btrfs]
[  584.185879] RSP: 0018:ffffae8f8ddcbce8 EFLAGS: 00010282
[  584.185909] RAX: 0000000000000001 RBX: ffff93172ab7b200 RCX: 
0000000000000001
[  584.185948] RDX: 0000000000000003 RSI: 0000000000000000 RDI: 
ffff93171f9ace60
[  584.185986] RBP: ffffae8f8ddcbd08 R08: 00010f5dc7780000 R09: 
00010f5e07780000
[  584.186025] R10: 0000000000000000 R11: 00000000fffffffb R12: 
00000000f4492780
[  584.186063] R13: ffff93171f9a0000 R14: ffff9316f4492f68 R15: 
0000000000000000
[  584.186102] FS:  0000000000000000(0000) GS:ffff93175fd80000(0000) 
knlGS:0000000000000000
[  584.186145] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  584.186160] BTRFS warning (device sdb): csum failed root 5 ino 319406 
off 4265641668608 csum 0x2c6808e7 expected csum 0x00000000 mirror 0
[  584.186195] ------------[ cut here ]------------
[  584.186197] kernel BUG at 
/home/kernel/COD/linux/fs/btrfs/extent_io.c:2328!
[  584.186301] CR2: 00007fc31d49f180 CR3: 000000020c009000 CR4: 
00000000001406e0
[  584.186340] Call Trace:
[  584.186384]  end_bio_extent_readpage+0x404/0x540 [btrfs]
[  584.186388] BTRFS warning (device sdb): csum failed root 5 ino 319406 
off 4265641668608 csum 0x2c6808e7 expected csum 0x00000000 mirror 0
[  584.186414] ------------[ cut here ]------------
[  584.186416] kernel BUG at 
/home/kernel/COD/linux/fs/btrfs/extent_io.c:2328!
[  584.186553]  bio_endio+0x81/0x100
[  584.186561] BTRFS warning (device sdb): csum failed root 5 ino 319406 
off 4265641574400 csum 0x2c6808e7 expected csum 0x00000000 mirror 0
[  584.186577] BTRFS warning (device sdb): csum failed root 5 ino 319406 
off 4265641668608 csum 0x2c6808e7 expected csum 0x00000000 mirror 0
[  584.186606] ------------[ cut here ]------------
[  584.186608] kernel BUG at 
/home/kernel/COD/linux/fs/btrfs/extent_io.c:2328!
[  584.186650] ------------[ cut here ]------------
[  584.186652] kernel BUG at 
/home/kernel/COD/linux/fs/btrfs/extent_io.c:2328!
[  584.187018]  end_workqueue_fn+0x3c/0x40 [btrfs]
[  584.187095]  btrfs_scrubparity_helper+0xc8/0x2e0 [btrfs]
[  584.187099] BTRFS warning (device sdb): csum failed root 5 ino 319406 
off 4265641639936 csum 0x2c6808e7 expected csum 0x00000000 mirror 0
[  584.187107] BTRFS warning (device sdb): csum failed root 5 ino 319406 
off 4265641668608 csum 0x2c6808e7 expected csum 0x00000000 mirror 0
[  584.187127] ------------[ cut here ]------------
[  584.187129] kernel BUG at 
/home/kernel/COD/linux/fs/btrfs/extent_io.c:2328!
[  584.202157]  btrfs_endio_helper+0xe/0x10 [btrfs]
[  584.205101]  process_one_work+0x1e9/0x410
[  584.207975]  worker_thread+0x4b/0x410
[  584.210781]  kthread+0x109/0x140
[  584.213514]  ? process_one_work+0x410/0x410
[  584.216190]  ? kthread_create_on_node+0x70/0x70
[  584.218801]  ret_from_fork+0x25/0x30
[  584.221360] Code: 43 28 00 00 00 00 b9 01 00 00 00 31 c0 eb d5 8d 48 
02 eb d9 45 89 e0 48 c7 c6 a8 9b 55 c0 4c 89 ef e8 13 c0 fa ff e9 78 ff 
ff ff <0f> 0b 66 90 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 55 48
[  584.226721] RIP: btrfs_check_repairable+0xf2/0x100 [btrfs] RSP: 
ffffae8f8ddcbce8
[  584.229382] invalid opcode: 0000 [#2] SMP
[  584.229444] ---[ end trace 67ac87efec627eff ]---
[  584.311229] Modules linked in: zram binfmt_misc dm_crypt intel_rapl 
x86_pkg_temp_thermal intel_powerclamp coretemp crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel cmdlinepart pcbc intel_spi_platform 
intel_spi spi_nor mtd ipmi_ssif aesni_intel aes_x86_64 crypto_simd 
glue_helper cryptd intel_cstate intel_rapl_perf joydev input_leds mei_me 
mei intel_pch_thermal lpc_ich shpchp ie31200_edac mac_hid tpm_crb 
ipmi_si ipmi_devintf ipmi_msghandler acpi_pad kvm_intel kvm irqbypass 
autofs4 btrfs xor raid6_pq igb ast ttm drm_kms_helper syscopyarea 
sysfillrect sysimgblt fb_sys_fops hid_generic e1000e dca uas ahci usbhid 
mpt3sas ptp libahci drm usb_storage hid i2c_algo_bit raid_class pps_core 
scsi_transport_sas video
[  584.366541] CPU: 4 PID: 233 Comm: kworker/u16:6 Tainted: G      D 
     4.12.0-041200rc7-generic #201706252231
[  584.367716] Hardware name: Supermicro X10SLM-F/X10SLM-F, BIOS 3.0 
04/24/2015
[  584.368895] Workqueue: btrfs-endio btrfs_endio_helper [btrfs]
[  584.370037] task: ffff93173b78da00 task.stack: ffffae8f83e94000
[  584.371195] RIP: 0010:btrfs_check_repairable+0xf2/0x100 [btrfs]
[  584.372336] RSP: 0018:ffffae8f83e97ce8 EFLAGS: 00010286
[  584.373471] RAX: 0000000000000001 RBX: ffff93172ab7b900 RCX: 
0000000000000001
[  584.374610] RDX: 0000000000000003 RSI: 0000000000000000 RDI: 
ffff93171f9ace60
[  584.375749] RBP: ffffae8f83e97d08 R08: 00010f5dc7780000 R09: 
00010f5e07780000
[  584.376872] R10: 0000000000000000 R11: 00000000fffffffb R12: 
00000000f44928c0
[  584.377975] R13: ffff93171f9a0000 R14: ffff9316f4493468 R15: 
0000000000000000
[  584.379079] FS:  0000000000000000(0000) GS:ffff93175fd00000(0000) 
knlGS:0000000000000000
[  584.380187] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  584.381287] CR2: 00007f26d6d751e4 CR3: 000000020c009000 CR4: 
00000000001406e0
[  584.382379] Call Trace:
[  584.383452]  end_bio_extent_readpage+0x404/0x540 [btrfs]
[  584.384503]  bio_endio+0x81/0x100
[  584.385534]  end_workqueue_fn+0x3c/0x40 [btrfs]
[  584.386567]  btrfs_scrubparity_helper+0xc8/0x2e0 [btrfs]
[  584.387597]  btrfs_endio_helper+0xe/0x10 [btrfs]
[  584.388607]  process_one_work+0x1e9/0x410
[  584.389607]  worker_thread+0x4b/0x410
[  584.390595]  kthread+0x109/0x140
[  584.391577]  ? process_one_work+0x410/0x410
[  584.392540]  ? kthread_create_on_node+0x70/0x70
[  584.393479]  ret_from_fork+0x25/0x30
[  584.394390] Code: 43 28 00 00 00 00 b9 01 00 00 00 31 c0 eb d5 8d 48 
02 eb d9 45 89 e0 48 c7 c6 a8 9b 55 c0 4c 89 ef e8 13 c0 fa ff e9 78 ff 
ff ff <0f> 0b 66 90 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 55 48
[  584.396291] RIP: btrfs_check_repairable+0xf2/0x100 [btrfs] RSP: 
ffffae8f83e97ce8
[  584.397233] invalid opcode: 0000 [#3] SMP
[  584.397319] ---[ end trace 67ac87efec627f00 ]---
[  584.443803] Modules linked in: zram binfmt_misc dm_crypt intel_rapl 
x86_pkg_temp_thermal intel_powerclamp coretemp crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel cmdlinepart pcbc intel_spi_platform 
intel_spi spi_nor mtd ipmi_ssif aesni_intel aes_x86_64 crypto_simd 
glue_helper cryptd intel_cstate intel_rapl_perf joydev input_leds mei_me 
mei intel_pch_thermal lpc_ich shpchp ie31200_edac mac_hid tpm_crb 
ipmi_si ipmi_devintf ipmi_msghandler acpi_pad kvm_intel kvm irqbypass 
autofs4 btrfs xor raid6_pq igb ast ttm drm_kms_helper syscopyarea 
sysfillrect sysimgblt fb_sys_fops hid_generic e1000e dca uas ahci usbhid 
mpt3sas ptp libahci drm usb_storage hid i2c_algo_bit raid_class pps_core 
scsi_transport_sas video
[  584.532156] CPU: 1 PID: 265 Comm: kworker/u16:10 Tainted: G      D 
      4.12.0-041200rc7-generic #201706252231
[  584.532776] Hardware name: Supermicro X10SLM-F/X10SLM-F, BIOS 3.0 
04/24/2015
[  584.533414] Workqueue: btrfs-endio btrfs_endio_helper [btrfs]
[  584.534030] task: ffff93173b771680 task.stack: ffffae8f83c68000
[  584.534660] RIP: 0010:btrfs_check_repairable+0xf2/0x100 [btrfs]
[  584.535287] RSP: 0018:ffffae8f83c6bce8 EFLAGS: 00010282
[  584.535911] RAX: 0000000000000001 RBX: ffff93172ab7ba00 RCX: 
0000000000000001
[  584.536498] RDX: 0000000000000003 RSI: 0000000000000000 RDI: 
ffff93171f9ace60
[  584.537071] RBP: ffffae8f83c6bd08 R08: 00010f5dc7780000 R09: 
00010f5e07780000
[  584.537633] R10: 0000000000000000 R11: 00000000fffffffb R12: 
00000000f4493540
[  584.538183] R13: ffff93171f9a0000 R14: ffff9316f4493e68 R15: 
0000000000000000
[  584.538723] FS:  0000000000000000(0000) GS:ffff93175fc40000(0000) 
knlGS:0000000000000000
[  584.539259] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  584.539816] CR2: 00007f19d54fc2b0 CR3: 000000020c009000 CR4: 
00000000001406e0
[  584.540351] Call Trace:
[  584.540922]  end_bio_extent_readpage+0x404/0x540 [btrfs]
[  584.541460]  bio_endio+0x81/0x100
[  584.541995]  end_workqueue_fn+0x3c/0x40 [btrfs]
[  584.542534]  btrfs_scrubparity_helper+0xc8/0x2e0 [btrfs]
[  584.543072]  btrfs_endio_helper+0xe/0x10 [btrfs]
[  584.543603]  process_one_work+0x1e9/0x410
[  584.544126]  worker_thread+0x4b/0x410
[  584.544643]  kthread+0x109/0x140
[  584.545152]  ? process_one_work+0x410/0x410
[  584.545779]  ? kthread_create_on_node+0x70/0x70
[  584.546636]  ret_from_fork+0x25/0x30
[  584.547369] Code: 43 28 00 00 00 00 b9 01 00 00 00 31 c0 eb d5 8d 48 
02 eb d9 45 89 e0 48 c7 c6 a8 9b 55 c0 4c 89 ef e8 13 c0 fa ff e9 78 ff 
ff ff <0f> 0b 66 90 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 55 48
[  584.548485] RIP: btrfs_check_repairable+0xf2/0x100 [btrfs] RSP: 
ffffae8f83c6bce8
[  584.549020] invalid opcode: 0000 [#4] SMP
[  584.549035] ---[ end trace 67ac87efec627f01 ]---
[  584.591109] Modules linked in: zram binfmt_misc dm_crypt intel_rapl 
x86_pkg_temp_thermal intel_powerclamp coretemp crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel cmdlinepart pcbc intel_spi_platform 
intel_spi spi_nor mtd ipmi_ssif aesni_intel aes_x86_64 crypto_simd 
glue_helper cryptd intel_cstate intel_rapl_perf joydev input_leds mei_me 
mei intel_pch_thermal lpc_ich shpchp ie31200_edac mac_hid tpm_crb 
ipmi_si ipmi_devintf ipmi_msghandler acpi_pad kvm_intel kvm irqbypass 
autofs4 btrfs xor raid6_pq igb ast ttm drm_kms_helper syscopyarea 
sysfillrect sysimgblt fb_sys_fops hid_generic e1000e dca uas ahci usbhid 
mpt3sas ptp libahci drm usb_storage hid i2c_algo_bit raid_class pps_core 
scsi_transport_sas video
[  584.676177] CPU: 0 PID: 3759 Comm: kworker/u16:0 Tainted: G      D 
      4.12.0-041200rc7-generic #201706252231
[  584.676846] Hardware name: Supermicro X10SLM-F/X10SLM-F, BIOS 3.0 
04/24/2015
[  584.677461] Workqueue: btrfs-endio btrfs_endio_helper [btrfs]
[  584.678057] task: ffff93173382ad00 task.stack: ffffae8f8d46c000
[  584.678678] RIP: 0010:btrfs_check_repairable+0xf2/0x100 [btrfs]
[  584.679274] RSP: 0018:ffffae8f8d46fce8 EFLAGS: 00010286
[  584.679872] RAX: 0000000000000001 RBX: ffff93172ab7bcc0 RCX: 
0000000000000001
[  584.680441] RDX: 0000000000000003 RSI: 0000000000000000 RDI: 
ffff93171f9ace60
[  584.680999] RBP: ffffae8f8d46fd08 R08: 00010f5dc7780000 R09: 
00010f5e07780000
[  584.681735] R10: 0000000000000000 R11: 00000000fffffffb R12: 
00000000f4492500
[  584.682346] R13: ffff93171f9a0000 R14: ffff9316f44922e8 R15: 
0000000000000000
[  584.682872] FS:  0000000000000000(0000) GS:ffff93175fc00000(0000) 
knlGS:0000000000000000
[  584.683416] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  584.683933] CR2: 000055ae5e3d6b18 CR3: 000000020c009000 CR4: 
00000000001406f0
[  584.684467] Call Trace:
[  584.684999]  end_bio_extent_readpage+0x404/0x540 [btrfs]
[  584.685521]  bio_endio+0x81/0x100
[  584.686043]  end_workqueue_fn+0x3c/0x40 [btrfs]
[  584.686567]  btrfs_scrubparity_helper+0xc8/0x2e0 [btrfs]
[  584.687162]  btrfs_endio_helper+0xe/0x10 [btrfs]
[  584.687694]  process_one_work+0x1e9/0x410
[  584.688203]  worker_thread+0x4b/0x410
[  584.688706]  kthread+0x109/0x140
[  584.689202]  ? process_one_work+0x410/0x410
[  584.689715]  ? kthread_create_on_node+0x70/0x70
[  584.690203]  ret_from_fork+0x25/0x30
[  584.690687] Code: 43 28 00 00 00 00 b9 01 00 00 00 31 c0 eb d5 8d 48 
02 eb d9 45 89 e0 48 c7 c6 a8 9b 55 c0 4c 89 ef e8 13 c0 fa ff e9 78 ff 
ff ff <0f> 0b 66 90 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 55 48
[  584.691753] RIP: btrfs_check_repairable+0xf2/0x100 [btrfs] RSP: 
ffffae8f8d46fce8
[  584.692370] invalid opcode: 0000 [#5] SMP
[  584.692383] ---[ end trace 67ac87efec627f02 ]---
[  584.767667] Modules linked in: zram binfmt_misc dm_crypt intel_rapl 
x86_pkg_temp_thermal intel_powerclamp coretemp crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel cmdlinepart pcbc intel_spi_platform 
intel_spi spi_nor mtd ipmi_ssif aesni_intel aes_x86_64 crypto_simd 
glue_helper cryptd intel_cstate intel_rapl_perf joydev input_leds mei_me 
mei intel_pch_thermal lpc_ich shpchp ie31200_edac mac_hid tpm_crb 
ipmi_si ipmi_devintf ipmi_msghandler acpi_pad kvm_intel kvm irqbypass 
autofs4 btrfs xor raid6_pq igb ast ttm drm_kms_helper syscopyarea 
sysfillrect sysimgblt fb_sys_fops hid_generic e1000e dca uas ahci usbhid 
mpt3sas ptp libahci drm usb_storage hid i2c_algo_bit raid_class pps_core 
scsi_transport_sas video
[  585.356910] CPU: 2 PID: 230 Comm: kworker/u16:3 Tainted: G      D 
     4.12.0-041200rc7-generic #201706252231
[  585.357532] Hardware name: Supermicro X10SLM-F/X10SLM-F, BIOS 3.0 
04/24/2015
[  585.358177] Workqueue: btrfs-endio btrfs_endio_helper [btrfs]
[  585.358790] task: ffff93173379ad00 task.stack: ffffae8f83e7c000
[  585.359419] RIP: 0010:btrfs_check_repairable+0xf2/0x100 [btrfs]
[  585.360024] RSP: 0018:ffffae8f83e7fce8 EFLAGS: 00010282
[  585.360625] RAX: 0000000000000001 RBX: ffff93172ab7b700 RCX: 
0000000000000001
[  585.361195] RDX: 0000000000000003 RSI: 0000000000000000 RDI: 
ffff93171f9ace60
[  585.361752] RBP: ffffae8f83e7fd08 R08: 00010f5dc7780000 R09: 
00010f5e07780000
[  585.362314] R10: 0000000000000000 R11: 00000000fffffffb R12: 
00000000f4492140
[  585.362864] R13: ffff93171f9a0000 R14: ffff9316f4493d28 R15: 
0000000000000000
[  585.363427] FS:  0000000000000000(0000) GS:ffff93175fc80000(0000) 
knlGS:0000000000000000
[  585.363949] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  585.364465] CR2: 00007f9c936feb24 CR3: 000000020c009000 CR4: 
00000000001406e0
[  585.364986] Call Trace:
[  585.365525]  end_bio_extent_readpage+0x404/0x540 [btrfs]
[  585.366047]  bio_endio+0x81/0x100
[  585.366568]  end_workqueue_fn+0x3c/0x40 [btrfs]
[  585.367101]  btrfs_scrubparity_helper+0xc8/0x2e0 [btrfs]
[  585.367635]  ? lock_timer_base+0x81/0xa0
[  585.368177]  btrfs_endio_helper+0xe/0x10 [btrfs]
[  585.368703]  process_one_work+0x1e9/0x410
[  585.369208]  worker_thread+0x4b/0x410
[  585.369706]  kthread+0x109/0x140
[  585.370210]  ? process_one_work+0x410/0x410
[  585.370712]  ? kthread_create_on_node+0x70/0x70
[  585.371219]  ret_from_fork+0x25/0x30
[  585.371726] Code: 43 28 00 00 00 00 b9 01 00 00 00 31 c0 eb d5 8d 48 
02 eb d9 45 89 e0 48 c7 c6 a8 9b 55 c0 4c 89 ef e8 13 c0 fa ff e9 78 ff 
ff ff <0f> 0b 66 90 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 55 48
[  585.372767] RIP: btrfs_check_repairable+0xf2/0x100 [btrfs] RSP: 
ffffae8f83e7fce8
[  585.373286] invalid opcode: 0000 [#6] SMP
[  585.373308] ---[ end trace 67ac87efec627f03 ]---
[  585.374870] Modules linked in: zram binfmt_misc dm_crypt intel_rapl 
x86_pkg_temp_thermal intel_powerclamp coretemp crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel cmdlinepart pcbc intel_spi_platform 
intel_spi spi_nor mtd ipmi_ssif aesni_intel aes_x86_64 crypto_simd 
glue_helper cryptd intel_cstate intel_rapl_perf joydev input_leds mei_me 
mei intel_pch_thermal lpc_ich shpchp ie31200_edac mac_hid tpm_crb 
ipmi_si ipmi_devintf ipmi_msghandler acpi_pad kvm_intel kvm irqbypass 
autofs4 btrfs xor raid6_pq igb ast ttm drm_kms_helper syscopyarea 
sysfillrect sysimgblt fb_sys_fops hid_generic e1000e dca uas ahci usbhid 
mpt3sas ptp libahci drm usb_storage hid i2c_algo_bit raid_class pps_core 
scsi_transport_sas video
[  585.378631] CPU: 7 PID: 4664 Comm: kworker/u16:2 Tainted: G      D 
      4.12.0-041200rc7-generic #201706252231
[  585.379226] Hardware name: Supermicro X10SLM-F/X10SLM-F, BIOS 3.0 
04/24/2015
[  585.379851] Workqueue: btrfs-endio btrfs_endio_helper [btrfs]
[  585.380447] task: ffff9317333ec380 task.stack: ffffae8f8d6c4000
[  585.381044] RIP: 0010:btrfs_check_repairable+0xf2/0x100 [btrfs]
[  585.381722] RSP: 0018:ffffae8f8d6c7ce8 EFLAGS: 00010282
[  585.382333] RAX: 0000000000000001 RBX: ffff93172ab7b6c0 RCX: 
0000000000000001
[  585.382890] RDX: 0000000000000003 RSI: 0000000000000000 RDI: 
ffff93171f9ace60
[  585.383463] RBP: ffffae8f8d6c7d08 R08: 00010f5dc7780000 R09: 
00010f5e07780000
[  585.383997] R10: 0000000000000000 R11: 00000000fffffffb R12: 
00000000f3172280
[  585.384540] R13: ffff93171f9a0000 R14: ffff9316f31721a8 R15: 
0000000000000000
[  585.385042] FS:  0000000000000000(0000) GS:ffff93175fdc0000(0000) 
knlGS:0000000000000000
[  585.385545] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  585.386046] CR2: 00007fba8530cf70 CR3: 000000020c009000 CR4: 
00000000001406e0
[  585.386551] Call Trace:
[  585.387061]  end_bio_extent_readpage+0x404/0x540 [btrfs]
[  585.387752]  bio_endio+0x81/0x100
[  585.388627]  end_workqueue_fn+0x3c/0x40 [btrfs]
[  585.389504]  btrfs_scrubparity_helper+0xc8/0x2e0 [btrfs]
[  585.390381]  btrfs_endio_helper+0xe/0x10 [btrfs]
[  585.391241]  process_one_work+0x1e9/0x410
[  585.392100]  worker_thread+0x4b/0x410
[  585.392938]  kthread+0x109/0x140
[  585.393767]  ? process_one_work+0x410/0x410
[  585.394589]  ? kthread_create_on_node+0x70/0x70
[  585.395407]  ret_from_fork+0x25/0x30
[  585.396220] Code: 43 28 00 00 00 00 b9 01 00 00 00 31 c0 eb d5 8d 48 
02 eb d9 45 89 e0 48 c7 c6 a8 9b 55 c0 4c 89 ef e8 13 c0 fa ff e9 78 ff 
ff ff <0f> 0b 66 90 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 55 48
[  585.397973] RIP: btrfs_check_repairable+0xf2/0x100 [btrfs] RSP: 
ffffae8f8d6c7ce8
[  585.398931] ---[ end trace 67ac87efec627f04 ]---
[  585.401895] BTRFS warning (device sdb): csum failed root 5 ino 319406 
off 4265641668608 csum 0x2c6808e7 expected csum 0x00000000 mirror 0
[  585.401915] BTRFS warning (device sdb): csum failed root 5 ino 319406 
off 4265641668608 csum 0x2c6808e7 expected csum 0x00000000 mirror 0
[  585.402003] ------------[ cut here ]------------
[  585.402003] kernel BUG at 
/home/kernel/COD/linux/fs/btrfs/extent_io.c:2328!
[  585.402005] invalid opcode: 0000 [#7] SMP
[  585.402005] Modules linked in: zram binfmt_misc dm_crypt intel_rapl 
x86_pkg_temp_thermal intel_powerclamp coretemp crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel cmdlinepart pcbc intel_spi_platform 
intel_spi spi_nor mtd ipmi_ssif aesni_intel aes_x86_64 crypto_simd 
glue_helper cryptd intel_cstate intel_rapl_perf joydev input_leds mei_me 
mei intel_pch_thermal lpc_ich shpchp ie31200_edac mac_hid tpm_crb 
ipmi_si ipmi_devintf ipmi_msghandler acpi_pad kvm_intel kvm irqbypass 
autofs4 btrfs xor raid6_pq igb ast ttm drm_kms_helper syscopyarea 
sysfillrect sysimgblt fb_sys_fops hid_generic e1000e dca uas ahci usbhid 
mpt3sas ptp libahci drm usb_storage hid i2c_algo_bit raid_class pps_core 
scsi_transport_sas video
[  585.402025] CPU: 4 PID: 4688 Comm: kworker/u16:12 Tainted: G      D 
       4.12.0-041200rc7-generic #201706252231
[  585.402025] Hardware name: Supermicro X10SLM-F/X10SLM-F, BIOS 3.0 
04/24/2015
[  585.402041] Workqueue: btrfs-endio btrfs_endio_helper [btrfs]
[  585.402042] task: ffff9317328e1680 task.stack: ffffae8f8e030000
[  585.402057] RIP: 0010:btrfs_check_repairable+0xf2/0x100 [btrfs]
[  585.402057] RSP: 0018:ffffae8f8e033ce8 EFLAGS: 00010282
[  585.402058] RAX: 0000000000000001 RBX: ffff93172ab7b000 RCX: 
0000000000000001
[  585.402059] RDX: 0000000000000003 RSI: 0000000000000000 RDI: 
ffff93171f9ace60
[  585.402060] RBP: ffffae8f8e033d08 R08: 00010f5dc7780000 R09: 
00010f5e07780000
[  585.402060] R10: 0000000000000000 R11: 00000000fffffffb R12: 
00000000f3173040
[  585.402061] R13: ffff93171f9a0000 R14: ffff9316f3172428 R15: 
0000000000000000
[  585.402062] FS:  0000000000000000(0000) GS:ffff93175fd00000(0000) 
knlGS:0000000000000000
[  585.402062] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  585.402063] CR2: 0000561458209000 CR3: 000000020c009000 CR4: 
00000000001406e0
[  585.402064] Call Trace:
[  585.402077]  end_bio_extent_readpage+0x404/0x540 [btrfs]
[  585.402080]  bio_endio+0x81/0x100
[  585.402092]  end_workqueue_fn+0x3c/0x40 [btrfs]
[  585.402105]  btrfs_scrubparity_helper+0xc8/0x2e0 [btrfs]
[  585.402117]  btrfs_endio_helper+0xe/0x10 [btrfs]
[  585.402119]  process_one_work+0x1e9/0x410
[  585.402120]  worker_thread+0x4b/0x410
[  585.402122]  kthread+0x109/0x140
[  585.402123]  ? process_one_work+0x410/0x410
[  585.402124]  ? kthread_create_on_node+0x70/0x70
[  585.402126]  ret_from_fork+0x25/0x30
[  585.402126] Code: 43 28 00 00 00 00 b9 01 00 00 00 31 c0 eb d5 8d 48 
02 eb d9 45 89 e0 48 c7 c6 a8 9b 55 c0 4c 89 ef e8 13 c0 fa ff e9 78 ff 
ff ff <0f> 0b 66 90 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 55 48
[  585.402158] RIP: btrfs_check_repairable+0xf2/0x100 [btrfs] RSP: 
ffffae8f8e033ce8
[  585.402159] ---[ end trace 67ac87efec627f05 ]---
[  585.429064] ------------[ cut here ]------------
[  585.429617] kernel BUG at 
/home/kernel/COD/linux/fs/btrfs/extent_io.c:2328!
[  585.430177] invalid opcode: 0000 [#8] SMP
[  585.430712] Modules linked in: zram binfmt_misc dm_crypt intel_rapl 
x86_pkg_temp_thermal intel_powerclamp coretemp crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel cmdlinepart pcbc intel_spi_platform 
intel_spi spi_nor mtd ipmi_ssif aesni_intel aes_x86_64 crypto_simd 
glue_helper cryptd intel_cstate intel_rapl_perf joydev input_leds mei_me 
mei intel_pch_thermal lpc_ich shpchp ie31200_edac mac_hid tpm_crb 
ipmi_si ipmi_devintf ipmi_msghandler acpi_pad kvm_intel kvm irqbypass 
autofs4 btrfs xor raid6_pq igb ast ttm drm_kms_helper syscopyarea 
sysfillrect sysimgblt fb_sys_fops hid_generic e1000e dca uas ahci usbhid 
mpt3sas ptp libahci drm usb_storage hid i2c_algo_bit raid_class pps_core 
scsi_transport_sas video
[  585.434204] CPU: 0 PID: 4687 Comm: kworker/u16:9 Tainted: G      D 
      4.12.0-041200rc7-generic #201706252231
[  585.434816] Hardware name: Supermicro X10SLM-F/X10SLM-F, BIOS 3.0 
04/24/2015
[  585.435443] Workqueue: btrfs-endio btrfs_endio_helper [btrfs]
[  585.436008] task: ffff9317328e0000 task.stack: ffffae8f8e028000
[  585.436625] RIP: 0010:btrfs_check_repairable+0xf2/0x100 [btrfs]
[  585.437259] RSP: 0018:ffffae8f8e02bce8 EFLAGS: 00010282
[  585.437876] RAX: 0000000000000001 RBX: ffff93172ab7bbc0 RCX: 
0000000000000001
[  585.438527] RDX: 0000000000000003 RSI: 0000000000000000 RDI: 
ffff93171f9ace60
[  585.439082] RBP: ffffae8f8e02bd08 R08: 00010f5dc7780000 R09: 
00010f5e07780000
[  585.439656] R10: 0000000000000000 R11: 00000000fffffffb R12: 
00000000f5236c80
[  585.440220] R13: ffff93171f9a0000 R14: ffff9316f5237aa8 R15: 
0000000000000000
[  585.440759] FS:  0000000000000000(0000) GS:ffff93175fc00000(0000) 
knlGS:0000000000000000
[  585.441288] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  585.441806] CR2: 000055ae5e3d6b18 CR3: 000000020c009000 CR4: 
00000000001406f0
[  585.442309] Call Trace:
[  585.442834]  end_bio_extent_readpage+0x404/0x540 [btrfs]
[  585.443463]  bio_endio+0x81/0x100
[  585.443993]  end_workqueue_fn+0x3c/0x40 [btrfs]
[  585.444546]  btrfs_scrubparity_helper+0xc8/0x2e0 [btrfs]
[  585.445097]  btrfs_endio_helper+0xe/0x10 [btrfs]
[  585.445592]  process_one_work+0x1e9/0x410
[  585.446081]  worker_thread+0x4b/0x410
[  585.446566]  kthread+0x109/0x140
[  585.447043]  ? process_one_work+0x410/0x410
[  585.447604]  ? kthread_create_on_node+0x70/0x70
[  585.448105]  ret_from_fork+0x25/0x30
[  585.448624] Code: 43 28 00 00 00 00 b9 01 00 00 00 31 c0 eb d5 8d 48 
02 eb d9 45 89 e0 48 c7 c6 a8 9b 55 c0 4c 89 ef e8 13 c0 fa ff e9 78 ff 
ff ff <0f> 0b 66 90 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 55 48
[  585.449721] RIP: btrfs_check_repairable+0xf2/0x100 [btrfs] RSP: 
ffffae8f8e02bce8
[  585.450268] ---[ end trace 67ac87efec627f06 ]---

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: kernel BUG at /home/kernel/COD/linux/fs/btrfs/extent_io.c:2328 when replacing disk
  2017-07-03 14:21 kernel BUG at /home/kernel/COD/linux/fs/btrfs/extent_io.c:2328 when replacing disk Asif Youssuff
@ 2017-07-03 15:50 ` Asif Youssuff
  0 siblings, 0 replies; 2+ messages in thread
From: Asif Youssuff @ 2017-07-03 15:50 UTC (permalink / raw)
  To: linux-btrfs

Hi,
I upgraded to 4.12 (instead of the rc) and the problem continues:

# uname -a
Linux ubuntu-server 4.12.0-041200rc7-generic #201706252231 SMP Mon Jun 
26 02:33:00 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

$ btrfs --version
btrfs-progs v4.4

# btrfs fi show
Label: none  uuid: 48ed8a66-731d-499b-829e-dd07dd7260cc
	Total devices 14 FS bytes used 39.80TiB
	devid    0 size 7.28TiB used 7.07TiB path /dev/sdk
	devid    4 size 5.46TiB used 5.46TiB path /dev/sdb
	devid    5 size 5.46TiB used 5.43TiB path /dev/sdc
	devid    7 size 5.46TiB used 5.43TiB path /dev/sde
	devid    8 size 5.46TiB used 5.45TiB path /dev/sdf
	devid    9 size 5.46TiB used 5.45TiB path /dev/sda
	devid   10 size 5.46TiB used 5.43TiB path /dev/sdd
	devid   11 size 7.28TiB used 7.25TiB path /dev/sdg
	devid   12 size 5.46TiB used 5.44TiB path /dev/sdn
	devid   14 size 7.28TiB used 7.25TiB path /dev/sdm
	devid   15 size 7.28TiB used 7.25TiB path /dev/sdo
	devid   17 size 5.46TiB used 5.43TiB path /dev/sdj
	devid   18 size 7.28TiB used 7.25TiB path /dev/sdl
	devid   19 size 7.28TiB used 7.07TiB path /dev/sdh2


# btrfs fi df /media/camino/
Data, RAID1: total=39.75TiB, used=39.75TiB
System, RAID1: total=43.12MiB, used=6.69MiB
Metadata, RAID1: total=54.00GiB, used=51.55GiB
GlobalReserve, single: total=512.00MiB, used=0.00B

dmesg log:

[  419.531939] ------------[ cut here ]------------
[  419.531941] kernel BUG at 
/home/kernel/COD/linux/fs/btrfs/extent_io.c:2328!
[  419.531946] invalid opcode: 0000 [#1] SMP
[  419.531949] Modules linked in: zram binfmt_misc dm_crypt intel_rapl 
x86_pkg_temp_thermal cmdlinepart intel_spi_platform intel_spi spi_nor 
mtd intel_powerclamp coretemp crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel pcbc aesni_intel aes_x86_64 crypto_simd joydev 
glue_helper input_leds cryptd intel_cstate kvm_intel kvm irqbypass 
intel_rapl_perf ipmi_ssif shpchp tpm_crb mei_me mei lpc_ich ie31200_edac 
intel_pch_thermal mac_hid ipmi_si ipmi_devintf ipmi_msghandler acpi_pad 
autofs4 btrfs xor raid6_pq hid_generic usbhid hid uas usb_storage ast 
ttm drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops igb 
e1000e drm mpt3sas dca ahci libahci ptp i2c_algo_bit raid_class pps_core 
scsi_transport_sas video
[  419.532010] CPU: 4 PID: 228 Comm: kworker/u16:2 Not tainted 
4.12.0-041200rc7-generic #201706252231
[  419.532012] Hardware name: Supermicro X10SLM-F/X10SLM-F, BIOS 3.0 
04/24/2015
[  419.532081] Workqueue: btrfs-endio btrfs_endio_helper [btrfs]
[  419.532086] task: ffff97063b482d00 task.stack: ffffaa9d03884000
[  419.532137] RIP: 0010:btrfs_check_repairable+0xf2/0x100 [btrfs]
[  419.532140] RSP: 0018:ffffaa9d03887ce8 EFLAGS: 00010283
[  419.532143] RAX: 0000000000000001 RBX: ffff970629c69500 RCX: 
0000000000000001
[  419.532145] RDX: 0000000000000003 RSI: 0000000000000000 RDI: 
ffff970622a7ce60
[  419.532146] RBP: ffffaa9d03887d08 R08: 00010f5dc7780000 R09: 
00010f5e07780000
[  419.532148] R10: 0000000000000000 R11: 00000000fffffffb R12: 
00000000f3169540
[  419.532150] R13: ffff970622a70000 R14: ffff9705f3168ce8 R15: 
0000000000000000
[  419.532152] FS:  0000000000000000(0000) GS:ffff97065fd00000(0000) 
knlGS:0000000000000000
[  419.532154] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  419.532156] CR2: 00007fc520ff51e4 CR3: 00000006a2809000 CR4: 
00000000001406e0
[  419.532158] Call Trace:
[  419.532203]  end_bio_extent_readpage+0x404/0x540 [btrfs]
[  419.532212]  bio_endio+0x81/0x100
[  419.532250]  end_workqueue_fn+0x3c/0x40 [btrfs]
[  419.532299]  btrfs_scrubparity_helper+0xc8/0x2e0 [btrfs]
[  419.532349]  btrfs_endio_helper+0xe/0x10 [btrfs]
[  419.532354]  process_one_work+0x1e9/0x410
[  419.532358]  worker_thread+0x4b/0x410
[  419.532364]  kthread+0x109/0x140
[  419.532368]  ? process_one_work+0x410/0x410
[  419.532373]  ? kthread_create_on_node+0x70/0x70
[  419.532378]  ? kthread_create_on_node+0x70/0x70
[  419.532382]  ret_from_fork+0x25/0x30
[  419.532385] Code: 43 28 00 00 00 00 b9 01 00 00 00 31 c0 eb d5 8d 48 
02 eb d9 45 89 e0 48 c7 c6 a8 2b 68 c0 4c 89 ef e8 13 c0 fa ff e9 78 ff 
ff ff <0f> 0b 66 90 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 55 48
[  419.532480] RIP: btrfs_check_repairable+0xf2/0x100 [btrfs] RSP: 
ffffaa9d03887ce8
[  419.532484] ---[ end trace 34db1c353c64ec3d ]---
[  419.665857] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.666457] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.666989] BTRFS warning (device sdb): csum failed root 5 ino 319406 
off 298371032416256 csum 0xf972d334 expected csum 0x00000000 mirror 
-173339200
[  419.666994] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.667024] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.667036] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.667041] BTRFS warning (device sdb): csum failed root 5 ino 319406 
off 298371032416256 csum 0xac105d1a expected csum 0x00000000 mirror 
-173339200
[  419.667046] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.667066] ------------[ cut here ]------------
[  419.667066] kernel BUG at 
/home/kernel/COD/linux/fs/btrfs/extent_io.c:2328!
[  419.667068] invalid opcode: 0000 [#2] SMP
[  419.667068] Modules linked in: zram binfmt_misc dm_crypt intel_rapl 
x86_pkg_temp_thermal cmdlinepart intel_spi_platform intel_spi spi_nor 
mtd intel_powerclamp coretemp crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel pcbc aesni_intel aes_x86_64 crypto_simd joydev
[  419.667075] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.667076]  glue_helper input_leds cryptd intel_cstate kvm_intel kvm 
irqbypass intel_rapl_perf ipmi_ssif shpchp tpm_crb mei_me mei lpc_ich 
ie31200_edac intel_pch_thermal mac_hid ipmi_si ipmi_devintf 
ipmi_msghandler acpi_pad autofs4 btrfs xor raid6_pq hid_generic usbhid 
hid uas usb_storage ast ttm drm_kms_helper syscopyarea sysfillrect 
sysimgblt fb_sys_fops igb e1000e drm mpt3sas dca ahci libahci ptp 
i2c_algo_bit
[  419.667090] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.667090]  raid_class pps_core scsi_transport_sas video
[  419.667093] CPU: 5 PID: 230 Comm: kworker/u16:4 Tainted: G      D 
     4.12.0-041200rc7-generic #201706252231
[  419.667094] Hardware name: Supermicro X10SLM-F/X10SLM-F, BIOS 3.0 
04/24/2015
[  419.667096] BTRFS warning (device sdb): csum failed root 5 ino 319406 
off 298371032416256 csum 0xa4cc695f expected csum 0x00000000 mirror 
-173339200
[  419.667117] Workqueue: btrfs-endio btrfs_endio_helper [btrfs]
[  419.667118] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.667118] ------------[ cut here ]------------
[  419.667119] kernel BUG at 
/home/kernel/COD/linux/fs/btrfs/extent_io.c:2328!
[  419.667120] task: ffff970631960000 task.stack: ffffaa9d03d84000
[  419.667135] RIP: 0010:btrfs_check_repairable+0xf2/0x100 [btrfs]
[  419.667136] RSP: 0018:ffffaa9d03d87ce8 EFLAGS: 00010287
[  419.667137] RAX: 0000000000000001 RBX: ffff970624cc5e80 RCX: 
0000000000000001
[  419.667138] RDX: 0000000000000003 RSI: 0000000000000000 RDI: 
ffff970622a7ce60
[  419.667139] RBP: ffffaa9d03d87d08 R08: 00010f5dc7780000 R09: 
00010f5e07780000
[  419.667139] R10: 0000000000000000 R11: 00000000fffffffb R12: 
00000000f2567680
[  419.667140] R13: ffff970622a70000 R14: ffff9705f2567468 R15: 
0000000000000000
[  419.667141] FS:  0000000000000000(0000) GS:ffff97065fd40000(0000) 
knlGS:0000000000000000
[  419.667142] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  419.667142] CR2: 00007f197d104570 CR3: 00000007eaffd000 CR4: 
00000000001406e0
[  419.667143] Call Trace:
[  419.667156]  end_bio_extent_readpage+0x404/0x540 [btrfs]
[  419.667157] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.667160]  bio_endio+0x81/0x100
[  419.667173]  end_workqueue_fn+0x3c/0x40 [btrfs]
[  419.667174] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.667187]  btrfs_scrubparity_helper+0xc8/0x2e0 [btrfs]
[  419.667189] BTRFS warning (device sdb): csum failed root 5 ino 319406 
off 298371032416256 csum 0x62d9e753 expected csum 0x00000000 mirror 
-173339200
[  419.667190] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.667203]  btrfs_endio_helper+0xe/0x10 [btrfs]
[  419.667205]  process_one_work+0x1e9/0x410
[  419.667206]  worker_thread+0x4b/0x410
[  419.667208]  kthread+0x109/0x140
[  419.667209]  ? process_one_work+0x410/0x410
[  419.667210] ------------[ cut here ]------------
[  419.667211]  ? kthread_create_on_node+0x70/0x70
[  419.667212] kernel BUG at 
/home/kernel/COD/linux/fs/btrfs/extent_io.c:2328!
[  419.667213]  ret_from_fork+0x25/0x30
[  419.667214] Code: 43 28 00 00 00 00 b9 01 00 00 00 31 c0 eb d5 8d 48 
02 eb
[  419.667221] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.667221] d9 45 89 e0 48 c7 c6 a8 2b 68 c0 4c 89 ef e8 13 c0 fa ff 
e9 78 ff ff ff <0f> 0b 66 90 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 
00 55 48
[  419.667256] RIP: btrfs_check_repairable+0xf2/0x100 [btrfs] RSP: 
ffffaa9d03d87ce8
[  419.667257] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.667257] ---[ end trace 34db1c353c64ec3e ]---
[  419.667258] invalid opcode: 0000 [#3] SMP
[  419.667259] Modules linked in: zram
[  419.667706] BTRFS warning (device sdb): csum failed root 5 ino 319406 
off 298371032416256 csum 0x6bd9f20b expected csum 0x00000000 mirror 
-173339200
[  419.667707] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.667707]  binfmt_misc dm_crypt intel_rapl x86_pkg_temp_thermal 
cmdlinepart intel_spi_platform intel_spi spi_nor mtd intel_powerclamp 
coretemp crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc 
aesni_intel aes_x86_64 crypto_simd joydev glue_helper input_leds cryptd 
intel_cstate kvm_intel kvm irqbypass intel_rapl_perf ipmi_ssif shpchp 
tpm_crb mei_me mei lpc_ich ie31200_edac intel_pch_thermal mac_hid 
ipmi_si ipmi_devintf ipmi_msghandler
[  419.667728] ------------[ cut here ]------------
[  419.667728]  acpi_pad
[  419.667729] kernel BUG at 
/home/kernel/COD/linux/fs/btrfs/extent_io.c:2328!
[  419.667729]  autofs4 btrfs xor raid6_pq hid_generic usbhid hid uas 
usb_storage ast ttm drm_kms_helper syscopyarea sysfillrect sysimgblt 
fb_sys_fops igb e1000e drm mpt3sas dca ahci libahci ptp i2c_algo_bit 
raid_class pps_core scsi_transport_sas video
[  419.667738] CPU: 6 PID: 232 Comm: kworker/u16:6 Tainted: G      D 
     4.12.0-041200rc7-generic #201706252231
[  419.667739] Hardware name: Supermicro X10SLM-F/X10SLM-F, BIOS 3.0 
04/24/2015
[  419.667764] Workqueue: btrfs-endio btrfs_endio_helper [btrfs]
[  419.667765] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.667766] task: ffff970633708000 task.stack: ffffaa9d03b04000
[  419.667791] RIP: 0010:btrfs_check_repairable+0xf2/0x100 [btrfs]
[  419.667792] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.667793] RSP: 0018:ffffaa9d03b07ce8 EFLAGS: 00010287
[  419.667794] RAX: 0000000000000001 RBX: ffff970624cc51c0 RCX: 
0000000000000001
[  419.667794] RDX: 0000000000000003 RSI: 0000000000000000 RDI: 
ffff970622a7ce60
[  419.667795] RBP: ffffaa9d03b07d08 R08: 00010f5dc7780000 R09: 
00010f5e07780000
[  419.667796] R10: 0000000000000000 R11: 00000000fffffffb R12: 
00000000f25677c0
[  419.667796] R13: ffff970622a70000 R14: ffff9705f2566e28 R15: 
0000000000000000
[  419.667797] FS:  0000000000000000(0000) GS:ffff97065fd80000(0000) 
knlGS:0000000000000000
[  419.667798] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  419.667799] CR2: 00007f047f2d4e18 CR3: 00000006a2809000 CR4: 
00000000001406e0
[  419.667799] Call Trace:
[  419.667813]  end_bio_extent_readpage+0x404/0x540 [btrfs]
[  419.667814] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.667816]  bio_endio+0x81/0x100
[  419.667837]  end_workqueue_fn+0x3c/0x40 [btrfs]
[  419.667851]  btrfs_scrubparity_helper+0xc8/0x2e0 [btrfs]
[  419.667864]  btrfs_endio_helper+0xe/0x10 [btrfs]
[  419.667865] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.667866]  process_one_work+0x1e9/0x410
[  419.667867]  worker_thread+0x4b/0x410
[  419.667869]  kthread+0x109/0x140
[  419.667870]  ? process_one_work+0x410/0x410
[  419.667872]  ? kthread_create_on_node+0x70/0x70
[  419.667873]  ret_from_fork+0x25/0x30
[  419.667874] Code: 43 28 00 00 00 00 b9 01 00 00 00 31
[  419.667879] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.667879] c0 eb d5 8d 48 02 eb d9 45 89 e0 48 c7 c6 a8 2b 68 c0 4c 
89 ef e8 13 c0 fa ff e9 78 ff ff ff <0f> 0b 66 90 66
[  419.667891] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.667891] 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 55 48
[  419.667909] RIP: btrfs_check_repairable+0xf2/0x100 [btrfs] RSP: 
ffffaa9d03b07ce8
[  419.667911] invalid opcode: 0000 [#4] SMP
[  419.667911] Modules linked in: zram binfmt_misc dm_crypt intel_rapl 
x86_pkg_temp_thermal cmdlinepart intel_spi_platform intel_spi spi_nor 
mtd intel_powerclamp coretemp crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel pcbc aesni_intel aes_x86_64 crypto_simd joydev 
glue_helper input_leds cryptd intel_cstate kvm_intel kvm irqbypass 
intel_rapl_perf ipmi_ssif shpchp tpm_crb mei_me mei lpc_ich ie31200_edac 
intel_pch_thermal mac_hid ipmi_si ipmi_devintf ipmi_msghandler
[  419.667921] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.667922]  acpi_pad autofs4 btrfs xor raid6_pq hid_generic usbhid 
hid uas usb_storage ast ttm drm_kms_helper syscopyarea sysfillrect 
sysimgblt fb_sys_fops igb e1000e drm mpt3sas dca ahci libahci ptp 
i2c_algo_bit raid_class pps_core scsi_transport_sas video
[  419.667930] CPU: 4 PID: 4155 Comm: kworker/u16:8 Tainted: G      D 
      4.12.0-041200rc7-generic #201706252231
[  419.667930] Hardware name: Supermicro X10SLM-F/X10SLM-F, BIOS 3.0 
04/24/2015
[  419.667945] Workqueue: btrfs-endio btrfs_endio_helper [btrfs]
[  419.667945] ---[ end trace 34db1c353c64ec3f ]---
[  419.667946] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.667947] task: ffff9706333cad00 task.stack: ffffaa9d0de24000
[  419.667960] RIP: 0010:btrfs_check_repairable+0xf2/0x100 [btrfs]
[  419.667961] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.667962] RSP: 0018:ffffaa9d0de27ce8 EFLAGS: 00010203
[  419.667963] RAX: 0000000000000001 RBX: ffff970624cc5e00 RCX: 
0000000000000001
[  419.667963] RDX: 0000000000000003 RSI: 0000000000000000 RDI: 
ffff970622a7ce60
[  419.667964] RBP: ffffaa9d0de27d08 R08: 00010f5dc7780000 R09: 
00010f5e07780000
[  419.667964] R10: 0000000000000000 R11: 00000000fffffffb R12: 
0000000000000000
[  419.667965] R13: ffff970622a70000 R14: ffff9705f2566568 R15: 
0000000000000000
[  419.667966] FS:  0000000000000000(0000) GS:ffff97065fd00000(0000) 
knlGS:0000000000000000
[  419.667966] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  419.667967] CR2: 00007fc520ff51e4 CR3: 00000006a2809000 CR4: 
00000000001406e0
[  419.667968] Call Trace:
[  419.667980]  end_bio_extent_readpage+0x404/0x540 [btrfs]
[  419.667982]  bio_endio+0x81/0x100
[  419.667993]  end_workqueue_fn+0x3c/0x40 [btrfs]
[  419.667994] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.668006]  btrfs_scrubparity_helper+0xc8/0x2e0 [btrfs]
[  419.668017]  btrfs_endio_helper+0xe/0x10 [btrfs]
[  419.668018] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.668019]  process_one_work+0x1e9/0x410
[  419.668020]  worker_thread+0x4b/0x410
[  419.668022]  kthread+0x109/0x140
[  419.668023]  ? process_one_work+0x410/0x410
[  419.668024]  ? kthread_create_on_node+0x70/0x70
[  419.668026]  ret_from_fork+0x25/0x30
[  419.668026] Code: 43 28 00 00 00 00 b9
[  419.668029] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.668030] 01 00 00 00 31 c0 eb d5 8d 48 02 eb d9 45 89 e0 48 c7 c6 
a8 2b 68 c0 4c 89 ef e8 13 c0 fa ff e9 78 ff ff ff <0f> 0b 66 90 66 2e 
0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 55 48
[  419.668056] RIP: btrfs_check_repairable+0xf2/0x100 [btrfs] RSP: 
ffffaa9d0de27ce8
[  419.668057] ---[ end trace 34db1c353c64ec40 ]---
[  419.668058] invalid opcode: 0000 [#5] SMP
[  419.668058] Modules linked in: zram binfmt_misc
[  419.668060] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.668060]  dm_crypt intel_rapl x86_pkg_temp_thermal cmdlinepart 
intel_spi_platform intel_spi spi_nor mtd intel_powerclamp coretemp 
crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc aesni_intel 
aes_x86_64 crypto_simd joydev glue_helper input_leds cryptd intel_cstate 
kvm_intel kvm irqbypass intel_rapl_perf ipmi_ssif shpchp tpm_crb mei_me 
mei lpc_ich ie31200_edac intel_pch_thermal mac_hid ipmi_si ipmi_devintf 
ipmi_msghandler acpi_pad autofs4 btrfs xor raid6_pq hid_generic usbhid 
hid uas usb_storage ast ttm drm_kms_helper syscopyarea sysfillrect 
sysimgblt fb_sys_fops igb e1000e drm mpt3sas dca ahci
[  419.668075] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.668075]  libahci ptp i2c_algo_bit raid_class pps_core 
scsi_transport_sas video
[  419.668078] CPU: 0 PID: 4134 Comm: kworker/u16:1 Tainted: G      D 
      4.12.0-041200rc7-generic #201706252231
[  419.668078] Hardware name: Supermicro X10SLM-F/X10SLM-F, BIOS 3.0 
04/24/2015
[  419.668090] Workqueue: btrfs-endio btrfs_endio_helper [btrfs]
[  419.668090] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.668091] task: ffff970637c61680 task.stack: ffffaa9d0dc94000
[  419.668102] RIP: 0010:btrfs_check_repairable+0xf2/0x100 [btrfs]
[  419.668103] RSP: 0018:ffffaa9d0dc97ce8 EFLAGS: 00010287
[  419.668104] RAX: 0000000000000001 RBX: ffff970624cc5f00 RCX: 
0000000000000001
[  419.668104] RDX: 0000000000000003 RSI: 0000000000000000 RDI: 
ffff970622a7ce60
[  419.668105] RBP: ffffaa9d0dc97d08 R08: 00010f5dc7780000 R09: 
00010f5e07780000
[  419.668105] R10: 0000000000000000 R11: 00000000fffffffb R12: 
00000000f2566280
[  419.668106] R13: ffff970622a70000 R14: ffff9705f2567828 R15: 
0000000000000000
[  419.668107] FS:  0000000000000000(0000) GS:ffff97065fc00000(0000) 
knlGS:0000000000000000
[  419.668107] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  419.668108] CR2: 00007f2744027268 CR3: 00000006a2809000 CR4: 
00000000001406f0
[  419.668108] Call Trace:
[  419.668119]  end_bio_extent_readpage+0x404/0x540 [btrfs]
[  419.668120] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.668121]  bio_endio+0x81/0x100
[  419.668132]  end_workqueue_fn+0x3c/0x40 [btrfs]
[  419.668143]  btrfs_scrubparity_helper+0xc8/0x2e0 [btrfs]
[  419.668144] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.668155]  btrfs_endio_helper+0xe/0x10 [btrfs]
[  419.668155] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.668157]  process_one_work+0x1e9/0x410
[  419.668158]  worker_thread+0x4b/0x410
[  419.668159]  kthread+0x109/0x140
[  419.668160]  ? process_one_work+0x410/0x410
[  419.668162]  ? kthread_create_on_node+0x70/0x70
[  419.668163]  ret_from_fork+0x25/0x30
[  419.668163] Code: 43 28 00 00 00 00 b9 01 00 00 00 31 c0 eb d5 8d 48 
02 eb d9 45 89 e0 48 c7 c6 a8 2b 68 c0 4c 89 ef e8 13 c0 fa ff e9 78 ff 
ff ff <0f> 0b 66 90 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 55 48
[  419.668192] RIP: btrfs_check_repairable+0xf2/0x100 [btrfs] RSP: 
ffffaa9d0dc97ce8
[  419.668193] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.668193] ---[ end trace 34db1c353c64ec41 ]---
[  419.668207] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.668218] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.668248] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.668261] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.668273] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.668303] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.668316] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.712524] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.712557] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.712572] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.712584] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.712615] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.712630] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.712641] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.712672] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.712689] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.712701] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.712732] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.712747] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.712757] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.712787] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.712801] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.712814] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.712845] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.712860] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.712870] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.712902] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.712916] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.712928] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.712959] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.712973] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.712987] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.713018] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.713032] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.748699] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.748731] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.748746] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.748759] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.748790] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.748806] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.748817] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.748848] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.748862] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.748876] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.748908] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.748922] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.748935] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.748966] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.748980] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.748993] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.749025] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.749039] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.749052] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.749083] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.749098] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.749112] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.749143] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.749158] BTRFS critical (device sdb): stripe index math went 
horribly wrong, got stripe_index=4121628095, num_stripes=2
[  419.749164] BTRFS warning (device sdb): csum failed root 5 ino 319406 
off 298371032416256 csum 0xff40460a expected csum 0x00000000 mirror 
-173339200
[  419.749171] BTRFS warning (device sdb): csum failed root 5 ino 319406 
off 298371032416256 csum 0x014f2125 expected csum 0x00000000 mirror 
-173339200
[  419.749178] BTRFS warning (device sdb): csum failed root 5 ino 319406 
off 298371032416256 csum 0x141282bb expected csum 0x00000000 mirror 
-173339200
[  419.972680] ------------[ cut here ]------------
[  419.972844] kernel BUG at 
/home/kernel/COD/linux/fs/btrfs/extent_io.c:2328!
[  419.973021] invalid opcode: 0000 [#6] SMP
[  419.973202] Modules linked in: zram binfmt_misc dm_crypt intel_rapl 
x86_pkg_temp_thermal cmdlinepart intel_spi_platform intel_spi spi_nor 
mtd intel_powerclamp coretemp crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel pcbc aesni_intel aes_x86_64 crypto_simd joydev 
glue_helper input_leds cryptd intel_cstate kvm_intel kvm irqbypass 
intel_rapl_perf ipmi_ssif shpchp tpm_crb mei_me mei lpc_ich ie31200_edac 
intel_pch_thermal mac_hid ipmi_si ipmi_devintf ipmi_msghandler acpi_pad 
autofs4 btrfs xor raid6_pq hid_generic usbhid hid uas usb_storage ast 
ttm drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops igb 
e1000e drm mpt3sas dca ahci libahci ptp i2c_algo_bit raid_class pps_core 
scsi_transport_sas video
[  419.974933] CPU: 6 PID: 229 Comm: kworker/u16:3 Tainted: G      D 
     4.12.0-041200rc7-generic #201706252231
[  419.975252] Hardware name: Supermicro X10SLM-F/X10SLM-F, BIOS 3.0 
04/24/2015
[  419.975602] Workqueue: btrfs-endio btrfs_endio_helper [btrfs]
[  419.975939] task: ffff970633a69680 task.stack: ffffaa9d03cf4000
[  419.976294] RIP: 0010:btrfs_check_repairable+0xf2/0x100 [btrfs]
[  419.976660] RSP: 0018:ffffaa9d03cf7ce8 EFLAGS: 00010202
[  419.977032] RAX: 0000000000000001 RBX: ffff970624cc5a40 RCX: 
0000000000000001
[  419.977467] RDX: 0000000000000003 RSI: 0000000000000000 RDI: 
ffff970622a7ce60
[  419.977853] RBP: ffffaa9d03cf7d08 R08: 00010f5dc7780000 R09: 
00010f5e07780000
[  419.978248] R10: 0000000000000000 R11: 00000000fffffffb R12: 
00000000f5dcaa00
[  419.978683] R13: ffff970622a70000 R14: ffff9705f5dcace8 R15: 
0000000000000000
[  419.979082] FS:  0000000000000000(0000) GS:ffff97065fd80000(0000) 
knlGS:0000000000000000
[  419.979502] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  419.979929] CR2: 00007f047f2d4e18 CR3: 00000006a2809000 CR4: 
00000000001406e0
[  419.980369] Call Trace:
[  419.980881]  end_bio_extent_readpage+0x404/0x540 [btrfs]
[  419.981338]  bio_endio+0x81/0x100
[  419.981803]  end_workqueue_fn+0x3c/0x40 [btrfs]
[  419.982278]  btrfs_scrubparity_helper+0xc8/0x2e0 [btrfs]
[  419.982759]  btrfs_endio_helper+0xe/0x10 [btrfs]
[  419.983247]  process_one_work+0x1e9/0x410
[  419.983718]  worker_thread+0x4b/0x410
[  419.984192]  kthread+0x109/0x140
[  419.984683]  ? process_one_work+0x410/0x410
[  419.985240]  ? kthread_create_on_node+0x70/0x70
[  419.985773]  ret_from_fork+0x25/0x30
[  419.986274] Code: 43 28 00 00 00 00 b9 01 00 00 00 31 c0 eb d5 8d 48 
02 eb d9 45 89 e0 48 c7 c6 a8 2b 68 c0 4c 89 ef e8 13 c0 fa ff e9 78 ff 
ff ff <0f> 0b 66 90 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 55 48
[  419.987419] RIP: btrfs_check_repairable+0xf2/0x100 [btrfs] RSP: 
ffffaa9d03cf7ce8
[  419.988059] ---[ end trace 34db1c353c64ec42 ]---

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-03 15:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-03 14:21 kernel BUG at /home/kernel/COD/linux/fs/btrfs/extent_io.c:2328 when replacing disk Asif Youssuff
2017-07-03 15:50 ` Asif Youssuff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).