Re: [PATCH v2 06/23] percpu: end chunk area maps page aligned for the populated bitmap

2017-07-25 Thread Josef Bacik
On Mon, Jul 24, 2017 at 07:02:03PM -0400, Dennis Zhou wrote: > From: "Dennis Zhou (Facebook)" > > The area map allocator manages the first chunk area by hiding all but > the region it is responsible for serving in the area map. To align this > with the populated page

Re: [PATCH v2 06/23] percpu: end chunk area maps page aligned for the populated bitmap

2017-07-25 Thread Josef Bacik
On Mon, Jul 24, 2017 at 07:02:03PM -0400, Dennis Zhou wrote: > From: "Dennis Zhou (Facebook)" > > The area map allocator manages the first chunk area by hiding all but > the region it is responsible for serving in the area map. To align this > with the populated page bitmap, end_offset is

[PATCH v2 06/23] percpu: end chunk area maps page aligned for the populated bitmap

2017-07-24 Thread Dennis Zhou
From: "Dennis Zhou (Facebook)" The area map allocator manages the first chunk area by hiding all but the region it is responsible for serving in the area map. To align this with the populated page bitmap, end_offset is introduced to keep track of the delta to end page

[PATCH v2 06/23] percpu: end chunk area maps page aligned for the populated bitmap

2017-07-24 Thread Dennis Zhou
From: "Dennis Zhou (Facebook)" The area map allocator manages the first chunk area by hiding all but the region it is responsible for serving in the area map. To align this with the populated page bitmap, end_offset is introduced to keep track of the delta to end page aligned. The area map is