From: Dev Jain <dev.jain@arm.com>
To: shuah@kernel.org, oleg@redhat.com
Cc: mingo@kernel.org, tglx@linutronix.de, mark.rutland@arm.com,
ryan.roberts@arm.com, broonie@kernel.org, suzuki.poulose@arm.com,
Anshuman.Khandual@arm.com, DeepakKumar.Mishra@arm.com,
aneesh.kumar@kernel.org, linux-kselftest@vger.kernel.org,
linux-kernel@vger.kernel.org, Dev Jain <dev.jain@arm.com>
Subject: [PATCH v6 1/2] selftests: Rename sigaltstack to generic signal
Date: Thu, 22 Aug 2024 17:44:14 +0530 [thread overview]
Message-ID: <20240822121415.3589190-2-dev.jain@arm.com> (raw)
In-Reply-To: <20240822121415.3589190-1-dev.jain@arm.com>
Rename sigaltstack to generic signal directory, to allow adding more
signal tests in the future.
Signed-off-by: Dev Jain <dev.jain@arm.com>
Reviewed-by: Mark Brown <broonie@kernel.org>
---
tools/testing/selftests/Makefile | 2 +-
tools/testing/selftests/{sigaltstack => signal}/.gitignore | 0
tools/testing/selftests/{sigaltstack => signal}/Makefile | 0
.../selftests/{sigaltstack => signal}/current_stack_pointer.h | 0
tools/testing/selftests/{sigaltstack => signal}/sas.c | 0
5 files changed, 1 insertion(+), 1 deletion(-)
rename tools/testing/selftests/{sigaltstack => signal}/.gitignore (100%)
rename tools/testing/selftests/{sigaltstack => signal}/Makefile (100%)
rename tools/testing/selftests/{sigaltstack => signal}/current_stack_pointer.h (100%)
rename tools/testing/selftests/{sigaltstack => signal}/sas.c (100%)
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile
index bc8fe9e8f7f2..edbe30fb3304 100644
--- a/tools/testing/selftests/Makefile
+++ b/tools/testing/selftests/Makefile
@@ -87,7 +87,7 @@ TARGETS += rtc
TARGETS += rust
TARGETS += seccomp
TARGETS += sgx
-TARGETS += sigaltstack
+TARGETS += signal
TARGETS += size
TARGETS += sparc64
TARGETS += splice
diff --git a/tools/testing/selftests/sigaltstack/.gitignore b/tools/testing/selftests/signal/.gitignore
similarity index 100%
rename from tools/testing/selftests/sigaltstack/.gitignore
rename to tools/testing/selftests/signal/.gitignore
diff --git a/tools/testing/selftests/sigaltstack/Makefile b/tools/testing/selftests/signal/Makefile
similarity index 100%
rename from tools/testing/selftests/sigaltstack/Makefile
rename to tools/testing/selftests/signal/Makefile
diff --git a/tools/testing/selftests/sigaltstack/current_stack_pointer.h b/tools/testing/selftests/signal/current_stack_pointer.h
similarity index 100%
rename from tools/testing/selftests/sigaltstack/current_stack_pointer.h
rename to tools/testing/selftests/signal/current_stack_pointer.h
diff --git a/tools/testing/selftests/sigaltstack/sas.c b/tools/testing/selftests/signal/sas.c
similarity index 100%
rename from tools/testing/selftests/sigaltstack/sas.c
rename to tools/testing/selftests/signal/sas.c
--
2.30.2
next prev parent reply other threads:[~2024-08-22 12:14 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-22 12:14 [PATCH v6 0/2] Add test to distinguish between thread's signal mask and ucontext_t Dev Jain
2024-08-22 12:14 ` Dev Jain [this message]
2024-08-27 11:44 ` [PATCH v6 1/2] selftests: Rename sigaltstack to generic signal Shuah Khan
2024-08-27 11:46 ` Dev Jain
2024-08-30 16:29 ` Dev Jain
2024-09-03 21:44 ` Shuah Khan
2024-09-04 4:52 ` Dev Jain
2024-09-04 17:05 ` Shuah Khan
2024-09-05 5:56 ` Dev Jain
2024-09-05 11:25 ` Mark Brown
2024-09-06 19:59 ` Shuah Khan
2024-09-09 5:16 ` Dev Jain
2024-09-09 17:54 ` Shuah Khan
2024-09-16 3:58 ` Dev Jain
2024-10-07 4:37 ` Dev Jain
2024-10-07 14:45 ` Mark Brown
2024-08-22 12:14 ` [PATCH v6 2/2] selftests: Add a test mangling with uc_sigmask Dev Jain
-- strict thread matches above, loose matches on Subject: below --
2024-08-22 12:09 [PATCH v6 0/2] Add test to distinguish between thread's signal mask and ucontext_t Dev Jain
2024-08-22 12:09 ` [PATCH v6 1/2] selftests: Rename sigaltstack to generic signal Dev Jain
2024-08-22 12:11 ` Dev Jain
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=20240822121415.3589190-2-dev.jain@arm.com \
--to=dev.jain@arm.com \
--cc=Anshuman.Khandual@arm.com \
--cc=DeepakKumar.Mishra@arm.com \
--cc=aneesh.kumar@kernel.org \
--cc=broonie@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mingo@kernel.org \
--cc=oleg@redhat.com \
--cc=ryan.roberts@arm.com \
--cc=shuah@kernel.org \
--cc=suzuki.poulose@arm.com \
--cc=tglx@linutronix.de \
/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