Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-03 14:59:57 to 2026-07-15 14:10:12 UTC [more...]

[PATCH 1/2] liveupdate: fix GET_NAME ioctl argument validation
 2026-07-15 14:10 UTC  (3+ messages)
` [PATCH 2/2] liveupdate: reject nonzero reserved value for SESSION_FINISH

[RFC PATCH] liveupdate: Allow multiple openers for /dev/liveupdate
 2026-07-15 13:50 UTC  (2+ messages)

[PATCH v3 00/21] kho: make boot time huge page allocation work nicely with KHO
 2026-07-15  9:35 UTC  (28+ messages)
` [PATCH v3 01/21] kho: generalize radix tree APIs
` [PATCH v3 02/21] kho: make radix max key width more obvious
` [PATCH v3 03/21] kho: disallow wide keys in radix tree
` [PATCH v3 04/21] kho: return virtual address of mem_map
` [PATCH v3 05/21] kho: store incoming radix tree in kho_in
` [PATCH v3 06/21] kho: move all memory retrieval logic to kho_mem_retrieve()
` [PATCH v3 07/21] kho: add a struct for radix callbacks
` [PATCH v3 08/21] kho: add callback for table pages
` [PATCH v3 09/21] kho: add data argument to radix walk callback
` [PATCH v3 10/21] kho: allow early-boot usage of the KHO radix tree
` [PATCH v3 11/21] kho: allow destroying "
` [PATCH v3 12/21] kho: add kho_radix_init_tree()
` [PATCH v3 13/21] kho: expose kho_scratch_overlap() to kexec_handover.h
` [PATCH v3 14/21] kho: initialize kho_scratch pointer earlier in boot
` [PATCH v3 15/21] kho: initialize preserved memory map radix tree earlier
` [PATCH v3 16/21] mm/mm_init: init deferred page migratetype in deferred_init_pages()
` [PATCH v3 17/21] mm/mm_init: don't rely on memblock to get KHO scratch migratetype
` [PATCH v3 18/21] kho: extend scratch
` [PATCH v3 19/21] memblock: make HugeTLB bootmem allocation work with KHO
` [PATCH v3 20/21] memblock: add memblock_reserved_hugetlb_size()
` [PATCH v3 21/21] kho: exclude hugetlb memory from scratch size calculation

[PATCH] kho: align kho_scratch to MAX_ORDER_NR_PAGES pages
 2026-07-15  6:42 UTC  (2+ messages)

[PATCH] liveupdate: Remove redundant INIT_LIST_HEAD in luo_session_alloc
 2026-07-15  6:36 UTC  (3+ messages)

[RFC PATCH v2 00/10] dma-mapping: Add preservation of direct allocations
 2026-07-15  6:21 UTC  (12+ messages)
` [RFC PATCH v2 01/10] dma: Add DMA allocation preservation KHO ABI
` [RFC PATCH v2 02/10] dma/pool: Add an API to check if DMA allocation is from pool
` [RFC PATCH v2 03/10] dma: contiguous: Add API to check if an allocation is from CMA
` [RFC PATCH v2 04/10] dma-coherent: Allow checking if allocation is from dev coherent region
` [RFC PATCH v2 05/10] dma-direct: Add API to preserve/restore allocations
` [RFC PATCH v2 06/10] dma-mapping: Add API to preserve/restore DMA allocation
` [RFC PATCH v2 07/10] dma-mapping: Add support of preserving dmam allocations
` [RFC PATCH v2 08/10] dma: contiguous: Export is_from_cma helper for kunit
` [RFC PATCH v2 09/10] dma: pool: Export the is_from_pool "
` [RFC PATCH v2 10/10] dma-direct: Add KUnit test for liveupdate preservation

[PATCH v3 0/2] Make liveupdate selftests library
 2026-07-15  6:15 UTC  (5+ messages)

[PATCH] [makedumpfile] Avoid glibc lazy-unwind machinery in parallel teardown
 2026-07-14 19:30 UTC 

[RFC PATCH 00/14] driver core: defer per-VF sysfs creation for fast SR-IOV bring-up
 2026-07-14 16:18 UTC  (8+ messages)
` [RFC PATCH 05/14] driver core: add struct device_sysfs_entry and walker
  ` [RFC PATCH 09/14] iommu: lazy-populate iommu_group reserved_regions/type attrs

[PATCH v5 00/20] vfio/pci: Base Live Update support for VFIO
 2026-07-14 15:15 UTC  (21+ messages)
` [PATCH v5 01/20] vfio/pci: Factor out the reset logic in VFIO PCI device close path
` [PATCH v5 02/20] vfio: Export various helpers from VFIO
` [PATCH v5 03/20] vfio/pci: Export vfio_pci_dma_buf_move for vfio-pci module
` [PATCH v5 04/20] liveupdate: Export symbols needed by modules
` [PATCH v5 05/20] vfio/pci: Register a file handler with Live Update Orchestrator
` [PATCH v5 06/20] vfio/pci: Preserve vfio-pci device files across Live Update
` [PATCH v5 07/20] vfio: Introduce vfio_find_device() helper
` [PATCH v5 08/20] vfio: Refactor vfio_device_fops_cdev_open()
` [PATCH v5 09/20] vfio: Add API to open cdev device for Live Update restore
` [PATCH v5 10/20] vfio/pci: Retrieve preserved device files after Live Update
` [PATCH v5 11/20] vfio: Enforce preserved devices are retrieved via LIVEUPDATE_SESSION_RETRIEVE_FD
` [PATCH v5 12/20] docs: liveupdate: Add documentation for VFIO PCI
` [PATCH v5 13/20] vfio: selftests: Build liveupdate library in VFIO selftests
` [PATCH v5 14/20] vfio: selftests: Add vfio_pci_liveupdate_uapi_test
` [PATCH v5 15/20] vfio: selftests: Initialize vfio_pci_device using a VFIO cdev FD
` [PATCH v5 16/20] vfio: selftests: Add Makefile support for TEST_GEN_PROGS_EXTENDED
` [PATCH v5 17/20] vfio: selftests: Add vfio_pci_liveupdate_kexec_test
` [PATCH v5 18/20] vfio: selftests: Expose iommu_modes to tests
` [PATCH v5 19/20] vfio: selftests: Verify that opening VFIO device fails during Live Update
` [PATCH v5 20/20] vfio: selftests: Add continuous DMA to vfio_pci_liveupdate_kexec_test

[PATCH v3 0/3] LoongArch: add KHO support and selftests
 2026-07-14 12:17 UTC  (3+ messages)
  ` [PATCH v3 1/3] LoongArch: kexec: add KHO support for FDT-based

Dear kexec@lists.infradead.org, project stage
 2026-07-14  5:04 UTC 

[liveupdate:kexec-fixes] BUILD SUCCESS ada2e5a44e99113e08ad9b7b71396c6c572204da
 2026-07-14  5:05 UTC 

[liveupdate:next] BUILD SUCCESS 10fd52dc7bbd6013e949ff1833be0821b7553fb0
 2026-07-14  1:53 UTC 

[PATCH v18 0/5] shut down devices asynchronously
 2026-07-14  1:36 UTC  (3+ messages)
` [PATCH 3/5] driver core: async device shutdown infrastructure

[PATCH makedumpfile 0/9] Improvements to makedumpfile extensions, plus userspace stack tracing extension
 2026-07-14  0:45 UTC  (10+ messages)
` [PATCH makedumpfile 1/9] Do not call extensions for tail pages
` [PATCH makedumpfile 2/9] Honor CFLAGS in extension/Makefile
` [PATCH makedumpfile 3/9] Share page information with extension callbacks
` [PATCH makedumpfile 4/9] Introduce a stat for pages retained by extension
` [PATCH makedumpfile 5/9] Move page checks into makedumpfile.h
` [PATCH makedumpfile 6/9] Simplify arguments for page checks
` [PATCH makedumpfile 7/9] Add PG_INCLUDE_HEAD extension return status
` [PATCH makedumpfile 8/9] Add userstack extension
` [PATCH makedumpfile 9/9] Add elfheader extension

[RFC PATCH v2 0/2] kho: support preserving unsplit high-order pages
 2026-07-13 21:26 UTC  (4+ messages)
` [RFC PATCH v2 1/2] kho: Introduce a helper to init unsplit pages
` [RFC PATCH v2 2/2] kho: Introduce preserve/restore APIs for "

[PATCH v2] crash_dump: release keyring reference at the correct time
 2026-07-13 13:30 UTC  (7+ messages)

[PATCH v2 0/2] vmcoreinfo: Expose hardware error recovery statistics via sysfs
 2026-07-13 10:51 UTC  (7+ messages)
` [PATCH v2 1/2] vmcoreinfo: expose "

[PATCH 0/3] mm: split a couple of headers from internal.h
 2026-07-13  8:57 UTC  (7+ messages)
` [PATCH 1/3] mm: split out mm_init and memblock declarations "
` [PATCH 2/3] mm: split out sparse "
` [PATCH 3/3] mm: split out vmalloc "

[PATCH] README: Add the necessary method about elfutils
 2026-07-12  7:42 UTC 

[PATCH v2 0/3] mm: split a couple of headers from internal.h
 2026-07-11 15:14 UTC  (10+ messages)
` [PATCH v2 1/3] mm: split out mm_init and memblock declarations "
` [PATCH v2 2/3] mm: split out sparse "
` [PATCH v2 3/3] mm: split out vmalloc "

[liveupdate:misc] BUILD SUCCESS 89dd1421c554515e0f562ec67d976e6309f2710b
 2026-07-11  1:57 UTC 

[RFC PATCH 0/4] panic: a pre kdump notifier list for hypervisor upcalls
 2026-07-11  0:22 UTC  (5+ messages)
` [RFC PATCH 1/4] panic: add a pre kdump notifier list
` [RFC PATCH 2/4] panic: run the pre kdump list before crash kexec
` [RFC PATCH 3/4] misc/pvpanic: notify the host on the pre kdump list
` [RFC PATCH 4/4] MAINTAINERS: add an entry for the pre kdump notifier list

[liveupdate:next] BUILD SUCCESS 57e2c35f4e7277a35026d553a35c0ac734a640c3
 2026-07-10 23:39 UTC 

[PATCH v7 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-07-10 21:26 UTC  (13+ messages)
` [PATCH v7 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v7 02/12] PCI: liveupdate: Track outgoing preserved PCI devices
` [PATCH v7 03/12] PCI: liveupdate: Track incoming "
` [PATCH v7 04/12] PCI: liveupdate: Document driver binding responsibilities
` [PATCH v7 05/12] PCI: liveupdate: Keep bus numbers constant during Live Update
` [PATCH v7 06/12] PCI: liveupdate: Auto-preserve upstream bridges across "
` [PATCH v7 07/12] PCI: Refactor matching logic for pci_dev_acs_ops
` [PATCH v7 08/12] PCI: liveupdate: Inherit ACS flags in incoming preserved devices
` [PATCH v7 09/12] PCI: liveupdate: Inherit ARI Forwarding Enable on preserved bridges
` [PATCH v7 10/12] PCI: liveupdate: Freeze preservation status during shutdown
` [PATCH v7 11/12] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
` [PATCH v7 12/12] Documentation: PCI: Add documentation for Live Update

[PATCH v4 0/2] LoongArch: kexec: avoid clobbering the QEMU FDT
 2026-07-10 14:12 UTC  (4+ messages)

[PATCH v2] iommu/vt-d: Fix UCTP context table slot when copying root entries
 2026-07-10 12:04 UTC  (2+ messages)

[PATCH 0/2] liveupdate: Small FLB fixes
 2026-07-10  9:57 UTC  (3+ messages)

[PATCH v4] selftests/liveupdate: add end to end test infrastructure and scripts
 2026-07-10  8:08 UTC  (2+ messages)

[PATCH v2 0/9] Bug fixes and enhancements for kdump LUKS support
 2026-07-10  7:59 UTC  (21+ messages)
` [PATCH v2 2/9] crash_dump: Fix potential double free and UAF of keys_header
` [PATCH v2 3/9] crash_dump: Disallow writing to dm-crypt configfs during kexec_file_load syscall
` [PATCH v2 4/9] crash_dump: Read the number of dm-crypt keys from reserved memory
` [PATCH v2 7/9] crash_dump: Improve readability of config_keys_restore_store
` [PATCH v2 8/9] crash_dump: Disallow configfs/crash_dm_crypt_key/reuse if CONFIG_CRASH_HOTPLUG enabled

[PATCH v5 0/4] arm64: cross-CPU NMI via SDEI
 2026-07-09 16:16 UTC  (2+ messages)

[RFC PATCH 0/4] kho: Support preserving unsplit high-order pages
 2026-07-09 11:00 UTC  (24+ messages)
` [RFC PATCH 1/4] kho: Introduce infrastructure to track preserved page types
` [RFC PATCH 2/4] kho: Detect "
` [RFC PATCH 3/4] kho: Implement page-aware refcount restoration
` [RFC PATCH 4/4] kho: Introduce kho_split_preserved_pages() helper

[PATCH v6 0/3] luo: convert serialized ptr to KHOSER_PTR
 2026-07-09 10:20 UTC  (4+ messages)
` [PATCH v6 3/3] luo: Update serialized data to use KHOSER_PTR

[PATCH 00/10] vmcore-tasks: lightweight task and backtrace extractor for vmcore files
 2026-07-08  7:38 UTC  (2+ messages)

[liveupdate:next] BUILD SUCCESS 1354afac14579ad38279f12d660df961b5f20246
 2026-07-08  6:23 UTC 

[liveupdate:kho-scratch] BUILD SUCCESS 08412b8c707fdbccb7bf2116f0554fe09113cd53
 2026-07-08  5:33 UTC 

[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-07-07 15:41 UTC  (7+ messages)
` [PATCH v6 03/12] PCI: liveupdate: Track incoming preserved PCI devices

[PATCH 0/4] vmcore-tasks: export per-task metadata to vmcoreinfo
 2026-07-07  6:21 UTC  (2+ messages)

[PATCH v3] x86/setup: do not include kexec_handover.h from asm/setup.h
 2026-07-07  6:05 UTC  (3+ messages)

[PATCH v4] riscv: Prevent NULL pointer dereference in machine_kexec_prepare
 2026-07-07  2:41 UTC  (5+ messages)

[PATCH 0/1] liveupdate: Add internal APIs for file preservation
 2026-07-06 19:59 UTC  (7+ messages)
` [PATCH 1/1] liveupdate: luo_file: "

[PATCH v5] riscv: Prevent NULL pointer dereference in machine_kexec_prepare()
 2026-07-05 23:27 UTC 

[PATCH] crash_dump: release keyring reference at the correct time
 2026-07-04 11:27 UTC  (3+ messages)

[Hypervisor Live Update] Notes from June 15 and June 29, 2026
 2026-07-04  0:52 UTC 

[PATCH v2] x86/setup: do not include kexec_handover.h from asm/setup.h
 2026-07-03 17:38 UTC  (4+ messages)

[PATCH] x86/setup: do not include kexec_handover.h from asm/setup.h
 2026-07-03 15:11 UTC  (6+ messages)


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