From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EE3C21F199 for ; Wed, 12 Jul 2023 14:54:05 +0000 (UTC) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9A0E9BB for ; Wed, 12 Jul 2023 07:54:04 -0700 (PDT) Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id B50D55C0186; Wed, 12 Jul 2023 10:54:03 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Wed, 12 Jul 2023 10:54:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; t=1689173643; x=1689260043; bh=Obdgo1ph00bZH C4Rao8ThDReb5dSQF1kT34rZ91WFTE=; b=dymLeyf767vKvw7DaKJM0Dii5A7LX RZ4Mf/0kHzgeXmHZmrPM/P4gmp1ktIfgjofNJGNgrceHLjHA4Cp35ijtSXY4Vrv7 MlSSh4C2+ASUxUCkrLVo6tv3zxUmBssdxYQwO5d2LauQEactqFSXJGUxF/nwK8n9 i0X6943CwY6PJ7eREhzB8KoO6GnSO89c0XnggOu2WlPt3sKAk+N4xhqi+r9yS3nh NaK1U8lqchwiIhsVzivDcoVdVMNcABOFc8ENvh+417xBC8WejQi2TmieX5syle+f JlJnAMEgUbvW6lZo5i4KIu/G3IwWBmiFOEPyBNpA2re+X9IBWSt2UO1hA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedviedrfedvgdekvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpeffhffvvefukfhfgggtuggjsehttdertddttddvnecuhfhrohhmpefkughoucfu tghhihhmmhgvlhcuoehiughoshgthhesihguohhstghhrdhorhhgqeenucggtffrrghtth gvrhhnpedvudefveekheeugeeftddvveefgfduieefudeifefgleekheegleegjeejgeeg hfenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehiug hoshgthhesihguohhstghhrdhorhhg X-ME-Proxy: Feedback-ID: i494840e7:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 12 Jul 2023 10:54:02 -0400 (EDT) Date: Wed, 12 Jul 2023 17:53:59 +0300 From: Ido Schimmel To: Nikolay Aleksandrov Cc: Kuniyuki Iwashima , Roopa Prabhu , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , "Eric W. Biederman" , Kuniyuki Iwashima , netdev@vger.kernel.org, bridge@lists.linux-foundation.org, Harry Coin Subject: Re: [PATCH v1 net] bridge: Return an error when enabling STP in netns. Message-ID: References: <20230711235415.92166-1-kuniyu@amazon.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_BLOCKED,RCVD_IN_MSPIKE_H5,RCVD_IN_MSPIKE_WL, SPF_HELO_PASS,SPF_NONE,T_SCC_BODY_TEXT_LINE,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net On Wed, Jul 12, 2023 at 05:52:09PM +0300, Nikolay Aleksandrov wrote: > I'd prefer this approach to changing user-visible behaviour and potential regressions. > Just change the warning message. Yea, I noticed after sending that the message no longer fits :)