Re: [PATCH 16/16] x86/entry/64: Move the IST stacks into cpu_entry_area

2017-11-23 Thread Andy Lutomirski
On Tue, Nov 21, 2017 at 6:45 AM, Andrey Ryabinin wrote: > > > On 11/21/2017 10:38 AM, Ingo Molnar wrote: >> >> * Andy Lutomirski wrote: >> >>> /* May not be marked __init: used by software suspend */ >>> void syscall_init(void) >>> { >>> @@ -1627,7 +1637,7 @@ void cpu_init(void) >>> * se

Re: [PATCH 16/16] x86/entry/64: Move the IST stacks into cpu_entry_area

2017-11-21 Thread Andy Lutomirski
On Mon, Nov 20, 2017 at 11:38 PM, Ingo Molnar wrote: > > * Andy Lutomirski wrote: > >> /* May not be marked __init: used by software suspend */ >> void syscall_init(void) >> { >> @@ -1627,7 +1637,7 @@ void cpu_init(void) >>* set up and load the per-CPU TSS >>*/ >> if (!oi

Re: [PATCH 16/16] x86/entry/64: Move the IST stacks into cpu_entry_area

2017-11-21 Thread Andrey Ryabinin
On 11/21/2017 10:38 AM, Ingo Molnar wrote: > > * Andy Lutomirski wrote: > >> /* May not be marked __init: used by software suspend */ >> void syscall_init(void) >> { >> @@ -1627,7 +1637,7 @@ void cpu_init(void) >> * set up and load the per-CPU TSS >> */ >> if (!oist->ist[0]

Re: [PATCH 16/16] x86/entry/64: Move the IST stacks into cpu_entry_area

2017-11-20 Thread Ingo Molnar
* Andy Lutomirski wrote: > /* May not be marked __init: used by software suspend */ > void syscall_init(void) > { > @@ -1627,7 +1637,7 @@ void cpu_init(void) >* set up and load the per-CPU TSS >*/ > if (!oist->ist[0]) { > - char *estacks = per_cpu(exception_s