From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cong Wang Subject: Re: net/ipv4: deadlock in ip_ra_control Date: Wed, 12 Apr 2017 12:41:31 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Dmitry Vyukov , David Miller , Alexey Kuznetsov , James Morris , Hideaki YOSHIFUJI , Patrick McHardy , Eric Dumazet , netdev , LKML , syzkaller To: Andrey Konovalov Return-path: Received: from mail-wr0-f178.google.com ([209.85.128.178]:34323 "EHLO mail-wr0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755181AbdDLTlw (ORCPT ); Wed, 12 Apr 2017 15:41:52 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Wed, Apr 12, 2017 at 5:05 AM, Andrey Konovalov wrote: > Hi Cong, > > I now have a reproducer for this bug (attached) and your patch fixes it. > > Could you send it? > Done. I verified it with your reproducer too. Thanks!