Re: [PATCH v3] mcb: Add missing modpost build support

From: Greg KH

Date: Wed Dec 03 2025 - 03:07:27 EST


On Tue, Dec 02, 2025 at 01:34:21PM -0700, Nathan Chancellor wrote:
> On Tue, Dec 02, 2025 at 09:42:00AM +0100, Jose Javier Rodriguez Barbarin wrote:
> > mcb bus is not prepared to autoload client drivers with the data defined on
> > the drivers' MODULE_DEVICE_TABLE. modpost cannot access to mcb_table_id
> > inside MODULE_DEVICE_TABLE so the data declared inside is ignored.
> >
> > Add modpost build support for accessing to the mcb_table_id coded on device
> > drivers' MODULE_DEVICE_TABLE.
> >
> > Fixes: 3764e82e5150 ("drivers: Introduce MEN Chameleon Bus")
> > Reviewed-by: Jorge Sanjuan Garcia <dev-jorge.sanjuangarcia@xxxxxxxxxx>
> > Signed-off-by: Jose Javier Rodriguez Barbarin <dev-josejavier.rodriguez@xxxxxxxxxx>
> > ---
>
> Acked-by: Nathan Chancellor <nathan@xxxxxxxxxx>
>
> We should be able to get this to Linus by 6.19-rc1.

Why? What's the rush? It should have been in -next already to get into
-rc1.

thanks,

greg k-h