Re: linux-next: build failures after merge of the vfs tree

2020-06-30 Thread Al Viro
On Tue, Jun 30, 2020 at 12:14:01PM +1000, Herbert Xu wrote: > Could you please fold these changes into your tree? Done and pushed. Sorry, had been buried in the regset mess lately... ;-/

Re: linux-next: build failures after merge of the vfs tree

2020-06-29 Thread Herbert Xu
On Tue, Jun 30, 2020 at 11:58:57AM +1000, Stephen Rothwell wrote: > > > > OK, here's a patch for both of these together: > > > > > > diff --git a/arch/s390/lib/test_unwind.c b/arch/s390/lib/test_unwind.c > > > index 32b7a30b2485..eb382ceaa116 100644 > > > --- a/arch/s390/lib/test_unwind.c > > > ++

Re: linux-next: build failures after merge of the vfs tree

2020-06-29 Thread Stephen Rothwell
Hi all, On Thu, 18 Jun 2020 10:08:51 +1000 Stephen Rothwell wrote: > > On Wed, 17 Jun 2020 17:38:45 +1000 Herbert Xu > wrote: > > > > On Wed, Jun 17, 2020 at 05:31:02PM +1000, Stephen Rothwell wrote: > > > > > > > > > > Presumably another include needed: > > > > > > > > > > arch/s390/lib/t

Re: linux-next: build failures after merge of the vfs tree

2020-06-17 Thread Stephen Rothwell
Hi all, On Wed, 17 Jun 2020 17:38:45 +1000 Herbert Xu wrote: > > On Wed, Jun 17, 2020 at 05:31:02PM +1000, Stephen Rothwell wrote: > > > > > > > > Presumably another include needed: > > > > > > > > arch/s390/lib/test_unwind.c:49:2: error: implicit declaration of > > > > function 'kmalloc' [-W

Re: linux-next: build failures after merge of the vfs tree

2020-06-17 Thread Stephen Rothwell
Hi Herbert, On Wed, 17 Jun 2020 17:03:17 +1000 Herbert Xu wrote: > > On Wed, Jun 17, 2020 at 04:57:15PM +1000, Stephen Rothwell wrote: > > > > Presumably another include needed: > > > > arch/s390/lib/test_unwind.c:49:2: error: implicit declaration of function > > 'kmalloc' [-Werror=implicit-f

Re: linux-next: build failures after merge of the vfs tree

2020-06-17 Thread Herbert Xu
On Wed, Jun 17, 2020 at 05:31:02PM +1000, Stephen Rothwell wrote: > > > > > > Presumably another include needed: > > > > > > arch/s390/lib/test_unwind.c:49:2: error: implicit declaration of function > > > 'kmalloc' [-Werror=implicit-function-declaration] > > > arch/s390/lib/test_unwind.c:99:2: e

Re: linux-next: build failures after merge of the vfs tree

2020-06-17 Thread Stephen Rothwell
Hi Herbert, On Wed, 17 Jun 2020 17:03:17 +1000 Herbert Xu wrote: > > On Wed, Jun 17, 2020 at 04:57:15PM +1000, Stephen Rothwell wrote: > > > > Presumably another include needed: > > > > arch/s390/lib/test_unwind.c:49:2: error: implicit declaration of function > > 'kmalloc' [-Werror=implicit-f

Re: linux-next: build failures after merge of the vfs tree

2020-06-17 Thread Herbert Xu
On Wed, Jun 17, 2020 at 04:57:15PM +1000, Stephen Rothwell wrote: > > Presumably another include needed: > > arch/s390/lib/test_unwind.c:49:2: error: implicit declaration of function > 'kmalloc' [-Werror=implicit-function-declaration] > arch/s390/lib/test_unwind.c:99:2: error: implicit declarati

Re: linux-next: build failures after merge of the vfs tree

2020-06-16 Thread Stephen Rothwell
Hi Herbert, On Wed, 17 Jun 2020 00:38:07 +1000 Herbert Xu wrote: > > On Tue, Jun 16, 2020 at 04:38:49AM +0100, Al Viro wrote: > > > > Folded and pushed > > Thanks Al. Here's another one that I just got, could you add this > one too? > > diff --git a/drivers/mtd/nand/raw/cadence-nand-control

Re: linux-next: build failures after merge of the vfs tree

2020-06-16 Thread Al Viro
On Wed, Jun 17, 2020 at 12:38:07AM +1000, Herbert Xu wrote: > On Tue, Jun 16, 2020 at 04:38:49AM +0100, Al Viro wrote: > > > > Folded and pushed > > Thanks Al. Here's another one that I just got, could you add this > one too? Done...

Re: linux-next: build failures after merge of the vfs tree

2020-06-16 Thread Herbert Xu
On Tue, Jun 16, 2020 at 04:38:49AM +0100, Al Viro wrote: > > Folded and pushed Thanks Al. Here's another one that I just got, could you add this one too? diff --git a/drivers/mtd/nand/raw/cadence-nand-controller.c b/drivers/mtd/nand/raw/cadence-nand-controller.c index c405722adfe1..c4f273e2fe78

Re: linux-next: build failures after merge of the vfs tree

2020-06-15 Thread Al Viro
On Tue, Jun 16, 2020 at 11:05:02AM +1000, Herbert Xu wrote: > On Tue, Jun 16, 2020 at 10:34:40AM +1000, Stephen Rothwell wrote: > > [Just adding Herbert to cc] > > > > On Tue, 16 Jun 2020 10:33:30 +1000 Stephen Rothwell > > wrote: > > > > > > Hi all, > > > > > > After merging the vfs tree, toda

Re: linux-next: build failures after merge of the vfs tree

2020-06-15 Thread Herbert Xu
On Tue, Jun 16, 2020 at 10:34:40AM +1000, Stephen Rothwell wrote: > [Just adding Herbert to cc] > > On Tue, 16 Jun 2020 10:33:30 +1000 Stephen Rothwell > wrote: > > > > Hi all, > > > > After merging the vfs tree, today's linux-next build (x86_64 allmodconfig) > > failed like this: Thanks Steph