public inbox for kexec@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-03-01 01:44:42 to 2026-03-22 01:46:45 UTC [more...]

[PATCHv7 00/13] kexec: Use BPF lskel to enable kexec to load PE format boot image
 2026-03-22  1:43 UTC  (10+ messages)
` [PATCHv7 01/13] bpf: Introduce kfuncs to parser buffer content
` [PATCHv7 02/13] kexec_file: Use bpf-prog to decompose image
` [PATCHv7 03/13] lib/decompress: Keep decompressor when CONFIG_KEEP_DECOMPRESSOR
` [PATCHv7 04/13] kexec_file: Implement decompress method for parser
` [PATCHv7 05/13] kexec_file: Implement copy "
` [PATCHv7 06/13] kexec_file: Chain the stages into a pipeline
` [PATCHv7 07/13] kexec_file: Introduce a bpf-prog lskel to run a format parser
` [PATCHv7 08/13] kexec_file: Factor out routine to find a symbol in ELF
` [PATCHv7 09/13] kexec_file: Integrate bpf light skeleton to load image with bpf-prog

[PATCH v3 1/5] liveupdate: block outgoing session updates during reboot
 2026-03-21 23:05 UTC  (8+ messages)
` [PATCH v3 2/5] kexec: abort liveupdate handover on kernel_kexec() unwind
  ` [PATCH v3 3/5] liveupdate: fail session restore on file deserialization errors
    ` [PATCH v3 4/5] liveupdate: validate handover metadata before using it
      ` [PATCH v3 5/5] liveupdate: harden FLB lifetime and teardown paths

[PATCH 1/5] liveupdate: block outgoing session updates during reboot
 2026-03-21 10:25 UTC  (7+ messages)
` [PATCH 2/5] kexec: abort liveupdate handover on kernel_kexec() unwind
` [PATCH 3/5] liveupdate: fail session restore on file deserialization errors
` [PATCH 4/5] liveupdate: validate handover metadata before using it
` [PATCH 5/5] liveupdate: guard FLB counters against underflow

[PATCH 1/2] kho: make sure preservations do not span multiple NUMA nodes
 2026-03-20 10:24 UTC  (8+ messages)
` [PATCH 2/2] kho: drop restriction on maximum page order

[PATCH] kho: fix child node parsing for debugfs in/sub_fdts
 2026-03-20 10:20 UTC  (7+ messages)

[PATCH v2] kho: use checked arithmetic in deserialize_bitmap()
 2026-03-20  9:34 UTC  (4+ messages)

[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
 2026-03-19 22:09 UTC  (40+ messages)
` [PATCH v2 04/22] vfio/pci: Register a file handler with Live Update Orchestrator
` [PATCH v2 07/22] vfio/pci: Notify PCI subsystem about devices preserved across Live Update
` [PATCH v2 10/22] vfio/pci: Skip reset of preserved device after "
` [PATCH v2 11/22] docs: liveupdate: Document VFIO device file preservation
` [PATCH v2 16/22] vfio: selftests: Add vfio_pci_liveupdate_uapi_test

[PATCH v7 0/3] kho: add support for deferred struct page init
 2026-03-19 18:17 UTC  (23+ messages)
` [PATCH v7 1/3] kho: make kho_scratch_overlap usable outside debugging
` [PATCH v7 2/3] kho: fix deferred init of kho scratch
` [PATCH v7 3/3] kho: make preserved pages compatible with deferred struct page init

[PATCH] lib: count_zeros: fix 32/64-bit inconsistency in count_trailing_zeros()
 2026-03-18 16:31 UTC  (10+ messages)

[PATCH v3 0/8] btf/kallsyms based makedumpfile extension for mm page filtering
 2026-03-17 15:31 UTC  (9+ messages)
` [PATCH v3 5/8] Add makedumpfile extension support

[PATCH v4][makedumpfile 0/7] btf/kallsyms based makedumpfile extension for mm page filtering
 2026-03-17 15:07 UTC  (8+ messages)
` [PATCH v4][makedumpfile 1/7] Reserve sections for makedumpfile and extenions
` [PATCH v4][makedumpfile 2/7] Implement kernel kallsyms resolving
` [PATCH v4][makedumpfile 3/7] Implement kernel btf resolving
` [PATCH v4][makedumpfile 4/7] Implement kernel module's kallsyms resolving
` [PATCH v4][makedumpfile 5/7] Implement kernel module's btf resolving
` [PATCH v4][makedumpfile 6/7] Add makedumpfile extensions support
` [PATCH v4][makedumpfile 7/7] Filter amdgpu mm pages

[PATCH v9 0/6] kho: history: track previous kernel version and kexec boot count
 2026-03-16 11:54 UTC  (7+ messages)
` [PATCH v9 1/6] kho: add size parameter to kho_add_subtree()
` [PATCH v9 2/6] kho: rename fdt parameter to blob in kho_add/remove_subtree()
` [PATCH v9 3/6] kho: persist blob size in KHO FDT
` [PATCH v9 4/6] kho: fix kho_in_debugfs_init() to handle non-FDT blobs
` [PATCH v9 5/6] kho: kexec-metadata: track previous kernel chain
` [PATCH v9 6/6] kho: document kexec-metadata tracking feature

[PATCH v8 0/6] kho: history: track previous kernel version and kexec boot count
 2026-03-16 11:09 UTC  (19+ messages)
` [PATCH v8 1/6] kho: add size parameter to kho_add_subtree()
` [PATCH v8 2/6] kho: rename fdt parameter to blob in kho_add/remove_subtree()
` [PATCH v8 3/6] kho: persist blob size in KHO FDT
` [PATCH v8 4/6] kho: fix kho_in_debugfs_init() to handle non-FDT blobs
` [PATCH v8 5/6] kho: kexec-metadata: track previous kernel chain
` [PATCH v8 6/6] kho: document kexec-metadata tracking feature

[PATCH v2] kexec: add missing kernel-doc parameters for ELF loading functions
 2026-03-16  5:58 UTC  (2+ messages)

[PATCH] kexec: add missing kernel-doc parameters for ELF loading functions
 2026-03-15 15:38 UTC 

[Hypervisor Live Update] Notes from March 9, 2026
 2026-03-15  1:06 UTC 

[PATCH] kernel/crash: Remove inclusion of crypto/sha1.h
 2026-03-14 20:42 UTC 

[PATCH] kernel/kexec: Remove inclusion of crypto/hash.h
 2026-03-14 20:41 UTC 

[PATCH v6 0/2] kho: add support for deferred struct page init
 2026-03-13 13:58 UTC  (5+ messages)
` [PATCH v6 1/2] kho: fix deferred init of kho scratch
` [PATCH v6 2/2] kho: make preserved pages compatible with deferred struct page init

[PATCH v8 0/5] arm64/riscv: Add support for crashkernel CMA reservation
 2026-03-10  2:12 UTC  (10+ messages)
` [PATCH v8 1/5] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v8 2/5] crash: Exclude crash kernel memory in crash core
` [PATCH v8 3/5] crash: Use crash_exclude_core_ranges() on powerpc
` [PATCH v8 4/5] arm64: kexec: Add support for crashkernel CMA reservation
` [PATCH v8 5/5] riscv: "

[ANNOUNCE] lazy_cma: Runtime contiguous memory allocator without boot-time reservation
 2026-03-11 21:17 UTC 

[PATCH] powerpc/kexec/core: use big-endian types for crash variables
 2026-03-11  2:14 UTC  (4+ messages)

[PATCH v7 0/6] kho: history: track previous kernel version and kexec boot count
 2026-03-09 13:01 UTC  (11+ messages)
` [PATCH v7 1/6] kho: add size parameter to kho_add_subtree()
` [PATCH v7 2/6] kho: rename fdt parameter to blob in kho_add/remove_subtree()
` [PATCH v7 3/6] kho: persist blob size in KHO FDT
` [PATCH v7 4/6] kho: fix kho_in_debugfs_init() to handle non-FDT blobs
` [PATCH v7 5/6] kho: kexec-metadata: track previous kernel chain
` [PATCH v7 6/6] kho: document kexec-metadata tracking feature

[PATCH v6 0/4] kho: history: track previous kernel version and kexec boot count
 2026-03-06 11:47 UTC  (4+ messages)
` [PATCH v6 1/4] kho: add size parameter to kho_add_subtree()

[PATCH] crash_dump: Don't log dm-crypt key bytes in read_key_from_user_keying
 2026-03-06  2:00 UTC  (3+ messages)

[PATCH v2 02/22] PCI: Add API to track PCI devices preserved across Live Update
 2026-03-05 19:42 UTC  (13+ messages)

[PATCH] LoongArch: Increase MAX_MEMORY_RANGES to 1024
 2026-03-04  1:19 UTC 

[PATCH v2 03/22] PCI: Inherit bus numbers from previous kernel during Live Update
 2026-03-03 23:54 UTC  (8+ messages)

[bug report] kho: update FDT dynamically for subtree addition/removal
 2026-03-03  5:16 UTC 

[PATCH] i915: Fix NULL pointer dereference in intel_dmc_update_dc6_allowed_count()
 2026-03-02 12:33 UTC  (3+ messages)

[PATCH] crash_dump: Fix typo in function name read_key_from_user_keying
 2026-03-02  3:28 UTC  (2+ messages)

[PATCH] crash_dump: use sysfs_emit in sysfs show functions
 2026-03-02  3:22 UTC  (2+ messages)

[PATCH v7 0/5] arm64/riscv: Add support for crashkernel CMA reservation
 2026-02-28 13:07 UTC  (6+ messages)
` [PATCH v7 3/5] crash: Use crash_exclude_core_ranges() on powerpc

FAILED: Patch "kexec: derive purgatory entry from symbol" failed to apply to 5.10-stable tree
 2026-03-01  2:02 UTC 

FAILED: Patch "kexec: derive purgatory entry from symbol" failed to apply to 5.15-stable tree
 2026-03-01  1:52 UTC 

FAILED: Patch "kexec: derive purgatory entry from symbol" failed to apply to 6.1-stable tree
 2026-03-01  1:44 UTC 


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