Re: [PATCH 01/14] kbuild: make modpost section warnings clearer

2007-05-18 Thread Sam Ravnborg
27;)\n", > >+ modname, fromsec, (long long)r.r_offset, > >+ secname, refsymname, > >+ elf->strtab + before->st_name); > [more occurences] Thanks, updated patch below. Sam >From 4dba30ccfdb911b0810f6527de66b151

Re: [PATCH 01/14] kbuild: make modpost section warnings clearer

2007-05-17 Thread Jan Engelhardt
On May 18 2007 08:49, Sam Ravnborg wrote: >index 113dc77..acd28ab 100644 >--- a/scripts/mod/modpost.c >+++ b/scripts/mod/modpost.c >@@ -885,29 +885,28 @@ static void warn_sec_mismatch(const char *modname, const >char *fromsec, > return; > > if (before && after) { >-

Re: [PATCH 01/14] kbuild: make modpost section warnings clearer

2007-05-17 Thread David Miller
From: Sam Ravnborg <[EMAIL PROTECTED]> Date: Fri, 18 May 2007 08:49:18 +0200 > >From 4dba30ccfdb911b0810f6527de66b1515349d8c4 Mon Sep 17 00:00:00 2001 > From: Russell King <[EMAIL PROTECTED]> > Date: Thu, 10 May 2007 23:03:25 +0100 > Subject: [PATCH 01/14] kbuild: ma

[PATCH 01/14] kbuild: make modpost section warnings clearer

2007-05-17 Thread Sam Ravnborg
>From 4dba30ccfdb911b0810f6527de66b1515349d8c4 Mon Sep 17 00:00:00 2001 From: Russell King <[EMAIL PROTECTED]> Date: Thu, 10 May 2007 23:03:25 +0100 Subject: [PATCH 01/14] kbuild: make modpost section warnings clearer Change modpost section mismatch warnings to be less confusing; mode