kexec.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-05-29 14:33:31 to 2026-06-03 14:11:40 UTC [more...]

[PATCH v6 00/13] liveupdate: Remove limits on sessions and files
 2026-06-03 14:11 UTC  (24+ messages)
` [PATCH v6 01/13] liveupdate: change file_set->count type to u64 for type safety
` [PATCH v6 02/13] liveupdate: avoid mixing cleanup guards with goto in luo_session_retrieve_fd
` [PATCH v6 03/13] liveupdate: centralize state management into struct luo_ser
` [PATCH v6 04/13] liveupdate: register luo_ser as KHO subtree
` [PATCH v6 05/13] liveupdate: Extract luo_file_deserialize_one helper
` [PATCH v6 06/13] liveupdate: Extract luo_session_deserialize_one helper
` [PATCH v6 07/13] kho: add support for linked-block serialization
` [PATCH v6 08/13] liveupdate: defer session block allocation and physical address setting
` [PATCH v6 09/13] liveupdate: Remove limit on the number of sessions
` [PATCH v6 10/13] liveupdate: Remove limit on the number of files per session
` [PATCH v6 11/13] selftests/liveupdate: Test session and file limit removal
` [PATCH v6 12/13] selftests/liveupdate: Add stress-sessions kexec test
` [PATCH v6 13/13] selftests/liveupdate: Add stress-files "

[PATCH] crash_dump: release keyring reference at the correct time
 2026-06-03 13:50 UTC 

[PATCH v2] kexec_file: skip checksum verification when safe
 2026-06-03 13:14 UTC  (6+ messages)

[PATCH v6.1 07/13] kho: add support for linked-block serialization
 2026-06-03 13:06 UTC 

[RFC PATCH 00/20] mshv: enable kexec with Hyper-V donated pages and partitions
 2026-06-03  9:29 UTC  (6+ messages)

[PATCH v3 00/11] kdump: reduce vmcore size and capture time
 2026-06-03  6:44 UTC  (9+ messages)
` [PATCH v3 03/11] of: reserved_mem: avoid post-init UAF when alloc_reserved_mem_array() fails
` [PATCH v3 09/11] arm64: kdump: exclude non-dumpable reserved memory regions from vmcore

[PATCH 0/2] liveupdate: Small FLB fixes
 2026-06-03  3:36 UTC  (8+ messages)
` [PATCH 1/2] liveupdate: Reference count outgoing FLB data
` [PATCH 2/2] liveupdate: Remember FLB retrieve() status

[PATCH v4 00/13] liveupdate: Remove limits on sessions and files
 2026-06-03  3:10 UTC  (44+ messages)
` [PATCH v4 01/13] liveupdate: change file_set->count type to u64 for type safety
` [PATCH v4 02/13] liveupdate: avoid mixing cleanup guards with goto in luo_session_retrieve_fd
` [PATCH v4 03/13] liveupdate: centralize state management into struct luo_ser
` [PATCH v4 04/13] liveupdate: register luo_ser as KHO subtree
` [PATCH v4 05/13] liveupdate: Extract luo_file_deserialize_one helper
` [PATCH v4 06/13] liveupdate: Extract luo_session_deserialize_one helper
` [PATCH v4 07/13] kho: add support for linked-block serialization
` [PATCH v4 08/13] liveupdate: defer session block allocation and PA setting
` [PATCH v4 09/13] liveupdate: Remove limit on the number of sessions
` [PATCH v4 10/13] liveupdate: Remove limit on the number of files per session
` [PATCH v4 11/13] selftests/liveupdate: Test session and file limit removal
` [PATCH v4 12/13] selftests/liveupdate: Add stress-sessions kexec test
` [PATCH v4 13/13] selftests/liveupdate: Add stress-files "

[RFC PATCH 0/4] dma-mapping: Add preservation of direct allocations
 2026-06-02 20:14 UTC  (4+ messages)
` [RFC PATCH 3/4] dma-direct: Add API to preserve/restore allocations

[PATCH 00/12] kho: make boot time huge page allocation work nicely with KHO
 2026-06-02 17:50 UTC  (15+ messages)
` [PATCH 09/12] memblock: introduce MEMBLOCK_KHO_SCRATCH_EXT
` [PATCH 12/12] mm/hugetlb: make bootmem allocation work with KHO

[PATCH] kho: try to allocate contiguous memory for kexec segments
 2026-06-02 17:09 UTC  (5+ messages)

[PATCH v5 00/13] liveupdate: Remove limits on sessions and files
 2026-06-02 17:07 UTC  (17+ messages)
` [PATCH v5 01/13] liveupdate: change file_set->count type to u64 for type safety
` [PATCH v5 02/13] liveupdate: avoid mixing cleanup guards with goto in luo_session_retrieve_fd
` [PATCH v5 03/13] liveupdate: centralize state management into struct luo_ser
` [PATCH v5 04/13] liveupdate: register luo_ser as KHO subtree
` [PATCH v5 05/13] liveupdate: Extract luo_file_deserialize_one helper
` [PATCH v5 06/13] liveupdate: Extract luo_session_deserialize_one helper
` [PATCH v5 07/13] kho: add support for linked-block serialization
` [PATCH v5 08/13] liveupdate: defer session block allocation and PA setting
` [PATCH v5 09/13] liveupdate: Remove limit on the number of sessions
` [PATCH v5 10/13] liveupdate: Remove limit on the number of files per session
` [PATCH v5 11/13] selftests/liveupdate: Test session and file limit removal
` [PATCH v5 12/13] selftests/liveupdate: Add stress-sessions kexec test
` [PATCH v5 13/13] selftests/liveupdate: Add stress-files "

[PATCH v15 00/23] arm64/riscv: Add support for crashkernel CMA reservation
 2026-06-02  3:06 UTC  (27+ messages)
` [PATCH v15 01/23] riscv: kexec_file: Fix crashk_low_res not exclude bug
` [PATCH v15 02/23] powerpc/crash: Fix possible memory leak in update_crash_elfcorehdr()
` [PATCH v15 03/23] powerpc/kexec_file: Fix NULL pointer dereference in kexec_extra_fdt_size_ppc64()
` [PATCH v15 04/23] powerpc/kexec_file: Fix memory range truncation in __merge_memory_ranges()
` [PATCH v15 05/23] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v15 06/23] kexec: Extract kexec_free_segment_cma() from kimage_free_cma()
` [PATCH v15 07/23] arm64: kexec_file: Fix CMA page leaks during segment placement retry loops
` [PATCH v15 08/23] arm64: kexec_file: Fix image->elf_headers memory leak during retry loop
` [PATCH v15 09/23] kexec: Fix UAF and Double Free in crash_load_dm_crypt_keys()
` [PATCH v15 10/23] crash_core: Introduce CRASH_HOTPLUG_SAFETY_PADDING for memory hotplug safety
` [PATCH v15 11/23] x86: kexec_file: Fix TOCTOU buffer overflow via memory region padding
` [PATCH v15 12/23] arm64: "
` [PATCH v15 13/23] riscv: "
` [PATCH v15 14/23] LoongArch: "
` [PATCH v15 15/23] crash: Add crash_prepare_headers() to exclude crash kernel memory
` [PATCH v15 16/23] arm64: kexec_file: Use crash_prepare_headers() helper to simplify code
` [PATCH v15 17/23] x86: "
` [PATCH v15 18/23] riscv: "
` [PATCH v15 19/23] LoongArch: "
` [PATCH v15 20/23] powerpc/kexec_file: Use crash_exclude_core_ranges() helper
` [PATCH v15 21/23] arm64: kexec_file: Add support for crashkernel CMA reservation
` [PATCH v15 22/23] riscv: "
` [PATCH v15 23/23] arm64: crash: Add crash hotplug support

[PATCH v14 00/17] arm64/riscv: Add support for crashkernel CMA reservation
 2026-05-28  7:48 UTC  (24+ messages)
` [PATCH v14 01/17] riscv: kexec_file: Fix crashk_low_res not exclude bug
` [PATCH v14 02/17] powerpc/crash: Fix possible memory leak in update_crash_elfcorehdr()
` [PATCH v14 03/17] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v14 04/17] arm64: kexec: Fix image->elf_headers memory leak during retry loop
` [PATCH v14 05/17] x86/kexec: Fix potential buffer overflow in prepare_elf_headers()
` [PATCH v14 06/17] arm64: kexec_file: "
` [PATCH v14 07/17] riscv: "
` [PATCH v14 08/17] LoongArch: kexec: "
` [PATCH v14 09/17] crash: Add crash_prepare_headers() to exclude crash kernel memory
` [PATCH v14 10/17] arm64: kexec_file: Use crash_prepare_headers() helper to simplify code
` [PATCH v14 11/17] x86/kexec: "
` [PATCH v14 12/17] riscv: kexec_file: "
` [PATCH v14 13/17] LoongArch: kexec: "
` [PATCH v14 14/17] crash: Use crash_exclude_core_ranges() on powerpc
` [PATCH v14 15/17] arm64: kexec: Add support for crashkernel CMA reservation
` [PATCH v14 16/17] riscv: "
` [PATCH v14 17/17] arm64/crash: Add crash hotplug support

[BUG] liveupdate/memfd: duplicate memfd preserve restores same KHO folio twice
 2026-05-24 17:31 UTC 

[BUG] liveupdate: incoming/outgoing session ioctls accepted in wrong phase can panic
 2026-05-24 17:31 UTC 

[PATCH] kexec_file: skip checksum verification when relocations aren't needed
 2026-06-02  9:00 UTC  (3+ messages)

[PATCH v5][makedumpfile 0/9] btf/kallsyms based makedumpfile extension for mm page filtering
 2026-06-02  4:49 UTC  (6+ messages)

[liveupdate:next] BUILD SUCCESS 2935777b418d2bfcbfe96705bb2c0fa6c0d94e18
 2026-06-01 21:10 UTC 

[PATCH v16 0/5] shut down devices asynchronously
 2026-06-01 16:54 UTC  (3+ messages)

[liveupdate:next 11/21] kernel/liveupdate/luo_session.c:344:48: error: too few arguments provided to function-like macro invocation
 2026-06-01 11:57 UTC  (3+ messages)

[PATCH v3 0/3] LoongArch: add KHO support and selftests
 2026-06-01  9:39 UTC  (2+ messages)
  ` [PATCH v3 3/3] selftests/kho: add LoongArch vmtest support

[PATCH v2 0/3] kho: Add support for kunit mocking KHO restore API
 2026-06-01  7:00 UTC  (2+ messages)

(no subject)
 2026-05-31  9:28 UTC  (6+ messages)
` [PATCH v2 1/4] LoongArch: kexec: add KHO support for FDT-based systems
` [PATCH v2 2/4] LoongArch: kexec: add KHO support for ACPI-only systems
` [PATCH v2 3/4] selftests/kho: add LoongArch vmtest support
` [PATCH v2 4/4] selftests/kho: handle QEMU not exiting after kexec on LoongArch
` 

[GIT PULL] liveupdate: kho: two regression fixes
 2026-05-30 22:43 UTC  (2+ messages)

[liveupdate:next] BUILD SUCCESS 5428435567cbe06c19914592fc22ca23c9ca1de5
 2026-05-29 17:17 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).