Re: [PATCH 0/2] vfio: constify struct class usage

From: Alex Williamson
Date: Tue Mar 05 2024 - 18:13:44 EST


On Fri, 01 Mar 2024 14:51:46 -0300
"Ricardo B. Marliere" <ricardo@xxxxxxxxxxxx> wrote:

> This is a simple and straight forward cleanup series that aims to make the
> class structures in vfio constant. This has been possible since 2023 [1].
>
> ---
> [1]: https://lore.kernel.org/all/2023040248-customary-release-4aec@gregkh/
>
> To: Kirti Wankhede <kwankhede@xxxxxxxxxx>
> Cc: kvm@xxxxxxxxxxxxxxx
> Cc: linux-kernel@xxxxxxxxxxxxxxx
> Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
> Signed-off-by: Ricardo B. Marliere <ricardo@xxxxxxxxxxxx>
>
> ---
> Ricardo B. Marliere (2):
> vfio/mdpy: make mdpy_class constant
> vfio/mbochs: make mbochs_class constant
>
> samples/vfio-mdev/mbochs.c | 18 ++++++++----------
> samples/vfio-mdev/mdpy.c | 18 ++++++++----------
> 2 files changed, 16 insertions(+), 20 deletions(-)
> ---
> base-commit: 87adedeba51a822533649b143232418b9e26d08b
> change-id: 20240301-class_cleanup-vfio-3c5f72230ba5
>
> Best regards,

Applied to vfio next branch for v6.9. Thanks,

Alex