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 smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 080F3C433EF for ; Mon, 31 Jan 2022 15:31:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 9F5E64156C; Mon, 31 Jan 2022 15:31:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id C8ESrgQMXONG; Mon, 31 Jan 2022 15:31:18 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by smtp4.osuosl.org (Postfix) with ESMTPS id 97A9441559; Mon, 31 Jan 2022 15:31:17 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 6F9DBC001A; Mon, 31 Jan 2022 15:31:17 +0000 (UTC) Received: from smtp2.osuosl.org (smtp2.osuosl.org [IPv6:2605:bc80:3010::133]) by lists.linuxfoundation.org (Postfix) with ESMTP id 11058C000B for ; Mon, 31 Jan 2022 15:31:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id C82D040925 for ; Mon, 31 Jan 2022 15:31:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OeQzE9o8Lt_X for ; Mon, 31 Jan 2022 15:31:14 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from theia.8bytes.org (8bytes.org [81.169.241.247]) by smtp2.osuosl.org (Postfix) with ESMTPS id 6DDE840911 for ; Mon, 31 Jan 2022 15:31:14 +0000 (UTC) Received: by theia.8bytes.org (Postfix, from userid 1000) id 35BC04DC; Mon, 31 Jan 2022 16:31:12 +0100 (CET) Date: Mon, 31 Jan 2022 16:31:11 +0100 From: Joerg Roedel To: Vijayanand Jitta Subject: Re: [REPOST PATCH v4] iommu: Fix potential use-after-free during probe Message-ID: References: <1643613155-20215-1-git-send-email-quic_vjitta@quicinc.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1643613155-20215-1-git-send-email-quic_vjitta@quicinc.com> Cc: kernel-team@android.com, robin.murphy@arm.com, linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org, vjitta@codeaurora.org, will@kernel.org X-BeenThere: iommu@lists.linux-foundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Development issues for Linux IOMMU support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: iommu-bounces@lists.linux-foundation.org Sender: "iommu" On Mon, Jan 31, 2022 at 12:42:35PM +0530, Vijayanand Jitta wrote: > drivers/iommu/iommu.c | 9 +++++++-- > 1 file changed, 7 insertions(+), 2 deletions(-) Applied, thanks Vijayanand. _______________________________________________ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 922CDC433F5 for ; Mon, 31 Jan 2022 15:31:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1379577AbiAaPba (ORCPT ); Mon, 31 Jan 2022 10:31:30 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50902 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1379572AbiAaPbN (ORCPT ); Mon, 31 Jan 2022 10:31:13 -0500 Received: from theia.8bytes.org (8bytes.org [IPv6:2a01:238:4383:600:38bc:a715:4b6d:a889]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9D9FBC061714 for ; Mon, 31 Jan 2022 07:31:13 -0800 (PST) Received: by theia.8bytes.org (Postfix, from userid 1000) id 35BC04DC; Mon, 31 Jan 2022 16:31:12 +0100 (CET) Date: Mon, 31 Jan 2022 16:31:11 +0100 From: Joerg Roedel To: Vijayanand Jitta Cc: robin.murphy@arm.com, will@kernel.org, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org, kernel-team@android.com, vjitta@codeaurora.org Subject: Re: [REPOST PATCH v4] iommu: Fix potential use-after-free during probe Message-ID: References: <1643613155-20215-1-git-send-email-quic_vjitta@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1643613155-20215-1-git-send-email-quic_vjitta@quicinc.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 31, 2022 at 12:42:35PM +0530, Vijayanand Jitta wrote: > drivers/iommu/iommu.c | 9 +++++++-- > 1 file changed, 7 insertions(+), 2 deletions(-) Applied, thanks Vijayanand.