Bug#827561: Update 3.2.78 -> 3.2.81 broke builds in fs/fcntl.c

2016-06-17 Thread Ben Hutchings
Control: tag -1 - patch I've already applied a patch for this. On Fri, 2016-06-17 at 18:08 -0700, Elliott Mitchell wrote: > Control: tags -1 patch > > On Fri, Jun 17, 2016 at 11:28:27PM +0100, Ben Hutchings wrote: > > On Fri, 2016-06-17 at 12:27 -0700, Elliott Mitchell wrote: > > > Package: linu

Bug#827561: Update 3.2.78 -> 3.2.81 broke builds in fs/fcntl.c

2016-06-17 Thread Elliott Mitchell
Control: tags -1 patch On Fri, Jun 17, 2016 at 11:28:27PM +0100, Ben Hutchings wrote: > On Fri, 2016-06-17 at 12:27 -0700, Elliott Mitchell wrote: > > Package: linux-source-3.2 > > Version: 3.2.81-1 > > Severity: important > > > > SSIA: > > > > ?? CCfs/fcntl.o > > fs/fcntl.c: In func

Bug#827561: Update 3.2.78 -> 3.2.81 broke builds in fs/fcntl.c

2016-06-17 Thread Ben Hutchings
On Fri, 2016-06-17 at 12:27 -0700, Elliott Mitchell wrote: > Package: linux-source-3.2 > Version: 3.2.81-1 > Severity: important > > SSIA: > >   CC  fs/fcntl.o > fs/fcntl.c: In function 'setfl': > fs/fcntl.c:186:31: error: dereferencing pointer to incomplete type > fs/fcntl.c:187:30: error: d

Bug#827561: Update 3.2.78 -> 3.2.81 broke builds in fs/fcntl.c

2016-06-17 Thread Elliott Mitchell
Okay, looked through and not quite the problem I thought. Problem is the section added to fs/fcntl.c:setfl() depends upon CONFIG_MODULES being enabled. Certainly turning off kernel modules isn't all that common, but it is a situation that is actively used for some situations. I also note the add

Bug#827561: Update 3.2.78 -> 3.2.81 broke builds in fs/fcntl.c

2016-06-17 Thread Elliott Mitchell
Package: linux-source-3.2 Version: 3.2.81-1 Severity: important SSIA: CC fs/fcntl.o fs/fcntl.c: In function 'setfl': fs/fcntl.c:186:31: error: dereferencing pointer to incomplete type fs/fcntl.c:187:30: error: dereferencing pointer to incomplete type make[2]: *** [fs/fcntl.o] Error 1 make[