From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755025AbaCNSrv (ORCPT ); Fri, 14 Mar 2014 14:47:51 -0400 Received: from mail-qa0-f47.google.com ([209.85.216.47]:62312 "EHLO mail-qa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752226AbaCNSrt (ORCPT ); Fri, 14 Mar 2014 14:47:49 -0400 Date: Fri, 14 Mar 2014 14:47:45 -0400 From: Tejun Heo To: Al Viro Cc: linux-fsdevel@vger.kernel.org, Linus Torvalds , linux-kernel@vger.kernel.org, Stephen Tweedie , Jeremy Eder Subject: Re: [PATCH 1/5][RFC][CFT] percpu fixes, part 1 Message-ID: <20140314184745.GC6889@mtj.dyndns.org> References: <20140305034751.GW18016@ZenIV.linux.org.uk> <20140305034919.GA26528@ZenIV.linux.org.uk> <20140306192026.GA14033@htj.dyndns.org> <20140306203030.GA18016@ZenIV.linux.org.uk> <20140306204726.GE14033@htj.dyndns.org> <20140307025206.GB18016@ZenIV.linux.org.uk> <20140314184545.GA29750@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140314184545.GA29750@ZenIV.linux.org.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 14, 2014 at 06:45:45PM +0000, Al Viro wrote: > There's a missing piece in 2/3 (percpu: store offsets instead of lengths in > ->map[]) - we need to round size up to multiple of 2 in pcpu_alloc(). > Updated patch follows; if you want an incremental instead of replacement - > please, yell. Yeah, I'd prefer an incremental patch. Also, can you please update the comment above alignment / size updates with a bit more detail? Thanks! -- tejun