]> git.proxmox.com Git - pve-kernel.git/blame - patches/kernel/0233-objtool-use-sh-to-invoke-sync-check.sh-in-the-Makefi.patch
revert buggy SCSI error handler commit
[pve-kernel.git] / patches / kernel / 0233-objtool-use-sh-to-invoke-sync-check.sh-in-the-Makefi.patch
CommitLineData
76ec7e59 1From 4047df49cf44e46d8a213373a8bd5949fd4ef4a6 Mon Sep 17 00:00:00 2001
b378f209
FG
2From: Marcelo Henrique Cerri <marcelo.cerri@canonical.com>
3Date: Sat, 6 Jan 2018 17:50:34 -0200
633c5ed1 4Subject: [PATCH 233/242] objtool: use sh to invoke sync-check.sh in the
b378f209
FG
5 Makefile
6MIME-Version: 1.0
7Content-Type: text/plain; charset=UTF-8
8Content-Transfer-Encoding: 8bit
9
10CVE-2017-5754
11
12This avoids build failures when building debian packages.
13
14Signed-off-by: Marcelo Henrique Cerri <marcelo.cerri@canonical.com>
15(cherry picked from commit 6abf30ed000f0da24985295c206cc6f08a311301)
16Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
17---
18 tools/objtool/Makefile | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21diff --git a/tools/objtool/Makefile b/tools/objtool/Makefile
22index 5c71bae01064..fe022f68638d 100644
23--- a/tools/objtool/Makefile
24+++ b/tools/objtool/Makefile
25@@ -44,7 +44,7 @@ $(OBJTOOL_IN): fixdep FORCE
26 @$(MAKE) $(build)=objtool
27
28 $(OBJTOOL): $(LIBSUBCMD) $(OBJTOOL_IN)
29- @./sync-check.sh
30+ @sh ./sync-check.sh
31 $(QUIET_LINK)$(CC) $(OBJTOOL_IN) $(LDFLAGS) -o $@
32
33
34--
352.14.2
36