From nobody Sun Dec 14 11:53:29 2025 Received: from mail.8bytes.org (mail.8bytes.org [85.214.250.239]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 1527F2E64A for ; Fri, 28 Jun 2024 12:31:40 +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=1719577903; cv=none; b=iFnSJwWDUFyDHVGa5G+2/Qc14RmZon9XhXiKGN17ww37xcREIoAsCahlivvKSYTLj/WiiOyUVCxOsqb0RD/x5ZnF/hMifckLTWI1Q5J5Oa8RYXaR78CV1tMJQyZ4Qljw+vCN2I//W9dOopcV8e6YgkB9dvmVG5GzV64jAg1HwlQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719577903; c=relaxed/simple; bh=LG8h8VwKnvz8MwrQEAmCy40PQMKbdLig8ollMOmC6GY=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=TsWDs8OpVE9xeqhUtAp1HhA4CsMJnYIDovW/7F3qxz+A3vUiZcfHQlhInXRSOxvAxQkuRnipff0OFL3z7FAFagCWk82OucShbPh4BBv80PvLXERY5sqAMGUwyLpcob8ggt0Hx1qzEt5NWTjqmVhxVyF74KUTm93L+hHoGbTMtbg= 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=xI4n+zDd; 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="xI4n+zDd" Received: from lemmy.home.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 X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.8bytes.org (Postfix) with ESMTPSA id A8E821C8929; Fri, 28 Jun 2024 14:31:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=8bytes.org; s=default; t=1719577893; bh=LG8h8VwKnvz8MwrQEAmCy40PQMKbdLig8ollMOmC6GY=; h=From:To:Cc:Subject:Date:From; b=xI4n+zDdWx3blGyZCoPlvVYufhWTMZE9K/GEOiVUwBotXaHl/qDyfrM9cDf7b1mqg y0yzWPdBOYcyjASUVYExqxzdQ+Nyk9Nc7ELIitYHj2X1TUu8oQTQHgMGf/orVV7KP6 7DLvJF+pNJHTc9uAjfoDuyymNBGASPlFnB4Gqlk4O09/pPFDyDlHZWAmqz63DHxiQU 4EHEffKzK2BSY6d0ctnWAkpHyzG2sH0dEEqLP2xVFfDfOJs/yI62e+mXF1Jzstared Sq4CK0fToP8vJXmCEqIbaGixVwTxnVmkVU4Jst0isFm1s9WynwEU17sCbNkE9AdY0u 8oUVyLr14ntXQ== From: Joerg Roedel To: iommu@lists.linux.dev Cc: Will Deacon , Robin Murphy , Jason Gunthorpe , Kevin Tian , Lu Baolu , linux-kernel@vger.kernel.org, Joerg Roedel Subject: [PATCH] MAINTAINERS: Update IOMMU tree location Date: Fri, 28 Jun 2024 14:31:32 +0200 Message-ID: <20240628123132.8690-1-joro@8bytes.org> X-Mailer: git-send-email 2.45.2 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" From: Joerg Roedel Update the maintainers entries to the new location of the IOMMU tree. Signed-off-by: Joerg Roedel Acked-by: Robin Murphy --- MAINTAINERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index aacccb376c28..c48c9e772517 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1044,7 +1044,7 @@ M: Joerg Roedel R: Suravee Suthikulpanit L: iommu@lists.linux.dev S: Maintained -T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git +T: git git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux.git F: drivers/iommu/amd/ F: include/linux/amd-iommu.h =20 @@ -11156,7 +11156,7 @@ M: David Woodhouse M: Lu Baolu L: iommu@lists.linux.dev S: Supported -T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git +T: git git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux.git F: drivers/iommu/intel/ =20 INTEL IPU3 CSI-2 CIO2 DRIVER @@ -11529,7 +11529,7 @@ IOMMU DMA-API LAYER M: Robin Murphy L: iommu@lists.linux.dev S: Maintained -T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git +T: git git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux.git F: drivers/iommu/dma-iommu.c F: drivers/iommu/dma-iommu.h F: drivers/iommu/iova.c @@ -11541,7 +11541,7 @@ M: Will Deacon R: Robin Murphy L: iommu@lists.linux.dev S: Maintained -T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git +T: git git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux.git F: Documentation/devicetree/bindings/iommu/ F: Documentation/userspace-api/iommu.rst F: drivers/iommu/ --=20 2.45.2