From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.8bytes.org (mail.8bytes.org [85.214.250.239]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 1599A2DA775 for ; Mon, 7 Sep 2026 13:03:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=85.214.250.239 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1788786220; cv=none; b=PYlUEYXKb6UwvEbSN8WvSKUXFOHBeU0JOlQ5/U9xCwwYKz+Wme6r1dvG5cKKpSIMdLnCvFm9njOMfAGRg0Zk5gLkXWf77sdx6TZAGU2LY2kAQxawxJ+PYlBb3jF+CIoEJzZE6Zm/KJ/F+yD+I8qwHM5mgxEJQyVdBleedZ1sahk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1788786220; c=relaxed/simple; bh=qLk4CpThOvR613kp6RlruMZyDmaltbGcEs7khkycMSo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=TgSSphXlSBOlWpBeE7E4zUCsyzDHhoCUeeESNhMru0TAgbyCq0Qqy7vwaBBjHZtw28r5Vdmb8z1gFAcl3tWaPgj/ng9dvkP6XhoZj5nlFBrfpor3z52R6oOWQZdk2ZZf1DApuqz9Tg8kfYabMK9Tgb+U58Px2q5CSUMDnYnn0HU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=8bytes.org; spf=pass smtp.mailfrom=8bytes.org; arc=none smtp.client-ip=85.214.250.239 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=8bytes.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=8bytes.org Received: from 8bytes.org (p200300f6af085a0015db8e28914752a6.dip0.t-ipconnect.de [IPv6:2003:f6:af08:5a00:15db:8e28:9147:52a6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.8bytes.org (Postfix) with ESMTPSA id B51F3209FF5; Mon, 7 Sep 2026 15:03:24 +0200 (CEST) Date: Mon, 7 Sep 2026 15:03:23 +0200 From: =?utf-8?B?SsO2cmcgUsO2ZGVs?= To: Hemanth Selam Cc: suravee.suthikulpanit@amd.com, vasant.hegde@amd.com, will@kernel.org, robin.murphy@arm.com, jgg@nvidia.com, iommu@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH] iommu/amd: Fix ineffective error check in nested domain allocation Message-ID: References: <20260825100554.2787577-1-hemanth.selam@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260825100554.2787577-1-hemanth.selam@gmail.com> On Tue, Aug 25, 2026 at 03:35:54PM +0530, Hemanth Selam wrote: > drivers/iommu/amd/nested.c | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) Queued for -rc, thanks.