From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B9A91C54EE9 for ; Fri, 9 Sep 2022 01:22:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229899AbiIIBW0 (ORCPT ); Thu, 8 Sep 2022 21:22:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42904 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229546AbiIIBWY (ORCPT ); Thu, 8 Sep 2022 21:22:24 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 05BD3F3BC0; Thu, 8 Sep 2022 18:22:22 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 98BE1B82343; Fri, 9 Sep 2022 01:22:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 01CF9C433B5; Fri, 9 Sep 2022 01:22:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662686539; bh=oeH1x7dHn1Z0LiTcj7X80mFWim+HBQmk4M3FrY+7H7I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OdzvccavgAlYFTW+7olM/9nTD/R1tRMymSFa2cTIHmnrJz2jAg66Xfiayj4H8SQb5 5AlyhP8JfKeQBsSLm+z/8PjTLOwDeRvnJVNQlDutvJbahvBRuRpXe5BslD/zb84875 P8XkLMkWeJc1co2n+NOw/m7v+6NiCkz7f4MaCDiwORUPMV22w/I/r4KcmuEW1RYGjR X+oum8FOEJCXuWrNF2Nmve6nUqi53cGCVy+2qQ4M6egnZKi0/uieirydzgERC1y4kc iPN5sK3k2Y/babc5+gI86zsVqag7icJA9LAicSPAWrBEIBAjXS3HMytc6nTfMWkBX3 ra5JGuuMcotuQ== Date: Thu, 8 Sep 2022 21:22:17 -0400 From: Sasha Levin To: Andy Shevchenko Cc: Jean Delvare , linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH AUTOSEL 5.19 01/33] firmware: dmi: Use the proper accessor for the version field Message-ID: References: <20220830171825.580603-1-sashal@kernel.org> <20220830233237.0c08cc7e@endymion.delvare> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 31, 2022 at 02:50:25PM +0300, Andy Shevchenko wrote: >On Tue, Aug 30, 2022 at 11:32:37PM +0200, Jean Delvare wrote: >> On Tue, 30 Aug 2022 13:17:52 -0400, Sasha Levin wrote: >> > From: Andy Shevchenko >> > >> > [ Upstream commit d2139dfca361a1f5bfc4d4a23455b1a409a69cd4 ] >> > >> > The byte at offset 6 represents length. Don't take it and drop it >> > immediately by using proper accessor, i.e. get_unaligned_be24(). >> > >> > [JD: Change the subject to something less frightening] >> >> Nack. This is NOT a bug fix, there's simply no reason to backport >> this to stable kernel trees. > >Agree. I'll drop it, thanks. -- Thanks, Sasha