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 7286273478 for ; Mon, 26 Aug 2024 07:14:44 +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=1724656486; cv=none; b=QVpNhE7UtPQ/msDrx4IoEBVGHSOvG7mrc4gIgEMthNNe5hVDcMnsg+IbOrjz84SVMxDaQtXVc26NX2xwdFvC81UuTkOyBBvl1uiqu/JG6mxkpMgLACwDcZjgENiot+y7ag8YneWf6aHKU2DfiWUCL5mBM00R8zVHPfB630mq7KU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724656486; c=relaxed/simple; bh=wACXxOya4PuJoEYcY46xJ/2dghudfkHic6V15ZzMdt4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=FtPDTczWq6lQr71+uUuMWVGBuS6ELkFJmZIQ+nyWR4LW0ubciZQHtJvVjco61hEVKMGhaw24yaOv4kKOSOCpvnJsVUgc8zU86I0lsc0WxObsFHj2z7K5O4Kvj9mwiugWAqb9/9JwycrHv0va6UtvJokn5VTErtkp8csSMsmuF0I= 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; dkim=pass (2048-bit key) header.d=8bytes.org header.i=@8bytes.org header.b=ulMSQslL; 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 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=8bytes.org header.i=@8bytes.org header.b="ulMSQslL" Received: from 8bytes.org (pd9fe9dd8.dip0.t-ipconnect.de [217.254.157.216]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.8bytes.org (Postfix) with ESMTPSA id 5CCC42827D9; Mon, 26 Aug 2024 09:14:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=8bytes.org; s=default; t=1724656483; bh=wACXxOya4PuJoEYcY46xJ/2dghudfkHic6V15ZzMdt4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ulMSQslLW2FHf7HUk8dHTfHYo86t1s3WaFGlK9gEwc5mMYBmFDZT93iFHMRFzNWMd KbyA9mLA/lWzTsKLixfABgw4PKYa52ZNQuT2GcZrRphH6Y/8bsynOa/GPFJpy8/nFr akcmH9HNQX8l6RHIOsCu9wKIEXbD/TWFd4yJ1Ez1Oq1JY8pqhxGNr/GCaoFAL7MbYg pFuGVS3S8fThOljH8qeL2rDZGwwWHP3y2ZagD30pqPiljiPS5q8DPmMoCeYt64pFxQ Q1lAeFJuQp24oXtqN7CNAR47OlHhNj2dVQznrG0bfabOCZ2iB2RsLe9mNOdErfMVDj LX6ZWe4nRFbVA== Date: Mon, 26 Aug 2024 09:14:42 +0200 From: Joerg Roedel To: Lu Baolu Cc: Will Deacon , Robin Murphy , Alex Williamson , Jason Gunthorpe , Kevin Tian , iommu@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] iommu/vt-d: Fix incorrect domain ID in context flush helper Message-ID: References: <20240815124857.70038-1-baolu.lu@linux.intel.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: <20240815124857.70038-1-baolu.lu@linux.intel.com> On Thu, Aug 15, 2024 at 08:48:57PM +0800, Lu Baolu wrote: > drivers/iommu/intel/iommu.h | 2 +- > drivers/iommu/intel/iommu.c | 8 ++++++-- > drivers/iommu/intel/pasid.c | 7 ++++--- > 3 files changed, 11 insertions(+), 6 deletions(-) Applied for -rc, thanks. Side note: Please send critical fixes as a pull request next time, as I usually do not look deeply into patches for drivers which are actively maintained.