Re: linux-next: build failure after merge of the staging tree

From: Greg KH
Date: Mon Oct 14 2024 - 04:53:21 EST


On Mon, Oct 14, 2024 at 04:20:54PM +1100, Stephen Rothwell wrote:
> Hi all,
>
> After merging the staging tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> ERROR: modpost: "isapnp_read_byte" [drivers/staging/gpib/hp_82341/hp_82341.ko] undefined!
>
> Caused by commit
>
> 6d4f8749cd5d ("staging: gpib: Add hp82341x GPIB driver")
>
> isapnp_read_byte() is not exported to modules.
>
> I have used the staging tree from next-20241011 for today.

Thanks for this, I'll go mark this driver as BROKEN right now until it
can be properly cleaned up to use exported functions.

greg k-h