Re: [PATCH AUTOSEL 4.14 79/95] x86/asm: Remove dead __GNUC__ conditionals

2019-05-13 Thread Sasha Levin
On Tue, May 07, 2019 at 08:15:03AM +0200, Greg KH wrote: On Tue, May 07, 2019 at 07:57:01AM +0200, Rasmus Villemoes wrote: On 07/05/2019 07.38, Sasha Levin wrote: > From: Rasmus Villemoes > > [ Upstream commit 88ca66d8540ca26119b1428cddb96b37925bdf01 ] > > The minimum supported gcc version is

Re: [PATCH AUTOSEL 4.14 79/95] x86/asm: Remove dead __GNUC__ conditionals

2019-05-07 Thread Greg KH
On Tue, May 07, 2019 at 07:57:01AM +0200, Rasmus Villemoes wrote: > On 07/05/2019 07.38, Sasha Levin wrote: > > From: Rasmus Villemoes > > > > [ Upstream commit 88ca66d8540ca26119b1428cddb96b37925bdf01 ] > > > > The minimum supported gcc version is >= 4.6, so these can be removed. > > Eh, that

Re: [PATCH AUTOSEL 4.14 79/95] x86/asm: Remove dead __GNUC__ conditionals

2019-05-06 Thread Rasmus Villemoes
On 07/05/2019 07.38, Sasha Levin wrote: > From: Rasmus Villemoes > > [ Upstream commit 88ca66d8540ca26119b1428cddb96b37925bdf01 ] > > The minimum supported gcc version is >= 4.6, so these can be removed. Eh, that bump happened for the 4.19 kernel, so this is not true for the 4.14 branch. Has

[PATCH AUTOSEL 4.14 79/95] x86/asm: Remove dead __GNUC__ conditionals

2019-05-06 Thread Sasha Levin
From: Rasmus Villemoes [ Upstream commit 88ca66d8540ca26119b1428cddb96b37925bdf01 ] The minimum supported gcc version is >= 4.6, so these can be removed. Signed-off-by: Rasmus Villemoes Signed-off-by: Borislav Petkov Cc: "H. Peter Anvin" Cc: Dan Williams Cc: Geert Uytterhoeven Cc: Ingo