kexec
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH v4 2/5] kexec: abort liveupdate handover on kernel_kexec() unwind
Oskar Gerlicz Kowalczuk
[PATCH v4 3/5] liveupdate: fail session restore on file deserialization errors
Oskar Gerlicz Kowalczuk
[PATCH v4 4/5] liveupdate: validate handover metadata before using it
Oskar Gerlicz Kowalczuk
[PATCH v4 5/5] liveupdate: harden FLB lifetime and remaining teardown paths
Oskar Gerlicz Kowalczuk
Re: [PATCH v4 0/5] liveupdate: tighten handover cleanup and session lifetime
Pasha Tatashin
Re: [PATCH v4 0/5] liveupdate: tighten handover cleanup and session lifetime
oskar
Re: [PATCH v4 0/5] liveupdate: tighten handover cleanup and session lifetime
Mike Rapoport
Re: [PATCH v4 0/5] liveupdate: tighten handover cleanup and session lifetime
Pasha Tatashin
Re: [PATCH v4 0/5] liveupdate: tighten handover cleanup and session lifetime
oskar
[PATCH v3 00/24] vfio/pci: Base Live Update support for VFIO device files
David Matlack
[PATCH v3 03/24] PCI: Require Live Update preserved devices are in singleton iommu_groups
David Matlack
Re: [PATCH v3 03/24] PCI: Require Live Update preserved devices are in singleton iommu_groups
Yi Liu
Re: [PATCH v3 03/24] PCI: Require Live Update preserved devices are in singleton iommu_groups
David Matlack
Re: [PATCH v3 03/24] PCI: Require Live Update preserved devices are in singleton iommu_groups
Yi Liu
Re: [PATCH v3 03/24] PCI: Require Live Update preserved devices are in singleton iommu_groups
David Matlack
Re: [PATCH v3 03/24] PCI: Require Live Update preserved devices are in singleton iommu_groups
Bjorn Helgaas
[PATCH v3 02/24] PCI: Add API to track PCI devices preserved across Live Update
David Matlack
Re: [PATCH v3 02/24] PCI: Add API to track PCI devices preserved across Live Update
David Matlack
Re: [PATCH v3 02/24] PCI: Add API to track PCI devices preserved across Live Update
Bjorn Helgaas
Re: [PATCH v3 02/24] PCI: Add API to track PCI devices preserved across Live Update
David Matlack
Re: [PATCH v3 02/24] PCI: Add API to track PCI devices preserved across Live Update
Bjorn Helgaas
Re: [PATCH v3 02/24] PCI: Add API to track PCI devices preserved across Live Update
Samiullah Khawaja
Re: [PATCH v3 02/24] PCI: Add API to track PCI devices preserved across Live Update
Yanjun.Zhu
Re: [PATCH v3 02/24] PCI: Add API to track PCI devices preserved across Live Update
Chris Li
Re: [PATCH v3 02/24] PCI: Add API to track PCI devices preserved across Live Update
David Matlack
Re: [PATCH v3 02/24] PCI: Add API to track PCI devices preserved across Live Update
Zhu Yanjun
Re: [PATCH v3 02/24] PCI: Add API to track PCI devices preserved across Live Update
David Matlack
Re: [PATCH v3 02/24] PCI: Add API to track PCI devices preserved across Live Update
Yanjun.Zhu
[PATCH v3 05/24] docs: liveupdate: Add documentation for PCI
David Matlack
[PATCH v3 01/24] liveupdate: Export symbols needed by modules
David Matlack
[PATCH v3 04/24] PCI: Inherit bus numbers from previous kernel during Live Update
David Matlack
[PATCH v3 08/24] vfio/pci: Retrieve preserved device files after Live Update
David Matlack
Re: [PATCH v3 08/24] vfio/pci: Retrieve preserved device files after Live Update
Yi Liu
Re: [PATCH v3 08/24] vfio/pci: Retrieve preserved device files after Live Update
David Matlack
[PATCH v3 06/24] vfio/pci: Register a file handler with Live Update Orchestrator
David Matlack
Re: [PATCH v3 06/24] vfio/pci: Register a file handler with Live Update Orchestrator
Yi Liu
Re: [PATCH v3 06/24] vfio/pci: Register a file handler with Live Update Orchestrator
David Matlack
[PATCH v3 10/24] vfio: Enforce preserved devices are retrieved via LIVEUPDATE_SESSION_RETRIEVE_FD
David Matlack
[PATCH v3 07/24] vfio/pci: Preserve vfio-pci device files across Live Update
David Matlack
Re: [PATCH v3 07/24] vfio/pci: Preserve vfio-pci device files across Live Update
Yi Liu
Re: [PATCH v3 07/24] vfio/pci: Preserve vfio-pci device files across Live Update
David Matlack
Re: [PATCH v3 07/24] vfio/pci: Preserve vfio-pci device files across Live Update
Samiullah Khawaja
[PATCH v3 09/24] vfio/pci: Notify PCI subsystem about devices preserved across Live Update
David Matlack
[PATCH v3 11/24] vfio/pci: Store incoming Live Update state in struct vfio_pci_core_device
David Matlack
[PATCH v3 13/24] docs: liveupdate: Add documentation for VFIO PCI
David Matlack
[PATCH v3 12/24] vfio/pci: Skip reset of preserved device after Live Update
David Matlack
[PATCH v3 15/24] selftests/liveupdate: Add helpers to preserve/retrieve FDs
David Matlack
[PATCH v3 17/24] vfio: selftests: Add Makefile support for TEST_GEN_PROGS_EXTENDED
David Matlack
[PATCH v3 16/24] vfio: selftests: Build liveupdate library in VFIO selftests
David Matlack
[PATCH v3 18/24] vfio: selftests: Add vfio_pci_liveupdate_uapi_test
David Matlack
[PATCH v3 20/24] vfio: selftests: Add vfio_pci_liveupdate_kexec_test
David Matlack
[PATCH v3 19/24] vfio: selftests: Initialize vfio_pci_device using a VFIO cdev FD
David Matlack
[PATCH v3 21/24] vfio: selftests: Expose iommu_modes to tests
David Matlack
[PATCH v3 22/24] vfio: selftests: Expose low-level helper routines for setting up struct vfio_pci_device
David Matlack
[PATCH v3 23/24] vfio: selftests: Verify that opening VFIO device fails during Live Update
David Matlack
[PATCH v3 14/24] selftests/liveupdate: Move luo_test_utils.* into a reusable library
David Matlack
[PATCH v3 24/24] vfio: selftests: Add continuous DMA to vfio_pci_liveupdate_kexec_test
David Matlack
Re: [PATCH v3 00/24] vfio/pci: Base Live Update support for VFIO device files
Askar Safin
Re: [PATCH v3 00/24] vfio/pci: Base Live Update support for VFIO device files
David Matlack
[PATCH] x86/kexec: bound bzImage64 setup header copy
Pengpeng Hou
Re: [PATCH] x86/kexec: bound bzImage64 setup header copy
H. Peter Anvin
Re: [PATCH] x86/kexec: bound bzImage64 setup header copy
Pengpeng Hou
[PATCHv7 00/13] kexec: Use BPF lskel to enable kexec to load PE format boot image
Pingfan Liu
[PATCHv7 01/13] bpf: Introduce kfuncs to parser buffer content
Pingfan Liu
Re: [PATCHv7 01/13] bpf: Introduce kfuncs to parser buffer content
bot+bpf-ci
[PATCHv7 02/13] kexec_file: Use bpf-prog to decompose image
Pingfan Liu
Re: [PATCHv7 02/13] kexec_file: Use bpf-prog to decompose image
bot+bpf-ci
[PATCHv7 03/13] lib/decompress: Keep decompressor when CONFIG_KEEP_DECOMPRESSOR
Pingfan Liu
Re: [PATCHv7 03/13] lib/decompress: Keep decompressor when CONFIG_KEEP_DECOMPRESSOR
bot+bpf-ci
[PATCHv7 04/13] kexec_file: Implement decompress method for parser
Pingfan Liu
Re: [PATCHv7 04/13] kexec_file: Implement decompress method for parser
bot+bpf-ci
[PATCHv7 05/13] kexec_file: Implement copy method for parser
Pingfan Liu
[PATCHv7 06/13] kexec_file: Chain the stages into a pipeline
Pingfan Liu
Re: [PATCHv7 06/13] kexec_file: Chain the stages into a pipeline
bot+bpf-ci
[PATCHv7 07/13] kexec_file: Introduce a bpf-prog lskel to run a format parser
Pingfan Liu
[PATCHv7 08/13] kexec_file: Factor out routine to find a symbol in ELF
Pingfan Liu
Re: [PATCHv7 08/13] kexec_file: Factor out routine to find a symbol in ELF
bot+bpf-ci
Re: [PATCHv7 08/13] kexec_file: Factor out routine to find a symbol in ELF
kernel test robot
Re: [PATCHv7 08/13] kexec_file: Factor out routine to find a symbol in ELF
kernel test robot
[PATCHv7 09/13] kexec_file: Integrate bpf light skeleton to load image with bpf-prog
Pingfan Liu
Re: [PATCHv7 09/13] kexec_file: Integrate bpf light skeleton to load image with bpf-prog
bot+bpf-ci
[PATCHv7 10/13] arm64/kexec: Select KEXEC_BPF to support UEFI-style kernel image
Pingfan Liu
[PATCHv7 11/13] tools/kexec: Introduce a bpf-prog to handle zboot image
Pingfan Liu
Re: [PATCHv7 11/13] tools/kexec: Introduce a bpf-prog to handle zboot image
bot+bpf-ci
[PATCHv7 12/13] tools/kexec: Introduce a bpf-prog to handle UKI image
Pingfan Liu
[PATCHv7 13/13] tools/kexec: Introduce a tool to build zboot envelop
Pingfan Liu
Re: [PATCHv7 00/13] kexec: Use BPF lskel to enable kexec to load PE format boot image
Andrew Morton
Re: [PATCHv7 00/13] kexec: Use BPF lskel to enable kexec to load PE format boot image
Pingfan Liu
Re: [PATCH v3 1/5] liveupdate: block outgoing session updates during reboot
Andrew Morton
Re: [PATCH v3 1/5] liveupdate: block outgoing session updates during reboot
Pasha Tatashin
Re: [PATCH v3 1/5] liveupdate: block outgoing session updates during reboot
Pasha Tatashin
Re: [PATCH v3 1/5] liveupdate: block outgoing session updates during reboot
oskar
Re: [PATCH v3 1/5] liveupdate: block outgoing session updates during reboot
Pasha Tatashin
[PATCH v3 2/5] kexec: abort liveupdate handover on kernel_kexec() unwind
Oskar Gerlicz Kowalczuk
[PATCH v3 3/5] liveupdate: fail session restore on file deserialization errors
Oskar Gerlicz Kowalczuk
[PATCH v3 4/5] liveupdate: validate handover metadata before using it
Oskar Gerlicz Kowalczuk
Re: [PATCH v3 2/5] kexec: abort liveupdate handover on kernel_kexec() unwind
Pasha Tatashin
Re: [PATCH v3 2/5] kexec: abort liveupdate handover on kernel_kexec() unwind
Pasha Tatashin
[PATCH 1/5] liveupdate: block outgoing session updates during reboot
Oskar Gerlicz Kowalczuk
[PATCH 2/5] kexec: abort liveupdate handover on kernel_kexec() unwind
Oskar Gerlicz Kowalczuk
[PATCH 4/5] liveupdate: validate handover metadata before using it
Oskar Gerlicz Kowalczuk
[PATCH 3/5] liveupdate: fail session restore on file deserialization errors
Oskar Gerlicz Kowalczuk
[PATCH 5/5] liveupdate: guard FLB counters against underflow
Oskar Gerlicz Kowalczuk
Re: [PATCH 1/5] liveupdate: block outgoing session updates during reboot
Andrew Morton
Re: [PATCH 1/5] liveupdate: block outgoing session updates during reboot
oskar
Re: [PATCH 1/5] liveupdate: block outgoing session updates during reboot
kernel test robot
[PATCH v2] kho: use checked arithmetic in deserialize_bitmap()
Marco Elver
Re: [PATCH v2] kho: use checked arithmetic in deserialize_bitmap()
Andrew Morton
Re: [PATCH v2] kho: use checked arithmetic in deserialize_bitmap()
Pratyush Yadav
Re: [PATCH v2] kho: use checked arithmetic in deserialize_bitmap()
Pratyush Yadav
[PATCH v4][makedumpfile 0/7] btf/kallsyms based makedumpfile extension for mm page filtering
Tao Liu
[PATCH v4][makedumpfile 1/7] Reserve sections for makedumpfile and extenions
Tao Liu
Re: [PATCH v4][makedumpfile 1/7] Reserve sections for makedumpfile and extenions
Stephen Brennan
Re: [PATCH v4][makedumpfile 1/7] Reserve sections for makedumpfile and extenions
Tao Liu
Re: [PATCH v4][makedumpfile 1/7] Reserve sections for makedumpfile and extenions
萩尾 一仁
[PATCH v4][makedumpfile 4/7] Implement kernel module's kallsyms resolving
Tao Liu
Re: [PATCH v4][makedumpfile 4/7] Implement kernel module's kallsyms resolving
Stephen Brennan
[PATCH v4][makedumpfile 6/7] Add makedumpfile extensions support
Tao Liu
Re: [PATCH v4][makedumpfile 6/7] Add makedumpfile extensions support
Stephen Brennan
Re: [PATCH v4][makedumpfile 6/7] Add makedumpfile extensions support
Tao Liu
Re: [PATCH v4][makedumpfile 6/7] Add makedumpfile extensions support
萩尾 一仁
Re: [PATCH v4][makedumpfile 6/7] Add makedumpfile extensions support
Tao Liu
[PATCH v4][makedumpfile 7/7] Filter amdgpu mm pages
Tao Liu
Re: [PATCH v4][makedumpfile 7/7] Filter amdgpu mm pages
Stephen Brennan
Re: [PATCH v4][makedumpfile 7/7] Filter amdgpu mm pages
Tao Liu
[PATCH v4][makedumpfile 2/7] Implement kernel kallsyms resolving
Tao Liu
Re: [PATCH v4][makedumpfile 2/7] Implement kernel kallsyms resolving
Stephen Brennan
Re: [PATCH v4][makedumpfile 2/7] Implement kernel kallsyms resolving
萩尾 一仁
Re: [PATCH v4][makedumpfile 2/7] Implement kernel kallsyms resolving
Tao Liu
[PATCH v4][makedumpfile 5/7] Implement kernel module's btf resolving
Tao Liu
Re: [PATCH v4][makedumpfile 5/7] Implement kernel module's btf resolving
Stephen Brennan
[PATCH v4][makedumpfile 3/7] Implement kernel btf resolving
Tao Liu
Re: [PATCH v4][makedumpfile 3/7] Implement kernel btf resolving
Stephen Brennan
Re: [PATCH v4][makedumpfile 3/7] Implement kernel btf resolving
萩尾 一仁
Re: [PATCH v4][makedumpfile 3/7] Implement kernel btf resolving
Tao Liu
Re: [PATCH v4][makedumpfile 0/7] btf/kallsyms based makedumpfile extension for mm page filtering
萩尾 一仁
Re: [PATCH v4][makedumpfile 0/7] btf/kallsyms based makedumpfile extension for mm page filtering
Tao Liu
Re: [PATCH v4][makedumpfile 0/7] btf/kallsyms based makedumpfile extension for mm page filtering
Stephen Brennan
Re: [PATCH v4][makedumpfile 0/7] btf/kallsyms based makedumpfile extension for mm page filtering
Tao Liu
[PATCH v7 0/3] kho: add support for deferred struct page init
Michal Clapinski
[PATCH v7 1/3] kho: make kho_scratch_overlap usable outside debugging
Michal Clapinski
Re: [PATCH v7 1/3] kho: make kho_scratch_overlap usable outside debugging
Mike Rapoport
Re: [PATCH v7 1/3] kho: make kho_scratch_overlap usable outside debugging
Pratyush Yadav
Re: [PATCH v7 1/3] kho: make kho_scratch_overlap usable outside debugging
Pasha Tatashin
Re: [PATCH v7 1/3] kho: make kho_scratch_overlap usable outside debugging
Pratyush Yadav
Re: [PATCH v7 1/3] kho: make kho_scratch_overlap usable outside debugging
Pasha Tatashin
[PATCH v7 3/3] kho: make preserved pages compatible with deferred struct page init
Michal Clapinski
[PATCH v7 2/3] kho: fix deferred init of kho scratch
Michal Clapinski
Re: [PATCH v7 2/3] kho: fix deferred init of kho scratch
Vishal Moola (Oracle)
Re: [PATCH v7 2/3] kho: fix deferred init of kho scratch
SeongJae Park
Re: [PATCH v7 2/3] kho: fix deferred init of kho scratch
Andrew Morton
Re: [PATCH v7 2/3] kho: fix deferred init of kho scratch
Mike Rapoport
Re: [PATCH v7 2/3] kho: fix deferred init of kho scratch
Michał Cłapiński
Re: [PATCH v7 2/3] kho: fix deferred init of kho scratch
Mike Rapoport
Re: [PATCH v7 2/3] kho: fix deferred init of kho scratch
Zi Yan
Re: [PATCH v7 2/3] kho: fix deferred init of kho scratch
Michał Cłapiński
Re: [PATCH v7 2/3] kho: fix deferred init of kho scratch
Zi Yan
Re: [PATCH v7 2/3] kho: fix deferred init of kho scratch
Michał Cłapiński
Re: [PATCH v7 2/3] kho: fix deferred init of kho scratch
Zi Yan
Re: [PATCH v7 2/3] kho: fix deferred init of kho scratch
Michał Cłapiński
Re: [PATCH v7 2/3] kho: fix deferred init of kho scratch
Zi Yan
Re: [PATCH v7 2/3] kho: fix deferred init of kho scratch
Mike Rapoport
Re: [PATCH v7 2/3] kho: fix deferred init of kho scratch
Michał Cłapiński
Re: [PATCH v7 2/3] kho: fix deferred init of kho scratch
Mike Rapoport
Re: [PATCH v7 2/3] kho: fix deferred init of kho scratch
Pratyush Yadav
Re: [PATCH v7 2/3] kho: fix deferred init of kho scratch
Zi Yan
Re: [PATCH v7 2/3] kho: fix deferred init of kho scratch
Pratyush Yadav
Re: [PATCH v7 2/3] kho: fix deferred init of kho scratch
Mike Rapoport
Re: [PATCH v7 2/3] kho: fix deferred init of kho scratch
Pratyush Yadav
Re: [PATCH v7 0/3] kho: add support for deferred struct page init
Andrew Morton
Re: [PATCH v7 0/3] kho: add support for deferred struct page init
Mike Rapoport
Re: [PATCH v7 0/3] kho: add support for deferred struct page init
Mike Rapoport
[PATCH v9 0/6] kho: history: track previous kernel version and kexec boot count
Breno Leitao
[PATCH v9 2/6] kho: rename fdt parameter to blob in kho_add/remove_subtree()
Breno Leitao
[PATCH v9 3/6] kho: persist blob size in KHO FDT
Breno Leitao
Re: [PATCH v9 3/6] kho: persist blob size in KHO FDT
Pratyush Yadav
[PATCH v9 1/6] kho: add size parameter to kho_add_subtree()
Breno Leitao
Re: [PATCH v9 1/6] kho: add size parameter to kho_add_subtree()
Pratyush Yadav
[PATCH v9 4/6] kho: fix kho_in_debugfs_init() to handle non-FDT blobs
Breno Leitao
Re: [PATCH v9 4/6] kho: fix kho_in_debugfs_init() to handle non-FDT blobs
Pratyush Yadav
[PATCH v9 6/6] kho: document kexec-metadata tracking feature
Breno Leitao
[PATCH v9 5/6] kho: kexec-metadata: track previous kernel chain
Breno Leitao
Re: [PATCH v9 5/6] kho: kexec-metadata: track previous kernel chain
Pratyush Yadav
Re: [PATCH v9 0/6] kho: history: track previous kernel version and kexec boot count
Pratyush Yadav
[PATCH v2] kexec: add missing kernel-doc parameters for ELF loading functions
Kit Dallege
Re: [PATCH v2] kexec: add missing kernel-doc parameters for ELF loading functions
Baoquan He
[PATCH] kexec: add missing kernel-doc parameters for ELF loading functions
Kit Dallege
[Hypervisor Live Update] Notes from March 9, 2026
David Rientjes
[PATCH] kernel/crash: Remove inclusion of crypto/sha1.h
Eric Biggers
[PATCH] kernel/kexec: Remove inclusion of crypto/hash.h
Eric Biggers
[PATCH] lib: count_zeros: fix 32/64-bit inconsistency in count_trailing_zeros()
Yury Norov
Re: [PATCH] lib: count_zeros: fix 32/64-bit inconsistency in count_trailing_zeros()
Enzo Matsumiya
Re: [PATCH] lib: count_zeros: fix 32/64-bit inconsistency in count_trailing_zeros()
Yury Norov
Re: [PATCH] lib: count_zeros: fix 32/64-bit inconsistency in count_trailing_zeros()
Andy Shevchenko
Re: [PATCH] lib: count_zeros: fix 32/64-bit inconsistency in count_trailing_zeros()
Yury Norov
Re: [PATCH] lib: count_zeros: fix 32/64-bit inconsistency in count_trailing_zeros()
Konstantin Ryabitsev
Re: [PATCH] lib: count_zeros: fix 32/64-bit inconsistency in count_trailing_zeros()
Jason Gunthorpe
Re: [PATCH] lib: count_zeros: fix 32/64-bit inconsistency in count_trailing_zeros()
Yury Norov
Re: [PATCH] lib: count_zeros: fix 32/64-bit inconsistency in count_trailing_zeros()
Leon Romanovsky
Re: [PATCH] lib: count_zeros: fix 32/64-bit inconsistency in count_trailing_zeros()
Yury Norov
Earlier messages
Later messages