On 11/7/17 7:13 AM, Eric Dumazet wrote: > From: Eric Dumazet <eduma...@google.com> > > Fixes a case where GFP_ATOMIC allocation must be used instead of > GFP_KERNEL one. > ... > > Fixes: f3d9832e56c4 ("ipv6: addrconf: cleanup locking in ipv6_add_addr") > Signed-off-by: Eric Dumazet <eduma...@google.com> > Reported-by: Valdis Kletnieks <valdis.kletni...@vt.edu> > --- > net/ipv6/addrconf.c | 12 +++++++----- > 1 file changed, 7 insertions(+), 5 deletions(-) >
Acked-by: David Ahern <dsah...@gmail.com> Tested-by: David Ahern <dsah...@gmail.com>