Re: [PATCH net-next 11/21] ipv6: call dst_dev_put() properly

2017-06-17 Thread kbuild test robot
Hi Wei, [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Wei-Wang/remove-dst-garbage-collector-logic/20170617-181755 config: ia64-allmodconfig (attached as .config) compiler: ia64-linux-gcc (GCC) 6.2.0 reproduce: wget https://raw.githubusercont

[PATCH net-next 11/21] ipv6: call dst_dev_put() properly

2017-06-16 Thread Wei Wang
From: Wei Wang As the intend of this patch series is to completely remove dst gc, we need to call dst_dev_put() to release the reference to dst->dev when removing routes from fib because we won't keep the gc list anymore and will lose the dst pointer right after removing the routes. Without the g