All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joerg Roedel <joro@8bytes.org>
To: Lu Baolu <baolu.lu@linux.intel.com>
Cc: Will Deacon <will@kernel.org>,
	Robin Murphy <robin.murphy@arm.com>,
	Jason Gunthorpe <jgg@ziepe.ca>, Kevin Tian <kevin.tian@intel.com>,
	Jean-Philippe Brucker <jean-philippe@linaro.org>,
	Nicolin Chen <nicolinc@nvidia.com>, Yi Liu <yi.l.liu@intel.com>,
	Jacob Pan <jacob.jun.pan@linux.intel.com>,
	Longfang Liu <liulongfang@huawei.com>,
	Yan Zhao <yan.y.zhao@intel.com>,
	Joel Granados <j.granados@samsung.com>,
	iommu@lists.linux.dev, kvm@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v13 00/16] iommu: Prepare to deliver page faults to user space
Date: Fri, 16 Feb 2024 15:20:16 +0100	[thread overview]
Message-ID: <Zc9vIMa_DarGHVZq@8bytes.org> (raw)
In-Reply-To: <20240212012227.119381-1-baolu.lu@linux.intel.com>

On Mon, Feb 12, 2024 at 09:22:11AM +0800, Lu Baolu wrote:
> Lu Baolu (16):
>   iommu: Move iommu fault data to linux/iommu.h
>   iommu/arm-smmu-v3: Remove unrecoverable faults reporting
>   iommu: Remove unrecoverable fault data
>   iommu: Cleanup iopf data structure definitions
>   iommu: Merge iopf_device_param into iommu_fault_param
>   iommu: Remove iommu_[un]register_device_fault_handler()
>   iommu: Merge iommu_fault_event and iopf_fault
>   iommu: Prepare for separating SVA and IOPF
>   iommu: Make iommu_queue_iopf() more generic
>   iommu: Separate SVA and IOPF
>   iommu: Refine locking for per-device fault data management
>   iommu: Use refcount for fault data access
>   iommu: Improve iopf_queue_remove_device()
>   iommu: Track iopf group instead of last fault
>   iommu: Make iopf_group_response() return void
>   iommu: Make iommu_report_device_fault() return void

Applied, thanks Baolu.

      parent reply	other threads:[~2024-02-16 14:20 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-12  1:22 [PATCH v13 00/16] iommu: Prepare to deliver page faults to user space Lu Baolu
2024-02-12  1:22 ` [PATCH v13 01/16] iommu: Move iommu fault data to linux/iommu.h Lu Baolu
2024-02-12  1:22 ` [PATCH v13 02/16] iommu/arm-smmu-v3: Remove unrecoverable faults reporting Lu Baolu
2024-02-12  1:22 ` [PATCH v13 03/16] iommu: Remove unrecoverable fault data Lu Baolu
2024-02-12  1:22 ` [PATCH v13 04/16] iommu: Cleanup iopf data structure definitions Lu Baolu
2024-02-12  1:22 ` [PATCH v13 05/16] iommu: Merge iopf_device_param into iommu_fault_param Lu Baolu
2024-02-12  1:22 ` [PATCH v13 06/16] iommu: Remove iommu_[un]register_device_fault_handler() Lu Baolu
2024-02-12  1:22 ` [PATCH v13 07/16] iommu: Merge iommu_fault_event and iopf_fault Lu Baolu
2024-02-12  1:22 ` [PATCH v13 08/16] iommu: Prepare for separating SVA and IOPF Lu Baolu
2024-02-12  1:22 ` [PATCH v13 09/16] iommu: Make iommu_queue_iopf() more generic Lu Baolu
2024-02-12  1:22 ` [PATCH v13 10/16] iommu: Separate SVA and IOPF Lu Baolu
2024-02-12  1:22 ` [PATCH v13 11/16] iommu: Refine locking for per-device fault data management Lu Baolu
2024-02-12  1:22 ` [PATCH v13 12/16] iommu: Use refcount for fault data access Lu Baolu
2024-02-12  1:22 ` [PATCH v13 13/16] iommu: Improve iopf_queue_remove_device() Lu Baolu
2024-02-12  1:22 ` [PATCH v13 14/16] iommu: Track iopf group instead of last fault Lu Baolu
2024-02-12  1:22 ` [PATCH v13 15/16] iommu: Make iopf_group_response() return void Lu Baolu
2024-02-12  1:22 ` [PATCH v13 16/16] iommu: Make iommu_report_device_fault() " Lu Baolu
2024-02-16 14:20 ` Joerg Roedel [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Zc9vIMa_DarGHVZq@8bytes.org \
    --to=joro@8bytes.org \
    --cc=baolu.lu@linux.intel.com \
    --cc=iommu@lists.linux.dev \
    --cc=j.granados@samsung.com \
    --cc=jacob.jun.pan@linux.intel.com \
    --cc=jean-philippe@linaro.org \
    --cc=jgg@ziepe.ca \
    --cc=kevin.tian@intel.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=liulongfang@huawei.com \
    --cc=nicolinc@nvidia.com \
    --cc=robin.murphy@arm.com \
    --cc=will@kernel.org \
    --cc=yan.y.zhao@intel.com \
    --cc=yi.l.liu@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.