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 B34E81C5D57 for ; Sat, 24 May 2025 15:32:12 +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=1748100735; cv=none; b=iqXZpYQtY3PofAOKb2POJoYInMHjds0pYUN7ddITaX9kSCfegfROCcG01TgBsrwdqqdQueEeBXL2DJSk5xwBFA33Dya+Zy895NDo8TYfCIdVKcGLCaCsSoq7aPBoLZVBKtVxplRuSi0mocCcMb1+TsAS0mfe5N9M1SOtuEMz9iY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1748100735; c=relaxed/simple; bh=NpDDJTNbuir8IKl9/RzH4L/6ciVQ+A2tZCGJBvvpEBg=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=QMXBoPaIqXPK9y04P9IRk30g44lfmAtmkYYsHtLWmYnfFDqFhk+S4En2a78DJ8kc+2hwhL6cv1GIZCO1TdtOafJHl24ZibxoS2a2qTvF8hJWsPkMK9UlG7ih+ITHhwE2HLtwXyjOq1tJh+nUcAS1lTUIa1PIOSVOjVPWw/1eJPk= 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=nvkfsTT3; 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="nvkfsTT3" Received: from 8bytes.org (p4ffe03ae.dip0.t-ipconnect.de [79.254.3.174]) (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 819CA4144F; Sat, 24 May 2025 17:32:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=8bytes.org; s=default; t=1748100725; bh=NpDDJTNbuir8IKl9/RzH4L/6ciVQ+A2tZCGJBvvpEBg=; h=Date:From:To:Cc:Subject:From; b=nvkfsTT3ES+Pakfpp/RCT1MfyiVgqiu6GYJuFmIxRgR6bcsW3C/p1lmc9wsO8RSI9 1Dp2Z44BWqf1Mu87by0XScgJznPXcZxgEzxguq6cVnUwS42M+Vfhgpozg6u5XQWPJG Lkk5ejwNbos67Bv/Bl69UjDsyHSk1XMbM8XgqIGD8RiW2nYnO0PIK53zRJV26jwz4C w/xPTNsdZHC2cJGmNVUHa95f9GD+FKxIpsUqoOl935DDD+C/pPtbRCv0RvgRVEAuV+ kKCZtykivA5DXzlWIQNJlvXpOWikyTMgzxcjE/Y5fKeUqa4/zjPLBiWhI+gRM7cYpg 0nIaBKXj9rXgA== Date: Sat, 24 May 2025 17:32:04 +0200 From: Joerg Roedel To: Linus Torvalds Cc: Will Deacon , linux-kernel@vger.kernel.org, iommu@lists.linux.dev Subject: [git pull] IOMMU Fixes for Linux v6.15-rc6 Message-ID: Precedence: bulk X-Mailing-List: iommu@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Linus, The following changes since commit 82f2b0b97b36ee3fcddf0f0780a9a0825d52fec3: Linux 6.15-rc6 (2025-05-11 14:54:11 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux.git tags/iommu-fixes-v6.15-rc7 for you to fetch changes up to b3f6fcd8404f9f92262303369bb877ec5d188a81: iommu: Skip PASID validation for devices without PASID capability (2025-05-22 09:10:00 +0200) ---------------------------------------------------------------- IOMMU Fix for v6.15-rc7: - Core: Skip PASID validation for devices without PASID support. ---------------------------------------------------------------- Tushar Dave (1): iommu: Skip PASID validation for devices without PASID capability drivers/iommu/iommu.c | 43 ++++++++++++++++++++++++++++--------------- 1 file changed, 28 insertions(+), 15 deletions(-) Please pull. Thanks, Joerg