On Wed, Feb 03, 2016 at 02:06:16PM -0500, Mimi Zohar wrote: > To differentiate between the kernel_read_file() callers, this patch > defines a new enumeration named kernel_read_file_id and includes the > caller identifier as an argument. > > Subsequent patches define READING_KEXEC_IMAGE, READING_KEXEC_INITRAMFS, > READING_FIRMWARE, READING_MODULE, and READING_POLICY. > > Changelog v3: > - Replace the IMA specific enumeration with a generic one. > > Signed-off-by: Mimi Zohar <zohar at linux.vnet.ibm.com> Acked-by: Luis R. Rodriguez <mcgrof at kernel.org> Luis