]> git.baikalelectronics.ru Git - kernel.git/commit
tools/objtool/Makefile: don't assume sync-check.sh is executable
authorAndrew Morton <akpm@linux-foundation.org>
Sat, 13 Jan 2018 00:53:17 +0000 (16:53 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 13 Jan 2018 18:42:48 +0000 (10:42 -0800)
commitc5bcce7983a287ddad5bb23aa784f4b0f4df1e7c
treebe154720504b7af3dfda2e7b27699cb0932d9c27
parent11c11c094eae2e874a3a2c2e044828df1a2826d8
tools/objtool/Makefile: don't assume sync-check.sh is executable

patch(1) loses the x bit.  So if a user follows our patching
instructions in Documentation/admin-guide/README.rst, their kernel will
not compile.

Fixes: 38838287fd9bd ("objtool: Move kernel headers/code sync check to a script")
Reported-by: Nicolas Bock <nicolasbock@gentoo.org>
Reported-by Joakim Tjernlund <Joakim.Tjernlund@infinera.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
tools/objtool/Makefile