Linus Torvalds
90fda63fa1
treewide: fix up files incorrectly marked executable
...
Joe Perches noted that we have a few source files that for some
inexplicable reason (read: I'm too lazy to even go look at the history)
are marked executable:
drivers/gpu/drm/amd/amdgpu/vce_v4_0.c
drivers/net/ethernet/cadence/macb_ptp.c
A simple git command line to show executable C/asm/header files is this:
git ls-files -s '*.[chsS]' | grep '^100755'
and then you can fix them up with scripting by just feeding that output
into:
| cut -f2 | xargs chmod -x
and commit it.
Which is exactly what this commit does.
Reported-by: Joe Perches <joe@perches.com >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2018-04-07 13:31:23 -07:00
..
2018-04-06 18:31:06 -07:00
2018-04-03 17:42:25 -07:00
2018-04-01 19:49:34 -04:00
2018-04-05 21:36:25 -07:00
2018-04-06 14:19:26 -07:00
2018-04-01 21:43:02 +03:00
2018-04-06 18:31:06 -07:00
2018-04-05 14:17:16 -07:00
2018-04-05 21:29:35 -07:00
2018-04-05 21:21:08 -07:00
2018-04-05 21:29:35 -07:00
2018-03-29 13:06:08 +02:00
2018-04-04 17:11:08 -07:00
2018-04-05 21:36:26 -07:00
2018-03-22 10:51:35 +05:30
2018-04-05 14:21:13 -07:00
2018-04-04 20:07:20 -07:00
2018-04-06 19:21:41 -07:00
2018-03-27 09:51:22 +02:00
2018-03-19 14:18:22 -05:00
2018-04-05 21:03:42 -07:00
2018-04-07 13:31:23 -07:00
2018-04-05 11:53:34 -07:00
2018-03-19 16:31:07 +01:00
2018-03-28 13:24:56 +02:00
2018-03-27 15:57:19 +02:00
2018-04-04 20:07:20 -07:00
2018-04-07 12:36:18 -07:00
2018-04-05 14:27:02 -07:00
2018-04-05 09:51:41 -07:00
2018-04-06 17:35:43 -07:00
2018-04-05 13:21:57 -07:00
2018-04-05 21:36:27 -07:00
2018-04-04 18:56:27 -07:00
2018-04-03 14:04:18 -07:00
2018-03-20 20:28:00 +01:00
2018-03-29 17:29:09 -06:00
2018-04-07 12:08:19 -07:00
2018-03-20 11:15:54 +08:00
2018-03-19 14:20:24 -05:00
2018-04-06 11:50:19 -07:00
2018-04-06 11:07:08 -07:00
2018-03-26 11:13:09 +02:00
2018-04-07 12:08:19 -07:00
2018-04-05 14:27:02 -07:00
2018-04-06 12:15:41 -07:00
2018-04-07 13:31:23 -07:00
2018-04-05 14:27:02 -07:00
2018-04-05 14:27:02 -07:00
2018-04-04 20:07:20 -07:00
2018-04-06 18:31:06 -07:00
2018-03-29 15:07:48 -04:00
2018-03-27 18:52:22 +02:00
2018-04-04 20:07:20 -07:00
2018-04-07 12:08:19 -07:00
2018-04-03 10:45:39 -07:00
2018-04-05 21:29:35 -07:00
2018-04-05 21:21:08 -07:00
2018-04-05 09:51:41 -07:00
2018-04-05 11:56:35 -07:00
2018-04-05 21:21:08 -07:00
2018-03-19 00:02:24 +01:00
2018-04-05 21:21:08 -07:00
2018-03-28 10:33:53 +08:00
2018-03-27 11:03:43 +02:00
2018-04-05 11:56:35 -07:00
2018-04-05 14:27:02 -07:00
2018-04-01 20:07:00 -04:00
2018-04-05 15:05:53 -07:00
2018-04-05 21:29:35 -07:00
2018-04-03 12:06:21 -07:00
2018-04-06 14:19:26 -07:00
2018-04-05 14:27:02 -07:00
2018-04-04 18:43:49 -07:00
2018-04-07 11:11:41 -07:00
2018-04-06 19:44:27 -07:00
2018-04-06 19:21:41 -07:00
2018-04-04 18:43:49 -07:00
2018-04-05 21:36:27 -07:00
2018-04-05 09:51:41 -07:00
2018-03-20 10:01:56 +01:00
2018-03-19 10:26:46 +01:00
2018-03-29 13:38:10 +03:00