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 445243ECBEE for ; Fri, 8 May 2026 20:41:55 +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=1778272916; cv=none; b=GxfVx8g5nPLOML974by7zMWmyemjE/D2mLXM5lPAjN8U9jw2j1Cc65yxaDgPwJPe13V2eQWSRknV9yooT1XyWXVfWH87jZsZaR/YZ2tAHyiSv887V0NUdATqU9hAoJpz+1pOxNv1nzbnUHyXN3jDuiRXvEppLW72wDdx5NhBQDk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778272916; c=relaxed/simple; bh=Vq3u7x3L9mJ3Y0PUDgXFvkpRHVdiRoUc+C+9Jyz/T90=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=f4NrWwQYcg8j2/NVSK7Aaq31vdU+BxyHHqJO9aiYtmWZ5dQXScSXeiItpwqb4n4wyp2FmjtECkn0KIo3WGwKSwiF9ry6ouEqfMAAT8uklu1DZcSdWsqN43O7lfOcDWDK8fjR6/ZJq3c7cGIg3F/ivNfa8klXadNABysfk1ABn38= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=R2gPvYiC; 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="R2gPvYiC" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 323F8C2BCB0; Fri, 8 May 2026 20:41:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778272915; bh=Vq3u7x3L9mJ3Y0PUDgXFvkpRHVdiRoUc+C+9Jyz/T90=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=R2gPvYiCY5ADY4t9gNe0elccPa3OLYVyIhKwGIdWpFjS40l802W8Z7zkHifrEsN6i a58iTngGTW+/H/CUupc7R6Q5R/qXRss7/G3WYAobxdJfXeibz0ex60pgrVp4TBgXv+ 1C8fm4NTBdIXB/XVFLYxr6YE8yXr65bLmVYNMcYezUfobDyR2SJr6mEhNgpzuoq4JF pq5dxUUyFHM8yitTzMP05uecOMV9paeeGU+Mx9t4BReccDn81+6b2Li8XA0yDYJnh0 l4aAESRUohS4IGMCnr/lQHIsd03G/ZU2xbvTaoYGPxgu+gAZ20h7tD6fMIUTAtIx2c Nqk8KlIrEBtnw== Date: Fri, 8 May 2026 13:41:54 -0700 From: Jakub Kicinski To: Breno Leitao Cc: Tao Cui , andrew@lunn.ch, davem@davemloft.net, edumazet@google.com, pabeni@redhat.com, horms@kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH] net: ethtool: fix missing closing paren in rings_reply_size() Message-ID: <20260508134154.170dc200@kernel.org> In-Reply-To: References: <20260508071402.183909-1-cuitao@kylinos.cn> 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 Fri, 8 May 2026 02:33:28 -0700 Breno Leitao wrote: > Even thought the resulting size is identical, I am wondering if you > should add the Fixes: here. (or target net-next instead). For the record - no and no. But don't repost this again, please, I'll clean up.