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 80A1A6217D; Thu, 11 Apr 2024 02:18:32 +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=1712801912; cv=none; b=QSryDWWwFsSsgTDhaVEXzk6F0sT5qxnyj0GaW/Q7cDYSRuJaE7eDrgThf5LQVBYhVh174SCivjSbG8/FnpMo/KXuZip5Sm8FYFHsADywmQ21OEDBzK54Z7Nu07ImluCcPEtOZSgbD1ftIr88mYRtYa0gVMFGK/osWHuqrppYgjw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712801912; c=relaxed/simple; bh=3szFjZcS6dYXoKzbbtos+AFGu/s1GpsB7xiQE6oD8jU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=uls0dtWL6SmpQOes+2ghrk8MFoejUBYdkuxOtQnqQaAPUdP92SDlCnhcYUiaGiJA8XuaZ2CoHY9UKC49F4adSC2u9PP1oS8QIj25BJJKjpcp+k3VP6nBe9BATDD0t27NbDOF+xSW48IEGRnROqYjw1/N7lbV3s9DQmfC3rw6Fek= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=sriAHo9A; 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="sriAHo9A" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E5246C433F1; Thu, 11 Apr 2024 02:18:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1712801912; bh=3szFjZcS6dYXoKzbbtos+AFGu/s1GpsB7xiQE6oD8jU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sriAHo9AyKBRDBbME148MrgeGc+XAFLNXaBA2iJGz1i/F2ai617j3Wc/LvKpb4YqD AB+2WjiKXXYAcnSd5p0zf3IcHKp/aLrvh+omWR5qzlvJYSldgOQmEnsdK2tFgETlxq laX2XwlOj9es6QUdpYF9H+RtdZNo96gPnUh+VQrBkQ/1TExOdrgI/1UcJkL2uSLDpe IDHJ+v0raqSsza1tbHGmRIbhD0D/M1A77SjOL7dwOS6MYkzxa2n6WFkC3u+yVP2q+b VdWoeaFle0BmlTFkbW1qpwB/0S400SkECDltz/nblEkH6IKrLTG8RuopScdBDKWipi Kj5jrpXyIJ2ug== Date: Thu, 11 Apr 2024 10:18:27 +0800 From: Tzung-Bi Shih To: Noah Loomans Cc: Guenter Roeck , Bhanu Prakash Maiya , Benson Leung , Guenter Roeck , Robert Zieba , chrome-platform@lists.linux.dev, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH] platform/chrome: cros_ec_uart: properly fix race condition Message-ID: References: <20240410182618.169042-2-noah@noahloomans.com> Precedence: bulk X-Mailing-List: chrome-platform@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Thu, Apr 11, 2024 at 12:06:33AM +0200, Noah Loomans wrote: > On 2024-04-10 at 21:48 UTC+02, Guenter Roeck wrote: > > On Wed, Apr 10, 2024 at 11:29 AM Noah Loomans wrote: > > > This is my first time contributing to Linux, I hope this is a good > > > patch. Feedback on how to improve is welcome! > > > > The commit message is a bit long, but the patch itself looks good to me. > > Hmm yeah it's a bit on a long side. I'm not sure what could be removed > though, it all seems relevant for understanding the bug and the fix. Applied with shortening the message slightly.