Re: [PATCH v2 09/23] percpu: combine percpu address checks

2017-07-25 Thread Josef Bacik
On Mon, Jul 24, 2017 at 07:02:06PM -0400, Dennis Zhou wrote: > From: "Dennis Zhou (Facebook)" > > The percpu address checks for the reserved and dynamic region chunks are > now specific to each region. The address checking logic can be combined > taking advantage of the global references to the d

[PATCH v2 09/23] percpu: combine percpu address checks

2017-07-24 Thread Dennis Zhou
From: "Dennis Zhou (Facebook)" The percpu address checks for the reserved and dynamic region chunks are now specific to each region. The address checking logic can be combined taking advantage of the global references to the dynamic and static region chunks. Signed-off-by: Dennis Zhou --- mm/p