linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] atomics.tbl: Remove executable permission bits
@ 2020-10-12 19:34 Joe Perches
  2020-10-15 10:46 ` Will Deacon
  0 siblings, 1 reply; 2+ messages in thread
From: Joe Perches @ 2020-10-12 19:34 UTC (permalink / raw)
  To: Will Deacon, Peter Zijlstra; +Cc: Boqun Feng, LKML

commit 4d8e5cd233db ("locking/atomics: Fix scripts/atomic/ script permissions")
set all files in this directory executable.

But this file is an input to those scripts and does not need to be executable.

Signed-off-by: Joe Perches <joe@perches.com>
---
 scripts/atomic/atomics.tbl | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/scripts/atomic/atomics.tbl b/scripts/atomic/atomics.tbl
old mode 100755
new mode 100644




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

* Re: [PATCH] atomics.tbl: Remove executable permission bits
  2020-10-12 19:34 [PATCH] atomics.tbl: Remove executable permission bits Joe Perches
@ 2020-10-15 10:46 ` Will Deacon
  0 siblings, 0 replies; 2+ messages in thread
From: Will Deacon @ 2020-10-15 10:46 UTC (permalink / raw)
  To: Joe Perches; +Cc: Peter Zijlstra, Boqun Feng, LKML

On Mon, Oct 12, 2020 at 12:34:06PM -0700, Joe Perches wrote:
> commit 4d8e5cd233db ("locking/atomics: Fix scripts/atomic/ script permissions")
> set all files in this directory executable.
> 
> But this file is an input to those scripts and does not need to be executable.
> 
> Signed-off-by: Joe Perches <joe@perches.com>
> ---
>  scripts/atomic/atomics.tbl | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
> 
> diff --git a/scripts/atomic/atomics.tbl b/scripts/atomic/atomics.tbl
> old mode 100755
> new mode 100644

Acked-by: Will Deacon <will@kernel.org>

Will

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

end of thread, other threads:[~2020-10-15 10:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-12 19:34 [PATCH] atomics.tbl: Remove executable permission bits Joe Perches
2020-10-15 10:46 ` Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).