Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-08-12 14:20:11 to 2016-08-30 13:29:33 UTC [more...]

"kernel version not supported" message is causing concerns
 2016-08-30 13:29 UTC 

[PATCH v25] 0/9] Subject: arm64: add kdump support
 2016-08-30  6:54 UTC  (10+ messages)
` [PATCH v25] 1/9] arm64: kdump: reserve memory for crash dump kernel
  ` [PATCH v25] 2/9] memblock: add memblock_cap_memory_range()
  ` [PATCH v25] 3/9] arm64: limit memory regions based on DT property, usable-memory-range
  ` [PATCH v25] 4/9] arm64: kdump: implement machine_crash_shutdown()
  ` [PATCH v25] 5/9] arm64: kdump: add kdump support
  ` [PATCH v25] 6/9] arm64: kdump: add VMCOREINFO's for user-space coredump tools
  ` [PATCH v25] 7/9] arm64: kdump: enable kdump in the arm64 defconfig
  ` [PATCH v25] 8/9] arm64: kdump: update a kernel doc
  ` [PATCH v25] 9/9] Documentation: dt: chosen properties for arm64 kdump

Capturing crash with 4.6.0 and above kernel does not work
 2016-08-30  5:44 UTC  (7+ messages)

[PATCH v1] kdump, vmcoreinfo: report memory sections virtual addresses
 2016-08-29 14:20 UTC  (5+ messages)

[PATCH 0/3] makedumpfile: Add support of mm randomization
 2016-08-29  9:03 UTC  (5+ messages)
` [PATCH 1/3] makedumpfile: Get info->kernel_version from SYMBOL(init_uts_ns) earlier
` [PATCH 2/3] makedumpfile: Move get_versiondep_info calling earlier
` [PATCH 3/3] makedumpfile: Add support for MM randomization

[PATCH 0/2] arm64: support --mem-min and --mem-max parameters
 2016-08-29  8:28 UTC  (3+ messages)
` [PATCH 1/2] fixup! arm64: Add arm64 kexec support
` [PATCH 2/2] fixup! arm64: Add support for binary image files

[PATCH v3 0/5] kexec_file: Add buffer hand-over for the next kernel
 2016-08-28  3:59 UTC  (9+ messages)
` [PATCH v3 1/5] kexec_file: Add buffer hand-over support "
` [PATCH v3 2/5] powerpc: "
` [PATCH v3 3/5] kexec_file: Allow skipping checksum calculation for some segments
` [PATCH v3 4/5] kexec_file: Add mechanism to update kexec segments
` [PATCH v3 5/5] IMA: Demonstration code for kexec buffer passing

[PATCH v9 0/2] update the doc of kdump
 2016-08-27  0:38 UTC  (12+ messages)
` [PATCH v9 1/2] Documentation: kdump: remind user of nr_cpus
` [PATCH v9 2/2] Documentation: kdump: add description of enable multi-cpus support

[PATCH 1/3] kexec elf: Sanity check on the note header before accessing it
 2016-08-26 12:46 UTC  (3+ messages)
` [PATCH 2/3] multiboot: Fix length computation for the memory zones
` [PATCH 3/3] multiboot: Use the "reserved" type for non-ram zones

Re: [PATCH] kexec: socket not released when error situation occur
 2016-08-26  8:13 UTC 

[PATCH v24 1/9] arm64: kdump: reserve memory for crash dump kernel
 2016-08-26  6:22 UTC  (31+ messages)
` [PATCH v24 3/9] arm64: limit memory regions based on DT property, usable-memory-range
  ` [PATCH v24 5/9] arm64: kdump: add kdump support
            ` [PATCH] fixup! "
` [PATCH v24 9/9] Documentation: dt: chosen properties for arm64 kdump

[PATCH v3 0/2] powerpc/fadump: support memory range syntax for fadump memory reservation
 2016-08-26  3:22 UTC  (5+ messages)
` [PATCH v3 2/2] powerpc/fadump: parse fadump reserve memory size based on memory range

[PATCH] kexec: socket not released when error situation occur
 2016-08-26  2:17 UTC  (2+ messages)

[PATCH] kexec: Fix double-free when failing to relocate the purgatory
 2016-08-25  1:40 UTC  (2+ messages)

[integrity:next-restore-kexec 21/31] kernel/kexec_core.c:780:10: warning: passing argument 1 of '__va' makes integer from pointer without a cast
 2016-08-24 21:59 UTC 

[PATCH v2 1/2] kexec: Introduce "/sys/kernel/kexec_crash_low_size"
 2016-08-24 11:37 UTC  (8+ messages)
` [PATCH v2 2/2] kexec: Consider crashk_low_res in sanity_check_segment_list()

[PATCH v5 00/13] kexec_file_load implementation for PowerPC
 2016-08-24  0:53 UTC  (17+ messages)
` [PATCH v5 01/13] kexec_file: Allow arch-specific memory walking for kexec_add_buffer
` [PATCH v5 02/13] kexec_file: Change kexec_add_buffer to take kexec_buf as argument
` [PATCH v5 04/13] powerpc: Factor out relocation code from module_64.c to elf_util_64.c

[PATCH v1] kexec/arch/i386: Add support for KASLR memory randomization
 2016-08-23 15:38 UTC  (3+ messages)

[integrity:next-restore-kexec 18/31] include/linux/kexec.h:400:52: warning: 'struct kexec_buf' declared inside parameter list will not be visible outside of this definition or declaration
 2016-08-23 15:34 UTC 

[PATCH v2 0/7] (kexec-tools) arm64: add kdump support
 2016-08-23  9:04 UTC  (9+ messages)

[RFC 0/4] Kexec: Enable run time memory resrvation of crash kernel
 2016-08-23  7:08 UTC  (7+ messages)
` [RFC 1/4] Creating one or two CMA area at Boot time
` [RFC 2/4] Functions for memory reservation and release
` [RFC 3/4] Adding a new kernel configuration to enable the feature
` [RFC 4/4] Enable memory allocation through sysfs interface

[PATCH v2 0/6] kexec_file: Add buffer hand-over for the next kernel
 2016-08-22 22:21 UTC  (22+ messages)
` [PATCH v2 1/6] kexec_file: Add buffer hand-over support "
` [PATCH v2 2/6] powerpc: "
` [PATCH v2 3/6] kexec_file: Allow skipping checksum calculation for some segments
` [PATCH v2 4/6] kexec_file: Add mechanism to update kexec segments
` [PATCH v2 5/6] kexec: Share logic to copy segment page contents
` [PATCH v2 6/6] IMA: Demonstration code for kexec buffer passing

[PATCH v05 44/72] include/uapi/linux/kexec.h: use __kernel_size_t instead of size_t
 2016-08-22 18:33 UTC 

[PATCH v6 00/12] kexec_file_load implementation for PowerPC
 2016-08-20  0:17 UTC  (13+ messages)
` [PATCH v6 01/12] kexec_file: Allow arch-specific memory walking for kexec_add_buffer
` [PATCH v6 02/12] kexec_file: Change kexec_add_buffer to take kexec_buf as argument
` [PATCH v6 03/12] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer
` [PATCH v6 04/12] powerpc: Factor out relocation code from module_64.c to elf_util_64.c
` [PATCH v6 05/12] powerpc: Generalize elf64_apply_relocate_add
` [PATCH v6 06/12] powerpc: Adapt elf64_apply_relocate_add for kexec_file_load
` [PATCH v6 07/12] powerpc: Add functions to read ELF files of any endianness
` [PATCH v6 08/12] powerpc: Implement kexec_file_load
` [PATCH v6 09/12] powerpc: Add code to work with device trees in kexec_file_load
` [PATCH v6 10/12] powerpc: Add support for loading ELF kernels with kexec_file_load
` [PATCH v6 11/12] powerpc: Add purgatory for kexec_file_load implementation
` [PATCH v6 12/12] powerpc: Enable CONFIG_KEXEC_FILE in powerpc server defconfigs

[PATCH v4 0/3] arm64 kexec-tools patches
 2016-08-19  2:03 UTC  (5+ messages)
` [PATCH v4 2/3] arm64: Add arm64 kexec support
` [PATCH v4 1/3] kexec: Add common device tree routines
` [PATCH v4 3/3] arm64: Add support for binary image files

[V4 PATCH 0/2] kexec: crash_kexec_post_notifiers boot option related fixes
 2016-08-18 21:18 UTC  (12+ messages)
` [V4 PATCH 1/2] x86/panic: Replace smp_send_stop() with kdump friendly version in panic path
    `  "
` [V4 PATCH 2/2] mips/panic: "
      `  "

[PATCH V2] arm64:kexec: Memstart should not be before the kernel start address
 2016-08-18 17:45 UTC  (2+ messages)

[PATCH v2 0/2] extend kexec_file_load system call
 2016-08-18 10:21 UTC  (9+ messages)
` [PATCH v2 1/2] kexec: add dtb info to struct kimage
` [PATCH v2 2/2] kexec: extend kexec_file_load system call

[PATCH v8 0/2] update the doc of kdump
 2016-08-18  7:12 UTC  (6+ messages)
` [PATCH v8 1/2] Documentation: kdump: remind user of nr_cpus
` [PATCH v8 2/2] Documentation: kdump: add description of enable multi-cpus support

[PATCH v7 0/2] update the doc of kdump
 2016-08-18  2:12 UTC  (4+ messages)
` [PATCH v7 1/2] Documentation: kdump: remind user of nr_cpus
` [PATCH v7 2/2] Documentation: kdump: add description of enable multi-cpus support

[PATCH 0/3] makedumpfile: fix segfault with -X in XEN environment
 2016-08-17  7:37 UTC  (7+ messages)
` [PATCH 3/3] close_dump_bitmap: simplify logic

[PATCH] kexec: Account crashk_low_res to kexec_crash_size
 2016-08-16 10:42 UTC  (4+ messages)

[PATCH v6 0/2] update the doc of kdump
 2016-08-15  0:37 UTC  (3+ messages)
` [PATCH v6 1/2] Documentation: kdump: remind user of nr_cpus
` [PATCH v6 2/2] Documentation: kdump: add description of enable multi-cpus support


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