On Mon, Nov 28, 2016 at 3:22 AM, Herbert Xu <[email protected]> wrote: > netlink: Call cb->done from a worker thread > > The cb->done interface expects to be called in process context. > This was broken by the netlink RCU conversion. This patch fixes > it by adding a worker struct to make the cb->done call where > necessary. > > Fixes: 21e4902aea80 ("netlink: Lockless lookup with RCU grace...") > Reported-by: Subash Abhinov Kasiviswanathan <[email protected]> > Signed-off-by: Herbert Xu <[email protected]>
Looks good, Acked-by: Cong Wang <[email protected]> Thanks!
