Re: [PATCH 1/2] x86/mm: Give each mm a unique ID

2018-03-09 Thread Greg Kroah-Hartman
On Fri, Mar 09, 2018 at 05:04:39PM -0800, Tim Chen wrote: > On 03/08/2018 10:23 AM, Tim Chen wrote: > > On 03/07/2018 09:30 AM, Greg Kroah-Hartman wrote: > >> On Fri, Mar 02, 2018 at 01:32:09PM -0800, Tim Chen wrote: > >>> From: Andy Lutomirski > >>> commit:

Re: [PATCH 1/2] x86/mm: Give each mm a unique ID

2018-03-09 Thread Greg Kroah-Hartman
On Fri, Mar 09, 2018 at 05:04:39PM -0800, Tim Chen wrote: > On 03/08/2018 10:23 AM, Tim Chen wrote: > > On 03/07/2018 09:30 AM, Greg Kroah-Hartman wrote: > >> On Fri, Mar 02, 2018 at 01:32:09PM -0800, Tim Chen wrote: > >>> From: Andy Lutomirski > >>> commit:

Re: [PATCH 1/2] x86/mm: Give each mm a unique ID

2018-03-09 Thread Tim Chen
On 03/08/2018 10:23 AM, Tim Chen wrote: > On 03/07/2018 09:30 AM, Greg Kroah-Hartman wrote: >> On Fri, Mar 02, 2018 at 01:32:09PM -0800, Tim Chen wrote: >>> From: Andy Lutomirski >>> commit: f39681ed0f48498b80455095376f11535feea332 >>> >>> This adds a new variable to

Re: [PATCH 1/2] x86/mm: Give each mm a unique ID

2018-03-09 Thread Tim Chen
On 03/08/2018 10:23 AM, Tim Chen wrote: > On 03/07/2018 09:30 AM, Greg Kroah-Hartman wrote: >> On Fri, Mar 02, 2018 at 01:32:09PM -0800, Tim Chen wrote: >>> From: Andy Lutomirski >>> commit: f39681ed0f48498b80455095376f11535feea332 >>> >>> This adds a new variable to mmu_context_t: ctx_id. >>>

Re: [PATCH 1/2] x86/mm: Give each mm a unique ID

2018-03-08 Thread Tim Chen
On 03/07/2018 09:30 AM, Greg Kroah-Hartman wrote: > On Fri, Mar 02, 2018 at 01:32:09PM -0800, Tim Chen wrote: >> From: Andy Lutomirski >> commit: f39681ed0f48498b80455095376f11535feea332 >> >> This adds a new variable to mmu_context_t: ctx_id. >> ctx_id uniquely identifies the

Re: [PATCH 1/2] x86/mm: Give each mm a unique ID

2018-03-08 Thread Tim Chen
On 03/07/2018 09:30 AM, Greg Kroah-Hartman wrote: > On Fri, Mar 02, 2018 at 01:32:09PM -0800, Tim Chen wrote: >> From: Andy Lutomirski >> commit: f39681ed0f48498b80455095376f11535feea332 >> >> This adds a new variable to mmu_context_t: ctx_id. >> ctx_id uniquely identifies the mm_struct and will

Re: [PATCH 1/2] x86/mm: Give each mm a unique ID

2018-03-07 Thread Greg Kroah-Hartman
On Fri, Mar 02, 2018 at 01:32:09PM -0800, Tim Chen wrote: > From: Andy Lutomirski > commit: f39681ed0f48498b80455095376f11535feea332 > > This adds a new variable to mmu_context_t: ctx_id. > ctx_id uniquely identifies the mm_struct and will never be reused. > > Signed-off-by:

Re: [PATCH 1/2] x86/mm: Give each mm a unique ID

2018-03-07 Thread Greg Kroah-Hartman
On Fri, Mar 02, 2018 at 01:32:09PM -0800, Tim Chen wrote: > From: Andy Lutomirski > commit: f39681ed0f48498b80455095376f11535feea332 > > This adds a new variable to mmu_context_t: ctx_id. > ctx_id uniquely identifies the mm_struct and will never be reused. > > Signed-off-by: Andy Lutomirski >

[PATCH 1/2] x86/mm: Give each mm a unique ID

2018-03-02 Thread Tim Chen
From: Andy Lutomirski commit: f39681ed0f48498b80455095376f11535feea332 This adds a new variable to mmu_context_t: ctx_id. ctx_id uniquely identifies the mm_struct and will never be reused. Signed-off-by: Andy Lutomirski Reviewed-by: Nadav Amit

[PATCH 1/2] x86/mm: Give each mm a unique ID

2018-03-02 Thread Tim Chen
From: Andy Lutomirski commit: f39681ed0f48498b80455095376f11535feea332 This adds a new variable to mmu_context_t: ctx_id. ctx_id uniquely identifies the mm_struct and will never be reused. Signed-off-by: Andy Lutomirski Reviewed-by: Nadav Amit Reviewed-by: Thomas Gleixner Cc: Andrew Morton