mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] modsign: fix missing symbol prefix
@ 2012-11-23 12:08 James Hogan
  2012-11-23 12:08 ` [PATCH 1/2] linux/kernel.h: define SYMBOL_PREFIX James Hogan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: James Hogan @ 2012-11-23 12:08 UTC (permalink / raw)
  To: David Howells, Rusty Russell, Andrew Morton, Joe Perches,
	Paul Gortmaker, Jean Delvare, Ralf Baechle
  Cc: linux-kernel, James Hogan

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-12-03  2:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-23 12:08 [PATCH 0/2] modsign: fix missing symbol prefix James Hogan
2012-11-23 12:08 ` [PATCH 1/2] linux/kernel.h: define SYMBOL_PREFIX James Hogan
2012-11-23 12:08 ` [PATCH 2/2] modsign: add symbol prefix to certificate list James Hogan
2012-12-03  2:38 ` [PATCH 0/2] modsign: fix missing symbol prefix Rusty Russell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome