Re: [PATCH] virtio: make virtio_bus const

From: Jason Wang
Date: Mon Feb 05 2024 - 21:48:39 EST


On Mon, Feb 5, 2024 at 4:52 AM Ricardo B. Marliere <ricardo@xxxxxxxxxxxx> wrote:
>
> Now that the driver core can properly handle constant struct bus_type,
> move the virtio_bus variable to be a constant structure as well,
> placing it into read-only memory which can not be modified at runtime.
>
> Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
> Suggested-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
> Signed-off-by: Ricardo B. Marliere <ricardo@xxxxxxxxxxxx>
> ---

Acked-by: Jason Wang <jasowang@xxxxxxxxxx>

Thanks