Revision ab6b1d1fc4aae6b8bd6fb1422405568094c9b40f authored by Thiago Jung Bauermann on 20 December 2016, 00:22:45 UTC, committed by Linus Torvalds on 20 December 2016, 17:48:44 UTC
The IMA kexec buffer allows the currently running kernel to pass the
measurement list via a kexec segment to the kernel that will be kexec'd.

This is the architecture-specific part of setting up the IMA kexec
buffer for the next kernel.  It will be used in the next patch.

Link: http://lkml.kernel.org/r/1480554346-29071-6-git-send-email-zohar@linux.vnet.ibm.com
Signed-off-by: Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com>
Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
Acked-by: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Andreas Steffen <andreas.steffen@strongswan.org>
Cc: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
Cc: Josh Sklar <sklar@linux.vnet.ibm.com>
Cc: Dave Young <dyoung@redhat.com>
Cc: Vivek Goyal <vgoyal@redhat.com>
Cc: Baoquan He <bhe@redhat.com>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Stewart Smith <stewart@linux.vnet.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent d158847
History
File Mode Size
Makefile -rw-r--r-- 511 bytes
asm-offsets.c -rw-r--r-- 2.5 KB
cpuinfo.c -rw-r--r-- 5.6 KB
early_printk.c -rw-r--r-- 3.0 KB
entry.S -rw-r--r-- 14.5 KB
head.S -rw-r--r-- 4.0 KB
insnemu.S -rw-r--r-- 15.0 KB
irq.c -rw-r--r-- 2.3 KB
kgdb.c -rw-r--r-- 5.1 KB
misaligned.c -rw-r--r-- 5.3 KB
module.c -rw-r--r-- 3.4 KB
nios2_ksyms.c -rw-r--r-- 879 bytes
process.c -rw-r--r-- 6.5 KB
prom.c -rw-r--r-- 2.8 KB
ptrace.c -rw-r--r-- 4.4 KB
setup.c -rw-r--r-- 5.4 KB
signal.c -rw-r--r-- 8.4 KB
sys_nios2.c -rw-r--r-- 1.2 KB
syscall_table.c -rw-r--r-- 905 bytes
time.c -rw-r--r-- 8.3 KB
traps.c -rw-r--r-- 4.7 KB
vmlinux.lds.S -rw-r--r-- 1.6 KB

back to top