[PATCH v1] samples/check-exec: Fix script name

Mickaël Salaün posted 1 patch 11 months, 1 week ago
samples/check-exec/{run-script-ask.inc => run-script-ask.sh} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename samples/check-exec/{run-script-ask.inc => run-script-ask.sh} (100%)
[PATCH v1] samples/check-exec: Fix script name
Posted by Mickaël Salaün 11 months, 1 week ago
run-script-ask.sh had an incorrect file extension.  This helper script
is not used by kselftests.

Cc: Kees Cook <kees@kernel.org>
Signed-off-by: Mickaël Salaün <mic@digikod.net>
---
 samples/check-exec/{run-script-ask.inc => run-script-ask.sh} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename samples/check-exec/{run-script-ask.inc => run-script-ask.sh} (100%)

diff --git a/samples/check-exec/run-script-ask.inc b/samples/check-exec/run-script-ask.sh
similarity index 100%
rename from samples/check-exec/run-script-ask.inc
rename to samples/check-exec/run-script-ask.sh
-- 
2.48.1

Re: [PATCH v1] samples/check-exec: Fix script name
Posted by Kees Cook 11 months, 1 week ago
On Thu, 06 Mar 2025 19:05:58 +0100, Mickaël Salaün wrote:
> run-script-ask.sh had an incorrect file extension.  This helper script
> is not used by kselftests.
> 
> 

Applied to for-next/hardening, thanks!

[1/1] samples/check-exec: Fix script name
      https://git.kernel.org/kees/c/6c2c85820b2a

Take care,

-- 
Kees Cook