linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] treewide: Make remaining source files non-executable
@ 2016-12-11 20:57 Joe Perches
  2016-12-12  9:41 ` David Howells
  0 siblings, 1 reply; 3+ messages in thread
From: Joe Perches @ 2016-12-11 20:57 UTC (permalink / raw)
  To: Andrew Morton, David Howells, David Woodhouse
  Cc: Alex Deucher, Christian König, David Airlie, dri-devel,
	linux-kernel, keyrings

.c and .h source files should not be executable, change
the permissions to 0644.

Signed-off-by: Joe Perches <joe@perches.com>
---
 drivers/gpu/drm/amd/include/asic_reg/dce/dce_11_2_d.h       | 0
 drivers/gpu/drm/amd/include/asic_reg/dce/dce_11_2_sh_mask.h | 0
 drivers/gpu/drm/amd/include/cgs_common.h                    | 0
 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c          | 0
 scripts/sign-file.c                                         | 0
 5 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100755 => 100644 drivers/gpu/drm/amd/include/asic_reg/dce/dce_11_2_d.h
 mode change 100755 => 100644 drivers/gpu/drm/amd/include/asic_reg/dce/dce_11_2_sh_mask.h
 mode change 100755 => 100644 drivers/gpu/drm/amd/include/cgs_common.h
 mode change 100755 => 100644 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c
 mode change 100755 => 100644 scripts/sign-file.c

diff --git a/drivers/gpu/drm/amd/include/asic_reg/dce/dce_11_2_d.h b/drivers/gpu/drm/amd/include/asic_reg/dce/dce_11_2_d.h
old mode 100755
new mode 100644
diff --git a/drivers/gpu/drm/amd/include/asic_reg/dce/dce_11_2_sh_mask.h b/drivers/gpu/drm/amd/include/asic_reg/dce/dce_11_2_sh_mask.h
old mode 100755
new mode 100644
diff --git a/drivers/gpu/drm/amd/include/cgs_common.h b/drivers/gpu/drm/amd/include/cgs_common.h
old mode 100755
new mode 100644
diff --git a/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c b/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c
old mode 100755
new mode 100644
diff --git a/scripts/sign-file.c b/scripts/sign-file.c
old mode 100755
new mode 100644
-- 
2.10.0.rc2.1.g053435c

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

* Re: [PATCH] treewide: Make remaining source files non-executable
  2016-12-11 20:57 [PATCH] treewide: Make remaining source files non-executable Joe Perches
@ 2016-12-12  9:41 ` David Howells
  0 siblings, 0 replies; 3+ messages in thread
From: David Howells @ 2016-12-12  9:41 UTC (permalink / raw)
  To: Joe Perches
  Cc: dhowells, Andrew Morton, David Woodhouse, Alex Deucher,
	Christian König, David Airlie, dri-devel, linux-kernel,
	keyrings

Joe Perches <joe@perches.com> wrote:

> .c and .h source files should not be executable, change
> the permissions to 0644.

Acked-by: David Howells <dhowells@redhat.com>

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

* [PATCH] treewide: Make remaining source files non-executable
@ 2016-12-12 22:26 Joe Perches
  0 siblings, 0 replies; 3+ messages in thread
From: Joe Perches @ 2016-12-12 22:26 UTC (permalink / raw)
  To: Andrew Morton, David Howells, David Woodhouse, Linus Torvalds
  Cc: Alex Deucher, Christian König, David Airlie, dri-devel,
	linux-kernel, keyrings

.c and .h source files should not be executable, change
the permissions to 0644.

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: David Howells <dhowells@redhat.com>
---

Linus, Andrew Morton suggested privately that you apply this
directly as his toolchain doesn't support
rename/permission only patches.

Apparently, Andrew hasn't or doesn't want to upgrade his version
of patch to 2.7.x which has only been out for 4+ years now.

https://www.cartoonstock.com/directory/o/old_dog_new_tricks.asp

 drivers/gpu/drm/amd/include/asic_reg/dce/dce_11_2_d.h       | 0
 drivers/gpu/drm/amd/include/asic_reg/dce/dce_11_2_sh_mask.h | 0
 drivers/gpu/drm/amd/include/cgs_common.h                    | 0
 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c          | 0
 scripts/sign-file.c                                         | 0
 5 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100755 => 100644 drivers/gpu/drm/amd/include/asic_reg/dce/dce_11_2_d.h
 mode change 100755 => 100644 drivers/gpu/drm/amd/include/asic_reg/dce/dce_11_2_sh_mask.h
 mode change 100755 => 100644 drivers/gpu/drm/amd/include/cgs_common.h
 mode change 100755 => 100644 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c
 mode change 100755 => 100644 scripts/sign-file.c

diff --git a/drivers/gpu/drm/amd/include/asic_reg/dce/dce_11_2_d.h b/drivers/gpu/drm/amd/include/asic_reg/dce/dce_11_2_d.h
old mode 100755
new mode 100644
diff --git a/drivers/gpu/drm/amd/include/asic_reg/dce/dce_11_2_sh_mask.h b/drivers/gpu/drm/amd/include/asic_reg/dce/dce_11_2_sh_mask.h
old mode 100755
new mode 100644
diff --git a/drivers/gpu/drm/amd/include/cgs_common.h b/drivers/gpu/drm/amd/include/cgs_common.h
old mode 100755
new mode 100644
diff --git a/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c b/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c
old mode 100755
new mode 100644
diff --git a/scripts/sign-file.c b/scripts/sign-file.c
old mode 100755
new mode 100644

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

end of thread, other threads:[~2016-12-12 22:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-11 20:57 [PATCH] treewide: Make remaining source files non-executable Joe Perches
2016-12-12  9:41 ` David Howells
2016-12-12 22:26 Joe Perches

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).