Re: [PATCH] modpost: Add flag -f for making section mismatches fatal

2013-01-08 Thread Jonathan Kliegman
On Tue, Jan 8, 2013 at 2:16 PM, Sam Ravnborg wrote: > On Sun, Jan 06, 2013 at 03:22:39PM -0500, Jonathan Kliegman wrote: >> On Sun, Jan 6, 2013 at 4:36 AM, Sam Ravnborg wrote: >> > Hi Jonathan. >> > >> >> The section mismatch warning can be easy to mis

Re: [PATCH] modpost: Add flag -f for making section mismatches fatal

2013-01-06 Thread Jonathan Kliegman
On Sun, Jan 6, 2013 at 4:36 AM, Sam Ravnborg wrote: > Hi Jonathan. > >> The section mismatch warning can be easy to miss during the kernel build >> process. Allow it to be marked as fatal to be easily caught and prevent >> bugs from slipping in. >> >&

Re: [PATCH] modpost: Add flag -f for making section mismatches fatal

2013-01-03 Thread Jonathan Kliegman
On Thu, Jan 3, 2013 at 4:06 AM, Michal Marek wrote: > > Dne 3.1.2013 00:56, Rusty Russell napsal(a): > > Jonathan Kliegman writes: > >> The section mismatch warning can be easy to miss during the kernel build > >> process. Allow it to be marked as fatal to be easil

[PATCH] modpost: Add flag -f for making section mismatches fatal

2012-12-20 Thread Jonathan Kliegman
The section mismatch warning can be easy to miss during the kernel build process. Allow it to be marked as fatal to be easily caught and prevent bugs from slipping in. Signed-off-by: Jonathan Kliegman --- scripts/Makefile.modpost |1 + scripts/mod/modpost.c| 24