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 5630DC7EE29 for ; Thu, 8 Jun 2023 07:40:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235507AbjFHHkN (ORCPT ); Thu, 8 Jun 2023 03:40:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38732 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235514AbjFHHjy (ORCPT ); Thu, 8 Jun 2023 03:39:54 -0400 Received: from new3-smtp.messagingengine.com (new3-smtp.messagingengine.com [66.111.4.229]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 76D96134; Thu, 8 Jun 2023 00:39:53 -0700 (PDT) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailnew.nyi.internal (Postfix) with ESMTP id D5779580263; Thu, 8 Jun 2023 03:39:49 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Thu, 08 Jun 2023 03:39:49 -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=fm1; t=1686209989; x=1686217189; bh=KLXdTmjiH6Xbw Q8H1+gxtl5yVppFjz4D4oQopIcKuzQ=; b=d9ZfRMzhwi/NYPwdIRTmXsfAeCzO/ 25b7Gw2Veda1kYwShYOWCeRLGfu4tuj/6aQA4ymGTwoUXlLzwqbIwSk6fu/XP8Pq LImvHWuv+65pDZclZ5u6b0WRJKcXEvTbUTZIDPEB3O88T/zswOe7xSm1ZD5Ht/Wx +KGv05xSeKgXzdq/9SMiFJsqXWsWKgTi5LVzJvkGVP2bDo/plaPg8rjbkRJbSUI1 0mI5A26L5m9Tfv7HbaNb2iDzF1a5DWjv15aetlwE+cbNQF+nX7KO4bbtvcUgIaPK pgDtSZX/IXpuYT9kkCamdWlgwfXzovnwy0PrpT6OXAqpNdlEgyWPNdmdA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrgedthedguddvvdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpeffhffvvefukfhfgggtuggjsehttdertddttddvnecuhfhrohhmpefkugho ucfutghhihhmmhgvlhcuoehiughoshgthhesihguohhstghhrdhorhhgqeenucggtffrrg htthgvrhhnpedvudefveekheeugeeftddvveefgfduieefudeifefgleekheegleegjeej geeghfenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpe hiughoshgthhesihguohhstghhrdhorhhg X-ME-Proxy: Feedback-ID: i494840e7:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 8 Jun 2023 03:39:48 -0400 (EDT) Date: Thu, 8 Jun 2023 10:39:45 +0300 From: Ido Schimmel To: David Ahern Cc: Breno Leitao , Remi Denis-Courmont , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Alexander Aring , Stefan Schmidt , Miquel Raynal , Willem de Bruijn , Matthieu Baerts , Mat Martineau , Marcelo Ricardo Leitner , Xin Long , axboe@kernel.dk, asml.silence@gmail.com, leit@fb.com, Martin KaFai Lau , Alexei Starovoitov , Kuniyuki Iwashima , Jason Xing , Joanne Koong , Hangyu Hua , Guillaume Nault , Andrea Righi , Wojciech Drewek , open list , "open list:NETWORKING [GENERAL]" , "open list:DCCP PROTOCOL" , "open list:IEEE 802.15.4 SUBSYSTEM" , "open list:NETWORKING [MPTCP]" , "open list:SCTP PROTOCOL" Subject: Re: [PATCH net-next v6] net: ioctl: Use kernel memory on protocol ioctl callbacks Message-ID: References: <20230606180045.827659-1-leitao@debian.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 07, 2023 at 08:45:49AM -0600, David Ahern wrote: > What kind of testing was done with the patch? Would be good to run > through a NOS style of test suites to make sure the ipmr and ip6mr > changes are correct. (cc'ed Ido since the mlxsw crew has a really good > test up) We don't have that many multicast routing tests, but I ran those that we do have and they passed.