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

From: Randy Dunlap
Date: Tue May 19 2020 - 14:59:53 EST


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>