Re: [PATCH RESEND] selftests: add missing include

2025-06-19 Thread Chen Linxuan
On Thu, Jun 19, 2025 at 5:25 AM Shuah Khan wrote: > > On 6/9/25 20:08, Chen Linxuan wrote: > > I failed to build this test on Ubuntu 24.04. > > Compiler complained about undefined functions mount, umount and some > > mount related flags. > > > > Signed-off-by: Chen Linxuan > > --- > > tools/tes

Re: [PATCH RESEND] selftests: add missing include

2025-06-19 Thread Chen Linxuan
On Thu, Jun 19, 2025 at 5:25 AM Shuah Khan wrote: > > On 6/9/25 20:08, Chen Linxuan wrote: > > I failed to build this test on Ubuntu 24.04. > > Compiler complained about undefined functions mount, umount and some > > mount related flags. > > > > Signed-off-by: Chen Linxuan > > --- > > tools/tes

Re: [PATCH RESEND] selftests: add missing include

2025-06-18 Thread Shuah Khan
On 6/9/25 20:08, Chen Linxuan wrote: I failed to build this test on Ubuntu 24.04. Compiler complained about undefined functions mount, umount and some mount related flags. Signed-off-by: Chen Linxuan --- tools/testing/selftests/pid_namespace/pid_max.c | 1 + 1 file changed, 1 insertion(+) d

[PATCH RESEND] selftests: add missing include

2025-06-09 Thread Chen Linxuan
I failed to build this test on Ubuntu 24.04. Compiler complained about undefined functions mount, umount and some mount related flags. Signed-off-by: Chen Linxuan --- tools/testing/selftests/pid_namespace/pid_max.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/pid_n