[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [RFC PATCH v4 02/24] Update linux-header per VFIO device cdev v14
From: |
Duan, Zhenzhong |
Subject: |
RE: [RFC PATCH v4 02/24] Update linux-header per VFIO device cdev v14 |
Date: |
Wed, 12 Jul 2023 09:50:13 +0000 |
>-----Original Message-----
>From: Cornelia Huck <cohuck@redhat.com>
>Sent: Wednesday, July 12, 2023 5:36 PM
>Subject: RE: [RFC PATCH v4 02/24] Update linux-header per VFIO device cdev
>v14
>
>On Wed, Jul 12 2023, "Duan, Zhenzhong" <zhenzhong.duan@intel.com>
>wrote:
>
>>>-----Original Message-----
>>>From: Cornelia Huck <cohuck@redhat.com>
>>>Sent: Wednesday, July 12, 2023 3:49 PM
>>>Subject: Re: [RFC PATCH v4 02/24] Update linux-header per VFIO device
>cdev
>>>v14
>>>
>>>On Wed, Jul 12 2023, Zhenzhong Duan <zhenzhong.duan@intel.com>
>wrote:
>>>
>>>> Signed-off-by: Zhenzhong Duan <zhenzhong.duan@intel.com>
>>>> ---
>>>> linux-headers/linux/iommufd.h | 347
>>>++++++++++++++++++++++++++++++++++
>>>> linux-headers/linux/kvm.h | 13 +-
>>>> linux-headers/linux/vfio.h | 142 +++++++++++++-
>>>> 3 files changed, 498 insertions(+), 4 deletions(-)
>>>> create mode 100644 linux-headers/linux/iommufd.h
>>>
>>>Hi,
>>>
>>>if this patch is intending to pull code that is not yet integrated in
>>>the Linux kernel, please mark this as a placeholder patch. If the code
>>>is already integrated, please run a full headers update against a
>>>released version (can be -rc) and note that version in the patch
>>>description.
>> Thanks for point out, will do in next post.
>> About "placeholder patch", should I claim it is placeholder in patch
>> subject or description field, or there is official step to do that?
>
>Just put a notice into the subject and/or the patch description; the
>main idea is to prevent a maintainer from applying it by accident.
Clear.
Thanks
Zhenzhong
[RFC PATCH v4 03/24] vfio/common: Move IOMMU agnostic helpers to a separate file, Zhenzhong Duan, 2023/07/12
[RFC PATCH v4 04/24] vfio/common: Introduce vfio_container_add|del_section_window(), Zhenzhong Duan, 2023/07/12
[RFC PATCH v4 05/24] vfio/common: Extract out vfio_kvm_device_[add/del]_fd, Zhenzhong Duan, 2023/07/12
[RFC PATCH v4 07/24] vfio/common: Refactor vfio_viommu_preset() to be group agnostic, Zhenzhong Duan, 2023/07/12
[RFC PATCH v4 06/24] vfio/common: Add a vfio device iterator, Zhenzhong Duan, 2023/07/12
[RFC PATCH v4 09/24] vfio/common: Rename into as.c, Zhenzhong Duan, 2023/07/12
[RFC PATCH v4 08/24] vfio/common: Move legacy VFIO backend code into separate container.c, Zhenzhong Duan, 2023/07/12
[RFC PATCH v4 11/24] vfio/container: Introduce vfio_[attach/detach]_device, Zhenzhong Duan, 2023/07/12
[RFC PATCH v4 12/24] vfio/platform: Use vfio_[attach/detach]_device, Zhenzhong Duan, 2023/07/12
[RFC PATCH v4 10/24] vfio: Add base container, Zhenzhong Duan, 2023/07/12