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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E09E4C4338F for ; Fri, 20 Aug 2021 12:39:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BE709610CA for ; Fri, 20 Aug 2021 12:39:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238000AbhHTMjn (ORCPT ); Fri, 20 Aug 2021 08:39:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37300 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233303AbhHTMjl (ORCPT ); Fri, 20 Aug 2021 08:39:41 -0400 Received: from theia.8bytes.org (8bytes.org [IPv6:2a01:238:4383:600:38bc:a715:4b6d:a889]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2FB56C061575 for ; Fri, 20 Aug 2021 05:39:04 -0700 (PDT) Received: by theia.8bytes.org (Postfix, from userid 1000) id F13D630F; Fri, 20 Aug 2021 14:39:01 +0200 (CEST) Date: Fri, 20 Aug 2021 14:38:55 +0200 From: Joerg Roedel To: Will Deacon Cc: Yang Yingliang , linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org, linux-arm-kernel@lists.infradead.org, vdumpa@nvidia.com Subject: Re: [PATCH -next] iommu/arm-smmu: Fix missing unlock on error in arm_smmu_device_group() Message-ID: References: <20210820074949.1946576-1-yangyingliang@huawei.com> <20210820104111.GC17267@willie-the-truck> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210820104111.GC17267@willie-the-truck> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 20, 2021 at 11:41:11AM +0100, Will Deacon wrote: > Joerg -- please can you throw this on top? Sure, now applied, thanks.