From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E3B92C433DF for ; Tue, 18 Aug 2020 17:01:01 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 8F5BC2067C for ; Tue, 18 Aug 2020 17:01:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8F5BC2067C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=goodmis.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 0E0D76B002E; Tue, 18 Aug 2020 13:01:01 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 091AE6B002F; Tue, 18 Aug 2020 13:01:01 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id EEB5A8D0001; Tue, 18 Aug 2020 13:01:00 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0183.hostedemail.com [216.40.44.183]) by kanga.kvack.org (Postfix) with ESMTP id DAD3B6B002E for ; Tue, 18 Aug 2020 13:01:00 -0400 (EDT) Received: from smtpin18.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay04.hostedemail.com (Postfix) with ESMTP id 94C531EF3 for ; Tue, 18 Aug 2020 17:01:00 +0000 (UTC) X-FDA: 77164304280.18.pipe73_5f09c0d27021 Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin18.hostedemail.com (Postfix) with ESMTP id 42937100EC66D for ; Tue, 18 Aug 2020 17:00:56 +0000 (UTC) X-HE-Tag: pipe73_5f09c0d27021 X-Filterd-Recvd-Size: 2067 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf25.hostedemail.com (Postfix) with ESMTP for ; Tue, 18 Aug 2020 17:00:48 +0000 (UTC) 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 X-Rspamd-Queue-Id: 42937100EC66D X-Spamd-Result: default: False [0.00 / 100.00] X-Rspamd-Server: rspam04 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000003, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: 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