From: Muhammad Usama Anjum <usama.anjum@collabora.com>
To: Shuah Khan <shuah@kernel.org>, linux-kselftest@vger.kernel.org
Cc: Muhammad Usama Anjum <usama.anjum@collabora.com>,
kernel@collabora.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/6] selftests: capabilities: remove duplicate unneeded defines
Date: Mon, 4 Sep 2023 15:48:50 +0500 [thread overview]
Message-ID: <9c0dae5b-a7ee-4399-abf3-883a5946f2f6@collabora.com> (raw)
In-Reply-To: <95fc0e92-79ed-4748-a565-a82469d087f6@collabora.com>
On 8/22/23 1:57 PM, Muhammad Usama Anjum wrote:
> Hi Shuah,
>
> Christian Brauner had picked [PATCH 4/6]. Others are still not picked.
> Please have a look.
Soft reminder
>
> Thanks,
> Usama
>
> On 8/5/23 12:37 PM, Muhammad Usama Anjum wrote:
>> These duplicate defines should automatically be picked up from kernel
>> headers. Use KHDR_INCLUDES to add kernel header files.
>>
>> Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
>> ---
>> tools/testing/selftests/capabilities/Makefile | 2 +-
>> tools/testing/selftests/capabilities/test_execve.c | 8 --------
>> tools/testing/selftests/capabilities/validate_cap.c | 8 --------
>> 3 files changed, 1 insertion(+), 17 deletions(-)
>>
>> diff --git a/tools/testing/selftests/capabilities/Makefile b/tools/testing/selftests/capabilities/Makefile
>> index 6e9d98d457d5b..411ac098308f1 100644
>> --- a/tools/testing/selftests/capabilities/Makefile
>> +++ b/tools/testing/selftests/capabilities/Makefile
>> @@ -2,7 +2,7 @@
>> TEST_GEN_FILES := validate_cap
>> TEST_GEN_PROGS := test_execve
>>
>> -CFLAGS += -O2 -g -std=gnu99 -Wall
>> +CFLAGS += -O2 -g -std=gnu99 -Wall $(KHDR_INCLUDES)
>> LDLIBS += -lcap-ng -lrt -ldl
>>
>> include ../lib.mk
>> diff --git a/tools/testing/selftests/capabilities/test_execve.c b/tools/testing/selftests/capabilities/test_execve.c
>> index df0ef02b40367..e3a352b020a79 100644
>> --- a/tools/testing/selftests/capabilities/test_execve.c
>> +++ b/tools/testing/selftests/capabilities/test_execve.c
>> @@ -20,14 +20,6 @@
>>
>> #include "../kselftest.h"
>>
>> -#ifndef PR_CAP_AMBIENT
>> -#define PR_CAP_AMBIENT 47
>> -# define PR_CAP_AMBIENT_IS_SET 1
>> -# define PR_CAP_AMBIENT_RAISE 2
>> -# define PR_CAP_AMBIENT_LOWER 3
>> -# define PR_CAP_AMBIENT_CLEAR_ALL 4
>> -#endif
>> -
>> static int nerrs;
>> static pid_t mpid; /* main() pid is used to avoid duplicate test counts */
>>
>> diff --git a/tools/testing/selftests/capabilities/validate_cap.c b/tools/testing/selftests/capabilities/validate_cap.c
>> index cdfc94268fe6e..60b4e7b716a75 100644
>> --- a/tools/testing/selftests/capabilities/validate_cap.c
>> +++ b/tools/testing/selftests/capabilities/validate_cap.c
>> @@ -9,14 +9,6 @@
>>
>> #include "../kselftest.h"
>>
>> -#ifndef PR_CAP_AMBIENT
>> -#define PR_CAP_AMBIENT 47
>> -# define PR_CAP_AMBIENT_IS_SET 1
>> -# define PR_CAP_AMBIENT_RAISE 2
>> -# define PR_CAP_AMBIENT_LOWER 3
>> -# define PR_CAP_AMBIENT_CLEAR_ALL 4
>> -#endif
>> -
>> #if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 19)
>> # define HAVE_GETAUXVAL
>> #endif
>
--
BR,
Muhammad Usama Anjum
next prev parent reply other threads:[~2023-09-04 10:49 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-05 7:37 Muhammad Usama Anjum
2023-08-05 7:38 ` [PATCH 2/6] selftests: clone3: remove duplicate defines Muhammad Usama Anjum
2023-08-05 7:38 ` [PATCH 3/6] selftests: core: " Muhammad Usama Anjum
2023-08-05 7:38 ` [PATCH 4/6] selftests: fchmodat2: remove duplicate unneeded defines Muhammad Usama Anjum
2023-08-05 10:42 ` (subset) " Christian Brauner
2023-08-05 7:38 ` [PATCH 5/6] selftests: firmware: " Muhammad Usama Anjum
2023-08-05 7:38 ` [PATCH 6/6] selftests: futex: " Muhammad Usama Anjum
2023-10-03 8:46 ` Ingo Molnar
2023-10-05 12:06 ` Muhammad Usama Anjum
2023-10-05 20:25 ` Ingo Molnar
2023-10-06 8:27 ` Muhammad Usama Anjum
2023-10-06 8:39 ` Ingo Molnar
2023-08-22 8:57 ` [PATCH 1/6] selftests: capabilities: " Muhammad Usama Anjum
2023-09-04 10:48 ` Muhammad Usama Anjum [this message]
2023-10-06 8:33 ` Muhammad Usama Anjum
2023-10-06 10:09 ` Muhammad Usama Anjum
2023-10-06 23:45 ` Shuah Khan
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=9c0dae5b-a7ee-4399-abf3-883a5946f2f6@collabora.com \
--to=usama.anjum@collabora.com \
--cc=kernel@collabora.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®