Re: [PATCH] cxl: make cdx_bus_type constant
From: Greg Kroah-Hartman
Date: Tue Jul 01 2025 - 08:05:52 EST
On Tue, Jul 01, 2025 at 01:53:13PM +0200, Greg Kroah-Hartman wrote:
> Now that the driver core can properly handle constant struct bus_type,
> move the cxl_bus_type variable to be a constant structure as well,
> placing it into read-only memory which can not be modified at runtime.
Ugh, got the subject wrong, let me go fix up...