Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-17 03:54:42 to 2022-03-21 04:21:33 UTC [more...]

[PATCH v4 0/3] use more system keyrings to verify arm64 kdump kernel image signature
 2022-03-21  4:21 UTC  (5+ messages)
` [PATCH v4 1/3] kexec: clean up arch_kexec_kernel_verify_sig
` [PATCH v4 2/3] kexec, KEYS: make the code in bzImage64_verify_sig generic
` [PATCH v4 3/3] arm64: kexec_file: use more system keyrings to verify kernel image signature

[PATCH v4 0/4] Convert vmcore to use an iov_iter
 2022-03-21  3:54 UTC  (9+ messages)
` [PATCH v4 1/4] vmcore: Convert copy_oldmem_page() to take "
` [PATCH v4 2/4] vmcore: Convert __read_vmcore to use "
` [PATCH v4 3/4] vmcore: Convert read_from_oldmem() to take "
` [PATCH v4 4/4] fs/proc/vmcore: Use iov_iter_count()

[RFC 0/4] Support kdump with LUKS encryption by reusing LUKS master key
 2022-03-21  1:41 UTC  (11+ messages)
` [RFC 1/4] kexec, dm-crypt: receive LUKS master key from dm-crypt and pass it to kdump
` [RFC 2/4] kdump, x86: pass the LUKS master key to kdump kernel using a kernel command line parameter luksmasterkey
` [RFC 3/4] crash_dump: retrieve LUKS master key in kdump kernel
` [RFC 4/4] dm-crypt: reuse "

[PATCH] Drivers: hv: vmbus: Fix potential crash on module unload
 2022-03-19 15:30 UTC  (2+ messages)

[RESEND PATCH v3 0/3] use more system keyrings to verify arm64 kdump kernel image signature
 2022-03-18  9:43 UTC  (10+ messages)
` [RESEND PATCH v3 1/3] kexec: clean up arch_kexec_kernel_verify_sig
` [RESEND PATCH v3 2/3] kexec, KEYS: make the code in bzImage64_verify_sig generic
` [RESEND PATCH v3 3/3] arm64: kexec_file: use more system keyrings to verify kernel image signature

[PATCH v2 0/4] makedumpfile: harden parsing of old prink buffer
 2022-03-18  5:30 UTC  (10+ messages)
` [PATCH v2 1/4] makedumpfile: add generic cycle detection
` [PATCH v2 2/4] makedumpfile: use pointer arithmetics for dump_dmesg
` [PATCH v2 3/4] makedumpfile: use cycle detection when parsing the prink log_buf
` [PATCH v2 4/4] makedumpfile: print error when reading with unsupported compression

[PATCH v5 0/8] crash: Kernel handling of CPU and memory hot un/plug
 2022-03-17 10:46 UTC  (12+ messages)
` [PATCH v5 1/8] x86/crash: fix minor typo/bug in debug message
` [PATCH v5 2/8] x86/crash hp: Introduce CRASH_HOTPLUG configuration options
` [PATCH v5 3/8] crash: prototype change for crash_prepare_elf64_headers
` [PATCH v5 4/8] crash: generic crash hotplug support infrastructure
` [PATCH v5 5/8] kexec: exclude elfcorehdr from the segment digest
` [PATCH v5 6/8] kexec: exclude hot remove cpu from elfcorehdr notes
` [PATCH v5 7/8] x86/crash: Add x86 crash hotplug support for kexec_file_load
` [PATCH v5 8/8] x86/crash: Add x86 crash hotplug support for kexec_load

Qemu does not like kexec initrd
 2022-03-17 10:04 UTC  (10+ messages)

[PATCH v21 0/5] support reserving crashkernel above 4G on arm64 kdump
 2022-03-17  7:30 UTC  (21+ messages)
` [PATCH v21 1/5] kdump: return -ENOENT if required cmdline option does not exist
` [PATCH v21 2/5] arm64: Use insert_resource() to simplify code
` [PATCH v21 3/5] arm64: kdump: reimplement crashkernel=X
` [PATCH v21 4/5] of: fdt: Add memory for devices by DT property "linux, usable-memory-range"
` [PATCH v21 5/5] docs: kdump: Update the crashkernel description for arm64

[PATCH] kexec-tools: print error if kexec_file_load fails
 2022-03-16 11:56 UTC  (2+ messages)

[RFC v2 PATCH 0/5] In kernel handling of CPU hotplug events for crash kernel
 2022-03-14 22:47 UTC  (6+ messages)
` [RFC v2 PATCH 1/5] powerpc/kexec: make update_cpus_node non-static
` [RFC v2 PATCH 2/5] powerpc/crash hp: introduce a new config option CRASH_HOTPLUG
` [RFC v2 PATCH 3/5] powrepc/crash hp: update kimage struct
` [RFC v2 PATCH 4/5] powerpc/crash hp: add crash hotplug support for kexec_file_load
` [RFC v2 PATCH 5/5] powerpc/crash hp: add crash hotplug support for kexec_load

[PATCH] kexec-xen: Allow xen_kexec_exec() to return in case of Live Update
 2022-03-14  9:21 UTC 

[PATCHv5 0/3] enable nr_cpus for powerpc
 2022-03-11 17:42 UTC  (3+ messages)

[PATCH] kexec/powerpc: fix exporting memory limit
 2022-03-11 15:26 UTC  (4+ messages)

[PATCH 0/3] makedumpfile: harden parsing of old prink buffer
 2022-03-11 12:28 UTC  (10+ messages)
` [PATCH 1/3] makedumpfile: add generic cycle detection
` [PATCH 2/3] makedumpfile: use pointer arithmetics for dump_dmesg
` [PATCH 3/3] makedumpfile: use cycle detection when parsing the prink log_buf

[PATCH v2 1/1] Simplify the generation of man pages
 2022-03-09  1:37 UTC  (2+ messages)

[PATCH V4] notifier/panic: Introduce panic_notifier_filter
 2022-03-08 13:04 UTC  (13+ messages)

[PATCH] arm64: crash_core: Export MODULES, VMALLOC, and VMEMMAP ranges
 2022-03-07 22:03 UTC  (7+ messages)

[PATCH v2 1/1] Simplify the generation of man pages
 2022-03-04 19:29 UTC 

[PATCH v4 00/10] crash: Kernel handling of CPU and memory hot un/plug
 2022-03-03 15:31 UTC  (32+ messages)
` [PATCH v4 02/10] crash hp: Introduce CRASH_HOTPLUG configuration options
` [PATCH v4 03/10] crash hp: definitions and prototype changes
` [PATCH v4 04/10] crash hp: prototype change for crash_prepare_elf64_headers
` [PATCH v4 05/10] crash hp: introduce helper functions un/map_crash_pages
` [PATCH v4 06/10] crash hp: generic crash hotplug support infrastructure
` [PATCH v4 07/10] crash hp: exclude elfcorehdr from the segment digest
` [PATCH v4 08/10] crash hp: exclude hot remove cpu from elfcorehdr notes
` [PATCH v4 09/10] crash hp: Add x86 crash hotplug support for kexec_file_load

Compile error ppc64le: Cannot find symbol for section 11: .text.unlikely
 2022-03-03  0:49 UTC  (8+ messages)

[PATCH 1/1] Simplify the generation of man pages
 2022-03-01 19:20 UTC 

[PATCH V6] panic: Move panic_print before kmsg dumpers
 2022-02-28 12:33 UTC  (20+ messages)

[PATCH sysctl-next] kernel/kexec_core: move kexec_core sysctls into its own file
 2022-02-28  3:18 UTC  (8+ messages)

[PATCH v5 00/12] x86: Trenchboot secure dynamic launch Linux kernel support
 2022-02-25 18:57 UTC  (7+ messages)
` [PATCH v5 09/12] kexec: Secure Launch kexec SEXIT support
` [PATCH v5 10/12] reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v5 11/12] x86: Secure Launch late initcall platform module
` [PATCH v5 12/12] tpm: Allow locality 2 to be set when initializing the TPM for Secure Launch

[PATCH v3 0/3] Convert vmcore to use an iov_iter
 2022-02-25  8:28 UTC  (3+ messages)

[RFC PATCH 0/5] Avoid kdump service reload on CPU hotplug events
 2022-02-24  7:51 UTC  (8+ messages)
` [RFC PATCH 1/5] powerpc/kdump: export functions from file_load_64.c
` [RFC PATCH 2/5] powerpc/kdump: setup kexec crash FDT
` [RFC PATCH 3/5] powerpc/kdump: update kexec crash FDT on CPU hot add event
` [RFC PATCH 4/5] powerpc/kdump: enable kexec_file_load system call to use kexec crash FDT
` [RFC PATCH 5/5] powerpc/kdump: export kexec crash FDT details via sysfs

[PATCH v2 0/2] x86/kexec: fix memory leak of elf header buffer
 2022-02-23 11:32 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] kexec_file: clean up arch_kexec_kernel_image_load

[PATCH v20 0/5] support reserving crashkernel above 4G on arm64 kdump
 2022-02-21  6:38 UTC  (9+ messages)
` [PATCH v20 2/5] arm64: kdump: introduce some macros for crash kernel reservation
` [PATCH v20 5/5] kdump: update Documentation about crashkernel


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