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 D73B5C7EE24 for ; Fri, 2 Jun 2023 17:05:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234584AbjFBRFD (ORCPT ); Fri, 2 Jun 2023 13:05:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41032 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235101AbjFBRFD (ORCPT ); Fri, 2 Jun 2023 13:05:03 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 56C28C0; Fri, 2 Jun 2023 10:05:02 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E67B165023; Fri, 2 Jun 2023 17:05:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0868CC433D2; Fri, 2 Jun 2023 17:05:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1685725501; bh=GlAu0aNbwphKJhUnVkda7AFO2q1J46qAqdw0mddHz8w=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=wbUPswsr9hr4BB65JJHlta8rBwcdaRFkBVsiH4/ntoRMYwOu94aaLbzEifi0NpL9I CdFdcg82Z1jAb5xxiOv29zX2Me0iKTFh4z0rNZK3ba4myatC7/i2uZ/uuIZHntqrcW upJOS7V/k80FeZVXx76UKic3eQErySt/CpRS0ArA= Date: Fri, 2 Jun 2023 10:05:00 -0700 From: Andrew Morton To: Stephen Rothwell Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: duplicate patch in the tip tree Message-Id: <20230602100500.2416fabea876b03b129bbf23@linux-foundation.org> In-Reply-To: <20230602130423.424e37cd@canb.auug.org.au> References: <20230602130423.424e37cd@canb.auug.org.au> 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-next@vger.kernel.org On Fri, 2 Jun 2023 13:04:23 +1000 Stephen Rothwell wrote: > Hi all, > > The following commit is also in the mm tree as a different commit (but > the same patch): > > b7a7ce1bb77b ("vdso/timens: Always provide arch_get_vdso_data() prototype for vdso") > > This is commit > > 0361c2513d36 ("time_namespace: always provide arch_get_vdso_data() prototype for vdso") > > in the mm tree. Thanks. I think I'll leave things as-is - both trees want the patch.