Re: linux-next: Tree for May 19 (block/rnbd/)

From: Danil Kipnis
Date: Wed May 20 2020 - 06:12:21 EST


Hi Randy,

On Tue, May 19, 2020 at 8:59 PM Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:
>
> On 5/19/20 11:03 AM, Stephen Rothwell wrote:
> > Hi all,
> >
> > News: there will be no linux-next release tomorrow.
> >
> > Changes since 20200518:
> >
>
> seen on i386:
>
> when CONFIG_MODULES is not set/enabled:
>
> ../drivers/block/rnbd/rnbd-clt-sysfs.c: In function 'rnbd_clt_remove_dev_symlink':
> ../drivers/block/rnbd/rnbd-clt-sysfs.c:435:39: error: implicit declaration of function 'module_is_live'; did you mean 'module_driver'? [-Werror=implicit-function-declaration]
> if (strlen(dev->blk_symlink_name) && module_is_live(THIS_MODULE))
> ^~~~~~~~~~~~~~
> module_driver
>
>
> --
> ~Randy
> Reported-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

Looking into this, thank you