lkml.org 
[lkml]   [2012]   [Mar]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [PATCH] modpost: fix ALL_INIT_DATA_SECTIONS
On Thu, Mar 08, 2012 at 09:41:25AM +0000, Jan Beulich wrote:
> This was lacking a comma between two supposed to be separate strings.
>
> Signed-off-by: Jan Beulich <jbeulich@suse.com>
>
> ---
> scripts/mod/modpost.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- 3.3-rc6/scripts/mod/modpost.c
> +++ 3.3-rc6-modpost-all-init-data/scripts/mod/modpost.c
> @@ -849,7 +849,7 @@ static void check_section(const char *mo
>
> #define ALL_INIT_DATA_SECTIONS \
> ".init.setup$", ".init.rodata$", \
> - ".devinit.rodata$", ".cpuinit.rodata$", ".meminit.rodata$" \
> + ".devinit.rodata$", ".cpuinit.rodata$", ".meminit.rodata$", \

Applied to kbuild.git#kbuild with a Cc: stable. BTW, was it causing actual
false positives to be reported?

Thanks,
Michal


\
 
 \ /
  Last update: 2012-03-26 22:43    [W:0.096 / U:1.764 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site