Comment 36 for bug 2024479

Revision history for this message
Ioanna Alifieraki (joalif) wrote :

# VERIFICATION JAMMY - Generic kernel 5.15

Here we verify the generic (-ga) 5.15 kernel on amd64 architecture.
Verification for the arm64 has already been done in comments #26 and #28 using the -azure kernels.
Although the patches of this SRU regard arm64, this verificatrion on amd64 confirms that no regressions are introduced.

1)
On a jammy machine with 128G of memory, installed kernel 5.15.0-83-generic from proposed and triggered a crash. Crashdump file is generated successfully.

root@eckert:/var/crash# uname -rv
5.15.0-83-generic #92-Ubuntu SMP Mon Aug 14 09:30:42 UTC 2023
root@eckert:/var/crash# dpkg -l | grep kexec-tools
ii kexec-tools 1:2.0.22-2ubuntu2.22.04.2 amd64 tools to support fast kexec reboots
root@eckert:/var/crash# cat /etc/default/grub.d/kdump-tools.cfg
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT crashkernel=4G"
root@eckert:/var/crash# ls 202308181121/
dmesg.202308181121 dump.202308181121
root@eckert:/var/crash#

2)
On a jammy machine with 4G of memory, installed kernel 5.15.0-83-generic from proposed and triggered a crash. Crashdump file is generated successfully.

root@z-rotomvm15:/var/crash# uname -rv
5.15.0-83-generic #92-Ubuntu SMP Mon Aug 14 09:30:42 UTC 2023
root@z-rotomvm15:/var/crash# dpkg -l | grep kexec-tools
ii kexec-tools 1:2.0.22-2ubuntu2.22.04.2 amd64 tools to support fast kexec reboots
root@z-rotomvm15:/var/crash# cat /etc/default/grub.d/kdump-tools.cfg
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT crashkernel=320M"
root@z-rotomvm15:/var/crash# ls 202308181153/
dmesg.202308181153 dump.202308181153
root@z-rotomvm15:/var/crash#