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 64113C61DA3 for ; Thu, 26 Jan 2023 19:50:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232657AbjAZTuY (ORCPT ); Thu, 26 Jan 2023 14:50:24 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49366 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231748AbjAZTuV (ORCPT ); Thu, 26 Jan 2023 14:50:21 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9D9AB19F16 for ; Thu, 26 Jan 2023 11:50:19 -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 ams.source.kernel.org (Postfix) with ESMTPS id 50E7CB81EE3 for ; Thu, 26 Jan 2023 19:50:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id E876AC433EF; Thu, 26 Jan 2023 19:50:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674762616; bh=s4o43YQec3RO4rI0DAn6uQPmr0YNADv28kJ5i1QDIzE=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=lfyeiFKBQyH1Q9d1QEDOcPl4IRNm3RhPe9CBoPWL3thlu+g6ThWOkg8DPw6LK1mAd fQc2j3dG2tSsOEU6dvRlOcvcbvJBo7b1wrJWqnDlNKN7tk6jjVLCxFFTYTY0IRPoiu BvkHd4WqX7uqd6JMqerTWw7J1BZHLiNA5RcnRmiLYTLru5c6V/MkEhtHEVAlOf5qMb 0scPvXQjU7PZLeNTM5YShNL5splSi8DA76q/K7aG90yqC/l3GFarJVS7yc1PGIdP4c pY3yzGjW0by+mCSFUzJ0wanNyU6rduZxjw6vz/qkCz92UcYaekTE7m/v28b73aH1rb FqpCzFFLYqiFg== 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 D058CE54D2C; Thu, 26 Jan 2023 19:50:16 +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: <167476261684.7258.3064074996679774855.git-patchwork-notify@kernel.org> Date: Thu, 26 Jan 2023 19:50:16 +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-next) 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