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 30315ECAAD5 for ; Mon, 5 Sep 2022 07:18:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237556AbiIEHSa (ORCPT ); Mon, 5 Sep 2022 03:18:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60708 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237323AbiIEHSJ (ORCPT ); Mon, 5 Sep 2022 03:18:09 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 15ACA4CA0C; Mon, 5 Sep 2022 00:12:48 -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 ams.source.kernel.org (Postfix) with ESMTPS id E0183B80EA6; Mon, 5 Sep 2022 07:11:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 47571C433C1; Mon, 5 Sep 2022 07:11:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1662361881; bh=KEeK/plLeSx5m/ZM2c1u6quOMC2MIqanMz4aSL/KzLw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jgJJNvLPNFuIfmP5WdeYTMTprXhJFyVqbsfpqFrxvhltGKVV9gVpE/On6qmPzuCZC Y1+kI10KrGk+nIvcTVm6FWQetNFpOnckro2JbPCqGX4hpQOrbNsoqMyzw0xKVIpEWi t4uEQGQD0x+b3wB3pEeyQr1RhAjSd6n/m8oWnkDM= Date: Mon, 5 Sep 2022 09:11:18 +0200 From: Greg KH To: David Laight Cc: "netdev@vger.kernel.org" , "stable@vger.kernel.org" , Eric Dumazet Subject: Re: setns() affecting other threads in 5.10.132 and 6.0 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sun, Sep 04, 2022 at 02:05:20PM +0000, David Laight wrote: > Sometime after 5.10.105 (5.10.132 and 6.0) there is a change that > makes setns(open("/proc/1/ns/net")) in the main process change > the behaviour of other process threads. Can you use 'git bisect' to find the offending commit? thanks, greg k-h