* [trivial PATCH] arm: dts: socfpga: Remove executable permission bits @ 2015-04-16 22:49 Joe Perches 2015-04-16 22:54 ` Rob Herring 0 siblings, 1 reply; 5+ messages in thread From: Joe Perches @ 2015-04-16 22:49 UTC (permalink / raw) To: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala, Russell King Cc: devicetree, linux-arm-kernel, linux-kernel Change the .dts file permissions from 755 to 644. Signed-off-by: Joe Perches <joe@perches.com> --- 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 ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [trivial PATCH] arm: dts: socfpga: Remove executable permission bits 2015-04-16 22:49 [trivial PATCH] arm: dts: socfpga: Remove executable permission bits Joe Perches @ 2015-04-16 22:54 ` Rob Herring 2015-04-20 15:37 ` Dinh Nguyen 0 siblings, 1 reply; 5+ messages in thread From: Rob Herring @ 2015-04-16 22:54 UTC (permalink / raw) To: Joe Perches, arm@kernel.org Cc: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala, Russell King, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org +arm-soc On Thu, Apr 16, 2015 at 5:49 PM, Joe Perches <joe@perches.com> wrote: > Change the .dts file permissions from 755 to 644. > > Signed-off-by: Joe Perches <joe@perches.com> ARM dts files go in thru arm-soc tree. Acked-by: Rob Herring <robh@kernel.org> > --- > 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 > > ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [trivial PATCH] arm: dts: socfpga: Remove executable permission bits 2015-04-16 22:54 ` Rob Herring @ 2015-04-20 15:37 ` Dinh Nguyen 2015-04-20 15:45 ` Joe Perches 0 siblings, 1 reply; 5+ messages in thread From: Dinh Nguyen @ 2015-04-20 15:37 UTC (permalink / raw) To: Rob Herring Cc: Joe Perches, arm@kernel.org, Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala, Russell King, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Hi Joe, On Thu, Apr 16, 2015 at 5:54 PM, Rob Herring <robherring2@gmail.com> wrote: > +arm-soc > > On Thu, Apr 16, 2015 at 5:49 PM, Joe Perches <joe@perches.com> wrote: >> Change the .dts file permissions from 755 to 644. >> >> Signed-off-by: Joe Perches <joe@perches.com> > > ARM dts files go in thru arm-soc tree. > > Acked-by: Rob Herring <robh@kernel.org> > 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 ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [trivial PATCH] arm: dts: socfpga: Remove executable permission bits 2015-04-20 15:37 ` Dinh Nguyen @ 2015-04-20 15:45 ` Joe Perches 2015-04-20 18:58 ` Dinh Nguyen 0 siblings, 1 reply; 5+ messages in thread From: Joe Perches @ 2015-04-20 15:45 UTC (permalink / raw) To: Dinh Nguyen Cc: Rob Herring, arm@kernel.org, Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala, Russell King, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org On Mon, 2015-04-20 at 10:37 -0500, Dinh Nguyen wrote: > On Thu, Apr 16, 2015 at 5:54 PM, Rob Herring <robherring2@gmail.com> wrote: > > +arm-soc > > On Thu, Apr 16, 2015 at 5:49 PM, Joe Perches <joe@perches.com> wrote: > >> Change the .dts file permissions from 755 to 644. > >> Signed-off-by: Joe Perches <joe@perches.com> > > ARM dts files go in thru arm-soc tree. > > Acked-by: Rob Herring <robh@kernel.org> > 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? ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [trivial PATCH] arm: dts: socfpga: Remove executable permission bits 2015-04-20 15:45 ` Joe Perches @ 2015-04-20 18:58 ` Dinh Nguyen 0 siblings, 0 replies; 5+ messages in thread From: Dinh Nguyen @ 2015-04-20 18:58 UTC (permalink / raw) To: Joe Perches Cc: Rob Herring, arm@kernel.org, Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala, Russell King, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org On Mon, Apr 20, 2015 at 10:45 AM, Joe Perches <joe@perches.com> wrote: > On Mon, 2015-04-20 at 10:37 -0500, Dinh Nguyen wrote: >> On Thu, Apr 16, 2015 at 5:54 PM, Rob Herring <robherring2@gmail.com> wrote: >> > +arm-soc >> > On Thu, Apr 16, 2015 at 5:49 PM, Joe Perches <joe@perches.com> wrote: >> >> Change the .dts file permissions from 755 to 644. >> >> Signed-off-by: Joe Perches <joe@perches.com> >> > ARM dts files go in thru arm-soc tree. >> > Acked-by: Rob Herring <robh@kernel.org> >> 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 ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-04-20 18:58 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-04-16 22:49 [trivial PATCH] arm: dts: socfpga: Remove executable permission bits Joe Perches 2015-04-16 22:54 ` Rob Herring 2015-04-20 15:37 ` Dinh Nguyen 2015-04-20 15:45 ` Joe Perches 2015-04-20 18:58 ` Dinh Nguyen
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox