Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-21 10:06:44 to 2026-09-02 08:25:54 UTC [more...]

RFC: Enable Sashiko code reviews for kexec@lists.infradead.org
 2026-09-02  8:25 UTC  (5+ messages)

[PATCH v6 00/10] kdump: reduce vmcore size and capture time
 2026-09-02  7:31 UTC  (11+ messages)
` [PATCH v6 01/10] mm: memblock: add missing HugeTLB flag name
` [PATCH v6 02/10] riscv: build crash_mem ranges from memblock instead of resource tree
` [PATCH v6 03/10] crash_core: fold duplicated memblock arch hooks into the weak default
` [PATCH v6 04/10] crash_core: serialize crash header preparation against hotplug
` [PATCH v6 05/10] crash_core: replace for_each_mem_range() with for_each_mem_region()
` [PATCH v6 06/10] memblock: introduce MEMBLOCK_NODUMP flag
` [PATCH v6 07/10] of: reserved_mem: add dumpable flag to opt-in vmcore
` [PATCH v6 08/10] of: reserved_mem: mark /reserved-memory entries with MEMBLOCK_NODUMP
` [PATCH v6 09/10] of: reserved_mem: mark /memreserve/ entries as MEMBLOCK_NODUMP
` [PATCH v6 10/10] crash_core: skip MEMBLOCK_NODUMP regions when building vmcore ELF header

[PATCH v5 0/2] x86/crash: size the elfcorehdr reservation with NR_CPUS
 2026-09-02  6:21 UTC  (4+ messages)
` [PATCH v5 1/2] x86/crash: reserve elfcorehdr for CONFIG_NR_CPUS, not CONFIG_NR_CPUS_DEFAULT
` [PATCH v5 2/2] crash: update stale NR_CPUS_DEFAULT references in elfcorehdr sizing docs

[PATCH v3 00/17] crash: Rework and add arm64 crash hotplug support
 2026-09-02  6:14 UTC  (30+ messages)
` [PATCH v3 01/17] kexec: Record allocated CMA pages to fix release size mismatch
` [PATCH v3 02/17] kexec: Extract kexec_free_segment_cma() from kimage_free_cma()
` [PATCH v3 03/17] arm64: kexec_file: Fix CMA page leaks in segment placement retry loops
` [PATCH v3 04/17] arm64: kexec_file: Fix elf_headers memory leak in retry loop
` [PATCH v3 05/17] LoongArch: kexec: Fix CMA page leaks in segment placement retry loops
` [PATCH v3 06/17] LoongArch: kexec_file: Fix elf_headers memory leak in retry loop
` [PATCH v3 07/17] crash_dump: Fix potential double-free of keys_header
` [PATCH v3 08/17] crash: Extract crash_get_memory_ranges() helper
` [PATCH v3 09/17] crash: Fix TOCTOU race in crash memory range collection
` [PATCH v3 10/17] elf: Introduce elf64_phdr_size() helper
` [PATCH v3 11/17] crash: Introduce crash_extra_elfcorehdr_size() helper
` [PATCH v3 12/17] x86/crash: Use num_possible_cpus() for elfcorehdr size
` [PATCH v3 13/17] crash: Improve elfcorehdr segment identification
` [PATCH v3 14/17] x86/crash: Simplify crash_load_segments() using crash_extra_elfcorehdr_size()
` [PATCH v3 15/17] crash: Simplify CRASH_MAX_MEMORY_RANGES handling
` [PATCH v3 16/17] arm64: kexec_file: Simplify load_other_segments()
` [PATCH v3 17/17] arm64: crash: Add crash hotplug support

[PATCH v3 0/2] kexec: fix probe error codes and error propagation
 2026-09-02  5:33 UTC  (8+ messages)
` [PATCH v3 1/2] kexec: return -ENOEXEC from image probe functions on mismatch
` [PATCH v3 2/2] kexec: fix error propagation in kexec_image_probe_default()

[PATCH v1 0/2] luo support for preserving eventfd
 2026-09-01 20:43 UTC  (3+ messages)
` [PATCH v1 2/2] selftests: liveupdate: Add selftest for eventfd LUO

[RFC PATCH 0/5] liveupdate: LIVEUPDATE_SESSION_RETRIEVE_INTO_FD
 2026-09-01 18:07 UTC  (6+ messages)
` [RFC PATCH 1/5] liveupdate: Extract luo_file token lookup logic into helper function
` [RFC PATCH 2/5] liveupdate: Introduce SESSION_RETRIEVE_INTO_FD API and core support
` [RFC PATCH 3/5] mm/memfd_luo: Implement retrieve_into callback for shmem folios
` [RFC PATCH 4/5] mm/memfd_luo: Expand support beyond memfd to all generic shmem inodes
` [RFC PATCH 5/5] selftests: liveupdate: Add multi-session test coverage for session_retrieve_into

[PATCH v2 14/14] mm/page-flags: remove PG_private
 2026-09-01 17:50 UTC  (5+ messages)

[PATCH v4 0/9] Bug fixes and enhancements for kdump LUKS support
 2026-09-01  1:36 UTC  (23+ messages)
` [PATCH v4 1/9] crash_dump: Fix potential double free and UAF of keys_header
` [PATCH v4 2/9] crash_dump: Disallow writing to dm-crypt configfs during kexec_file_load syscall
` [PATCH v4 3/9] crash_dump: Read the number of dm-crypt keys from reserved memory
` [PATCH v4 4/9] crash_dump: Free temporary dm-crypt keys_header buffer in kdump kernel
` [PATCH v4 5/9] crash_dump: Only use kexec_dprintk during the kexec_file_load syscall
` [PATCH v4 6/9] crash_dump: Improve readability of config_keys_restore_store
` [PATCH v4 7/9] crash_dump: Check the function return codes in restore_dm_crypt_keys_to_thread_keyring
` [PATCH v4 8/9] crash_dump: Disallow configfs/crash_dm_crypt_key/reuse if crash hotplug supported
` [PATCH v4 9/9] Documentation: kdump: Add arm64 and ppc64le to encrypted dump target support list

[PATCH] arm: use the zImage tag's real TEXT_OFFSET for kernel placement
 2026-08-31 12:58 UTC 

[PATCH V2] kho: Convert error handling to immediate return pattern
 2026-08-31 11:58 UTC  (5+ messages)

[PATCH kexec-tools] arm-zImage: prepare for more malloc requirements of zstd
 2026-08-31 10:31 UTC  (3+ messages)

[PATCH] kexec_file: remove unused arch_kexec_locate_mem_hole hook
 2026-08-29  4:58 UTC  (5+ messages)

[PATCH v20 0/9] shut down devices asynchronously
 2026-08-28 15:50 UTC  (11+ messages)
` [PATCH 1/9] driver core: rely on put_device to free dev->p
` [PATCH 2/9] driver core: prevent device_add() during system shutdown
` [PATCH 3/9] driver core: warn should device_move try to move a need_parent_lock device
` [PATCH 4/9] driver core: separate function to shutdown one device
` [PATCH 5/9] driver core: do not always lock parent in shutdown
` [PATCH 6/9] driver core: async device shutdown infrastructure
` [PATCH 7/9] PCI: Link a virtual function to its physical function
` [PATCH 8/9] PCI: Enable async shutdown support
` [PATCH 9/9] scsi: "

[PATCH v1] kexec-tools/s390: Improve initrd memory reservation
 2026-08-28 15:22 UTC 

[PATCH v3 0/5] efi: mm/memory-failure: keep hardware-poisoned pages out of the next kexec
 2026-08-28 14:35 UTC  (10+ messages)
` [PATCH v3 1/5] mm/memory-failure: efi: add the LINUX_EFI_POISONED_MEMORY configuration table
` [PATCH v3 2/5] mm/memory-failure: libstub: install the poisoned-memory EFI table
` [PATCH v3 3/5] mm/memory-failure: efi: record hardware-poisoned frames into the poisoned-memory table
` [PATCH v3 4/5] mm/memory-failure: add a helper to poison a frame at boot
` [PATCH v3 5/5] mm/memory-failure: efi: replay the poisioned page in the next kernel

[PATCH makedumpfile 0/9] Improvements to makedumpfile extensions, plus userspace stack tracing extension
 2026-08-28  2:56 UTC  (9+ messages)

[PATCH makedumpfile v2 0/9] Improvements to makedumpfile extensions, plus userspace stack tracing extension
 2026-08-28  0:55 UTC  (3+ messages)

[PATCH v8 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-08-27 21:47 UTC  (18+ messages)
` [PATCH v8 02/12] PCI: liveupdate: Track outgoing preserved PCI devices
` [PATCH v8 03/12] PCI: liveupdate: Track incoming "
` [PATCH v8 06/12] PCI: liveupdate: Auto-preserve upstream bridges across Live Update
` [PATCH v8 08/12] PCI: liveupdate: Adopt ACS controls in incoming preserved devices
` [PATCH v8 09/12] PCI: liveupdate: Adopt ARI Forwarding Enable on preserved bridges
` [PATCH v8 10/12] PCI: liveupdate: Freeze preservation status during shutdown
` [PATCH v8 11/12] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
` [PATCH v8 12/12] Documentation: PCI: Add documentation for Live Update

[PATCH v4 0/2] x86/crash: size the elfcorehdr reservation with NR_CPUS
 2026-08-27  9:47 UTC  (4+ messages)
` [PATCH v4 1/2] x86/crash: reserve elfcorehdr for CONFIG_NR_CPUS, not CONFIG_NR_CPUS_DEFAULT
` [PATCH v4 2/2] crash: update stale NR_CPUS_DEFAULT references in elfcorehdr sizing docs

[PATCH v2] crypto: asymmetric_keys - bound PE section ranges in pefile_parse_binary
 2026-08-26 19:50 UTC  (3+ messages)

[RFC PATCH v2 00/10] dma-mapping: Add preservation of direct allocations
 2026-08-26 18:31 UTC  (2+ messages)

[RFC PATCH 0/3] powerpc: initial support for Kexec HandOver (KHO)
 2026-08-26 13:33 UTC  (9+ messages)
` [RFC PATCH 1/3] kernel/liveupdate: make KEXEC_HANDOVER depend on KEXEC_FILE instead of selecting it
` [RFC PATCH 2/3] powerpc: add support for Kexec HandOver (KHO)
` [RFC PATCH 3/3] powerpc/kho: exclude THP and HUGETLB_PAGE

[PATCH v3 0/2] x86/crash: fix kexec_file_load(2) -EINVAL on machines with many possible CPUs
 2026-08-26 13:33 UTC  (4+ messages)
` [PATCH v3 1/2] x86/crash: reserve elfcorehdr for CONFIG_NR_CPUS, not CONFIG_NR_CPUS_DEFAULT
` [PATCH v3 2/2] crash: update stale NR_CPUS_DEFAULT references in elfcorehdr sizing docs

[PATCH v2 0/2] x86/crash: fix kexec_file_load(2) -EINVAL on machines with many possible CPUs
 2026-08-26  5:04 UTC  (7+ messages)
` [PATCH v2 1/2] x86/crash: reserve elfcorehdr for CONFIG_NR_CPUS, not CONFIG_NR_CPUS_DEFAULT
` [PATCH v2 2/2] crash: update stale NR_CPUS_DEFAULT references in elfcorehdr sizing docs

[PATCH v4 4/4] selftests/kho: add LoongArch vmtest support
 2026-08-25 14:58 UTC  (2+ messages)

[PATCH] kho: do not reserve scratch memory in the kdump kernel
 2026-08-24 20:19 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v1] kexec-tools/s390: add --reuseinitrd support
 2026-08-24 15:43 UTC  (2+ messages)

[PATCH kexec-tools v3] util_lib/elf_info: stream lockless printk ring records
 2026-08-24 15:38 UTC  (2+ messages)

[PATCH 0/2] kexec-tools: Fix split crash kernel reservations
 2026-08-24 15:27 UTC  (2+ messages)

[PATCH v2 0/6] efi: mm/memory-failure: keep hardware-poisoned pages out of the next kexec
 2026-08-24 15:19 UTC  (20+ messages)
` [PATCH v2 1/6] efi/libstub: add a helper for the top of usable RAM
` [PATCH v2 2/6] efi: add the LINUX_EFI_POISONED_MEMORY configuration table
` [PATCH v2 3/6] efi/libstub: add the poisoned-memory EFI table
` [PATCH v2 4/6] efi/libstub: install the poisoned-memory table from the stub
` [PATCH v2 5/6] efi: record hardware-poisoned frames into the poisoned-memory table
` [PATCH v2 6/6] efi: respect the poisoned pages coming from previous kernel

[PATCH] kexec: fix kexec_file_load fallback error handling
 2026-08-24 11:03 UTC  (3+ messages)

[GIT PULL] liveupdate: updates for 7.3-rc1, part 2
 2026-08-23 16:30 UTC  (2+ messages)

[PATCH] kho: Convert error handling to immediate return pattern
 2026-08-23  7:39 UTC  (2+ messages)

[PATCH v4 00/11] liveupdate: kvm: Guest_memfd preservation
 2026-08-21 15:34 UTC  (13+ messages)
` [PATCH v4 05/11] KVM: LUO: Support VM preservation across live updates

[PATCH 0/4] CRASH_ZEROIZE: Wipe secrets before kdump
 2026-08-21 14:28 UTC  (7+ messages)
` [PATCH 3/4] mm/secretmem: zeroize secret pages "

[PATCH v2 0/2] kexec: fix probe error codes and error propagation
 2026-08-21 13:22 UTC  (7+ messages)
` [PATCH v2 2/2] kexec: fix error propagation in kexec_image_probe_default()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox