Gentoo Archives: gentoo-dev

From: Nicolas Bock <nicolasbock@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] vanilla-sources broken
Date: Fri, 05 Jan 2018 14:09:01
Message-Id: 20180105140835.j3csyq5rqsipegwd@rubberducky
1 Hi,
2
3 currently vanilla-sources are broken, but there is an upstream patch that fixes it (appended at the end). I know that vanilla-sources are supposed to be vanilla, but it would help if we added this patch until upstream backports it. Any thoughts?
4
5 Best,
6
7 Nick
8
9
10
11 From 9d641b18db295b9ded33df0430940c7df7bb795e Mon Sep 17 00:00:00 2001
12 From: Andrew Morton <akpm@××××××××××××××××.org>
13 Date: Fri, 15 Dec 2017 11:22:35 +1100
14 Subject: tools/objtool/Makefile: don't assume sync-check.sh is executable
15
16 patch(1) loses the x bit. Kernel build breaks.
17
18 Fixes: 3bd51c5a371de ("objtool: Move kernel headers/code sync check to a script")
19 Cc: Ingo Molnar <mingo@××××××.org>
20 Cc: Josh Poimboeuf <jpoimboe@××××××.com>
21 Signed-off-by: Andrew Morton <akpm@××××××××××××××××.org>
22 Signed-off-by: Stephen Rothwell <sfr@×××××××××××××.au>
23 ---
24 tools/objtool/Makefile | 2 +-
25 1 file changed, 1 insertion(+), 1 deletion(-)
26
27 diff --git a/tools/objtool/Makefile b/tools/objtool/Makefile
28 index ae0272f..e6acc28 100644
29 --- a/tools/objtool/Makefile
30 +++ b/tools/objtool/Makefile
31 @@ -46,7 +46,7 @@ $(OBJTOOL_IN): fixdep FORCE
32 @$(MAKE) $(build)=objtool
33
34 $(OBJTOOL): $(LIBSUBCMD) $(OBJTOOL_IN)
35 - @./sync-check.sh
36 + @$(CONFIG_SHELL) ./sync-check.sh
37 $(QUIET_LINK)$(CC) $(OBJTOOL_IN) $(LDFLAGS) -o $@
38
39
40 --
41 cgit v1.1
42
43
44 --
45 Nicolas Bock <nicolasbock@g.o>

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] vanilla-sources broken Alice Ferrazzi <alicef@g.o>
[gentoo-dev] Re: vanilla-sources broken "Holger Hoffstätte" <holger@××××××××××××××××××.com>