From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 429D1243954; Wed, 4 Feb 2026 03:43:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770176599; cv=none; b=WwJ0EETxuH+E2x9Ln/Ho7SQNYbOCTyS+uXoHGJpzcnerDmoypTuIavVocb9UYRJhE1EXBMuoJ15WxV5PjHQ+YHklk19d4fcGXf2UAe+26nkPVlGjvaYOAp/RS7NQ35i8Y3uLLxQrgJnRzmnVbT3ogzss8y1nG0Lk3U4KY/CdFwQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770176599; c=relaxed/simple; bh=+RJqmiyAzURP+SiDWU6A61LOWyKxb+Ncd3kVeaDbjq8=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=J4cckujtBG56k5RQDshZf+x6ksFkfIhqbGcq6YFvtJcJ47NaFzbCf92JYWX/o0cEJxEGW41xAvCgV7T/nXD2esg35YD7aI/PPZm5x/hQp6wbInzx+Kt2BoLWe9y6dmrf6KtS5fp9OuuTTB2235JrggqqzRdJDZldHipK5Zv/xVw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=e3advtPv; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="e3advtPv" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6AA77C4CEF7; Wed, 4 Feb 2026 03:43:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770176598; bh=+RJqmiyAzURP+SiDWU6A61LOWyKxb+Ncd3kVeaDbjq8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=e3advtPv+Grmivuh2wDpf9EsU3ATDvBpOIJYSJ4RJQuXTVim7rl1jpKS47bTKXDFT aME4vlmsJeFDLKg685u7iGcC8v5UonoTA6TWUeYxs68NPN3JL4DE3XXGtF5Ci9LeYv xaxml5Qay1gpOIaCrO8/WDvh1miGugwLtdZF///ThAk0WwePFTmstreNPhyUtU1Ot8 lBO9nxTElLRZRPx3Fai3CYdCBGPNIh6WW66s9n+D7ZimZuMTugNaG2FNl0JegTr3z0 tktMZKosBAZNmBtuwNiSISg5Uz8sY2RMtK6+aa8Y0t5sOKd+cWxD+PxN8Tfm5VXbBz QwEjdvewwj/Hw== Date: Tue, 3 Feb 2026 19:43:17 -0800 From: Jakub Kicinski To: Ethan Nelson-Moore Cc: linux-usb@vger.kernel.org, netdev@vger.kernel.org, Simon Horman , Andrew Lunn , "David S. Miller" , Eric Dumazet , Paolo Abeni , Oleksij Rempel , Eric Biggers , "Russell King (Oracle)" , Peter Korsgaard Subject: Re: [PATCH net-next v3] net: usb: sr9700: remove code to drive nonexistent multicast filter Message-ID: <20260203194317.07432b29@kernel.org> In-Reply-To: <20260203013924.28582-1-enelsonmoore@gmail.com> References: <20260203013924.28582-1-enelsonmoore@gmail.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-Transfer-Encoding: 7bit On Mon, 2 Feb 2026 17:39:09 -0800 Ethan Nelson-Moore wrote: > Reviewed-by: Simon Horman (from v1) Not sure these annotation on the get are useful, maybe add the notes in the change log? Once this is committed the changelog is discarded, it is no longer relevant that v3 was applied. If anyone wants to do more research they have to look at the ML archive.