[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Z42UkSXx0MS9qZ9w@lappy>
Date: Sun, 19 Jan 2025 19:10:57 -0500
From: Sasha Levin <sashal@...nel.org>
To: Christian Brauner <brauner@...nel.org>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [GIT PULL] vfs mount
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,
Sasha
Powered by blists - more mailing lists