From: Siddharth Menon <simeddon@gmail.com>
To: shuah@kernel.org, brauner@kernel.org
Cc: linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org,
Siddharth Menon <simeddon@gmail.com>
Subject: [PATCH 0/2] selftests/pidfd: Fix missing headers
Date: Mon, 3 Mar 2025 02:22:44 +0530 [thread overview]
Message-ID: <20250302205859.14782-1-simeddon@gmail.com> (raw)
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
next reply other threads:[~2025-03-02 20:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-02 20:52 Siddharth Menon [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250302205859.14782-1-simeddon@gmail.com \
--to=simeddon@gmail.com \
--cc=brauner@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=shuah@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.