mirror of
https://github.com/torvalds/linux.git
synced 2026-07-23 14:08:04 +02:00
This patchset adds a flags variable to reserve_bootmem() and uses the BOOTMEM_EXCLUSIVE flag in crashkernel reservation code to detect collisions between crashkernel area and already used memory. This patch: Change the reserve_bootmem() function to accept a new flag BOOTMEM_EXCLUSIVE. If that flag is set, the function returns with -EBUSY if the memory already has been reserved in the past. This is to avoid conflicts. Because that code runs before SMP initialisation, there's no race condition inside reserve_bootmem_core(). [akpm@linux-foundation.org: coding-style fixes] [akpm@linux-foundation.org: fix powerpc build] Signed-off-by: Bernhard Walle <bwalle@suse.de> Cc: <linux-arch@vger.kernel.org> Cc: "Eric W. Biederman" <ebiederm@xmission.com> Cc: Vivek Goyal <vgoyal@in.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> |
||
|---|---|---|
| .. | ||
| anna-rom.ld | ||
| anna.c | ||
| anna.ld | ||
| as85ep1-rom.ld | ||
| as85ep1.c | ||
| as85ep1.ld | ||
| asm-offsets.c | ||
| bug.c | ||
| entry.S | ||
| fpga85e2c.c | ||
| fpga85e2c.ld | ||
| gbus_int.c | ||
| head.S | ||
| highres_timer.c | ||
| init_task.c | ||
| intv.S | ||
| irq.c | ||
| ma.c | ||
| mach.c | ||
| mach.h | ||
| Makefile | ||
| me2.c | ||
| memcons.c | ||
| module.c | ||
| process.c | ||
| procfs.c | ||
| ptrace.c | ||
| rte_cb_leds.c | ||
| rte_cb_multi.c | ||
| rte_cb.c | ||
| rte_ma1_cb-rom.ld | ||
| rte_ma1_cb.c | ||
| rte_ma1_cb.ld | ||
| rte_mb_a_pci.c | ||
| rte_me2_cb.c | ||
| rte_me2_cb.ld | ||
| rte_nb85e_cb-multi.ld | ||
| rte_nb85e_cb.c | ||
| rte_nb85e_cb.ld | ||
| semaphore.c | ||
| setup.c | ||
| signal.c | ||
| sim.c | ||
| sim.ld | ||
| sim85e2.c | ||
| sim85e2.ld | ||
| simcons.c | ||
| syscalls.c | ||
| teg.c | ||
| time.c | ||
| v850_ksyms.c | ||
| v850e_cache.c | ||
| v850e_intc.c | ||
| v850e_timer_d.c | ||
| v850e_utils.c | ||
| v850e2_cache.c | ||
| vmlinux.lds.S | ||