public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] selftests/pidfd: Fix missing headers
@ 2025-03-02 20:52 Siddharth Menon
  2025-03-02 20:52 ` [PATCH 1/2] selftests/pidfd: Fix missing header Siddharth Menon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Siddharth Menon @ 2025-03-02 20:52 UTC (permalink / raw)
  To: shuah, brauner; +Cc: linux-kselftest, linux-kernel, Siddharth Menon

Fix compilation errors caused by missing headers in the pidfd selftest.

The errors include:
pidfd_fdinfo_test.c:230:13: error: implicit declaration of function ‘mount’
pidfd_setns_test.c:172:54: error: implicit declaration of function ‘ioctl’

Siddharth Menon (2):
  selftests/pidfd: Fix missing header
  selftests/pidfd: Fix missing header

 tools/testing/selftests/pidfd/pidfd_fdinfo_test.c | 1 +
 tools/testing/selftests/pidfd/pidfd_setns_test.c  | 1 +
 2 files changed, 2 insertions(+)

-- 
2.48.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-03-03  9:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-02 20:52 [PATCH 0/2] selftests/pidfd: Fix missing headers Siddharth Menon
2025-03-02 20:52 ` [PATCH 1/2] selftests/pidfd: Fix missing header Siddharth Menon
2025-03-02 20:52 ` [PATCH 2/2] " Siddharth Menon
2025-03-03  9:14 ` [PATCH 0/2] selftests/pidfd: Fix missing headers Peter Seiderer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox