Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752059AbdFTTcl (ORCPT ); Tue, 20 Jun 2017 15:32:41 -0400 Received: from mail-yw0-f177.google.com ([209.85.161.177]:34633 "EHLO mail-yw0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751898AbdFTTcM (ORCPT ); Tue, 20 Jun 2017 15:32:12 -0400 Date: Tue, 20 Jun 2017 15:32:09 -0400 From: Tejun Heo To: Dennis Zhou Cc: Christoph Lameter , "linux-mm@kvack.org" , "linux-kernel@vger.kernel.org" , Kernel Team Subject: Re: [PATCH 0/4] percpu: add basic stats and tracepoints to percpu allocator Message-ID: <20170620193209.GE21326@htj.duckdns.org> References: <20170619232832.27116-1-dennisz@fb.com> <20170620174521.GD21326@htj.duckdns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 481 Lines: 12 On Tue, Jun 20, 2017 at 07:12:49PM +0000, Dennis Zhou wrote: > On 6/20/17, 1:45 PM, "Tejun Heo" wrote: > > Applied to percpu/for-4.13. I had to update 0002 because of the > > recent __ro_after_init changes. Can you please see whether I made any > > mistakes while updating it? > > There is a tagging mismatch in 0002. Can you please change or remove the __read_mostly annotation in mm/percpu-internal.h? Fixed. Thanks. -- tejun