Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-12 Thread Thomas Gleixner
On Fri, 12 Jan 2018, Greg Kroah-Hartman wrote: > On Fri, Jan 12, 2018 at 12:03:10AM +0100, Thomas Gleixner wrote: > > So the transition to long mode for secondaries uses the trampoline pgd for > > long mode transition and then jumping to secondary_startup_64 where CR3 is > > set to the real kernel

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-12 Thread Thomas Gleixner
On Fri, 12 Jan 2018, Greg Kroah-Hartman wrote: > On Fri, Jan 12, 2018 at 12:03:10AM +0100, Thomas Gleixner wrote: > > So the transition to long mode for secondaries uses the trampoline pgd for > > long mode transition and then jumping to secondary_startup_64 where CR3 is > > set to the real kernel

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Greg Kroah-Hartman
On Fri, Jan 12, 2018 at 12:03:10AM +0100, Thomas Gleixner wrote: > On Thu, 11 Jan 2018, Thomas Gleixner wrote: > > On Thu, 11 Jan 2018, Thomas Gleixner wrote: > > > On Thu, 11 Jan 2018, Linus Torvalds wrote: > > > > > > > On Thu, Jan 11, 2018 at 12:37 PM, Thomas Gleixner > >

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Greg Kroah-Hartman
On Fri, Jan 12, 2018 at 12:03:10AM +0100, Thomas Gleixner wrote: > On Thu, 11 Jan 2018, Thomas Gleixner wrote: > > On Thu, 11 Jan 2018, Thomas Gleixner wrote: > > > On Thu, 11 Jan 2018, Linus Torvalds wrote: > > > > > > > On Thu, Jan 11, 2018 at 12:37 PM, Thomas Gleixner > > > > wrote: > > > >

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Guenter Roeck
On Thu, Jan 11, 2018 at 11:47:23PM +0100, Thomas Gleixner wrote: > On Thu, 11 Jan 2018, Steven Sistare wrote: > > On 1/11/2018 5:30 PM, Thomas Gleixner wrote: > > > On Thu, 11 Jan 2018, Thomas Gleixner wrote: > > >> On Thu, 11 Jan 2018, Linus Torvalds wrote: > > >> > > >>> On Thu, Jan 11, 2018 at

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Guenter Roeck
On Thu, Jan 11, 2018 at 11:47:23PM +0100, Thomas Gleixner wrote: > On Thu, 11 Jan 2018, Steven Sistare wrote: > > On 1/11/2018 5:30 PM, Thomas Gleixner wrote: > > > On Thu, 11 Jan 2018, Thomas Gleixner wrote: > > >> On Thu, 11 Jan 2018, Linus Torvalds wrote: > > >> > > >>> On Thu, Jan 11, 2018 at

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Thomas Gleixner
On Thu, 11 Jan 2018, Thomas Gleixner wrote: > On Thu, 11 Jan 2018, Thomas Gleixner wrote: > > On Thu, 11 Jan 2018, Linus Torvalds wrote: > > > > > On Thu, Jan 11, 2018 at 12:37 PM, Thomas Gleixner > > > wrote: > > > > > > > > 67a9108ed431 ("x86/efi: Build our own page table

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Thomas Gleixner
On Thu, 11 Jan 2018, Thomas Gleixner wrote: > On Thu, 11 Jan 2018, Thomas Gleixner wrote: > > On Thu, 11 Jan 2018, Linus Torvalds wrote: > > > > > On Thu, Jan 11, 2018 at 12:37 PM, Thomas Gleixner > > > wrote: > > > > > > > > 67a9108ed431 ("x86/efi: Build our own page table structures") > > > >

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Linus Torvalds
On Thu, Jan 11, 2018 at 2:42 PM, Steven Sistare wrote: > > Yes, and addressing Linus' concern about EFI_OLD_MEMMAP, those paths are > independent of it. When EFI_OLD_MMAP is enabled, the efi pgd is not > used, and the bug will not bite. Ok, good. Thanks for checking.

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Linus Torvalds
On Thu, Jan 11, 2018 at 2:42 PM, Steven Sistare wrote: > > Yes, and addressing Linus' concern about EFI_OLD_MEMMAP, those paths are > independent of it. When EFI_OLD_MMAP is enabled, the efi pgd is not > used, and the bug will not bite. Ok, good. Thanks for checking. Linus

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Thomas Gleixner
On Thu, 11 Jan 2018, Steven Sistare wrote: > On 1/11/2018 5:30 PM, Thomas Gleixner wrote: > > On Thu, 11 Jan 2018, Thomas Gleixner wrote: > >> On Thu, 11 Jan 2018, Linus Torvalds wrote: > >> > >>> On Thu, Jan 11, 2018 at 12:37 PM, Thomas Gleixner > >>> wrote: > >

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Thomas Gleixner
On Thu, 11 Jan 2018, Steven Sistare wrote: > On 1/11/2018 5:30 PM, Thomas Gleixner wrote: > > On Thu, 11 Jan 2018, Thomas Gleixner wrote: > >> On Thu, 11 Jan 2018, Linus Torvalds wrote: > >> > >>> On Thu, Jan 11, 2018 at 12:37 PM, Thomas Gleixner > >>> wrote: > > 67a9108ed431

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Steven Sistare
On 1/11/2018 5:30 PM, Thomas Gleixner wrote: > On Thu, 11 Jan 2018, Thomas Gleixner wrote: >> On Thu, 11 Jan 2018, Linus Torvalds wrote: >> >>> On Thu, Jan 11, 2018 at 12:37 PM, Thomas Gleixner >>> wrote: 67a9108ed431 ("x86/efi: Build our own page table structures")

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Steven Sistare
On 1/11/2018 5:30 PM, Thomas Gleixner wrote: > On Thu, 11 Jan 2018, Thomas Gleixner wrote: >> On Thu, 11 Jan 2018, Linus Torvalds wrote: >> >>> On Thu, Jan 11, 2018 at 12:37 PM, Thomas Gleixner >>> wrote: 67a9108ed431 ("x86/efi: Build our own page table structures") got rid

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Thomas Gleixner
On Thu, 11 Jan 2018, Thomas Gleixner wrote: > On Thu, 11 Jan 2018, Linus Torvalds wrote: > > > On Thu, Jan 11, 2018 at 12:37 PM, Thomas Gleixner > > wrote: > > > > > > 67a9108ed431 ("x86/efi: Build our own page table structures") > > > > > > got rid of EFI depending on

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Thomas Gleixner
On Thu, 11 Jan 2018, Thomas Gleixner wrote: > On Thu, 11 Jan 2018, Linus Torvalds wrote: > > > On Thu, Jan 11, 2018 at 12:37 PM, Thomas Gleixner > > wrote: > > > > > > 67a9108ed431 ("x86/efi: Build our own page table structures") > > > > > > got rid of EFI depending on

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Thomas Gleixner
On Thu, 11 Jan 2018, Steven Sistare wrote: > On 1/11/2018 3:46 PM, Linus Torvalds wrote: > > On Thu, Jan 11, 2018 at 12:37 PM, Thomas Gleixner > > wrote: > >> > >> 67a9108ed431 ("x86/efi: Build our own page table structures") > >> > >> got rid of EFI depending on

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Thomas Gleixner
On Thu, 11 Jan 2018, Steven Sistare wrote: > On 1/11/2018 3:46 PM, Linus Torvalds wrote: > > On Thu, Jan 11, 2018 at 12:37 PM, Thomas Gleixner > > wrote: > >> > >> 67a9108ed431 ("x86/efi: Build our own page table structures") > >> > >> got rid of EFI depending on real_mode_header->trampoline_pgd

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Steven Sistare
On 1/11/2018 3:46 PM, Linus Torvalds wrote: > On Thu, Jan 11, 2018 at 12:37 PM, Thomas Gleixner wrote: >> >> 67a9108ed431 ("x86/efi: Build our own page table structures") >> >> got rid of EFI depending on real_mode_header->trampoline_pgd > > So I think it only got rid of by

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Steven Sistare
On 1/11/2018 3:46 PM, Linus Torvalds wrote: > On Thu, Jan 11, 2018 at 12:37 PM, Thomas Gleixner wrote: >> >> 67a9108ed431 ("x86/efi: Build our own page table structures") >> >> got rid of EFI depending on real_mode_header->trampoline_pgd > > So I think it only got rid of by default - the

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Thomas Gleixner
On Thu, 11 Jan 2018, Linus Torvalds wrote: > On Thu, Jan 11, 2018 at 12:37 PM, Thomas Gleixner wrote: > > > > 67a9108ed431 ("x86/efi: Build our own page table structures") > > > > got rid of EFI depending on real_mode_header->trampoline_pgd > > So I think it only got rid of

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Thomas Gleixner
On Thu, 11 Jan 2018, Linus Torvalds wrote: > On Thu, Jan 11, 2018 at 12:37 PM, Thomas Gleixner wrote: > > > > 67a9108ed431 ("x86/efi: Build our own page table structures") > > > > got rid of EFI depending on real_mode_header->trampoline_pgd > > So I think it only got rid of by default - the

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Linus Torvalds
On Thu, Jan 11, 2018 at 12:37 PM, Thomas Gleixner wrote: > > 67a9108ed431 ("x86/efi: Build our own page table structures") > > got rid of EFI depending on real_mode_header->trampoline_pgd So I think it only got rid of by default - the codepath is still there, the allocation

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Linus Torvalds
On Thu, Jan 11, 2018 at 12:37 PM, Thomas Gleixner wrote: > > 67a9108ed431 ("x86/efi: Build our own page table structures") > > got rid of EFI depending on real_mode_header->trampoline_pgd So I think it only got rid of by default - the codepath is still there, the allocation is still there, it's

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Thomas Gleixner
On Thu, 11 Jan 2018, Linus Torvalds wrote: > [ Patch to make sure the EFI trampoline_pgd is properly aligned and > has the double pgd that KPTI requires ] > > On Thu, Jan 11, 2018 at 10:40 AM, Pavel Tatashin > wrote: > > If it is better to resubmit this patch via git

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Thomas Gleixner
On Thu, 11 Jan 2018, Linus Torvalds wrote: > [ Patch to make sure the EFI trampoline_pgd is properly aligned and > has the double pgd that KPTI requires ] > > On Thu, Jan 11, 2018 at 10:40 AM, Pavel Tatashin > wrote: > > If it is better to resubmit this patch via git send-email, please let me

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Pavel Tatashin
On 01/11/2018 03:10 PM, Greg Kroah-Hartman wrote: On Thu, Jan 11, 2018 at 01:36:50PM -0500, Pavel Tatashin wrote: I have root caused the memory corruption panics/hangs that I've been experiencing during boot with the latest 4.4.110 kernel. The problem as was suspected by Andy Lutomirski is

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Pavel Tatashin
On 01/11/2018 03:10 PM, Greg Kroah-Hartman wrote: On Thu, Jan 11, 2018 at 01:36:50PM -0500, Pavel Tatashin wrote: I have root caused the memory corruption panics/hangs that I've been experiencing during boot with the latest 4.4.110 kernel. The problem as was suspected by Andy Lutomirski is

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Linus Torvalds
On Thu, Jan 11, 2018 at 12:10 PM, Greg Kroah-Hartman wrote: > > Nice, but why does this not show up in 4.9 and 4.14 and Linus's tree as > well on this hardware? Nor on the SLES12 SP3 kernel? > > What is different there that 4.4 requires? That worries me more than >

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Linus Torvalds
On Thu, Jan 11, 2018 at 12:10 PM, Greg Kroah-Hartman wrote: > > Nice, but why does this not show up in 4.9 and 4.14 and Linus's tree as > well on this hardware? Nor on the SLES12 SP3 kernel? > > What is different there that 4.4 requires? That worries me more than > your fix (which looks good to

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Greg Kroah-Hartman
On Thu, Jan 11, 2018 at 01:36:50PM -0500, Pavel Tatashin wrote: > I have root caused the memory corruption panics/hangs that I've been > experiencing during boot with the latest 4.4.110 kernel. The problem > as was suspected by Andy Lutomirski is with interaction between PTI > and EFI. It may

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Greg Kroah-Hartman
On Thu, Jan 11, 2018 at 01:36:50PM -0500, Pavel Tatashin wrote: > I have root caused the memory corruption panics/hangs that I've been > experiencing during boot with the latest 4.4.110 kernel. The problem > as was suspected by Andy Lutomirski is with interaction between PTI > and EFI. It may

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Linus Torvalds
[ Patch to make sure the EFI trampoline_pgd is properly aligned and has the double pgd that KPTI requires ] On Thu, Jan 11, 2018 at 10:40 AM, Pavel Tatashin wrote: > If it is better to resubmit this patch via git send-email, please let me know. It would be better,

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Linus Torvalds
[ Patch to make sure the EFI trampoline_pgd is properly aligned and has the double pgd that KPTI requires ] On Thu, Jan 11, 2018 at 10:40 AM, Pavel Tatashin wrote: > If it is better to resubmit this patch via git send-email, please let me know. It would be better, because that way the patch can

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Pavel Tatashin
If it is better to resubmit this patch via git send-email, please let me know. Thank you, Pavel On Thu, Jan 11, 2018 at 1:36 PM, Pavel Tatashin wrote: > I have root caused the memory corruption panics/hangs that I've been > experiencing during boot with the latest

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Pavel Tatashin
If it is better to resubmit this patch via git send-email, please let me know. Thank you, Pavel On Thu, Jan 11, 2018 at 1:36 PM, Pavel Tatashin wrote: > I have root caused the memory corruption panics/hangs that I've been > experiencing during boot with the latest 4.4.110 kernel. The problem >

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Pavel Tatashin
I have root caused the memory corruption panics/hangs that I've been experiencing during boot with the latest 4.4.110 kernel. The problem as was suspected by Andy Lutomirski is with interaction between PTI and EFI. It may affect any system that has EFI bios. I have not verified if it can affect

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-11 Thread Pavel Tatashin
I have root caused the memory corruption panics/hangs that I've been experiencing during boot with the latest 4.4.110 kernel. The problem as was suspected by Andy Lutomirski is with interaction between PTI and EFI. It may affect any system that has EFI bios. I have not verified if it can affect

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-10 Thread Serge E. Hallyn
Quoting Greg Kroah-Hartman (gre...@linuxfoundation.org): > On Tue, Jan 09, 2018 at 01:49:48PM -0600, Serge E. Hallyn wrote: > > Quoting Greg Kroah-Hartman (gre...@linuxfoundation.org): > > > On Sat, Jan 06, 2018 at 02:20:16AM +0900, Alice Ferrazzi wrote: > > > > On Thu, Jan 4, 2018 at 5:11 AM,

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-10 Thread Serge E. Hallyn
Quoting Greg Kroah-Hartman (gre...@linuxfoundation.org): > On Tue, Jan 09, 2018 at 01:49:48PM -0600, Serge E. Hallyn wrote: > > Quoting Greg Kroah-Hartman (gre...@linuxfoundation.org): > > > On Sat, Jan 06, 2018 at 02:20:16AM +0900, Alice Ferrazzi wrote: > > > > On Thu, Jan 4, 2018 at 5:11 AM,

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-10 Thread Greg Kroah-Hartman
On Tue, Jan 09, 2018 at 01:49:48PM -0600, Serge E. Hallyn wrote: > Quoting Greg Kroah-Hartman (gre...@linuxfoundation.org): > > On Sat, Jan 06, 2018 at 02:20:16AM +0900, Alice Ferrazzi wrote: > > > On Thu, Jan 4, 2018 at 5:11 AM, Greg Kroah-Hartman > > > wrote: > > > >

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-10 Thread Greg Kroah-Hartman
On Tue, Jan 09, 2018 at 01:49:48PM -0600, Serge E. Hallyn wrote: > Quoting Greg Kroah-Hartman (gre...@linuxfoundation.org): > > On Sat, Jan 06, 2018 at 02:20:16AM +0900, Alice Ferrazzi wrote: > > > On Thu, Jan 4, 2018 at 5:11 AM, Greg Kroah-Hartman > > > wrote: > > > > This is the start of the

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-09 Thread Serge E. Hallyn
Quoting Greg Kroah-Hartman (gre...@linuxfoundation.org): > On Sat, Jan 06, 2018 at 02:20:16AM +0900, Alice Ferrazzi wrote: > > On Thu, Jan 4, 2018 at 5:11 AM, Greg Kroah-Hartman > > wrote: > > > This is the start of the stable review cycle for the 4.4.110 release. > >

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-09 Thread Serge E. Hallyn
Quoting Greg Kroah-Hartman (gre...@linuxfoundation.org): > On Sat, Jan 06, 2018 at 02:20:16AM +0900, Alice Ferrazzi wrote: > > On Thu, Jan 4, 2018 at 5:11 AM, Greg Kroah-Hartman > > wrote: > > > This is the start of the stable review cycle for the 4.4.110 release. > > > There are 37 patches in

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-08 Thread Pavel Tatashin
Here is one more: [6.284763] EFI Variables Facility v0.08 2004-May-17 [6.555990] [ cut here ] [6.561145] kernel BUG at /scratch/ptatashi/linux-stable/mm/slub.c:3627! [6.568625] invalid opcode: [#1] SMP [6.573219] Modules linked in: [6.576639]

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-08 Thread Pavel Tatashin
Here is one more: [6.284763] EFI Variables Facility v0.08 2004-May-17 [6.555990] [ cut here ] [6.561145] kernel BUG at /scratch/ptatashi/linux-stable/mm/slub.c:3627! [6.568625] invalid opcode: [#1] SMP [6.573219] Modules linked in: [6.576639]

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-08 Thread Pavel Tatashin
Hi Greg, On Mon, Jan 8, 2018 at 2:46 AM, Greg Kroah-Hartman wrote: > On Sun, Jan 07, 2018 at 10:06:59AM -0500, Pavel Tatashin wrote: >> Hi Greg, >> >> I reverted suse12 back to: >> 13dae54cb229d078635f159dd8afe16ae683980b >> x86/kaiser: Move feature detection up

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-08 Thread Pavel Tatashin
Hi Greg, On Mon, Jan 8, 2018 at 2:46 AM, Greg Kroah-Hartman wrote: > On Sun, Jan 07, 2018 at 10:06:59AM -0500, Pavel Tatashin wrote: >> Hi Greg, >> >> I reverted suse12 back to: >> 13dae54cb229d078635f159dd8afe16ae683980b >> x86/kaiser: Move feature detection up (bsc#1068032). >> >> And, still

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-08 Thread Guillaume Tucker
On 05/01/18 00:06, Kevin Hilman wrote: kernelci.org bot writes: stable-rc/linux-4.4.y boot: 100 boots: 4 failed, 93 passed with 1 offline, 2 conflicts (v4.4.109-38-g99abd6cdd65e) Full Boot Summary:

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-08 Thread Guillaume Tucker
On 05/01/18 00:06, Kevin Hilman wrote: kernelci.org bot writes: stable-rc/linux-4.4.y boot: 100 boots: 4 failed, 93 passed with 1 offline, 2 conflicts (v4.4.109-38-g99abd6cdd65e) Full Boot Summary:

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-07 Thread Greg Kroah-Hartman
On Sun, Jan 07, 2018 at 10:06:59AM -0500, Pavel Tatashin wrote: > Hi Greg, > > I reverted suse12 back to: > 13dae54cb229d078635f159dd8afe16ae683980b > x86/kaiser: Move feature detection up (bsc#1068032). > > And, still do not see the problem. So, whatever fixes the issue comes > before kaiser.

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-07 Thread Greg Kroah-Hartman
On Sun, Jan 07, 2018 at 10:06:59AM -0500, Pavel Tatashin wrote: > Hi Greg, > > I reverted suse12 back to: > 13dae54cb229d078635f159dd8afe16ae683980b > x86/kaiser: Move feature detection up (bsc#1068032). > > And, still do not see the problem. So, whatever fixes the issue comes > before kaiser.

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-07 Thread Pavel Tatashin
Hi Greg, I reverted suse12 back to: 13dae54cb229d078635f159dd8afe16ae683980b x86/kaiser: Move feature detection up (bsc#1068032). And, still do not see the problem. So, whatever fixes the issue comes before kaiser. Pavel On Sun, Jan 7, 2018 at 9:17 AM, Pavel Tatashin

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-07 Thread Pavel Tatashin
Hi Greg, I reverted suse12 back to: 13dae54cb229d078635f159dd8afe16ae683980b x86/kaiser: Move feature detection up (bsc#1068032). And, still do not see the problem. So, whatever fixes the issue comes before kaiser. Pavel On Sun, Jan 7, 2018 at 9:17 AM, Pavel Tatashin wrote: > Hi Greg, > > I

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-07 Thread Pavel Tatashin
Hi Greg, I cloned and built suse12, and it does not have issues with EFI + PTI (kaiser) on my machine. BTW, i have also reproduced this problem on another machine with the same configuration, therefore, it is not specific only to one box. Also, as I mentioned earlier I am seeing the same issue

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-07 Thread Pavel Tatashin
Hi Greg, I cloned and built suse12, and it does not have issues with EFI + PTI (kaiser) on my machine. BTW, i have also reproduced this problem on another machine with the same configuration, therefore, it is not specific only to one box. Also, as I mentioned earlier I am seeing the same issue

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-07 Thread Greg Kroah-Hartman
On Fri, Jan 05, 2018 at 04:03:54PM -0500, Pavel Tatashin wrote: > The hardware works :) I meant that before the patch linked in > https://lkml.org/lkml/2018/1/5/534, I was never able to boot 4.4.110. But > with that patch applied, I was able to boot it at least once, but it could > be accidental.

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-07 Thread Greg Kroah-Hartman
On Fri, Jan 05, 2018 at 04:03:54PM -0500, Pavel Tatashin wrote: > The hardware works :) I meant that before the patch linked in > https://lkml.org/lkml/2018/1/5/534, I was never able to boot 4.4.110. But > with that patch applied, I was able to boot it at least once, but it could > be accidental.

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Mike Galbraith
On Fri, 2018-01-05 at 15:28 -0800, Hugh Dickins wrote: > On Fri, Jan 5, 2018 at 6:03 AM, Mike Galbraith wrote: > > On Fri, 2018-01-05 at 14:34 +0100, Greg Kroah-Hartman wrote: > >> > >> Ok, we found two patches that were missing in 4.4-stable that were in > >> the SLES12 tree

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Mike Galbraith
On Fri, 2018-01-05 at 15:28 -0800, Hugh Dickins wrote: > On Fri, Jan 5, 2018 at 6:03 AM, Mike Galbraith wrote: > > On Fri, 2018-01-05 at 14:34 +0100, Greg Kroah-Hartman wrote: > >> > >> Ok, we found two patches that were missing in 4.4-stable that were in > >> the SLES12 tree (thanks to Jamie

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Guenter Roeck
On 01/05/2018 12:54 PM, Greg Kroah-Hartman wrote: On Fri, Jan 05, 2018 at 09:56:16AM -0800, Guenter Roeck wrote: On Wed, Jan 03, 2018 at 09:11:06PM +0100, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 4.4.110 release. There are 37 patches in this series, all

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Guenter Roeck
On 01/05/2018 12:54 PM, Greg Kroah-Hartman wrote: On Fri, Jan 05, 2018 at 09:56:16AM -0800, Guenter Roeck wrote: On Wed, Jan 03, 2018 at 09:11:06PM +0100, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 4.4.110 release. There are 37 patches in this series, all

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Pavel Tatashin
Hi Hugh, Thank you very much for your very thoughtful input. I quiet positive this problem is PTI regression, because exactly the same problem I see with kernel 4.1 to which I back-ported all the necessary PTI patches from 4.4.110. I will provide this thread with more information as I

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Pavel Tatashin
Hi Hugh, Thank you very much for your very thoughtful input. I quiet positive this problem is PTI regression, because exactly the same problem I see with kernel 4.1 to which I back-ported all the necessary PTI patches from 4.4.110. I will provide this thread with more information as I

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Hugh Dickins
On Fri, Jan 5, 2018 at 6:03 AM, Mike Galbraith wrote: > On Fri, 2018-01-05 at 14:34 +0100, Greg Kroah-Hartman wrote: >> >> Ok, we found two patches that were missing in 4.4-stable that were in >> the SLES12 tree (thanks to Jamie Iles), now I only have 19k more to sift >> through :)

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Hugh Dickins
On Fri, Jan 5, 2018 at 6:03 AM, Mike Galbraith wrote: > On Fri, 2018-01-05 at 14:34 +0100, Greg Kroah-Hartman wrote: >> >> Ok, we found two patches that were missing in 4.4-stable that were in >> the SLES12 tree (thanks to Jamie Iles), now I only have 19k more to sift >> through :) > > As you

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Hugh Dickins
On Fri, Jan 5, 2018 at 1:03 PM, Pavel Tatashin wrote: > The hardware works :) I meant that before the patch linked in > https://lkml.org/lkml/2018/1/5/534, I was never able to boot 4.4.110. But > with that patch applied, I was able to boot it at least once, but it could

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Hugh Dickins
On Fri, Jan 5, 2018 at 1:03 PM, Pavel Tatashin wrote: > The hardware works :) I meant that before the patch linked in > https://lkml.org/lkml/2018/1/5/534, I was never able to boot 4.4.110. But > with that patch applied, I was able to boot it at least once, but it could > be accidental. The

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Guenter Roeck
On Fri, Jan 05, 2018 at 09:54:45PM +0100, Greg Kroah-Hartman wrote: > On Fri, Jan 05, 2018 at 09:56:16AM -0800, Guenter Roeck wrote: > > On Wed, Jan 03, 2018 at 09:11:06PM +0100, Greg Kroah-Hartman wrote: > > > This is the start of the stable review cycle for the 4.4.110 release. > > > There are

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Guenter Roeck
On Fri, Jan 05, 2018 at 09:54:45PM +0100, Greg Kroah-Hartman wrote: > On Fri, Jan 05, 2018 at 09:56:16AM -0800, Guenter Roeck wrote: > > On Wed, Jan 03, 2018 at 09:11:06PM +0100, Greg Kroah-Hartman wrote: > > > This is the start of the stable review cycle for the 4.4.110 release. > > > There are

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Pavel Tatashin
The hardware works :) I meant that before the patch linked in https://lkml.org/lkml/2018/1/5/534, I was never able to boot 4.4.110. But with that patch applied, I was able to boot it at least once, but it could be accidental. The hang/panic does not happen at the same time on every boot.

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Pavel Tatashin
The hardware works :) I meant that before the patch linked in https://lkml.org/lkml/2018/1/5/534, I was never able to boot 4.4.110. But with that patch applied, I was able to boot it at least once, but it could be accidental. The hang/panic does not happen at the same time on every boot.

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Greg Kroah-Hartman
On Fri, Jan 05, 2018 at 09:56:16AM -0800, Guenter Roeck wrote: > On Wed, Jan 03, 2018 at 09:11:06PM +0100, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.4.110 release. > > There are 37 patches in this series, all will be posted as a response > > to this one.

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Greg Kroah-Hartman
On Fri, Jan 05, 2018 at 09:56:16AM -0800, Guenter Roeck wrote: > On Wed, Jan 03, 2018 at 09:11:06PM +0100, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.4.110 release. > > There are 37 patches in this series, all will be posted as a response > > to this one.

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Greg Kroah-Hartman
On Fri, Jan 05, 2018 at 10:12:38AM -0800, Guenter Roeck wrote: > On Fri, Jan 05, 2018 at 04:00:55PM +0100, Greg Kroah-Hartman wrote: > > On Thu, Jan 04, 2018 at 09:56:47AM -0800, Guenter Roeck wrote: > > > > > > FWIW, v4.4.110-rc1 boots fine when merged into chromeos-4.4, on i7-7Y75. > > > >

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Greg Kroah-Hartman
On Fri, Jan 05, 2018 at 10:12:38AM -0800, Guenter Roeck wrote: > On Fri, Jan 05, 2018 at 04:00:55PM +0100, Greg Kroah-Hartman wrote: > > On Thu, Jan 04, 2018 at 09:56:47AM -0800, Guenter Roeck wrote: > > > > > > FWIW, v4.4.110-rc1 boots fine when merged into chromeos-4.4, on i7-7Y75. > > > >

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Greg Kroah-Hartman
On Fri, Jan 05, 2018 at 02:18:32PM -0500, Pavel Tatashin wrote: > Actually it helps, if before 4.4.110 never booted on my machine, not i > was able to boot on a second try. Wait, what? This has never booted on 4.4.x before? Did 4.4.108 work? 109? Are you sure this hardware even works? :)

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Greg Kroah-Hartman
On Fri, Jan 05, 2018 at 02:18:32PM -0500, Pavel Tatashin wrote: > Actually it helps, if before 4.4.110 never booted on my machine, not i > was able to boot on a second try. Wait, what? This has never booted on 4.4.x before? Did 4.4.108 work? 109? Are you sure this hardware even works? :)

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Greg Kroah-Hartman
On Fri, Jan 05, 2018 at 10:15:00AM -0800, Andy Lutomirski wrote: > On Fri, Jan 5, 2018 at 9:52 AM, Greg Kroah-Hartman > wrote: > > On Fri, Jan 05, 2018 at 12:48:54PM -0500, Pavel Tatashin wrote: > >> Boots successfully with "noefi" kernel parameter :) > > > > Thanks,

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Greg Kroah-Hartman
On Fri, Jan 05, 2018 at 10:15:00AM -0800, Andy Lutomirski wrote: > On Fri, Jan 5, 2018 at 9:52 AM, Greg Kroah-Hartman > wrote: > > On Fri, Jan 05, 2018 at 12:48:54PM -0500, Pavel Tatashin wrote: > >> Boots successfully with "noefi" kernel parameter :) > > > > Thanks, that will help me narrow it

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Pavel Tatashin
Actually it helps, if before 4.4.110 never booted on my machine, not i was able to boot on a second try. On Fri, Jan 5, 2018 at 2:14 PM, Pavel Tatashin wrote: > I hoped, this patch would fix the efi issue: > https://lkml.org/lkml/2018/1/5/534 > > But, unfortunatly it

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Pavel Tatashin
Actually it helps, if before 4.4.110 never booted on my machine, not i was able to boot on a second try. On Fri, Jan 5, 2018 at 2:14 PM, Pavel Tatashin wrote: > I hoped, this patch would fix the efi issue: > https://lkml.org/lkml/2018/1/5/534 > > But, unfortunatly it does not. I got a partial

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Pavel Tatashin
I hoped, this patch would fix the efi issue: https://lkml.org/lkml/2018/1/5/534 But, unfortunatly it does not. I got a partial panic message this time: [4.737578] usb 1-1: new high-speed USB device number 2 using ehci-pci [4.846712] BUG: unable to handle kernel paging request at

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Pavel Tatashin
I hoped, this patch would fix the efi issue: https://lkml.org/lkml/2018/1/5/534 But, unfortunatly it does not. I got a partial panic message this time: [4.737578] usb 1-1: new high-speed USB device number 2 using ehci-pci [4.846712] BUG: unable to handle kernel paging request at

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Pavel Tatashin
> Pavel, can you send your /proc/cpuinfo on a noefi boot? (Just the > first CPU worth is fine.) With noefi option: [root@ca-ostest441 ~]# more /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 79 model name : Intel(R) Xeon(R) CPU E5-2630

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Pavel Tatashin
> Pavel, can you send your /proc/cpuinfo on a noefi boot? (Just the > first CPU worth is fine.) With noefi option: [root@ca-ostest441 ~]# more /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 79 model name : Intel(R) Xeon(R) CPU E5-2630

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Andy Lutomirski
On Fri, Jan 5, 2018 at 9:52 AM, Greg Kroah-Hartman wrote: > On Fri, Jan 05, 2018 at 12:48:54PM -0500, Pavel Tatashin wrote: >> Boots successfully with "noefi" kernel parameter :) > > Thanks, that will help me narrow it down. I'll dig through more patches > when I get

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Andy Lutomirski
On Fri, Jan 5, 2018 at 9:52 AM, Greg Kroah-Hartman wrote: > On Fri, Jan 05, 2018 at 12:48:54PM -0500, Pavel Tatashin wrote: >> Boots successfully with "noefi" kernel parameter :) > > Thanks, that will help me narrow it down. I'll dig through more patches > when I get home tonight... I wish you

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Guenter Roeck
On Fri, Jan 05, 2018 at 04:00:55PM +0100, Greg Kroah-Hartman wrote: > On Thu, Jan 04, 2018 at 09:56:47AM -0800, Guenter Roeck wrote: > > > > FWIW, v4.4.110-rc1 boots fine when merged into chromeos-4.4, on i7-7Y75. > > That's good to know, hopefully 4.4.110-final also still works for you :) It

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Guenter Roeck
On Fri, Jan 05, 2018 at 04:00:55PM +0100, Greg Kroah-Hartman wrote: > On Thu, Jan 04, 2018 at 09:56:47AM -0800, Guenter Roeck wrote: > > > > FWIW, v4.4.110-rc1 boots fine when merged into chromeos-4.4, on i7-7Y75. > > That's good to know, hopefully 4.4.110-final also still works for you :) It

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Greg Kroah-Hartman
On Sat, Jan 06, 2018 at 02:20:16AM +0900, Alice Ferrazzi wrote: > On Thu, Jan 4, 2018 at 5:11 AM, Greg Kroah-Hartman > wrote: > > This is the start of the stable review cycle for the 4.4.110 release. > > There are 37 patches in this series, all will be posted as a

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Greg Kroah-Hartman
On Sat, Jan 06, 2018 at 02:20:16AM +0900, Alice Ferrazzi wrote: > On Thu, Jan 4, 2018 at 5:11 AM, Greg Kroah-Hartman > wrote: > > This is the start of the stable review cycle for the 4.4.110 release. > > There are 37 patches in this series, all will be posted as a response > > to this one. If

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Greg Kroah-Hartman
On Fri, Jan 05, 2018 at 04:57:15PM +0100, Willy Tarreau wrote: > On Fri, Jan 05, 2018 at 04:51:32PM +0100, Greg Kroah-Hartman wrote: > > On Fri, Jan 05, 2018 at 10:32:49AM -0500, Pavel Tatashin wrote: > (...) > > > Reboots after about 30 seconds. > > > > > > Boots fine with nopti option. > > > >

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Greg Kroah-Hartman
On Fri, Jan 05, 2018 at 04:57:15PM +0100, Willy Tarreau wrote: > On Fri, Jan 05, 2018 at 04:51:32PM +0100, Greg Kroah-Hartman wrote: > > On Fri, Jan 05, 2018 at 10:32:49AM -0500, Pavel Tatashin wrote: > (...) > > > Reboots after about 30 seconds. > > > > > > Boots fine with nopti option. > > > >

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Guenter Roeck
On Wed, Jan 03, 2018 at 09:11:06PM +0100, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.4.110 release. > There are 37 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Guenter Roeck
On Wed, Jan 03, 2018 at 09:11:06PM +0100, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.4.110 release. > There are 37 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Greg Kroah-Hartman
On Fri, Jan 05, 2018 at 12:48:54PM -0500, Pavel Tatashin wrote: > Boots successfully with "noefi" kernel parameter :) Thanks, that will help me narrow it down. I'll dig through more patches when I get home tonight... greg k-h

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Greg Kroah-Hartman
On Fri, Jan 05, 2018 at 12:48:54PM -0500, Pavel Tatashin wrote: > Boots successfully with "noefi" kernel parameter :) Thanks, that will help me narrow it down. I'll dig through more patches when I get home tonight... greg k-h

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Guenter Roeck
On Fri, Jan 05, 2018 at 02:41:04PM +0100, Greg Kroah-Hartman wrote: > On Thu, Jan 04, 2018 at 03:45:55PM -0800, Guenter Roeck wrote: > > On Wed, Jan 03, 2018 at 09:11:06PM +0100, Greg Kroah-Hartman wrote: > > > This is the start of the stable review cycle for the 4.4.110 release. > > > There are

Re: [PATCH 4.4 00/37] 4.4.110-stable review

2018-01-05 Thread Guenter Roeck
On Fri, Jan 05, 2018 at 02:41:04PM +0100, Greg Kroah-Hartman wrote: > On Thu, Jan 04, 2018 at 03:45:55PM -0800, Guenter Roeck wrote: > > On Wed, Jan 03, 2018 at 09:11:06PM +0100, Greg Kroah-Hartman wrote: > > > This is the start of the stable review cycle for the 4.4.110 release. > > > There are

  1   2   3   >