From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754917AbcHSBdp convert rfc822-to-8bit (ORCPT ); Thu, 18 Aug 2016 21:33:45 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:45659 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754393AbcHSBdR (ORCPT ); Thu, 18 Aug 2016 21:33:17 -0400 Date: Thu, 18 Aug 2016 19:08:19 +0200 From: Sebastian Andrzej Siewior To: linux-kernel@vger.kernel.org Cc: Peter Zijlstra , Ingo Molnar , rt@linutronix.de, Richard Weinberger , Christoph Lameter , Pekka Enberg , David Rientjes , Joonsoo Kim , Andrew Morton , linux-mm@kvack.org, Thomas Gleixner Subject: Re: [PATCH 03/16] slab: Convert to hotplug state machine Message-ID: <20160818170819.pubp6ywvzkf5u3dg@linutronix.de> References: <20160818125731.27256-1-bigeasy@linutronix.de> <20160818125731.27256-4-bigeasy@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: <20160818125731.27256-4-bigeasy@linutronix.de> User-Agent: Mutt/1.6.2-neo (2016-08-08) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2016-08-18 14:57:18 [+0200], To linux-kernel@vger.kernel.org wrote: > diff --git a/mm/slab.c b/mm/slab.c > index 0eb6691ae6fc..e8d465069b87 100644 > --- a/mm/slab.c > +++ b/mm/slab.c … > +static int slab_online_cpu(unsigned int cpu) > +{ > + pr_err("%s(%d) %d\n", __func__, __LINE__, cpu); as the careful reader will notice, it has been double checked whether or not this callback is invoked. This output needs to go. > + start_cpu_timer(cpu); > + return 0; > +} Sebastian From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f69.google.com (mail-wm0-f69.google.com [74.125.82.69]) by kanga.kvack.org (Postfix) with ESMTP id C88A5830A3 for ; Thu, 18 Aug 2016 13:08:40 -0400 (EDT) Received: by mail-wm0-f69.google.com with SMTP id 1so2135983wmz.2 for ; Thu, 18 Aug 2016 10:08:40 -0700 (PDT) Received: from Galois.linutronix.de (Galois.linutronix.de. [2a01:7a0:2:106d:700::1]) by mx.google.com with ESMTPS id d10si2728836wje.168.2016.08.18.10.08.39 for (version=TLS1_2 cipher=AES128-SHA bits=128/128); Thu, 18 Aug 2016 10:08:39 -0700 (PDT) Date: Thu, 18 Aug 2016 19:08:19 +0200 From: Sebastian Andrzej Siewior Subject: Re: [PATCH 03/16] slab: Convert to hotplug state machine Message-ID: <20160818170819.pubp6ywvzkf5u3dg@linutronix.de> References: <20160818125731.27256-1-bigeasy@linutronix.de> <20160818125731.27256-4-bigeasy@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20160818125731.27256-4-bigeasy@linutronix.de> Sender: owner-linux-mm@kvack.org List-ID: To: linux-kernel@vger.kernel.org Cc: Peter Zijlstra , Ingo Molnar , rt@linutronix.de, Richard Weinberger , Christoph Lameter , Pekka Enberg , David Rientjes , Joonsoo Kim , Andrew Morton , linux-mm@kvack.org, Thomas Gleixner On 2016-08-18 14:57:18 [+0200], To linux-kernel@vger.kernel.org wrote: > diff --git a/mm/slab.c b/mm/slab.c > index 0eb6691ae6fc..e8d465069b87 100644 > --- a/mm/slab.c > +++ b/mm/slab.c =E2=80=A6 > +static int slab_online_cpu(unsigned int cpu) > +{ > + pr_err("%s(%d) %d\n", __func__, __LINE__, cpu); as the careful reader will notice, it has been double checked whether or not this callback is invoked. This output needs to go. > + start_cpu_timer(cpu); > + return 0; > +} Sebastian -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org