Message ID | 20250118-vfs-mount-bc855e2c7463@brauner (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] vfs mount | expand |
On Sat, Jan 18, 2025 at 02:06:58PM +0100, Christian Brauner wrote:
> samples: add a mountinfo program to demonstrate statmount()/listmount()
Hi Jeff, Christian,
LKFT has caught a build error with the above commit:
/builds/linux/samples/vfs/mountinfo.c:235:18: error: 'SYS_pidfd_open' undeclared (first use in this function); did you mean 'SYS_mq_open'?
pidfd = syscall(SYS_pidfd_open, pid, 0);
^~~~~~~~~~~~~~
SYS_mq_open
The full log is here: https://qa-reports.linaro.org/lkft/sashal-linus-next/build/v6.13-rc7-511-g109a8e0fa9d6/testrun/26809210/suite/build/test/gcc-8-allyesconfig/log
On Sun, Jan 19, 2025 at 07:10:57PM -0500, Sasha Levin wrote: > On Sat, Jan 18, 2025 at 02:06:58PM +0100, Christian Brauner wrote: > > samples: add a mountinfo program to demonstrate statmount()/listmount() > > Hi Jeff, Christian, > > LKFT has caught a build error with the above commit: > > /builds/linux/samples/vfs/mountinfo.c:235:18: error: 'SYS_pidfd_open' undeclared (first use in this function); did you mean 'SYS_mq_open'? > pidfd = syscall(SYS_pidfd_open, pid, 0); > ^~~~~~~~~~~~~~ > SYS_mq_open > > The full log is here: https://qa-reports.linaro.org/lkft/sashal-linus-next/build/v6.13-rc7-511-g109a8e0fa9d6/testrun/26809210/suite/build/test/gcc-8-allyesconfig/log Thanks for the report. This is a build failure in userspace sample code. I have pushed a fix and generated a new tag which I will send out shortly. Christian
The pull request you sent on Sat, 18 Jan 2025 14:06:58 +0100:
> git@gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.14-rc1.mount
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f9d94f78a8749e15de8aeb2e281898aa980e62d9
Thank you!
diff --cc fs/namespace.c index 64deda6f5b2c,371c860f49de..000000000000 --- a/fs/namespace.c