All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scripts: Add intended executable mode and SPDX license
@ 2020-08-27  9:24 ` Mrinal Pandey
  0 siblings, 0 replies; 23+ messages in thread
From: Mrinal Pandey @ 2020-08-27  9:24 UTC (permalink / raw)
  To: skhan, Linux-kernel-mentees, lukas.bulwahn, keescook, re.emese,
	maennich, tglx, gregkh, akpm, kernel-hardening, linux-kernel,
	linux-spdx, mrinalmni

[-- Attachment #1: Type: text/plain, Size: 2011 bytes --]

commit b72231eb7084 ("scripts: add spdxcheck.py self test") added the file
spdxcheck-test.sh to the repository without the executable flag and license
information.

commit eb8305aecb95 ("scripts: Coccinelle script for namespace
dependencies.") added the file nsdeps, commit 313dd1b62921 ("gcc-plugins:
Add the randstruct plugin") added the file gcc-plugins/gen-random-seed.sh
and commit 9b4ade226f74 ("xen: build infrastructure for generating
hypercall depending symbols") added the file xen-hypercalls.sh without the
executable bit.

Set to usual modes for these files and provide the SPDX license for
spdxcheck-test.sh. No functional changes.

Signed-off-by: Mrinal Pandey <mrinalmni@gmail.com>
---
applies cleanly on next-20200827

Kees, Matthias, Thomas, please ack this patch.

Andrew, please pick this minor non-urgent cleanup patch once the
mainainers ack.

 scripts/gcc-plugins/gen-random-seed.sh | 0
 scripts/nsdeps                         | 0
 scripts/spdxcheck-test.sh              | 1 +
 scripts/xen-hypercalls.sh              | 0
 4 files changed, 1 insertion(+)
 mode change 100644 => 100755 scripts/gcc-plugins/gen-random-seed.sh
 mode change 100644 => 100755 scripts/nsdeps
 mode change 100644 => 100755 scripts/spdxcheck-test.sh
 mode change 100644 => 100755 scripts/xen-hypercalls.sh

diff --git a/scripts/gcc-plugins/gen-random-seed.sh b/scripts/gcc-plugins/gen-random-seed.sh
old mode 100644
new mode 100755
diff --git a/scripts/nsdeps b/scripts/nsdeps
old mode 100644
new mode 100755
diff --git a/scripts/spdxcheck-test.sh b/scripts/spdxcheck-test.sh
old mode 100644
new mode 100755
index cfea6a0d1cc0..e2902520a081
--- a/scripts/spdxcheck-test.sh
+++ b/scripts/spdxcheck-test.sh
@@ -1,4 +1,5 @@
 #!/bin/sh
+# SPDX-License-Identifier: GPL-2.0
 
 for PYTHON in python2 python3; do
 	# run check on a text and a binary file
diff --git a/scripts/xen-hypercalls.sh b/scripts/xen-hypercalls.sh
old mode 100644
new mode 100755
-- 
2.25.1


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2020-09-02 12:17 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-27  9:24 [PATCH] scripts: Add intended executable mode and SPDX license Mrinal Pandey
2020-08-27  9:24 ` [Linux-kernel-mentees] " Mrinal Pandey
2020-08-27  9:34 ` Lukas Bulwahn
2020-08-27  9:34   ` [Linux-kernel-mentees] " Lukas Bulwahn
2020-08-27  9:43 ` Greg KH
2020-08-27  9:43   ` [Linux-kernel-mentees] " Greg KH
2020-08-27  9:49   ` Lukas Bulwahn
2020-08-27  9:49     ` [Linux-kernel-mentees] " Lukas Bulwahn
2020-08-27 10:00     ` Greg KH
2020-08-27 10:00       ` [Linux-kernel-mentees] " Greg KH
2020-08-27 13:06 ` Solar Designer
2020-08-27 18:02   ` Kees Cook
2020-09-01  0:15     ` Tycho Andersen
2020-09-01  4:24       ` Tobin C. Harding
2020-09-02 12:16         ` Solar Designer
2020-08-27 18:14 ` [Linux-kernel-mentees] " Kees Cook
2020-08-27 18:14   ` Kees Cook
2020-08-31  0:44 ` Andrew Morton
2020-08-31  0:44   ` [Linux-kernel-mentees] " Andrew Morton
2020-08-31  5:45   ` Lukas Bulwahn
2020-08-31  5:45     ` [Linux-kernel-mentees] " Lukas Bulwahn
2020-08-31 19:20     ` Kees Cook
2020-08-31 19:20       ` [Linux-kernel-mentees] " Kees Cook

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.