]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ima: rename variable the seq_file "file" to "ima_kexec_file"
authorSteven Chen <chenste@linux.microsoft.com>
Mon, 21 Apr 2025 22:25:07 +0000 (15:25 -0700)
committerMimi Zohar <zohar@linux.ibm.com>
Tue, 29 Apr 2025 19:54:53 +0000 (15:54 -0400)
commitcb5052282c65dc998d12e4eea8d5133249826c13
tree2b81c9462651b6c748ae09e521cc3e2b0a03e47e
parentb4432656b36e5cc1d50a1f2dc15357543add530e
ima: rename variable the seq_file "file" to "ima_kexec_file"

Before making the function local seq_file "file" variable file static
global, rename it to "ima_kexec_file".

Signed-off-by: Steven Chen <chenste@linux.microsoft.com>
Acked-by: Baoquan He <bhe@redhat.com>
Tested-by: Stefan Berger <stefanb@linux.ibm.com> # ppc64/kvm
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
security/integrity/ima/ima_kexec.c