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 B6B59C3DA54 for ; Thu, 17 Aug 2023 16:32:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352367AbjHQQbc (ORCPT ); Thu, 17 Aug 2023 12:31:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50552 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1352150AbjHQQbJ (ORCPT ); Thu, 17 Aug 2023 12:31:09 -0400 Received: from todd.t-8ch.de (todd.t-8ch.de [159.69.126.157]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9BBED173F; Thu, 17 Aug 2023 09:31:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=t-8ch.de; s=mail; t=1692289855; bh=qJcU5Nw4ZhAM/ZXqvDRC0z8gHB9DFVPeYiejdM3zgiY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DonZkdJc3+HKPCIx9DIBYyXUzhXvGc1vTQ2JSbIwGxdLRkdOEnVI21xJyz/QN2ctE M3vMoLrklKMhPDR/mPUS6kqYTrsp9bfvHK59Slnbh6o46FaDpmeH/XGLtSkDDroSDy JvyjabLvFkXcU9/whBF+btY8k5HSkE8Iki3aCrsI= Date: Thu, 17 Aug 2023 18:30:54 +0200 From: Thomas =?utf-8?Q?Wei=C3=9Fschuh?= To: Stephen Rothwell Cc: Shuah Khan , Willy Tarreau , "Paul E. McKenney" , Christian Brauner , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: duplicate patch in the nolibc tree Message-ID: References: <20230817133811.0a73c624@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230817133811.0a73c624@canb.auug.org.au> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2023-08-17 13:38:11+1000, Stephen Rothwell wrote: > The following commit is also in the vfs-brauner tree as a different commit > (but the same patch): > > ba859b2e419c ("selftests/nolibc: drop test chmod_net") > > This is commit > > 49319832de90 ("selftests/nolibc: drop test chmod_net") > > in the vfs-brauner tree. I think we can drop the patch from the nolibc tree. The patch is only really necessary in combination with commit 18e66ae67673 ("proc: use generic setattr() for /proc/$PID/net") which already is and should stay in the vfs tree.