Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp3243782pxa; Tue, 18 Aug 2020 10:04:09 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzmemblRbeiEC0yuO24/uXsZn6bsOfcRf8ZoHc03NxhjFb6FWp70uu/eZyH7xYrG6i3stLD X-Received: by 2002:a17:906:e17:: with SMTP id l23mr20497279eji.13.1597770248948; Tue, 18 Aug 2020 10:04:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1597770248; cv=none; d=google.com; s=arc-20160816; b=jRl7A3HOsf0Nr2obqx5yidUeHDzKSqDDcT0lbCziJgpuzRGGlxwW+m/KOH+Pn/VrG5 A9QdRR2vbmhWbyOHX1FX1puzJ1VtJEHSarLBwiRLN8T+TePuAkvABfdjI+BpLNqavaqb jMKpg+mMgkgjQlUCJLXRpUht3vXWC5MNuDiK/fPOA8qpZr1PIMpkxrU65uyG29/oTfg4 Hl5pYWb8ys9D0hXMgmnD29f/fhZfu7VJmwN7juAk9N7C96V6KlAuR4pDHR+xypil66qb OM6GtLE9/LiUQm8pQbjkQzy3gPBHv8XEA6LTnh0mqyT0Rm1FGHEboFhSX8lJSdKHfoHL 1WEQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=7/xE5LKMQq0YiBQD5g/73njEvua4E1DK8GdnBIKXa5c=; b=Rne7NPVJ5GSNdFt93OyPhrgY72gf6u6l3/iTO5BdEt8cfGnsA30cVovbFZIoevk/tK kBAfvCq0y4bRX6B/KQ9gQXvrxAHvWPOg0RFx1w49MXqGsbByW1QJE9AymUHI+n8iKHc7 ZOUGcxcXbweaAf8QALgJw6jr/5utlDn3t1zCPTbcowhWuqh8ex6hG3kEK4AO3Wu6VUtN 2Dt8KQd2rhEL+eTrkGGBxkmLA8hRTW2Sqa402f5JeG4BFRmDLpTjXsQfXvhHezp7453X 5WZFh2Vjh8alqDEzv3aABMzl0wCC5IT0TQ68Qh/vr1wDWcs0/Cwa0TbU1uQkIAQQs4Q2 9Gzg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id h6si14752869ejq.39.2020.08.18.10.03.44; Tue, 18 Aug 2020 10:04:08 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728335AbgHRRA7 (ORCPT + 99 others); Tue, 18 Aug 2020 13:00:59 -0400 Received: from mail.kernel.org ([198.145.29.99]:46234 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726930AbgHRRAs (ORCPT ); Tue, 18 Aug 2020 13:00:48 -0400 Received: from oasis.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id ECD352067C; Tue, 18 Aug 2020 17:00:46 +0000 (UTC) Date: Tue, 18 Aug 2020 13:00:45 -0400 From: Steven Rostedt To: Jarkko Sakkinen Cc: Masami Hiramatsu , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Andi Kleen , Ard Biesheuvel , Jessica Yu , Mark Rutland , Mike Rapoport , Peter Zijlstra , Russell King , Will Deacon , Ingo Molnar Subject: Re: [PATCH] kprobes: Use module_name() macro Message-ID: <20200818130045.7bb13992@oasis.local.home> In-Reply-To: <20200818163356.GG137138@linux.intel.com> References: <20200818050857.117998-1-jarkko.sakkinen@linux.intel.com> <20200818234956.c616371d8766e74aef5e7bd2@kernel.org> <20200818163356.GG137138@linux.intel.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 18 Aug 2020 19:33:56 +0300 Jarkko Sakkinen wrote: > > Acked-by: Masami Hiramatsu > > Great, thank you. > > When this might get included to a PR, or at minimum land to linux-next? > > Just thinking what to use as the baseline for the next version of my > main series. I can apply this to my tree along with Masami's latest bootconfig patches. This will be for linux-next. I don't usually push to linux-next until around -rc3. Would that be too late? -- Steve