From: Florian Westphal <f...@strlen.de> Date: Mon, 4 Dec 2017 22:42:30 +0100
> Incorrect/missing annotations caused a few sparse warnings: > > rtnetlink.c:155:15: incompatible types .. (different address spaces) > rtnetlink.c:157:23: incompatible types .. (different address spaces) > rtnetlink.c:185:15: incompatible types .. (different address spaces) > rtnetlink.c:285:15: incompatible types .. (different address spaces) > rtnetlink.c:317:9: incompatible types .. (different address spaces) > rtnetlink.c:3054:23: incompatible types .. (different address spaces) > > no change in generated code. > > Fixes: addf9b90de22f7 ("net: rtnetlink: use rcu to free rtnl message > handlers") > Reported-by: kbuild test robot <fengguang...@intel.com> > Signed-off-by: Florian Westphal <f...@strlen.de> Applied, thanks for fixing this so quickly.