From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 D70313D45C8; Thu, 21 May 2026 13:33:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779370405; cv=none; b=iZU8cTraVrPuGpfhEnrODkn61RYVPjhJQTQdubOw1CXEiKStSxMiZVnI+hOQwQNyD6UPFAQOPnephhimbGGpEJBbQUaRwtA8Gp2ULsls2wdVz8Uhw6irrQNetWUcJqgn1To5B+2KFOm2AiGu8uTEONYtP5a9fd2lXwfHpsUbkwU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779370405; c=relaxed/simple; bh=cqyQq0DP78v9nSQ6cIahflGo8yFIjCIu8QgW/oeEajM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=f7/vA3i+QLhLW/olyFD/QcWq/yVlpxmWO7FPagu+KbXNAVokA5lB2q/1vEH28TSK/eTGCRQIZp9KawS8SLdv1dBlvugQ6103RsrfoKzfl8Vjvj1q/vW6m7BUTiq0wKLzMtIk3lAf+5/KLPe3bHe+wuNx8pbBb1PZELa6oimEHXw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=kHvho5Wr; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="kHvho5Wr" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8D5CD1F000E9; Thu, 21 May 2026 13:33:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779370404; bh=ODDTtTq5hBX3EAC0aw+uREKbcvSKr5vuv+UgMcftiGo=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=kHvho5WrsPozCj3VJ7jOSghxS8JEsMnc80Uhy0TwHNmV6ntzZPXLCVQEsnSs6niWl 8VWepVnCaY9DSAmZJ7akXux8Dk/Ud6yy6UiW1yaj39mEdiDpMdW3msxf5+qxkguijA Aqz/AlG7XEhrLKrcWaRa/Vgc3IJKcZp8vtDG6EZTcPp7LfX/LBKqbs0f8+skIJWrJ9 EiwI1Xa3ObU8gwBoGmyWIvU67ZXTzMGcF0X93ayWVBuxe8pSg5kNruEbYEVEsMRlIM PD+X9QZjukAf9r4XVKF0Ou4VoxR/iT4cCUhlhukpA/31ekkwntE9lQv0wtfZAyk08H Xr2ES9Kbf4aEQ== Date: Thu, 21 May 2026 14:33:16 +0100 From: Lee Jones To: Andrew Lunn Cc: mike.marciniszyn@gmail.com, Pavel Machek , Alexander Duyck , Jakub Kicinski , kernel-team@meta.com, Andrew Lunn , "David S. Miller" , Eric Dumazet , Paolo Abeni , Russell King , Daniel Golle , Kees Cook , Simon Horman , Dimitri Daskalakis , Jacob Keller , Lee Trager , Mohsin Bashir , Alok Tiwari , Chengfeng Ye , Andy Shevchenko , linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH net-next 0/3] dd LED support for fbnic Message-ID: <20260521133316.GB3591266@google.com> References: <20260520200337.204431-1-mike.marciniszyn@gmail.com> <48c64757-dc3c-4d05-a269-fa4f50c299c3@lunn.ch> <20260521110324.GB2921053@google.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: On Thu, 21 May 2026, Andrew Lunn wrote: > On Thu, May 21, 2026 at 12:03:24PM +0100, Lee Jones wrote: > > On Wed, 20 May 2026, Andrew Lunn wrote: > > > > > On Wed, May 20, 2026 at 04:03:34PM -0400, mike.marciniszyn@gmail.com wrote: > > > > From: "Mike Marciniszyn (Meta)" > > > > > > The Subject: of this email has an off 'dd' in it. > > > > > > > The second patch stors the max speed from the firmware dialog > > > > > > stores > > > > It's also just a cover-letter. > > It depends on the Maintainers workflow, but for netdev, a patch series > is imported into a branch, and the cover letter is used for the text > of the merge commit into net-next. > > A well written cover letter contains the big picture, what does this > set of patches do, so it has useful information in it, so we want to > have it in the git history. Interesting. This is new to me. As you were. -- Lee Jones