Hi all, After merging the afs tree, today's linux-next build (x86_64 allmodconfig) produced this warning: net/rxrpc/rxkad.c: In function 'rxkad_secure_packet_encrypt.isra.10': net/rxrpc/rxkad.c:269:9: warning: 'err' may be used uninitialized in this function [-Wmaybe-uninitialized] return err; ^~~ Introduced by commit b214b2d8f277 ("rxrpc: Don't use skb_cow_data() in rxkad") -- Cheers, Stephen Rothwell