]> git.baikalelectronics.ru Git - kernel.git/commit
treewide: fix up files incorrectly marked executable
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 26 Jan 2023 18:05:39 +0000 (10:05 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Feb 2023 07:34:49 +0000 (08:34 +0100)
commit7321b3fee28586a11a34c8706751892af45c99a7
tree6ac93993bda8200f289177a1a2cddaa474e3dac5
parent4bf3d53674d1b6641f9adf50b422005519e0d4a2
treewide: fix up files incorrectly marked executable

[ Upstream commit 262b42e02d1e0b5ad1b33e9b9842e178c16231de ]

I'm not exactly clear on what strange workflow causes people to do it,
but clearly occasionally some files end up being committed as executable
even though they clearly aren't.

This is a reprise of commit 1fff3cff3555 ("treewide: fix up files
incorrectly marked executable"), just with a different set of files (but
with the same trivial shell scripting).

So apparently we need to re-do this every five years or so, and Joe
needs to just keep reminding me to do so ;)

Reported-by: Joe Perches <joe@perches.com>
Fixes: 5d06e83a1cb3 ("drm/vmwgfx: Port vmwgfx to arm64")
Fixes: 659d8a963d96 ("ASoC: codecs: add support for ES8326")
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/vmwgfx/vmwgfx_msg_arm64.h [changed mode: 0755->0644]
sound/soc/codecs/es8326.c [changed mode: 0755->0644]
sound/soc/codecs/es8326.h [changed mode: 0755->0644]