Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751467AbdGYSZL (ORCPT ); Tue, 25 Jul 2017 14:25:11 -0400 Received: from mail-qk0-f182.google.com ([209.85.220.182]:35132 "EHLO mail-qk0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750864AbdGYSZK (ORCPT ); Tue, 25 Jul 2017 14:25:10 -0400 Date: Tue, 25 Jul 2017 14:25:08 -0400 From: Josef Bacik To: Dennis Zhou Cc: Tejun Heo , Christoph Lameter , Josef Bacik , linux-kernel@vger.kernel.org, linux-mm@kvack.org, kernel-team@fb.com, Dennis Zhou Subject: Re: [PATCH v2 09/23] percpu: combine percpu address checks Message-ID: <20170725182508.GI18880@destiny> References: <20170724230220.21774-1-dennisz@fb.com> <20170724230220.21774-10-dennisz@fb.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170724230220.21774-10-dennisz@fb.com> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 540 Lines: 15 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 dynamic and static > region chunks. > > Signed-off-by: Dennis Zhou Reviewed-by: Josef Bacik Tho this probably would have been fine to do in the previous patch. Thanks, Josef