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 0C2227E4 for ; Thu, 10 Aug 2023 03:06:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2EDD1C433C7; Thu, 10 Aug 2023 03:06:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691636796; bh=aHn4y59tZ6tDee1UZToF6szmxW9akOrjJtwPIPgsBWY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PnOQuvtXEHJEMGW6oPxQhWJMK30N4hPlxFOSBW7ii6AfaU8UQ3TVUDFk72fupL3z2 MAnNO6deTwIJzQKye6L9avvBCLQDB0Srm7lR8DRIeprTAAm9CB74h5OUphSID+uBgP BVbNMNi1fJrIeSpkpshXAY+J5lInl7Ir+BLBvvqSRft86uZqDS3jMB/x1DJj/VcW0+ yOQLJ+IQbcMEWRfnajugWamA5HScnC8OyliahSyjuNC4Pew7gniitPzp7sw+Hz6jQU WiIQWwCpBjOPUMjaXpycvfNdQcCnfxZkapZp2SXJgLRsTz5CHG/zuJBX/p/x0ZqNeR oLsreqNdWW7Qg== Date: Thu, 10 Aug 2023 11:06:33 +0800 From: Tzung-Bi Shih To: Muhammad Usama Anjum Cc: bleung@chromium.org, groeck@chromium.org, chrome-platform@lists.linux.dev, guillaume.tucker@collabora.com, denys.f@collabora.com, ricardo.canuelo@collabora.com, briannorris@chromium.org Subject: Re: [PATCH v2] platform/chrome: chromeos_acpi: print hex string for ACPI_TYPE_BUFFER Message-ID: References: <20230802095736.3079963-1-tzungbi@kernel.org> <1be7888e-2346-99b1-4c31-f755fcbd054a@collabora.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 Mon, Aug 07, 2023 at 11:37:26AM +0800, Tzung-Bi Shih wrote: > On Thu, Aug 03, 2023 at 09:17:23AM +0500, Muhammad Usama Anjum wrote: > > On 8/3/23 6:23 AM, Tzung-Bi Shih wrote: > > > On Wed, Aug 02, 2023 at 08:15:31PM +0500, Muhammad Usama Anjum wrote: > > >> On 8/2/23 2:57 PM, Tzung-Bi Shih wrote: > > >>> `element->buffer.pointer` should be binary blob. `%s` doesn't work > > >>> perfect for them. > > >>> > > >>> Print hex string for ACPI_TYPE_BUFFER. > > >>> > > >>> Signed-off-by: Tzung-Bi Shih > > >> Please add fixes tag and CC stable as well (stable@vger.kernel.org) in next > > >> revision. > > >> > > >> Fixes: 0a4cad9c11ad ("platform/chrome: Add ChromeOS ACPI device driver") > > > > > > I think a Fixes tag should be sufficient. > > Why do you think so? As this is a bug fix which exists in the driver since > > it was written, if we add fixes tag and probably cc stable as well, the > > patch will be applied to all LTS kernels which we really want. In this way, > > the bug would be fixed on all LTS kernels not just the latest kernel. > > Without the patch, I observed some malfunctions of ChromiumOS userland program > `crossystem`. There is no kernel crashes and the system is bootable. Thus, I > think a Fixes tag should be sufficient. Let's cc stable as well.