Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1642905
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | linux-next: build failure after merge of the file-locks tree |
| Date | 2017-05-17 02:30 +0200 |
| Message-ID | <tHV0J-4jx-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Jeff,
After merging the file-locks tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:
fs/fcntl.c: In function 'SYSC_fcntl64':
fs/fcntl.c:414:30: error: 'argp' undeclared (first use in this function)
if (copy_from_user(&flock, argp, sizeof(flock)))
^
fs/fcntl.c:414:30: note: each undeclared identifier is reported only once for each function it appears in
fs/fcntl.c:416:23: error: 'filp' undeclared (first use in this function)
err = fcntl_getlk64(filp, cmd, &flock);
^
Caused by commit
0416b792294c ("fs/locks: pass kernel struct flock to fcntl_getlk/setlk")
This build has BITS_PER_LONG == 32.
I have used the file-locks tree from next-20170516 for today.
--
Cheers,
Stephen Rothwell
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
linux-next: build failure after merge of the file-locks tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-05-17 02:30 +0200
Re: linux-next: build failure after merge of the file-locks tree Jeff Layton <jlayton@poochiereds.net> - 2017-05-17 03:20 +0200
Re: linux-next: build failure after merge of the file-locks tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-05-17 03:50 +0200
Re: linux-next: build failure after merge of the file-locks tree Jeff Layton <jlayton@poochiereds.net> - 2017-05-17 14:40 +0200
Re: linux-next: build failure after merge of the file-locks tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-05-17 14:40 +0200
Re: linux-next: build failure after merge of the file-locks tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-05-18 01:50 +0200
csiph-web