Patch "iommufd: Add three missing structures in ucmd_buffer" has been added to the 6.2-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    iommufd: Add three missing structures in ucmd_buffer

to the 6.2-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     iommufd-add-three-missing-structures-in-ucmd_buffer.patch
and it can be found in the queue-6.2 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 64ac12655c20077d424ba04947898027aa9542f6
Author: Yi Liu <yi.l.liu@xxxxxxxxx>
Date:   Fri Jan 20 04:20:40 2023 -0800

    iommufd: Add three missing structures in ucmd_buffer
    
    [ Upstream commit 84798f2849942bb5e8817417adfdfa6241df2835 ]
    
    struct iommu_ioas_copy, struct iommu_option and struct iommu_vfio_ioas are
    missed in ucmd_buffer. Although they are smaller than the size of
    ucmd_buffer, it is safer to list them in ucmd_buffer explicitly.
    
    Fixes: aad37e71d5c4 ("iommufd: IOCTLs for the io_pagetable")
    Fixes: d624d6652a65 ("iommufd: vfio container FD ioctl compatibility")
    Link: https://lore.kernel.org/r/20230120122040.280219-1-yi.l.liu@xxxxxxxxx
    Signed-off-by: Yi Liu <yi.l.liu@xxxxxxxxx>
    Signed-off-by: Jason Gunthorpe <jgg@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/iommu/iommufd/main.c b/drivers/iommu/iommufd/main.c
index 083e6fcbe10ad..3fbe636c3d8a6 100644
--- a/drivers/iommu/iommufd/main.c
+++ b/drivers/iommu/iommufd/main.c
@@ -252,9 +252,12 @@ union ucmd_buffer {
 	struct iommu_destroy destroy;
 	struct iommu_ioas_alloc alloc;
 	struct iommu_ioas_allow_iovas allow_iovas;
+	struct iommu_ioas_copy ioas_copy;
 	struct iommu_ioas_iova_ranges iova_ranges;
 	struct iommu_ioas_map map;
 	struct iommu_ioas_unmap unmap;
+	struct iommu_option option;
+	struct iommu_vfio_ioas vfio_ioas;
 #ifdef CONFIG_IOMMUFD_TEST
 	struct iommu_test_cmd test;
 #endif



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux