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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E1A2AC433EF for ; Mon, 4 Oct 2021 12:08:01 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B2B936136F for ; Mon, 4 Oct 2021 12:08:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org B2B936136F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=1YXJKRe+Xf6IvmEehTO904UIv/4VZQNj7PeH5JZKmWI=; b=q4Yfh0/RszG9Ho y3q0CRCKQpud0veJc/Dnzu7z029AyAFRORB7DqH8PtCuL0ordOgiBe3kVffJhHjz5E+pKFszYJ49n F2jivUAvncgs6L2UW3otTGZ+zSCMaXHOgYaldvIzLWHf9D2uA6pfSsyJgh6O1XyU8eWp13/ZzLJN9 Gq+EcuePb/1cMxC+8oj3El741Di+GW+hNYPDWM0CW3r+UNJ7wEM7BFtfo6PqyP2MNWnwwqwjGOS8Y UUeb6cuoW4L4/CuJRtLhsSxebp2G5a40UjTOYUZ/PGXLqMsmu1vFNHX0s3hwsp5a8U2Y1jVO45LSD P/ch0YQxs74Z2hEVycZg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mXMjS-006MJe-Eg; Mon, 04 Oct 2021 12:06:10 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mXMj9-006MFV-K3 for linux-arm-kernel@lists.infradead.org; Mon, 04 Oct 2021 12:05:53 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 98F9261452; Mon, 4 Oct 2021 12:05:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1633349151; bh=DczapP2V5LAVbduqo9lFtPbbyPM9o8Og7N2F7J1rbPQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=E1bhSjAGiVnD8Sr1dLFAeEW60oKwO02PjL0305VrZCXwBWUhmC/eo6SH/HNxrivu+ pUxsq8TeBu1IYVi4keUKzx6ZC6VJDOza/fEfw5t1v7dvEcyE1cAI1camLiqwWD7YfR UV+aT7n1DGXLP3+Pyu/d3PS+p86UTJ25/SglDtVi1lSR+umo6Iv9nBHQMo5wbBpuPv 0ZXS2n2M4Rlo5Sf0juaUOn+WSFER4kHEdCfvq6v1c5JW8BRDkQ62J+DDPDeeraEg0D C95SlKbZxKt0Lapa5Z7X92ldcjQMpKgzehn3tUHzQWkbTzbhFD4O+g4OM068GdnbD5 SZfehzTy+d0PQ== From: Will Deacon To: Joerg Roedel , Zhen Lei , linux-kernel@vger.kernel.org, linux-arm-kernel , Robin Murphy , iommu Cc: catalin.marinas@arm.com, kernel-team@android.com, Will Deacon , John Garry Subject: Re: [PATCH v2 0/2] iommu/arm-smmu-v3: Perform some simple optimizations for arm_smmu_cmdq_build_cmd() Date: Mon, 4 Oct 2021 13:05:36 +0100 Message-Id: <163334647414.1581641.3396518420865935764.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210818080452.2079-1-thunder.leizhen@huawei.com> References: <20210818080452.2079-1-thunder.leizhen@huawei.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211004_050551_700208_F5B8BE1A X-CRM114-Status: UNSURE ( 8.86 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 18 Aug 2021 16:04:50 +0800, Zhen Lei wrote: > v1 --> v2: > 1. Add patch 1, Properly handle the return value of arm_smmu_cmdq_build_cmd() > 2. Remove arm_smmu_cmdq_copy_cmd(). In addition, when build command fails, out_cmd is not filled. > > > Zhen Lei (2): > iommu/arm-smmu-v3: Properly handle the return value of > arm_smmu_cmdq_build_cmd() > iommu/arm-smmu-v3: Simplify useless instructions in > arm_smmu_cmdq_build_cmd() > > [...] Applied first patch only to will (for-joerg/arm-smmu/updates), thanks! [1/2] iommu/arm-smmu-v3: Properly handle the return value of arm_smmu_cmdq_build_cmd() https://git.kernel.org/will/c/59d9bd727495 Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel