Re: [PATCH] tc: make tc_bus_type const

From: Maciej W. Rozycki
Date: Tue Feb 13 2024 - 10:21:05 EST


On Tue, 13 Feb 2024, Ricardo B. Marliere wrote:

> Since commit d492cc2573a0 ("driver core: device.h: make struct
> bus_type a const *"), the driver core can properly handle constant
> struct bus_type, move the tc_bus_type 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>
> ---

It builds, therefore it works, so:

Acked-by: Maciej W. Rozycki <macro@xxxxxxxxxxx>

Thank you for your contribution!

Maciej