Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1587310
| From | Joe Perches <joe@perches.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] treewide: Remove remaining executable attributes from source files |
| Date | 2017-02-24 07:30 +0100 |
| Message-ID | <tehy9-4EO-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
These are the current source files that should not have executable attributes set. Signed-off-by: Joe Perches <joe@perches.com> --- Normally this would be sent through Andrew Morton's tree but his quilt tools don't like permission only patches. Documentation/devicetree/bindings/sound/rt5665.txt | 0 arch/nios2/boot/dts/10m50_devboard.dts | 0 arch/nios2/configs/10m50_defconfig | 0 arch/sh/boot/dts/j2_mimas_v2.dts | 0 drivers/crypto/chelsio/chcr_algo.c | 0 include/sound/rt5665.h | 0 6 files changed, 0 insertions(+), 0 deletions(-) diff --git a/Documentation/devicetree/bindings/sound/rt5665.txt b/Documentation/devicetree/bindings/sound/rt5665.txt old mode 100755 new mode 100644 diff --git a/arch/nios2/boot/dts/10m50_devboard.dts b/arch/nios2/boot/dts/10m50_devboard.dts old mode 100755 new mode 100644 diff --git a/arch/nios2/configs/10m50_defconfig b/arch/nios2/configs/10m50_defconfig old mode 100755 new mode 100644 diff --git a/arch/sh/boot/dts/j2_mimas_v2.dts b/arch/sh/boot/dts/j2_mimas_v2.dts old mode 100755 new mode 100644 diff --git a/drivers/crypto/chelsio/chcr_algo.c b/drivers/crypto/chelsio/chcr_algo.c old mode 100755 new mode 100644 diff --git a/include/sound/rt5665.h b/include/sound/rt5665.h old mode 100755 new mode 100644
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] treewide: Remove remaining executable attributes from source files Joe Perches <joe@perches.com> - 2017-02-24 07:30 +0100
csiph-web