[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1353672496-10789-1-git-send-email-james.hogan@imgtec.com>
Date: Fri, 23 Nov 2012 12:08:14 +0000
From: James Hogan <james.hogan@...tec.com>
To: David Howells <dhowells@...hat.com>,
Rusty Russell <rusty@...tcorp.com.au>,
Andrew Morton <akpm@...ux-foundation.org>,
"Joe Perches" <joe@...ches.com>,
Paul Gortmaker <paul.gortmaker@...driver.com>,
Jean Delvare <khali@...ux-fr.org>,
Ralf Baechle <ralf@...ux-mips.org>
CC: <linux-kernel@...r.kernel.org>,
James Hogan <james.hogan@...tec.com>
Subject: [PATCH 0/2] modsign: fix missing symbol prefix
These patches fix linker errors on blackfin and metag when module
signing is enabled. This is due to the use of symbol prefixes on these
architectures, and the asm in modsign_pubkey.c not prefixing one.
The first patch defines SYMBOL_PREFIX in linux/kernel based on
CONFIG_SYMBOL_PREFIX to avoid duplicated ifdef'ery all over the place.
The second patch uses SYMBOL_PREFIX to fix modsign_pubkey.c.
I'm not entirely sure linux/kernel.h is the best place for it, but there
are two other similar defines in there to avoid #ifdefs.
James Hogan (2):
linux/kernel.h: define SYMBOL_PREFIX
modsign: add symbol prefix to certificate list
include/linux/kernel.h | 7 +++++++
kernel/modsign_pubkey.c | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
--
1.7.7.6
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists