2015-04-16 22:49:39

by Joe Perches

[permalink] [raw]
Subject: [trivial PATCH] arm: dts: socfpga: Remove executable permission bits

Change the .dts file permissions from 755 to 644.

Signed-off-by: Joe Perches <[email protected]>
---
arch/arm/boot/dts/socfpga_arria10_socdk.dts | 0
1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/socfpga_arria10_socdk.dts b/arch/arm/boot/dts/socfpga_arria10_socdk.dts
old mode 100755
new mode 100644


2015-04-16 22:55:07

by Rob Herring

[permalink] [raw]
Subject: Re: [trivial PATCH] arm: dts: socfpga: Remove executable permission bits

+arm-soc

On Thu, Apr 16, 2015 at 5:49 PM, Joe Perches <[email protected]> wrote:
> Change the .dts file permissions from 755 to 644.
>
> Signed-off-by: Joe Perches <[email protected]>

ARM dts files go in thru arm-soc tree.

Acked-by: Rob Herring <[email protected]>

> ---
> arch/arm/boot/dts/socfpga_arria10_socdk.dts | 0
> 1 file changed, 0 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/boot/dts/socfpga_arria10_socdk.dts b/arch/arm/boot/dts/socfpga_arria10_socdk.dts
> old mode 100755
> new mode 100644
>
>

2015-04-20 15:37:43

by Dinh Nguyen

[permalink] [raw]
Subject: Re: [trivial PATCH] arm: dts: socfpga: Remove executable permission bits

Hi Joe,

On Thu, Apr 16, 2015 at 5:54 PM, Rob Herring <[email protected]> wrote:
> +arm-soc
>
> On Thu, Apr 16, 2015 at 5:49 PM, Joe Perches <[email protected]> wrote:
>> Change the .dts file permissions from 755 to 644.
>>
>> Signed-off-by: Joe Perches <[email protected]>
>
> ARM dts files go in thru arm-soc tree.
>
> Acked-by: Rob Herring <[email protected]>
>

Thanks for doing this, but this patch:

http://lists.infradead.org/pipermail/linux-arm-kernel/2015-April/335418.html

should address the same issue.

Thanks,
Dinh

2015-04-20 15:45:11

by Joe Perches

[permalink] [raw]
Subject: Re: [trivial PATCH] arm: dts: socfpga: Remove executable permission bits

On Mon, 2015-04-20 at 10:37 -0500, Dinh Nguyen wrote:
> On Thu, Apr 16, 2015 at 5:54 PM, Rob Herring <[email protected]> wrote:
> > +arm-soc
> > On Thu, Apr 16, 2015 at 5:49 PM, Joe Perches <[email protected]> wrote:
> >> Change the .dts file permissions from 755 to 644.
> >> Signed-off-by: Joe Perches <[email protected]>
> > ARM dts files go in thru arm-soc tree.
> > Acked-by: Rob Herring <[email protected]>
> Thanks for doing this, but this patch:
> http://lists.infradead.org/pipermail/linux-arm-kernel/2015-April/335418.html
> should address the same issue.

That's fine with me.
This patch is not in -next yet though.
Is someone going to apply/push/pull it?

2015-04-20 18:58:21

by Dinh Nguyen

[permalink] [raw]
Subject: Re: [trivial PATCH] arm: dts: socfpga: Remove executable permission bits

On Mon, Apr 20, 2015 at 10:45 AM, Joe Perches <[email protected]> wrote:
> On Mon, 2015-04-20 at 10:37 -0500, Dinh Nguyen wrote:
>> On Thu, Apr 16, 2015 at 5:54 PM, Rob Herring <[email protected]> wrote:
>> > +arm-soc
>> > On Thu, Apr 16, 2015 at 5:49 PM, Joe Perches <[email protected]> wrote:
>> >> Change the .dts file permissions from 755 to 644.
>> >> Signed-off-by: Joe Perches <[email protected]>
>> > ARM dts files go in thru arm-soc tree.
>> > Acked-by: Rob Herring <[email protected]>
>> Thanks for doing this, but this patch:
>> http://lists.infradead.org/pipermail/linux-arm-kernel/2015-April/335418.html
>> should address the same issue.
>
> That's fine with me.
> This patch is not in -next yet though.
> Is someone going to apply/push/pull it?
>

I need to send a v2 for this patch series, and I'll send a pull
request to arm-soc once it's been reviewed.

http://lists.infradead.org/pipermail/linux-arm-kernel/2015-April/338273.html

Thanks,
Dinh