On 30. 10. 24, 19:24, Usama Arif wrote:
This is a good point. I think if we suspect this patch, it would be good to compare dmesg of kernel cold boot with this patch vs the commit just before this patch, rather than comparing with 6.12.
Here it goes then:
dmesg for 2e6871a632a99d9 (bad -- patch applied): https://bugzilla.suse.com/attachment.cgi?id=878297
dmesg for bc2846c7ab029f0 (good -- before the patch, i.e. 2e6871a632a99d9^): https://bugzilla.suse.com/attachment.cgi?id=878298
(6.11-stable SHAs ^^^)
$ wdiff -n good bad |colordiff BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved BIOS-e820: [mem [-0x0000000000100000-0x000000006a5acfff]-] {+0x0000000000100000-0x0000000066a17fff] usable+} {+BIOS-e820: [mem 0x0000000066a18000-0x0000000066a27fff] ACPI data+} {+BIOS-e820: [mem 0x0000000066a28000-0x000000006a5acfff]+} usable BIOS-e820: [mem 0x000000006a5ad000-0x000000006a5adfff] ACPI NVS BIOS-e820: [mem 0x000000006a5ae000-0x000000006a5aefff] reserved BIOS-e820: [mem 0x000000006a5af000-0x0000000079e83fff] usable BIOS-e820: [mem 0x0000000079e84000-0x000000007a246fff] reserved BIOS-e820: [mem 0x000000007a247000-0x000000007a28efff] ACPI data BIOS-e820: [mem 0x000000007a28f000-0x000000007abf0fff] ACPI NVS BIOS-e820: [mem 0x000000007abf1000-0x000000007b5fefff] reserved BIOS-e820: [mem 0x000000007b5ff000-0x000000007b5fffff] usable BIOS-e820: [mem 0x000000007b600000-0x000000007f7fffff] reserved BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved BIOS-e820: [mem 0x0000000100000000-0x000000087e7fffff] usable NX (Execute Disable) protection: active APIC: Static calls initialized e820: update [mem 0x66a07018-0x66a17457] usable ==> usable extended physical RAM map: reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved reserve setup_data: [mem 0x0000000000059000-0x000000000009efff] usable reserve setup_data: [mem 0x000000000009f000-0x00000000000fffff] reserved reserve setup_data: [mem 0x0000000000100000-0x0000000066a07017] usable reserve setup_data: [mem 0x0000000066a07018-0x0000000066a17457] usable reserve setup_data: [mem [-0x0000000066a17458-0x000000006a5acfff]-] {+0x0000000066a17458-0x0000000066a17fff] usable+} {+reserve setup_data: [mem 0x0000000066a18000-0x0000000066a27fff] ACPI data+} {+reserve setup_data: [mem 0x0000000066a28000-0x000000006a5acfff]+} usable reserve setup_data: [mem 0x000000006a5ad000-0x000000006a5adfff] ACPI NVS reserve setup_data: [mem 0x000000006a5ae000-0x000000006a5aefff] reserved reserve setup_data: [mem 0x000000006a5af000-0x0000000079e83fff] usable reserve setup_data: [mem 0x0000000079e84000-0x000000007a246fff] reserved reserve setup_data: [mem 0x000000007a247000-0x000000007a28efff] ACPI data reserve setup_data: [mem 0x000000007a28f000-0x000000007abf0fff] ACPI NVS reserve setup_data: [mem 0x000000007abf1000-0x000000007b5fefff] reserved reserve setup_data: [mem 0x000000007b5ff000-0x000000007b5fffff] usable reserve setup_data: [mem 0x000000007b600000-0x000000007f7fffff] reserved reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved reserve setup_data: [mem 0x0000000100000000-0x000000087e7fffff] usable efi: EFI v2.6 by American Megatrends efi: ACPI=0x7a255000 ACPI 2.0=0x7a255000 SMBIOS=0x7b140000 SMBIOS 3.0=0x7b13f000 TPMFinalLog=0x7a892000 ESRT=0x7b0deb18 [-MEMATTR=0x77536298-] {+MEMATTR=0x7752f018+} MOKvar=0x7b13e000 RNG=0x7a254018 TPMEventLog=0x66a18018
thanks,