From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: [PATCH net] net/ipv6: fix lock imbalance in ip6_route_del() Date: Wed, 9 May 2018 10:10:58 -0700 Message-ID: <0e48601b-9548-3c9d-796e-e5ffeea45901@gmail.com> References: <20180509170546.247826-1-edumazet@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: netdev , Eric Dumazet , David Ahern To: Eric Dumazet , "David S . Miller" Return-path: Received: from mail-pl0-f54.google.com ([209.85.160.54]:39800 "EHLO mail-pl0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934980AbeEIRLB (ORCPT ); Wed, 9 May 2018 13:11:01 -0400 Received: by mail-pl0-f54.google.com with SMTP id c19-v6so1862638pls.6 for ; Wed, 09 May 2018 10:11:01 -0700 (PDT) In-Reply-To: <20180509170546.247826-1-edumazet@google.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 05/09/2018 10:05 AM, Eric Dumazet wrote: > WARNING: lock held when returning to user space! > 4.17.0-rc3+ #37 Not tainted > > > Fixes: 23fb93a4d3f1 ("net/ipv6: Cleanup exception and cache route handling") > Signed-off-by: Eric Dumazet > Cc: David Ahern > Reported-by: syzbot > --- This targets net-next tree, not tree, sorry for the typo.