From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757483AbeBPJCj (ORCPT ); Fri, 16 Feb 2018 04:02:39 -0500 Received: from mail-wm0-f65.google.com ([74.125.82.65]:34259 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757437AbeBPJCh (ORCPT ); Fri, 16 Feb 2018 04:02:37 -0500 X-Google-Smtp-Source: AH8x225SKzsxgmIHOr0mZPTCtRLUvHJiQIXyTvWimlMdqNVMrdC3Cn5Up80vPGy+xgfiq7L9D/Frgg== Date: Fri, 16 Feb 2018 10:02:33 +0100 From: Ingo Molnar To: Josh Poimboeuf Cc: Tejun Heo , x86@kernel.org, linux-kernel@vger.kernel.org, Steven Rostedt , Thomas Gleixner , Linus Torvalds , Peter Zijlstra , Jason Baron , Borislav Petkov Subject: Re: [PATCH 3/3] percpu: Remove inert tracepoint in __init code Message-ID: <20180216090233.lpuqu4z4co6zy5rb@gmail.com> References: <42d6bf23a6d151b5d13778be969c7a063d60665a.1518626149.git.jpoimboe@redhat.com> <20180215152246.GT695913@devbig577.frc2.facebook.com> <20180215153341.5zlc2opvx2vteoqe@treble> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180215153341.5zlc2opvx2vteoqe@treble> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Josh Poimboeuf wrote: > On Thu, Feb 15, 2018 at 07:22:46AM -0800, Tejun Heo wrote: > > On Wed, Feb 14, 2018 at 10:40:43AM -0600, Josh Poimboeuf wrote: > > > The jump_label code doesn't patch init code, so this tracepoint can > > > never be enabled. Remove it. > > > > > > Cc: Tejun Heo > > > Signed-off-by: Josh Poimboeuf > > > > Applied to percpu/for-4.17. > > Actually, I think this patch should be dropped. As Jason pointed out, > tracepoints *can* be enabled at boot time for __init code, so it's > possible for this tracepoint to be used. Would it still be useful to have the warning for failed patching? Thanks, Ingo