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 EC838C25B4E for ; Tue, 24 Jan 2023 19:10:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233454AbjAXTKV (ORCPT ); Tue, 24 Jan 2023 14:10:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48486 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231827AbjAXTKS (ORCPT ); Tue, 24 Jan 2023 14:10:18 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5F65430FD for ; Tue, 24 Jan 2023 11:10:18 -0800 (PST) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 02E9361313 for ; Tue, 24 Jan 2023 19:10:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 5BB5FC4339B; Tue, 24 Jan 2023 19:10:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674587417; bh=MTOL/6SBD53kXJOgUOU+XQJ9me64uvnDTpbtUJPKHlA=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=KUuEZdvDekrLjqdE2o271/RAERDlMJQQ9+hqKjYmNfxdnCLKjZ/fu+7f7o1znzXCQ hfqAEjHlHlDMRJLL3vyHGkIHo7B4akCc5ih0KrswDbyWpMdcncx0DguMS0Ikrrozk/ v2uPrOJYphQdctL54yWH0n1SyRXhAnUFKjKs11lv0j3F3oHCeTbi48INfc4rGZQzQf qtO2PR1RAvCoDLvu85fs5t671anSMhsxJ7ig+DUaZjMv2U/iJ/+RKtT9kYuzxfW/gI 6Db3zGeaWrU49/AZKvIHMWYCgaY7vyTmrobn5W83JLehxuGgNF5vMDUTlKR0HlDlKG abW85nasr4Qqw== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 38C8AC5C7D4; Tue, 24 Jan 2023 19:10:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] platform/chrome: cros_typec_vdm: Fix VDO copy From: patchwork-bot+chrome-platform@kernel.org Message-Id: <167458741722.8497.3160253468798801565.git-patchwork-notify@kernel.org> Date: Tue, 24 Jan 2023 19:10:17 +0000 References: <20230113182626.1149539-1-pmalani@chromium.org> In-Reply-To: <20230113182626.1149539-1-pmalani@chromium.org> To: Prashant Malani Cc: linux-kernel@vger.kernel.org, chrome-platform@lists.linux.dev, bleung@chromium.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to chrome-platform/linux.git (for-kernelci) by Prashant Malani : On Fri, 13 Jan 2023 18:26:26 +0000 you wrote: > The usage of memcpy() affects the representation of the VDOs as they are > copied to the EC Host Command buffer. Specifically, all higher order > bits get dropped (for example: a VDO of 0x406 just gets copied as 0x6). > > Avoid this by explicitly copying each VDO in the array. The number of > VDOs generated by alternate mode drivers in their VDMs is almost always > just 1 (apart from the header) so this doesn't affect performance in a > meaningful way). > > [...] Here is the summary with links: - platform/chrome: cros_typec_vdm: Fix VDO copy https://git.kernel.org/chrome-platform/c/478f32ab4daa You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html