From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f44.google.com (mail-wm1-f44.google.com [209.85.128.44]) by mx.groups.io with SMTP id smtpd.web10.10301.1635333697288197183 for ; Wed, 27 Oct 2021 04:21:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@nuviainc-com.20210112.gappssmtp.com header.s=20210112 header.b=QBYgIAFX; spf=pass (domain: nuviainc.com, ip: 209.85.128.44, mailfrom: leif@nuviainc.com) Received: by mail-wm1-f44.google.com with SMTP id g205-20020a1c20d6000000b0032cc6bbd505so5363698wmg.5 for ; Wed, 27 Oct 2021 04:21:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuviainc-com.20210112.gappssmtp.com; s=20210112; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=AiGGLP3wyQfmQ17s813drk87zOvVvnG73aoSZH2mLPI=; b=QBYgIAFXbhdpXO/gO9BKKob4d+EcAhI7ceTBEapEYO9Fy/zM3vdVagCgfG6uuqGxoy yVfQLpzYR0JUCNkg1yntAv4bjlOtGtXMPSq2nvtDjL2XljUomwDas+KHCuaaj3mJanel ZhMTishYj2oDESyON4LYaai5/1GdRYOPlwCKX3+o+e1l1RnNjaRZskU38C3bXc8kXhd3 INe67gZFJbPsf8RPuyNZe+00DXin6vBQPLVJ99ZgVQZrL81ubtvM1J9DQGepEMotFCS+ tgJDF8PJ0Qs7p2k5QuorZMNTYI/xko+CsUSBzNXjG+0ob8YFcPNl58S33+jbDwRtZxSj 6Ytw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=AiGGLP3wyQfmQ17s813drk87zOvVvnG73aoSZH2mLPI=; b=IcnXsQ99ek+GMlUyjhNLB5iZrCU+4/EKVxiRljbtr6vGHrndTcbvlh24aVcVL1Svj4 Q2CXVL5Gp/XXuLIzi4Q01q4aLdIaGqW2DvoeoCaCDtheEtOQ8+S5sS1653SDugo2QIpH QazRU8o6s7wrx70gbXpORJzJfFZ3CvooQUDTcACr9t3sLL+ec9W4Ayq96W/7vlSrtTIs cZ1tBgOUKaItqLgwP7d9KHBsChIwSot96t4qCeaFNSqkHORSGsJETHxcwHDomwndOj2G lFJZIkI/oa6GBFJrM06+XXAgExGAGWJ+L9CVlhhbO1Pmezzkvf5/7RKqDw2bptbKGEj4 9IPA== X-Gm-Message-State: AOAM531JZ/65fxGZHAuS84VKA0QUzhJESfjyznPYHChrjnQRA2DYIxpZ 9QfIrratlux55B8xjNGvMIXJDA== X-Google-Smtp-Source: ABdhPJyz3eVDz1AlNI8SDi/WubeXXvrpqK2+wHhO6c39Yka/+yw0/W0pRjiMDmEDqLj7BiEdwgi0rA== X-Received: by 2002:a7b:cd89:: with SMTP id y9mr1494990wmj.188.1635333695792; Wed, 27 Oct 2021 04:21:35 -0700 (PDT) Return-Path: Received: from leviathan (cpc92314-cmbg19-2-0-cust559.5-4.cable.virginm.net. [82.11.186.48]) by smtp.gmail.com with ESMTPSA id i13sm3907089wmq.41.2021.10.27.04.21.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Oct 2021 04:21:35 -0700 (PDT) Date: Wed, 27 Oct 2021 12:21:33 +0100 From: "Leif Lindholm" To: Masami Hiramatsu Cc: Ard Biesheuvel , devel@edk2.groups.io, Kazuhiko Sakamoto Subject: Re: [PATCH 0/4] SynQuacer drivers test the ControllerHandle correctly Message-ID: <20211027112133.d53azpi2qtktmfpg@leviathan> References: <163410340292.323609.10978291802739074305.stgit@localhost> MIME-Version: 1.0 In-Reply-To: <163410340292.323609.10978291802739074305.stgit@localhost> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Masami, Apologies for delay. Thank you, this set looks good. However, you cannot make legal statements on behalf of Sakamoto-san, only yourself. If you are happy with that, I could drop their Signed-off-by: statements before I push. They would retain the authorship. Best Regards, Leif On Wed, Oct 13, 2021 at 14:36:43 +0900, Masami Hiramatsu wrote: > Hello, > > Here are the patches to fix the SynQuacer related drivers to test > whether the ControllerHandle is managed by that driver correctly. > These bugs are found by edk2-test. > > Thank you, > > --- > > Kazuhiko Sakamoto (4): > Silicon/SynQuacerNetsecDxe: Test the ControllerHandle is managed by this driver > Silicon/SynQuacerI2cDxe: Test the ControllerHandle is managed by this driver > Silicon/AtSha204a: Test the ControllerHandle is managed by this driver > Silicon/ChaosKeyDxe: Test the ControllerHandle is managed by this driver > > > Silicon/Atmel/AtSha204a/AtSha204aDriver.h | 1 + > Silicon/Atmel/AtSha204a/ComponentName.c | 13 +++++++++++++ > Silicon/Atmel/AtSha204a/DriverBinding.c | 1 - > Silicon/Openmoko/ChaosKeyDxe/ChaosKeyDriver.h | 1 + > Silicon/Openmoko/ChaosKeyDxe/ComponentName.c | 13 +++++++++++++ > Silicon/Openmoko/ChaosKeyDxe/DriverBinding.c | 1 - > .../Drivers/Net/NetsecDxe/ComponentName.c | 13 +++++++++++++ > .../Drivers/Net/NetsecDxe/DriverBinding.c | 1 - > .../SynQuacer/Drivers/Net/NetsecDxe/NetsecDxe.h | 1 + > .../Drivers/SynQuacerI2cDxe/ComponentName.c | 13 +++++++++++++ > .../Drivers/SynQuacerI2cDxe/DriverBinding.c | 2 +- > .../Drivers/SynQuacerI2cDxe/SynQuacerI2cDxe.h | 1 + > 12 files changed, 57 insertions(+), 4 deletions(-) > > -- > Masami Hiramatsu