Re: [RFC PATCH 4/8] powerpc: add CPU field to struct thread_info

2021-10-04 Thread Michael Ellerman
Kees Cook writes: > On Thu, Sep 30, 2021 at 08:46:04AM +1000, Michael Ellerman wrote: >> Ard Biesheuvel writes: >> > On Tue, 28 Sept 2021 at 02:16, Michael Ellerman >> > wrote: >> >> >> >> Michael Ellerman writes: >> >> > Ard Biesheuvel writes: >> >> >> On Tue, 14 Sept 2021 at 14:11, Ard

Re: [RFC PATCH 4/8] powerpc: add CPU field to struct thread_info

2021-09-30 Thread Kees Cook
On Thu, Sep 30, 2021 at 08:46:04AM +1000, Michael Ellerman wrote: > Ard Biesheuvel writes: > > On Tue, 28 Sept 2021 at 02:16, Michael Ellerman wrote: > >> > >> Michael Ellerman writes: > >> > Ard Biesheuvel writes: > >> >> On Tue, 14 Sept 2021 at 14:11, Ard Biesheuvel wrote: > >> >>> > >> >>>

Re: [RFC PATCH 4/8] powerpc: add CPU field to struct thread_info

2021-09-29 Thread Kees Cook
On Thu, Sep 30, 2021 at 08:46:04AM +1000, Michael Ellerman wrote: > Ard Biesheuvel writes: > > On Tue, 28 Sept 2021 at 02:16, Michael Ellerman wrote: > >> > >> Michael Ellerman writes: > >> > Ard Biesheuvel writes: > >> >> On Tue, 14 Sept 2021 at 14:11, Ard Biesheuvel wrote: > >> >>> > >> >>>

Re: [RFC PATCH 4/8] powerpc: add CPU field to struct thread_info

2021-09-29 Thread Michael Ellerman
Ard Biesheuvel writes: > On Tue, 28 Sept 2021 at 02:16, Michael Ellerman wrote: >> >> Michael Ellerman writes: >> > Ard Biesheuvel writes: >> >> On Tue, 14 Sept 2021 at 14:11, Ard Biesheuvel wrote: >> >>> >> >>> The CPU field will be moved back into thread_info even when >> >>>

Re: [RFC PATCH 4/8] powerpc: add CPU field to struct thread_info

2021-09-28 Thread Ard Biesheuvel
On Tue, 28 Sept 2021 at 02:16, Michael Ellerman wrote: > > Michael Ellerman writes: > > Ard Biesheuvel writes: > >> On Tue, 14 Sept 2021 at 14:11, Ard Biesheuvel wrote: > >>> > >>> The CPU field will be moved back into thread_info even when > >>> THREAD_INFO_IN_TASK is enabled, so add it back

Re: [RFC PATCH 4/8] powerpc: add CPU field to struct thread_info

2021-09-27 Thread Michael Ellerman
Michael Ellerman writes: > Ard Biesheuvel writes: >> On Tue, 14 Sept 2021 at 14:11, Ard Biesheuvel wrote: >>> >>> The CPU field will be moved back into thread_info even when >>> THREAD_INFO_IN_TASK is enabled, so add it back to powerpc's definition >>> of struct thread_info. >>> >>>

Re: [RFC PATCH 4/8] powerpc: add CPU field to struct thread_info

2021-09-27 Thread Michael Ellerman
Ard Biesheuvel writes: > On Tue, 14 Sept 2021 at 14:11, Ard Biesheuvel wrote: >> >> The CPU field will be moved back into thread_info even when >> THREAD_INFO_IN_TASK is enabled, so add it back to powerpc's definition >> of struct thread_info. >> >> Signed-off-by: Ard Biesheuvel > > Michael, >

Re: [RFC PATCH 4/8] powerpc: add CPU field to struct thread_info

2021-09-27 Thread Ard Biesheuvel
On Tue, 14 Sept 2021 at 14:11, Ard Biesheuvel wrote: > > The CPU field will be moved back into thread_info even when > THREAD_INFO_IN_TASK is enabled, so add it back to powerpc's definition > of struct thread_info. > > Signed-off-by: Ard Biesheuvel Michael, Do you have any objections or issues

[RFC PATCH 4/8] powerpc: add CPU field to struct thread_info

2021-09-14 Thread Ard Biesheuvel
The CPU field will be moved back into thread_info even when THREAD_INFO_IN_TASK is enabled, so add it back to powerpc's definition of struct thread_info. Signed-off-by: Ard Biesheuvel --- arch/powerpc/include/asm/thread_info.h | 3 +++ 1 file changed, 3 insertions(+) diff --git