]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
EDAC: Fix wrong executable file modes for C source files
authorKuan-Wei Chiu <visitorckw@gmail.com>
Thu, 28 Aug 2025 19:19:54 +0000 (03:19 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 2 Nov 2025 13:18:03 +0000 (22:18 +0900)
[ Upstream commit 71965cae7db394ff5ba3b2d2befe4e136ceec268 ]

Three EDAC source files were mistakenly marked as executable when adding the
EDAC scrub controls.

These are plain C source files and should not carry the executable bit.
Correcting their modes follows the principle of least privilege and avoids
unnecessary execute permissions in the repository.

  [ bp: Massage commit message. ]

Signed-off-by: Kuan-Wei Chiu <visitorckw@gmail.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/20250828191954.903125-1-visitorckw@gmail.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/edac/ecs.c [changed mode: 0755->0644]
drivers/edac/mem_repair.c [changed mode: 0755->0644]
drivers/edac/scrub.c [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)