Hi all, After merging the final tree, today's linux-next build (powerpc ppc44x_defconfig) produced tis warning: WARNING: net/sunrpc/sunrpc.o(.init.text+0x110): Section mismatch in reference from the function init_sunrpc() to the function .exit.text:rpcauth_remove_module() The function __init init_sunrpc() references a function __exit rpcauth_remove_module(). This is often seen when error handling in the init function uses functionality in the exit path. The fix is often to remove the __exit annotation of rpcauth_remove_module() so it may be used outside an exit section. Probably caused by commit 2f72c9b73730c335381b13e2bd221abe1acea394 ("sunrpc: The per-net skeleton"). -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx http://www.canb.auug.org.au/~sfr/
Attachment:
pgpuORAr5HX8U.pgp
Description: PGP signature