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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 41B5DCDB47E for ; Wed, 18 Oct 2023 15:14:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345322AbjJRPOA (ORCPT ); Wed, 18 Oct 2023 11:14:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41626 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235063AbjJRPNw (ORCPT ); Wed, 18 Oct 2023 11:13:52 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5E683EA; Wed, 18 Oct 2023 08:13:50 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CA070C433C8; Wed, 18 Oct 2023 15:13:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1697642030; bh=Rn5ZY3cxY/j1OTIpp2TrL+TBhZ3o5KCwQERM+GGg6S0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=u/fgA1LyLVi7hRoLvKfisDGRlK5EtS/jM9+z2KdMuKUFjyMP1s4/OPEGUurjSwdmE m2EqxE1RG92VKuV098YJPXx5eShwXJgi9w+4cL8pyKoty3UTIYVE6Eg1Q6OkDYV+HB mz9lwHqlPO2MmbOiGe0lm3TNUDJuQ3BTLimIKsKE= Date: Wed, 18 Oct 2023 08:13:49 -0700 From: Andrew Morton To: Masami Hiramatsu (Google) Cc: Stephen Rothwell , Steven Rostedt , "Paul E. McKenney" , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: duplicate patch in the ftrace tree Message-Id: <20231018081349.b5762f6f2c362fa8f84df5d2@linux-foundation.org> In-Reply-To: <20231019001038.ed0fa7568e95d2409eb6a697@kernel.org> References: <20231018141857.6ba1f328@canb.auug.org.au> <20231019001038.ed0fa7568e95d2409eb6a697@kernel.org> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 19 Oct 2023 00:10:38 +0900 Masami Hiramatsu (Google) wrote: > On Wed, 18 Oct 2023 14:18:57 +1100 > Stephen Rothwell wrote: > > > Hi all, > > > > The following commits are also in the mm tree as a different commit > > (but the same patch): > > > > 2db949178eca ("fs/proc: Add boot loader arguments as comment to /proc/bootconfig") > > > > This is commit > > > > d120336bf502 ("fs/proc: add boot loader arguments as comment to /proc/bootconfig") > > Hmm, sorry, I picked this patch on my bootconfig/for-next branch because > it depends on the bootconfig feature. > I dropped the copy from mm.git.