kexec
Thread
Date
Earlier messages
Messages by Thread
[RFC] kexec: Add bootconfig support to get_command_line
Usama Arif
[PATCH 0/6] Add kexec_file support for LoongArch
Youling Tang
[PATCH 4/6] LoongArch/kexec_file: Add crash dump support
Youling Tang
[PATCH 3/6] LoongArch/kexec_file: Add initrd loading
Youling Tang
Re: [PATCH 3/6] LoongArch/kexec_file: Add initrd loading
Huacai Chen
Re: [PATCH 3/6] LoongArch/kexec_file: Add initrd loading
Yao Zi
[PATCH 5/6] LoongArch/kexec_file: Add "mem" parameter to limit memory usage of kdump kernel
Youling Tang
[PATCH 2/6] LoongArch: Add kexec_file support
Youling Tang
Re: [PATCH 2/6] LoongArch: Add kexec_file support
Huacai Chen
[PATCH 6/6] LoongArch: Enable CONFIG_KEXEC_FILE
Youling Tang
[PATCH 1/6] LoongArch: Add struct loongarch_image_header for kernel image
Youling Tang
[PATCH 0/3] kho: fixes and cleanups
Mike Rapoport
[PATCH 1/3] kho: allow scratch areas with zero size
Mike Rapoport
[PATCH 2/3] lib/test_kho: fixes for error handling
Mike Rapoport
[PATCH 3/3] selftest/kho: update generation of initrd
Mike Rapoport
[Regression] kdump fails to get DHCP address unless booting with pci=nomsi or without nr_cpus=1
Coiby Xu
Re: [Regression] kdump fails to get DHCP address unless booting with pci=nomsi or without nr_cpus=1
Thomas Gleixner
Re: [Regression] kdump fails to get DHCP address unless booting with pci=nomsi or without nr_cpus=1
Thomas Gleixner
Re: [Regression] kdump fails to get DHCP address unless booting with pci=nomsi or without nr_cpus=1
Marc Zyngier
[Hypervisor Live Update] Notes from July 28, 2025
David Rientjes
Re: [Hypervisor Live Update] Notes from July 28, 2025
Pasha Tatashin
[PATCH v3 0/3] Several KHO Hotfixes
Pasha Tatashin
[PATCH v3 2/3] kho: mm: Don't allow deferred struct page with KHO
Pasha Tatashin
[PATCH v3 3/3] kho: warn if KHO is disabled due to an error
Pasha Tatashin
[PATCH v3 1/3] kho: init new_physxa->phys_bits to fix lockdep
Pasha Tatashin
[PATCH] efi: Support booting with kexec handover (KHO)
Evangelos Petrongonas
Re: [PATCH] efi: Support booting with kexec handover (KHO)
Mike Rapoport
[linus:master] [kho] b753522bed: INFO:trying_to_register_non-static_key
kernel test robot
Re: [linus:master] [kho] b753522bed: INFO:trying_to_register_non-static_key
Pratyush Yadav
[PATCH] fs: Add 'rootfsflags' to set rootfs mount options
Lichen Liu
Re: [PATCH] fs: Add 'rootfsflags' to set rootfs mount options
Dave Young
Re: [PATCH] fs: Add 'rootfsflags' to set rootfs mount options
Dave Young
Re: [PATCH] fs: Add 'rootfsflags' to set rootfs mount options
Lichen Liu
Re: [PATCH] fs: Add 'rootfsflags' to set rootfs mount options
Rob Landley
Re: [PATCH] fs: Add 'rootfsflags' to set rootfs mount options
Lichen Liu
Re: [PATCH] fs: Add 'rootfsflags' to set rootfs mount options
Rob Landley
Re: [PATCH] fs: Add 'rootfsflags' to set rootfs mount options
Rob Landley
[PATCH v2 0/6] Fix printf string specifiers, otherwise kexec doesn't work on my laptop
Askar Safin
[PATCH v2 1/6] Fix printf string specifiers, otherwise kexec doesn't work on my laptop
Askar Safin
[PATCH v2 2/6] kexec/kexec-elf-exec.c: Replace %lux with %lx, this is what the author meant
Askar Safin
Re: [PATCH v2 2/6] kexec/kexec-elf-exec.c: Replace %lux with %lx, this is what the author meant
Andy Shevchenko
[PATCH v2 4/6] util_lib/elf_info.c: fix typo: prink -> printk
Askar Safin
[PATCH v2 3/6] kexec/arch/i386/x86-linux-setup.c: replace %d with %u, because e820[i].type is unsigned
Askar Safin
[PATCH v2 5/6] kexec/arch/i386/kexec-x86-common.c: remove duplicate <stdio.h>
Askar Safin
[PATCH v2 6/6] kexec/arch/arm64/crashdump-arm64.c: remove extra whitespace, ocasionally introduced in aecc554e7ba8
Askar Safin
Re: [PATCH v2 0/6] Fix printf string specifiers, otherwise kexec doesn't work on my laptop
Jeremy Linton
Re: [PATCH v2 0/6] Fix printf string specifiers, otherwise kexec doesn't work on my laptop
Andy Shevchenko
[PATCH v2 0/2] x86/kexec: Carry forward the boot DTB on kexec
Brian Mak
[PATCH v2 2/2] x86/kexec: Carry forward the boot DTB on kexec
Brian Mak
[PATCH v2 1/2] kexec: Add KEXEC_FILE_NO_CMA as a legal flag
Brian Mak
[PATCH] fix printf string specifiers, otherwise kexec doesn't work on my laptop
Askar Safin
Re: [PATCH] fix printf string specifiers, otherwise kexec doesn't work on my laptop
Andy Shevchenko
Re: [PATCH] fix printf string specifiers, otherwise kexec doesn't work on my laptop
Askar Safin
Re: [PATCH] fix printf string specifiers, otherwise kexec doesn't work on my laptop
Andy Shevchenko
Re: [PATCH] fix printf string specifiers, otherwise kexec doesn't work on my laptop
Simon Horman
[PATCH 0/4] mm/kasan: make kasan=on|off work for all three modes
Baoquan He
[PATCH 3/4] mm/kasan: don't initialize kasan if it's disabled
Baoquan He
[PATCH 1/4] mm/kasan: add conditional checks in functions to return directly if kasan is disabled
Baoquan He
[PATCH 2/4] mm/kasan: move kasan= code to common place
Baoquan He
Re: [PATCH 2/4] mm/kasan: move kasan= code to common place
Marco Elver
Re: [PATCH 2/4] mm/kasan: move kasan= code to common place
Baoquan He
[PATCH 4/4] mm/kasan: make kasan=on|off take effect for all three modes
Baoquan He
Re: [PATCH 4/4] mm/kasan: make kasan=on|off take effect for all three modes
SeongJae Park
Re: [PATCH 4/4] mm/kasan: make kasan=on|off take effect for all three modes
Baoquan He
Re: [PATCH 4/4] mm/kasan: make kasan=on|off take effect for all three modes
Lorenzo Stoakes
Re: [PATCH 4/4] mm/kasan: make kasan=on|off take effect for all three modes
Baoquan He
Re: [PATCH 4/4] mm/kasan: make kasan=on|off take effect for all three modes
Lorenzo Stoakes
Re: [PATCH 4/4] mm/kasan: make kasan=on|off take effect for all three modes
Sabyrzhan Tasbolatov
Re: [PATCH 4/4] mm/kasan: make kasan=on|off take effect for all three modes
Baoquan He
Re: [PATCH 0/4] mm/kasan: make kasan=on|off work for all three modes
Marco Elver
Re: [PATCH 0/4] mm/kasan: make kasan=on|off work for all three modes
Andrey Ryabinin
Re: [PATCH 0/4] mm/kasan: make kasan=on|off work for all three modes
Baoquan He
Re: [PATCH 0/4] mm/kasan: make kasan=on|off work for all three modes
Andrey Ryabinin
Re: [PATCH 0/4] mm/kasan: make kasan=on|off work for all three modes
Baoquan He
[PATCH v2] kho: add test for kexec handover
Mike Rapoport
Re: [PATCH v2] kho: add test for kexec handover
Thomas Weißschuh
Re: [PATCH v2] kho: add test for kexec handover
Pratyush Yadav
[PATCH RESEND] x86/kexec: Carry forward the boot DTB on kexec
Brian Mak
Re: [PATCH RESEND] x86/kexec: Carry forward the boot DTB on kexec
Dave Young
Re: [PATCH RESEND] x86/kexec: Carry forward the boot DTB on kexec
Brian Mak
Re: [PATCH RESEND] x86/kexec: Carry forward the boot DTB on kexec
Dave Young
Re: [PATCH RESEND] x86/kexec: Carry forward the boot DTB on kexec
Brian Mak
Re: [PATCH RESEND] x86/kexec: Carry forward the boot DTB on kexec
Baoquan He
Re: [PATCH RESEND] x86/kexec: Carry forward the boot DTB on kexec
Brian Mak
Re: [PATCH RESEND] x86/kexec: Carry forward the boot DTB on kexec
Baoquan He
Re: [PATCH RESEND] x86/kexec: Carry forward the boot DTB on kexec
Brian Mak
[PATCH] kho: add test for kexec handover
Mike Rapoport
Re: [PATCH] kho: add test for kexec handover
Thomas Weißschuh
[Hypervisor Live Update] Notes from July 14, 2025
David Rientjes
[PATCH v4 0/4] stackleak: Support Clang stack depth tracking
Kees Cook
[PATCH v4 4/4] kstack_erase: Support Clang stack depth tracking
Kees Cook
Re: [PATCH v4 4/4] kstack_erase: Support Clang stack depth tracking
Nicolas Schier
[PATCH v4 1/4] arm64: Handle KCOV __init vs inline mismatches
Kees Cook
Re: [PATCH v4 1/4] arm64: Handle KCOV __init vs inline mismatches
Will Deacon
[PATCH v4 2/4] x86: Handle KCOV __init vs inline mismatches
Kees Cook
Re: [PATCH v4 2/4] x86: Handle KCOV __init vs inline mismatches
Mike Rapoport
Re: [PATCH v4 2/4] x86: Handle KCOV __init vs inline mismatches
Arnd Bergmann
[PATCH v4 3/4] init.h: Disable sanitizer coverage for __init and __head
Kees Cook
Re: [PATCH v4 0/4] stackleak: Support Clang stack depth tracking
Nathan Chancellor
Re: [PATCH v4 0/4] stackleak: Support Clang stack depth tracking
Kees Cook
Re: [PATCH v4 0/4] stackleak: Support Clang stack depth tracking
Kees Cook
[PATCHv4 00/12] kexec: Use BPF lskel to enable kexec to load PE format boot image
Pingfan Liu
[PATCHv4 01/12] kexec_file: Make kexec_image_load_default global visible
Pingfan Liu
[PATCHv4 02/12] lib/decompress: Keep decompressor when CONFIG_KEXEC_PE_IMAGE
Pingfan Liu
[PATCHv4 03/12] bpf: Introduce bpf_copy_to_kernel() to buffer the content from bpf-prog
Pingfan Liu
Re: [PATCHv4 03/12] bpf: Introduce bpf_copy_to_kernel() to buffer the content from bpf-prog
kernel test robot
[PATCHv4 04/12] bpf: Introduce decompressor kfunc
Pingfan Liu
Re: [PATCHv4 04/12] bpf: Introduce decompressor kfunc
kernel test robot
[PATCHv4 05/12] kexec: Introduce kexec_pe_image to parse and load PE file
Pingfan Liu
[PATCHv4 06/12] kexec: Integrate with the introduced bpf kfuncs
Pingfan Liu
[PATCHv4 07/12] kexec: Introduce a bpf-prog lskel to parse PE file
Pingfan Liu
[PATCHv4 08/12] kexec: Factor out routine to find a symbol in ELF
Pingfan Liu
Re: [PATCHv4 08/12] kexec: Factor out routine to find a symbol in ELF
kernel test robot
[PATCHv4 09/12] kexec: Integrate bpf light skeleton to load zboot image
Pingfan Liu
[PATCHv4 11/12] tools/kexec: Introduce a bpf-prog to parse zboot image format
Pingfan Liu
[PATCHv4 10/12] arm64/kexec: Add PE image format support
Pingfan Liu
Re: [PATCHv4 10/12] arm64/kexec: Add PE image format support
Catalin Marinas
[PATCHv4 12/12] tools/kexec: Add a zboot image building tool
Pingfan Liu
[PATCH v1 0/2] kexec_core: Fix and cleanup for the KEXEC_JUMP flow
Rafael J. Wysocki
[PATCH v1 1/2] kexec_core: Fix error code path in the KEXEC_JUMP flow
Rafael J. Wysocki
Re: [PATCH v1 1/2] kexec_core: Fix error code path in the KEXEC_JUMP flow
Baoquan He
Re: [PATCH v1 1/2] kexec_core: Fix error code path in the KEXEC_JUMP flow
Rafael J. Wysocki
[PATCH v1 2/2] kexec_core: Drop redundant pm_restore_gfp_mask() call
Rafael J. Wysocki
Re: [PATCH v1 2/2] kexec_core: Drop redundant pm_restore_gfp_mask() call
Baoquan He
Re: [PATCH v1 0/2] kexec_core: Fix and cleanup for the KEXEC_JUMP flow
Mario Limonciello
[PATCH] x86/kexec: Carry forward the boot DTB on kexec
Brian Mak
[PATCH AUTOSEL 6.15 6/8] PM: Restrict swap use to later in the suspend sequence
Sasha Levin
Re: [PATCH AUTOSEL 6.15 6/8] PM: Restrict swap use to later in the suspend sequence
Pavel Machek
Re: [PATCH AUTOSEL 6.15 6/8] PM: Restrict swap use to later in the suspend sequence
Pavel Machek
Re: [PATCH AUTOSEL 6.15 6/8] PM: Restrict swap use to later in the suspend sequence
Eric W. Biederman
Re: [PATCH AUTOSEL 6.15 6/8] PM: Restrict swap use to later in the suspend sequence
Eric W. Biederman
Re: [PATCH AUTOSEL 6.15 6/8] PM: Restrict swap use to later in the suspend sequence
Sasha Levin
Re: [PATCH AUTOSEL 6.15 6/8] PM: Restrict swap use to later in the suspend sequence
Pavel Machek
Re: [PATCH AUTOSEL 6.15 6/8] PM: Restrict swap use to later in the suspend sequence
Willy Tarreau
Re: [PATCH AUTOSEL 6.15 6/8] PM: Restrict swap use to later in the suspend sequence
Pavel Machek
Re: [PATCH AUTOSEL 6.15 6/8] PM: Restrict swap use to later in the suspend sequence
Sasha Levin
Re: [PATCH AUTOSEL 6.15 6/8] PM: Restrict swap use to later in the suspend sequence
Pavel Machek
Re: [PATCH AUTOSEL 6.15 6/8] PM: Restrict swap use to later in the suspend sequence
Pavel Machek
Re: [PATCH AUTOSEL 6.15 6/8] PM: Restrict swap use to later in the suspend sequence
Pavel Machek
Re: [PATCH AUTOSEL 6.15 6/8] PM: Restrict swap use to later in the suspend sequence
Eric W. Biederman
Re: [PATCH AUTOSEL 6.15 6/8] PM: Restrict swap use to later in the suspend sequence
Sasha Levin
Re: [PATCH AUTOSEL 6.15 6/8] PM: Restrict swap use to later in the suspend sequence
Pavel Machek
Re: [PATCH AUTOSEL 6.15 6/8] PM: Restrict swap use to later in the suspend sequence
Mario Limonciello
Re: [PATCH AUTOSEL 6.15 6/8] PM: Restrict swap use to later in the suspend sequence
Eric W. Biederman
Re: [PATCH AUTOSEL 6.15 6/8] PM: Restrict swap use to later in the suspend sequence
Mario Limonciello
Re: [PATCH AUTOSEL 6.15 6/8] PM: Restrict swap use to later in the suspend sequence
Rafael J. Wysocki
Re: [PATCH AUTOSEL 6.15 6/8] PM: Restrict swap use to later in the suspend sequence
Sasha Levin
Re: [PATCH AUTOSEL 6.15 6/8] PM: Restrict swap use to later in the suspend sequence
Pavel Machek
Second kexec_file_load (but not kexec_load) fails on i915 if CONFIG_INTEL_IOMMU_DEFAULT_ON=n
Askar Safin
Re: Second kexec_file_load (but not kexec_load) fails on i915 if CONFIG_INTEL_IOMMU_DEFAULT_ON=n
Jani Nikula
Re: Second kexec_file_load (but not kexec_load) fails on i915 if CONFIG_INTEL_IOMMU_DEFAULT_ON=n
Askar Safin
Re: Second kexec_file_load (but not kexec_load) fails on i915 if CONFIG_INTEL_IOMMU_DEFAULT_ON=n
Pingfan Liu
Re: Second kexec_file_load (but not kexec_load) fails on i915 if CONFIG_INTEL_IOMMU_DEFAULT_ON=n
Askar Safin
Re: Second kexec_file_load (but not kexec_load) fails on i915 if CONFIG_INTEL_IOMMU_DEFAULT_ON=n
Baoquan He
[PATCH v2] selftests/kexec: fix test_kexec_jump build
Moon Hee Lee
Re: [PATCH v2] selftests/kexec: fix test_kexec_jump build
Moonhee Lee
Re: [PATCH v2] selftests/kexec: fix test_kexec_jump build
Baoquan He
Re: [PATCH v2] selftests/kexec: fix test_kexec_jump build
Woodhouse, David
Re: [PATCH] selftests/kexec: fix test_kexec_jump build and ignore generated binary
Shuah Khan
Re: [PATCH] selftests/kexec: fix test_kexec_jump build and ignore generated binary
Moonhee Lee
[PATCH v2] fs/proc/vmcore: a few cleanups for vmcore_add_device_dump
Su Hui
Re: [PATCH v2] fs/proc/vmcore: a few cleanups for vmcore_add_device_dump
Dan Carpenter
[PATCH v2][makedumpfile] Fix a data race in multi-threading mode (--num-threads=N)
Tao Liu
Re: [PATCH v2][makedumpfile] Fix a data race in multi-threading mode (--num-threads=N)
萩尾 一仁
Re: [PATCH v2][makedumpfile] Fix a data race in multi-threading mode (--num-threads=N)
Tao Liu
Re: [PATCH v2][makedumpfile] Fix a data race in multi-threading mode (--num-threads=N)
萩尾 一仁
Re: [PATCH v2][makedumpfile] Fix a data race in multi-threading mode (--num-threads=N)
Tao Liu
Re: [PATCH v2][makedumpfile] Fix a data race in multi-threading mode (--num-threads=N)
萩尾 一仁
Re: [PATCH v2][makedumpfile] Fix a data race in multi-threading mode (--num-threads=N)
Tao Liu
Re: [PATCH v2][makedumpfile] Fix a data race in multi-threading mode (--num-threads=N)
萩尾 一仁
Re: [PATCH v2][makedumpfile] Fix a data race in multi-threading mode (--num-threads=N)
Sourabh Jain
Re: [PATCH v2][makedumpfile] Fix a data race in multi-threading mode (--num-threads=N)
Petr Tesarik
Re: [PATCH v2][makedumpfile] Fix a data race in multi-threading mode (--num-threads=N)
Tao Liu
Re: [PATCH v2][makedumpfile] Fix a data race in multi-threading mode (--num-threads=N)
萩尾 一仁
Re: [PATCH v2][makedumpfile] Fix a data race in multi-threading mode (--num-threads=N)
Tao Liu
Re: [PATCH v2][makedumpfile] Fix a data race in multi-threading mode (--num-threads=N)
Tao Liu
Re: [PATCH v2][makedumpfile] Fix a data race in multi-threading mode (--num-threads=N)
山崎 真光
Re: [PATCH v2][makedumpfile] Fix a data race in multi-threading mode (--num-threads=N)
Tao Liu
[PATCH] selftests/kexec: ignore selftest binary
Dylan Yudaken
Re: [PATCH] selftests/kexec: ignore selftest binary
Simon Horman
[PATCH] fs/proc/vmcore: a few cleanups for vmcore_add_device_dump
Su Hui
Re: [PATCH] fs/proc/vmcore: a few cleanups for vmcore_add_device_dump
Dan Carpenter
Re: [PATCH] fs/proc/vmcore: a few cleanups for vmcore_add_device_dump
Su Hui
Re: [PATCH] fs/proc/vmcore: a few cleanups for vmcore_add_device_dump
Baoquan He
Re: [PATCH] fs/proc/vmcore: a few cleanups for vmcore_add_device_dump
Dan Carpenter
Re: [PATCH] fs/proc/vmcore: a few cleanups for vmcore_add_device_dump
Su Hui
[Hypervisor Live Update] Notes from June 16, 2025
David Rientjes
[PATCH] kexec/zstd: fix static zstd build
Nicholas Sielicki
Re: [PATCH] kexec/zstd: fix static zstd build
Simon Horman
[PATCH][makedumpfile] Fix a data race in multi-threading mode (--num-threads=N)
Tao Liu
Re: [PATCH][makedumpfile] Fix a data race in multi-threading mode (--num-threads=N)
Sourabh Jain
Re: [PATCH][makedumpfile] Fix a data race in multi-threading mode (--num-threads=N)
Tao Liu
[PATCH] Fix a data race in multi-threading mode (--num-threads=N)
Tao Liu
[Hypervisor Live Update] Notes from June 2, 2025
David Rientjes
[PATCH v3] ima: add a knob ima= to allow disabling IMA in kdump kernel
Baoquan He
Re: [PATCH v3] ima: add a knob ima= to allow disabling IMA in kdump kernel
Mimi Zohar
Re: [PATCH v3] ima: add a knob ima= to allow disabling IMA in kdump kernel
Baoquan He
[PATCH] PM: Restrict swap use to later in the suspend sequence
Mario Limonciello
Re: [PATCH] PM: Restrict swap use to later in the suspend sequence
Mario Limonciello
Re: [PATCH] PM: Restrict swap use to later in the suspend sequence
Baoquan He
Earlier messages