2024-03-01 18:21:34

by Ricardo B. Marliere

[permalink] [raw]
Subject: [PATCH 0/2] vfio: constify struct class usage

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 <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Ricardo B. Marliere <[email protected]>

---
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,
--
Ricardo B. Marliere <[email protected]>



2024-03-05 23:13:47

by Alex Williamson

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

On Fri, 01 Mar 2024 14:51:46 -0300
"Ricardo B. Marliere" <[email protected]> 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 <[email protected]>
> Cc: [email protected]
> Cc: [email protected]
> Cc: Greg Kroah-Hartman <[email protected]>
> Signed-off-by: Ricardo B. Marliere <[email protected]>
>
> ---
> 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