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 9DAC02DF12E; Wed, 18 Mar 2026 22:11:18 +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=1773871878; cv=none; b=PaGX73E+zhEeM8KBI7qsJS0btbN8RGHG/EzwjgphQzTHprcIgoT1d8FLNgA1Rg65jjOGdZWCBADvCh6CZPSakhBCUQ1LMG22fqO1ODCDH4vEQI4u+9/Z3IHI5AuX8E0004x7RNiT4E6BZvwCeyBVFC05jSE4kEAfBsKRRLWcBDs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773871878; c=relaxed/simple; bh=OVSmFm1cxnMXBULW+h02G6KqeZnD/e7FBfBURnvLEiU=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=ttuH/ctVaCZIg2/F8HcIn8R0Bnr1E9dhzM0xIoTt5MizAz5PHmkEP0Ui4QEiF2qFbeny2sSU3HOiN63rEIBJrhu7eIJMmxWJlsjv424IOm4BCZlWTAvD4LYn/hQdCgWXJUNmXbkX+QtuVgRusJO4YhPE5FJxTMxpnOxF1UgdIIU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=b4duqbzZ; 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="b4duqbzZ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 93A33C19421; Wed, 18 Mar 2026 22:11:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773871878; bh=OVSmFm1cxnMXBULW+h02G6KqeZnD/e7FBfBURnvLEiU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=b4duqbzZ6dPyvqlo96pGqHMcKTr8KBAq0gc8VHiZQrSmaV5QlSyvVe1W3icpB12Ll wkEOH0te/x7TGwFhJo62xaw2nNqRWV1l3rjzq7KIvnMSNpEB3lsA8xT8WAgAo7nCkB wzgilKy/kmD+EITG2iwlynV6p1spl3SEpb/sT4/u+PNk0EGhjNaKpVb1X6RvqOFHp5 mU7GKduQrpI6PPsMvT5SW7y9uWFyJgfKeKFs63K7qeAyXaTNKgi5juJEm2oJjwOjYo 2V6p7TsL1NkawDAmNpPzhBjcZRV67X2Bettj6X+eM0TnIVup/bnWGNjFgrRmZLh9rS jo9JmwcKhD1yg== Date: Wed, 18 Mar 2026 15:11:16 -0700 From: Jakub Kicinski To: Sam Edwards Cc: Andrew Lunn , "David S . Miller" , Eric Dumazet , Paolo Abeni , Russell King , Maxime Chevallier , Ovidiu Panait , Vladimir Oltean , Baruch Siach , Serge Semin , netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] stmmac crash/stall fixes when under memory pressure Message-ID: <20260318151116.665400cb@kernel.org> In-Reply-To: References: <20260316021009.262358-1-CFSworks@gmail.com> <20260317202718.3a5433c4@kernel.org> 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 Tue, 17 Mar 2026 20:46:00 -0700 Sam Edwards wrote: > > Please have a critical look at the commit messages. > > They are very bloviated and not slop looking. > > Thank you for saying my messages aren't slop. :) Typo, of course. Are you saying you haven't use an LLM at all to write these patches or commit messages? > I'll try to dial back the verbosity, though. What kind of bloviation > do I have? Should I be leaving off more context, or should I focus > more on preserving the same detail but using fewer words? IDK, writing is hard. I read the commit message for patch 1 and I felt like I understood less than when I started :S Try to imagine you don't know the code very well and think what information is crucial to understanding the change.