Hi all,
After updating proxmox from version 7 to 8, I noticed a kernel oops on startup. Also the system becomes unresponsive after some time, even through the ipmi interface (though it seems to react correctly to a reboot).
Reverting to the previous kernel (5.5 instead of 6.5) removes the oops
This is a threadripper 3970X cpu on a Asrockrack TRX40D8-2N2T motherboard
```
On boot: 10.260417] simple-framebuffer simple-framebuffer.0: simplefb: cannot reserve video memory at [mem 0x00000000-0x001d4fff]
[ 10.260425] ------------[ cut here ]------------
[ 10.260427] ioremap on RAM at 0x0000000000000000 - 0x00000000001d4fff
[ 10.260430] WARNING: CPU: 42 PID: 1095 at arch/x86/mm/ioremap.c:216 __ioremap_caller+0x105/0x3d0
[ 10.260437] Modules linked in: simplefb(+) cdc_ether uas usbnet usbmouse mii usb_storage dm_thin_pool dm_persistent_data dm_bio_prison dm_bufio libcrc32c hid_generic usbkbd usbhid hid nvme xhci_pci nvme_core xhci_pci_renesas ahci crc32_pclmul psmouse i40e igc libahci nvme_common xhci_hcd i2c_piix4 wmi
[ 10.260466] CPU: 42 PID: 1095 Comm: modprobe Not tainted 6.5.11-7-pve #1
[ 10.260469] Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./TRX40D8-2N2T, BIOS P1.10 08/13/2020
[ 10.260470] RIP: 0010:__ioremap_caller+0x105/0x3d0
[ 10.260473] Code: 0f 87 66 65 f3 00 83 e3 01 0f 85 f1 01 00 00 48 8d 55 c8 48 8d 75 b8 48 c7 c7 c5 25 b3 95 c6 05 4d 12 47 02 01 e8 db a7 02 00 <0f> 0b e9 cf 01 00 00 4c 89 f7 e8 1c a0 c0 00 83 f8 06 74 ab 4c 89
[ 10.260476] RSP: 0018:ffffb21d44057898 EFLAGS: 00010246
[ 10.260478] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000
[ 10.260480] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000
[ 10.260481] RBP: ffffb21d44057900 R08: 0000000000000000 R09: 0000000000000000
[ 10.260482] R10: 0000000000000000 R11: 0000000000000000 R12: 00000000001d5000
[ 10.260484] R13: 0000000000000001 R14: 0000000000000000 R15: ffffffffc04c2426
[ 10.260485] FS: 00007f5b4d5e2040(0000) GS:ffff9e263da80000(0000) knlGS:0000000000000000
[ 10.260487] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 10.260489] CR2: 00007f5b4d5e0000 CR3: 00000001168fe000 CR4: 0000000000350ee0
[ 10.260491] Call Trace:
[ 10.260493] <TASK>
[ 10.260495] ? show_regs+0x6d/0x80
[ 10.260499] ? __warn+0x89/0x160
[ 10.260503] ? __ioremap_caller+0x105/0x3d0
[ 10.260506] ? report_bug+0x17e/0x1b0
[ 10.260511] ? handle_bug+0x46/0x90
[ 10.260515] ? exc_invalid_op+0x18/0x80
[ 10.260517] ? asm_exc_invalid_op+0x1b/0x20
[ 10.260521] ? simplefb_probe+0x236/0x445 [simplefb]
[ 10.260528] ? __ioremap_caller+0x105/0x3d0
[ 10.260531] ? __ioremap_caller+0x105/0x3d0
[ 10.260535] ? framebuffer_alloc+0x25/0xb0
[ 10.260541] ioremap_wc+0x1a/0x30
[ 10.260544] simplefb_probe+0x236/0x445 [simplefb]
[ 10.260551] platform_probe+0x48/0xc0
[ 10.260556] really_probe+0x1cc/0x430
[ 10.260561] __driver_probe_device+0x8c/0x190
[ 10.260565] driver_probe_device+0x24/0xd0
[ 10.260569] __driver_attach+0x10b/0x210
[ 10.260573] ? __pfx___driver_attach+0x10/0x10
[ 10.260577] bus_for_each_dev+0x8d/0xf0
[ 10.260582] driver_attach+0x1e/0x30
[ 10.260585] bus_add_driver+0x127/0x240
[ 10.260589] driver_register+0x5e/0x130
[ 10.260591] ? __pfx_simplefb_driver_init+0x10/0x10 [simplefb]
[ 10.260595] __platform_driver_register+0x1e/0x30
[ 10.260598] simplefb_driver_init+0x1c/0xff0 [simplefb]
[ 10.260602] do_one_initcall+0x5e/0x340
[ 10.260609] do_init_module+0x68/0x260
[ 10.260613] load_module+0x213a/0x22a0
[ 10.260620] ? security_kernel_post_read_file+0x75/0x90
[ 10.260627] init_module_from_file+0x96/0x100
[ 10.260630] ? init_module_from_file+0x96/0x100
[ 10.260637] idempotent_init_module+0x11c/0x2b0
[ 10.260642] __x64_sys_finit_module+0x64/0xd0
[ 10.260646] do_syscall_64+0x5b/0x90
[ 10.260649] ? srso_return_thunk+0x5/0x10
[ 10.260652] ? do_syscall_64+0x67/0x90
[ 10.260655] ? srso_return_thunk+0x5/0x10
[ 10.260657] ? irqentry_exit_to_user_mode+0x17/0x20
[ 10.260661] ? srso_return_thunk+0x5/0x10
[ 10.260663] ? irqentry_exit+0x43/0x50
[ 10.260666] ? srso_return_thunk+0x5/0x10
[ 10.260668] ? exc_page_fault+0x94/0x1b0
[ 10.260672] entry_SYSCALL_64_after_hwframe+0x6e/0xd8
[ 10.260674] RIP: 0033:0x7f5b4d6e4559
[ 10.260682] Code: 08 89 e8 5b 5d c3 66 2e 0f 1f 84 00 00 00 00 00 90 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 77 08 0d 00 f7 d8 64 89 01 48
[ 10.260683] RSP: 002b:00007fff66d31238 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[ 10.260686] RAX: ffffffffffffffda RBX: 0000557bd4095d60 RCX: 00007f5b4d6e4559
[ 10.260688] RDX: 0000000000000000 RSI: 0000557bd340e4a0 RDI: 0000000000000003
[ 10.260689] RBP: 0000557bd340e4a0 R08: 0000000000000000 R09: 0000557bd40965a0
[ 10.260690] R10: 0000000000000003 R11: 0000000000000246 R12: 0000000000060000
[ 10.260692] R13: 0000000000000000 R14: 0000557bd4095ca0 R15: 0000000000000000
[ 10.260697] </TASK>
[ 10.260698] ---[ end trace 0000000000000000 ]---
[ 10.260700] simple-framebuffer: probe of simple-framebuffer.0 failed with error -12
```
After updating proxmox from version 7 to 8, I noticed a kernel oops on startup. Also the system becomes unresponsive after some time, even through the ipmi interface (though it seems to react correctly to a reboot).
Reverting to the previous kernel (5.5 instead of 6.5) removes the oops
This is a threadripper 3970X cpu on a Asrockrack TRX40D8-2N2T motherboard
```
On boot: 10.260417] simple-framebuffer simple-framebuffer.0: simplefb: cannot reserve video memory at [mem 0x00000000-0x001d4fff]
[ 10.260425] ------------[ cut here ]------------
[ 10.260427] ioremap on RAM at 0x0000000000000000 - 0x00000000001d4fff
[ 10.260430] WARNING: CPU: 42 PID: 1095 at arch/x86/mm/ioremap.c:216 __ioremap_caller+0x105/0x3d0
[ 10.260437] Modules linked in: simplefb(+) cdc_ether uas usbnet usbmouse mii usb_storage dm_thin_pool dm_persistent_data dm_bio_prison dm_bufio libcrc32c hid_generic usbkbd usbhid hid nvme xhci_pci nvme_core xhci_pci_renesas ahci crc32_pclmul psmouse i40e igc libahci nvme_common xhci_hcd i2c_piix4 wmi
[ 10.260466] CPU: 42 PID: 1095 Comm: modprobe Not tainted 6.5.11-7-pve #1
[ 10.260469] Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./TRX40D8-2N2T, BIOS P1.10 08/13/2020
[ 10.260470] RIP: 0010:__ioremap_caller+0x105/0x3d0
[ 10.260473] Code: 0f 87 66 65 f3 00 83 e3 01 0f 85 f1 01 00 00 48 8d 55 c8 48 8d 75 b8 48 c7 c7 c5 25 b3 95 c6 05 4d 12 47 02 01 e8 db a7 02 00 <0f> 0b e9 cf 01 00 00 4c 89 f7 e8 1c a0 c0 00 83 f8 06 74 ab 4c 89
[ 10.260476] RSP: 0018:ffffb21d44057898 EFLAGS: 00010246
[ 10.260478] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000
[ 10.260480] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000
[ 10.260481] RBP: ffffb21d44057900 R08: 0000000000000000 R09: 0000000000000000
[ 10.260482] R10: 0000000000000000 R11: 0000000000000000 R12: 00000000001d5000
[ 10.260484] R13: 0000000000000001 R14: 0000000000000000 R15: ffffffffc04c2426
[ 10.260485] FS: 00007f5b4d5e2040(0000) GS:ffff9e263da80000(0000) knlGS:0000000000000000
[ 10.260487] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 10.260489] CR2: 00007f5b4d5e0000 CR3: 00000001168fe000 CR4: 0000000000350ee0
[ 10.260491] Call Trace:
[ 10.260493] <TASK>
[ 10.260495] ? show_regs+0x6d/0x80
[ 10.260499] ? __warn+0x89/0x160
[ 10.260503] ? __ioremap_caller+0x105/0x3d0
[ 10.260506] ? report_bug+0x17e/0x1b0
[ 10.260511] ? handle_bug+0x46/0x90
[ 10.260515] ? exc_invalid_op+0x18/0x80
[ 10.260517] ? asm_exc_invalid_op+0x1b/0x20
[ 10.260521] ? simplefb_probe+0x236/0x445 [simplefb]
[ 10.260528] ? __ioremap_caller+0x105/0x3d0
[ 10.260531] ? __ioremap_caller+0x105/0x3d0
[ 10.260535] ? framebuffer_alloc+0x25/0xb0
[ 10.260541] ioremap_wc+0x1a/0x30
[ 10.260544] simplefb_probe+0x236/0x445 [simplefb]
[ 10.260551] platform_probe+0x48/0xc0
[ 10.260556] really_probe+0x1cc/0x430
[ 10.260561] __driver_probe_device+0x8c/0x190
[ 10.260565] driver_probe_device+0x24/0xd0
[ 10.260569] __driver_attach+0x10b/0x210
[ 10.260573] ? __pfx___driver_attach+0x10/0x10
[ 10.260577] bus_for_each_dev+0x8d/0xf0
[ 10.260582] driver_attach+0x1e/0x30
[ 10.260585] bus_add_driver+0x127/0x240
[ 10.260589] driver_register+0x5e/0x130
[ 10.260591] ? __pfx_simplefb_driver_init+0x10/0x10 [simplefb]
[ 10.260595] __platform_driver_register+0x1e/0x30
[ 10.260598] simplefb_driver_init+0x1c/0xff0 [simplefb]
[ 10.260602] do_one_initcall+0x5e/0x340
[ 10.260609] do_init_module+0x68/0x260
[ 10.260613] load_module+0x213a/0x22a0
[ 10.260620] ? security_kernel_post_read_file+0x75/0x90
[ 10.260627] init_module_from_file+0x96/0x100
[ 10.260630] ? init_module_from_file+0x96/0x100
[ 10.260637] idempotent_init_module+0x11c/0x2b0
[ 10.260642] __x64_sys_finit_module+0x64/0xd0
[ 10.260646] do_syscall_64+0x5b/0x90
[ 10.260649] ? srso_return_thunk+0x5/0x10
[ 10.260652] ? do_syscall_64+0x67/0x90
[ 10.260655] ? srso_return_thunk+0x5/0x10
[ 10.260657] ? irqentry_exit_to_user_mode+0x17/0x20
[ 10.260661] ? srso_return_thunk+0x5/0x10
[ 10.260663] ? irqentry_exit+0x43/0x50
[ 10.260666] ? srso_return_thunk+0x5/0x10
[ 10.260668] ? exc_page_fault+0x94/0x1b0
[ 10.260672] entry_SYSCALL_64_after_hwframe+0x6e/0xd8
[ 10.260674] RIP: 0033:0x7f5b4d6e4559
[ 10.260682] Code: 08 89 e8 5b 5d c3 66 2e 0f 1f 84 00 00 00 00 00 90 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 77 08 0d 00 f7 d8 64 89 01 48
[ 10.260683] RSP: 002b:00007fff66d31238 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[ 10.260686] RAX: ffffffffffffffda RBX: 0000557bd4095d60 RCX: 00007f5b4d6e4559
[ 10.260688] RDX: 0000000000000000 RSI: 0000557bd340e4a0 RDI: 0000000000000003
[ 10.260689] RBP: 0000557bd340e4a0 R08: 0000000000000000 R09: 0000557bd40965a0
[ 10.260690] R10: 0000000000000003 R11: 0000000000000246 R12: 0000000000060000
[ 10.260692] R13: 0000000000000000 R14: 0000557bd4095ca0 R15: 0000000000000000
[ 10.260697] </TASK>
[ 10.260698] ---[ end trace 0000000000000000 ]---
[ 10.260700] simple-framebuffer: probe of simple-framebuffer.0 failed with error -12
```