summaryrefslogtreecommitdiff
path: root/kernel/modsign_certificate.S
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2013-08-30 15:07:30 (GMT)
committerDavid Howells <dhowells@redhat.com>2013-09-25 16:17:01 (GMT)
commitb56e5a17b6b9acd16997960504b9940d0d7984e7 (patch)
tree3041aadaf0eb3e79c0a5d1e7f9715489340f868a /kernel/modsign_certificate.S
parent0fbd39cf7ffe3b6a787b66b672d21b84e4675352 (diff)
downloadlinux-fsl-qoriq-b56e5a17b6b9acd16997960504b9940d0d7984e7.tar.xz
KEYS: Separate the kernel signature checking keyring from module signing
Separate the kernel signature checking keyring from module signing so that it can be used by code other than the module-signing code. Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'kernel/modsign_certificate.S')
-rw-r--r--kernel/modsign_certificate.S11
1 files changed, 0 insertions, 11 deletions
diff --git a/kernel/modsign_certificate.S b/kernel/modsign_certificate.S
deleted file mode 100644
index 6fe03c7..0000000
--- a/kernel/modsign_certificate.S
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <linux/export.h>
-
-#define GLOBAL(name) \
- .globl VMLINUX_SYMBOL(name); \
- VMLINUX_SYMBOL(name):
-
- .section ".init.data","aw"
-
-GLOBAL(modsign_certificate_list)
- .incbin "kernel/x509_certificate_list"
-GLOBAL(modsign_certificate_list_end)