Re: [PATCH] atomics.tbl: Remove executable permission bits

From: Will Deacon
Date: Thu Oct 15 2020 - 06:47:07 EST


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@xxxxxxxxxxx>
> ---
> 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@xxxxxxxxxx>

Will