* [gentoo-dev] vanilla-sources broken
@ 2018-01-05 14:08 Nicolas Bock
2018-01-05 14:47 ` Alice Ferrazzi
2018-01-16 14:38 ` [gentoo-dev] " Holger Hoffstätte
0 siblings, 2 replies; 5+ messages in thread
From: Nicolas Bock @ 2018-01-05 14:08 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 1379 bytes --]
Hi,
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?
Best,
Nick
From 9d641b18db295b9ded33df0430940c7df7bb795e Mon Sep 17 00:00:00 2001
From: Andrew Morton <akpm@linux-foundation.org>
Date: Fri, 15 Dec 2017 11:22:35 +1100
Subject: tools/objtool/Makefile: don't assume sync-check.sh is executable
patch(1) loses the x bit. Kernel build breaks.
Fixes: 3bd51c5a371de ("objtool: Move kernel headers/code sync check to a script")
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
tools/objtool/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/objtool/Makefile b/tools/objtool/Makefile
index ae0272f..e6acc28 100644
--- a/tools/objtool/Makefile
+++ b/tools/objtool/Makefile
@@ -46,7 +46,7 @@ $(OBJTOOL_IN): fixdep FORCE
@$(MAKE) $(build)=objtool
$(OBJTOOL): $(LIBSUBCMD) $(OBJTOOL_IN)
- @./sync-check.sh
+ @$(CONFIG_SHELL) ./sync-check.sh
$(QUIET_LINK)$(CC) $(OBJTOOL_IN) $(LDFLAGS) -o $@
--
cgit v1.1
--
Nicolas Bock <nicolasbock@gentoo.org>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 981 bytes --]
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] vanilla-sources broken
2018-01-05 14:08 [gentoo-dev] vanilla-sources broken Nicolas Bock
@ 2018-01-05 14:47 ` Alice Ferrazzi
2018-01-05 14:56 ` Nicolas Bock
2018-01-16 14:38 ` [gentoo-dev] " Holger Hoffstätte
1 sibling, 1 reply; 5+ messages in thread
From: Alice Ferrazzi @ 2018-01-05 14:47 UTC (permalink / raw
To: Gentoo Development
On Fri, Jan 5, 2018 at 11:08 PM, Nicolas Bock <nicolasbock@gentoo.org> wrote:
> Hi,
>
> 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?
>
Hello Nicolas,
vanilla-sources, unfortunately, are given same as the kernel upstream,
Gentoo is not supporting or adding patches to vanilla-sources.
If you have any problem with vanilla-sources please report it to the Kernel
upstream not to Gentoo.
If you want kernel support from Gentoo kernel team, please switch to
gentoo-sources.
--
Thanks,
Alice Ferrazzi
Gentoo Kernel Project Leader
Gentoo Foundation Board Member
Mail: Alice Ferrazzi <alicef@gentoo.org>
PGP: 2E4E 0856 461C 0585 1336 F496 5621 A6B2 8638 781A
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] vanilla-sources broken
2018-01-05 14:47 ` Alice Ferrazzi
@ 2018-01-05 14:56 ` Nicolas Bock
0 siblings, 0 replies; 5+ messages in thread
From: Nicolas Bock @ 2018-01-05 14:56 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 1085 bytes --]
On Fri, Jan 05, 2018 at 11:47:51PM +0900, Alice Ferrazzi wrote:
>On Fri, Jan 5, 2018 at 11:08 PM, Nicolas Bock <nicolasbock@gentoo.org> wrote:
>> Hi,
>>
>> 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?
>>
Thanks Alice,
I'll try my luck upstream :)
Nick
>Hello Nicolas,
>
>vanilla-sources, unfortunately, are given same as the kernel upstream,
>Gentoo is not supporting or adding patches to vanilla-sources.
>If you have any problem with vanilla-sources please report it to the Kernel
>upstream not to Gentoo.
>If you want kernel support from Gentoo kernel team, please switch to
>gentoo-sources.
>
>--
>Thanks,
>Alice Ferrazzi
>
>Gentoo Kernel Project Leader
>Gentoo Foundation Board Member
>Mail: Alice Ferrazzi <alicef@gentoo.org>
>PGP: 2E4E 0856 461C 0585 1336 F496 5621 A6B2 8638 781A
>
--
Nicolas Bock <nicolasbock@gentoo.org>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 981 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-dev] Re: vanilla-sources broken
2018-01-05 14:08 [gentoo-dev] vanilla-sources broken Nicolas Bock
2018-01-05 14:47 ` Alice Ferrazzi
@ 2018-01-16 14:38 ` Holger Hoffstätte
2018-01-16 16:24 ` Nicolas Bock
1 sibling, 1 reply; 5+ messages in thread
From: Holger Hoffstätte @ 2018-01-16 14:38 UTC (permalink / raw
To: gentoo-dev, Nicolas Bock
On 01/05/18 15:08, Nicolas Bock wrote:
> 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?
This is now fixed in 4.15-rc8 (with the patch you cited) and will be
in stable 4.14.15 (the one after the upcoming release).
cheers,
Holger
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] Re: vanilla-sources broken
2018-01-16 14:38 ` [gentoo-dev] " Holger Hoffstätte
@ 2018-01-16 16:24 ` Nicolas Bock
0 siblings, 0 replies; 5+ messages in thread
From: Nicolas Bock @ 2018-01-16 16:24 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 635 bytes --]
On Tue, Jan 16, 2018 at 03:38:42PM +0100, Holger Hoffstätte wrote:
>On 01/05/18 15:08, Nicolas Bock wrote:
>> 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?
>
>This is now fixed in 4.15-rc8 (with the patch you cited) and will be
>in stable 4.14.15 (the one after the upcoming release).
Hi Holger,
thanks for the information!
Best,
Nick
>cheers,
>Holger
>
--
Nicolas Bock <nicolasbock@gentoo.org>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 981 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-01-16 16:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-05 14:08 [gentoo-dev] vanilla-sources broken Nicolas Bock
2018-01-05 14:47 ` Alice Ferrazzi
2018-01-05 14:56 ` Nicolas Bock
2018-01-16 14:38 ` [gentoo-dev] " Holger Hoffstätte
2018-01-16 16:24 ` Nicolas Bock
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox