Created
July 24, 2023 18:07
-
-
Save mcgrof/b37fc8cf7e6e1b3935242681de1a83e2 to your computer and use it in GitHub Desktop.
generic/176 crashes on xfs 4k
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 406.985559] run fstests generic/176 at 2023-07-24 10:57:49 | |
[ 408.166579] XFS (loop5): Mounting V5 Filesystem ac8453c2-50f2-4e50-9f7b-ca5c5145034f | |
[ 408.177663] XFS (loop5): Ending clean mount | |
[ 408.228342] XFS (loop5): Unmounting Filesystem ac8453c2-50f2-4e50-9f7b-ca5c5145034f | |
[ 408.438375] XFS (loop5): Mounting V5 Filesystem 9610b6d5-6ed3-4d96-81f7-42b5c8830db6 | |
[ 408.450491] XFS (loop5): Ending clean mount | |
[ 433.046484] BUG: kernel NULL pointer dereference, address: 0000000000000498 | |
[ 433.049794] #PF: supervisor read access in kernel mode | |
[ 433.051699] #PF: error_code(0x0000) - not-present page | |
[ 433.053597] PGD 0 P4D 0 | |
[ 433.054755] Oops: 0000 [#1] PREEMPT SMP PTI | |
[ 433.056391] CPU: 5 PID: 62 Comm: kcompactd0 Not tainted 6.5.0-rc2-next-20230720 #38 | |
[ 433.059056] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.2-debian-1.16.2-1 04/01/2014 | |
[ 433.062153] RIP: 0010:arch_tlbbatch_flush+0xeb/0x140 | |
[ 433.064063] Code: e8 ea 83 a2 00 bf 01 00 00 00 e8 40 75 05 00 65 8b 05 61 d4 7a 50 85 c0 74 59 65 48 8b 04 25 40 ea 02 00 48 8b b8 20 05 00 00 <48> 83 bf 98 04 00 00 00 75 2d 5b 5d 41 5c c3 cc cc cc cc fa 0f 1f | |
[ 433.070432] RSP: 0018:ffffb5e640253a78 EFLAGS: 00010286 | |
[ 433.072453] RAX: ffff9cb200edc500 RBX: ffff9cb200edcfe0 RCX: 0000000000000000 | |
[ 433.075031] RDX: 0000000000000001 RSI: 0000000000000000 RDI: 0000000000000000 | |
[ 433.077602] RBP: ffff9cb27bd6eb80 R08: 0000000000000001 R09: 0000000000000000 | |
[ 433.080182] R10: ffff9cb200edcfe0 R11: 0000000000000000 R12: 0000000000000005 | |
[ 433.082778] R13: ffffe48205a02e48 R14: ffffe48205a02e40 R15: ffffb5e640253c30 | |
[ 433.085357] FS: 0000000000000000(0000) GS:ffff9cb27bd40000(0000) knlGS:0000000000000000 | |
[ 433.088152] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 | |
[ 433.090171] CR2: 0000000000000498 CR3: 0000000101688002 CR4: 0000000000170ee0 | |
[ 433.092540] Call Trace: | |
[ 433.093607] <TASK> | |
[ 433.094605] ? __die+0x1f/0x70 | |
[ 433.095795] ? page_fault_oops+0x159/0x450 | |
[ 433.097177] ? fixup_exception+0x22/0x300 | |
[ 433.098558] ? exc_page_fault+0x73/0x170 | |
[ 433.099869] ? asm_exc_page_fault+0x22/0x30 | |
[ 433.101213] ? arch_tlbbatch_flush+0xeb/0x140 | |
[ 433.102602] ? arch_tlbbatch_flush+0xd0/0x140 | |
[ 433.103925] try_to_unmap_flush+0x2a/0x40 | |
[ 433.105132] migrate_pages_batch+0xbba/0xc00 | |
[ 433.106409] ? __pfx_compaction_alloc+0x10/0x10 | |
[ 433.107661] ? __pfx_compaction_free+0x10/0x10 | |
[ 433.108816] ? __mod_node_page_state+0x7c/0xb0 | |
[ 433.109974] migrate_pages+0xa54/0xd20 | |
[ 433.111012] ? __pfx_compaction_alloc+0x10/0x10 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment