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 ACAE88F4B for ; Tue, 24 Jan 2023 19:10:17 +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" Precedence: bulk X-Mailing-List: chrome-platform@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: 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 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