Re: [PATCH v6 01/24] x86/mm: Define CONFIG_SPF

2018-01-15 Thread Laurent Dufour
On 15/01/2018 18:49, Thomas Gleixner wrote: > On Mon, 15 Jan 2018, Laurent Dufour wrote: >> On 12/01/2018 19:57, Thomas Gleixner wrote: >>> On Fri, 12 Jan 2018, Laurent Dufour wrote: >>> Introduce CONFIG_SPF which turns on the Speculative Page Fault handler when building for 64bits with

Re: [PATCH v6 01/24] x86/mm: Define CONFIG_SPF

2018-01-15 Thread Laurent Dufour
On 15/01/2018 18:49, Thomas Gleixner wrote: > On Mon, 15 Jan 2018, Laurent Dufour wrote: >> On 12/01/2018 19:57, Thomas Gleixner wrote: >>> On Fri, 12 Jan 2018, Laurent Dufour wrote: >>> Introduce CONFIG_SPF which turns on the Speculative Page Fault handler when building for 64bits with

Re: [PATCH v6 01/24] x86/mm: Define CONFIG_SPF

2018-01-15 Thread Thomas Gleixner
On Mon, 15 Jan 2018, Laurent Dufour wrote: > On 12/01/2018 19:57, Thomas Gleixner wrote: > > On Fri, 12 Jan 2018, Laurent Dufour wrote: > > > >> Introduce CONFIG_SPF which turns on the Speculative Page Fault handler when > >> building for 64bits with SMP. > >> > >> Signed-off-by: Laurent Dufour

Re: [PATCH v6 01/24] x86/mm: Define CONFIG_SPF

2018-01-15 Thread Thomas Gleixner
On Mon, 15 Jan 2018, Laurent Dufour wrote: > On 12/01/2018 19:57, Thomas Gleixner wrote: > > On Fri, 12 Jan 2018, Laurent Dufour wrote: > > > >> Introduce CONFIG_SPF which turns on the Speculative Page Fault handler when > >> building for 64bits with SMP. > >> > >> Signed-off-by: Laurent Dufour

Re: [PATCH v6 01/24] x86/mm: Define CONFIG_SPF

2018-01-15 Thread Laurent Dufour
Hi Thomas, Thanks for reviewing this series. On 12/01/2018 19:57, Thomas Gleixner wrote: > On Fri, 12 Jan 2018, Laurent Dufour wrote: > >> Introduce CONFIG_SPF which turns on the Speculative Page Fault handler when >> building for 64bits with SMP. >> >> Signed-off-by: Laurent Dufour

Re: [PATCH v6 01/24] x86/mm: Define CONFIG_SPF

2018-01-15 Thread Laurent Dufour
Hi Thomas, Thanks for reviewing this series. On 12/01/2018 19:57, Thomas Gleixner wrote: > On Fri, 12 Jan 2018, Laurent Dufour wrote: > >> Introduce CONFIG_SPF which turns on the Speculative Page Fault handler when >> building for 64bits with SMP. >> >> Signed-off-by: Laurent Dufour >> --- >>

Re: [PATCH v6 01/24] x86/mm: Define CONFIG_SPF

2018-01-12 Thread Thomas Gleixner
On Fri, 12 Jan 2018, Laurent Dufour wrote: > Introduce CONFIG_SPF which turns on the Speculative Page Fault handler when > building for 64bits with SMP. > > Signed-off-by: Laurent Dufour > --- > arch/x86/Kconfig | 4 > 1 file changed, 4 insertions(+) > > diff

Re: [PATCH v6 01/24] x86/mm: Define CONFIG_SPF

2018-01-12 Thread Thomas Gleixner
On Fri, 12 Jan 2018, Laurent Dufour wrote: > Introduce CONFIG_SPF which turns on the Speculative Page Fault handler when > building for 64bits with SMP. > > Signed-off-by: Laurent Dufour > --- > arch/x86/Kconfig | 4 > 1 file changed, 4 insertions(+) > > diff --git a/arch/x86/Kconfig

[PATCH v6 01/24] x86/mm: Define CONFIG_SPF

2018-01-12 Thread Laurent Dufour
Introduce CONFIG_SPF which turns on the Speculative Page Fault handler when building for 64bits with SMP. Signed-off-by: Laurent Dufour --- arch/x86/Kconfig | 4 1 file changed, 4 insertions(+) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index

[PATCH v6 01/24] x86/mm: Define CONFIG_SPF

2018-01-12 Thread Laurent Dufour
Introduce CONFIG_SPF which turns on the Speculative Page Fault handler when building for 64bits with SMP. Signed-off-by: Laurent Dufour --- arch/x86/Kconfig | 4 1 file changed, 4 insertions(+) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index a317d5594b6a..d74353b85aaf 100644 ---