Re: [tip:x86/urgent] x86/mm: Fix boot crash caused by incorrect loop count calculation in sync_global_pgds()

2017-06-27 Thread Greg KH
On Wed, Jun 21, 2017 at 06:26:59PM -0700, Dan Williams wrote: > [ adding -stable ] > > The patch below is upstream as commit fc5f9d5f151c "x86/mm: Fix boot > crash caused by incorrect loop count calculation in > sync_global_pgds()". The referenced bug potentially affects all kaslr > enabled

Re: [tip:x86/urgent] x86/mm: Fix boot crash caused by incorrect loop count calculation in sync_global_pgds()

2017-06-27 Thread Greg KH
On Wed, Jun 21, 2017 at 06:26:59PM -0700, Dan Williams wrote: > [ adding -stable ] > > The patch below is upstream as commit fc5f9d5f151c "x86/mm: Fix boot > crash caused by incorrect loop count calculation in > sync_global_pgds()". The referenced bug potentially affects all kaslr > enabled

Re: [tip:x86/urgent] x86/mm: Fix boot crash caused by incorrect loop count calculation in sync_global_pgds()

2017-06-22 Thread Ingo Molnar
* Dan Williams wrote: > [ adding -stable ] > > The patch below is upstream as commit fc5f9d5f151c "x86/mm: Fix boot > crash caused by incorrect loop count calculation in > sync_global_pgds()". The referenced bug potentially affects all kaslr > enabled kernels with >

Re: [tip:x86/urgent] x86/mm: Fix boot crash caused by incorrect loop count calculation in sync_global_pgds()

2017-06-22 Thread Ingo Molnar
* Dan Williams wrote: > [ adding -stable ] > > The patch below is upstream as commit fc5f9d5f151c "x86/mm: Fix boot > crash caused by incorrect loop count calculation in > sync_global_pgds()". The referenced bug potentially affects all kaslr > enabled kernels with > 512GB of memory. Please

Re: [tip:x86/urgent] x86/mm: Fix boot crash caused by incorrect loop count calculation in sync_global_pgds()

2017-06-21 Thread Dan Williams
[ adding -stable ] The patch below is upstream as commit fc5f9d5f151c "x86/mm: Fix boot crash caused by incorrect loop count calculation in sync_global_pgds()". The referenced bug potentially affects all kaslr enabled kernels with > 512GB of memory. Please apply this patch to all current -stable

Re: [tip:x86/urgent] x86/mm: Fix boot crash caused by incorrect loop count calculation in sync_global_pgds()

2017-06-21 Thread Dan Williams
[ adding -stable ] The patch below is upstream as commit fc5f9d5f151c "x86/mm: Fix boot crash caused by incorrect loop count calculation in sync_global_pgds()". The referenced bug potentially affects all kaslr enabled kernels with > 512GB of memory. Please apply this patch to all current -stable

[tip:x86/urgent] x86/mm: Fix boot crash caused by incorrect loop count calculation in sync_global_pgds()

2017-05-05 Thread tip-bot for Baoquan He
Commit-ID: fc5f9d5f151c9fff21d3d1d2907b888a5aec3ff7 Gitweb: http://git.kernel.org/tip/fc5f9d5f151c9fff21d3d1d2907b888a5aec3ff7 Author: Baoquan He AuthorDate: Thu, 4 May 2017 10:25:47 +0800 Committer: Ingo Molnar CommitDate: Fri, 5 May 2017 08:21:24

[tip:x86/urgent] x86/mm: Fix boot crash caused by incorrect loop count calculation in sync_global_pgds()

2017-05-05 Thread tip-bot for Baoquan He
Commit-ID: fc5f9d5f151c9fff21d3d1d2907b888a5aec3ff7 Gitweb: http://git.kernel.org/tip/fc5f9d5f151c9fff21d3d1d2907b888a5aec3ff7 Author: Baoquan He AuthorDate: Thu, 4 May 2017 10:25:47 +0800 Committer: Ingo Molnar CommitDate: Fri, 5 May 2017 08:21:24 +0200 x86/mm: Fix boot crash caused