Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752388AbdCAPXE (ORCPT ); Wed, 1 Mar 2017 10:23:04 -0500 Received: from mail-io0-f179.google.com ([209.85.223.179]:34918 "EHLO mail-io0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751716AbdCAPWr (ORCPT ); Wed, 1 Mar 2017 10:22:47 -0500 MIME-Version: 1.0 In-Reply-To: References: From: Eric Dumazet Date: Wed, 1 Mar 2017 07:13:57 -0800 Message-ID: Subject: Re: net/ipv4: inconsistent lock state in tcp_conn_request/inet_ehash_insert To: Andrey Konovalov Cc: "David S. Miller" , Alexey Kuznetsov , James Morris , Hideaki YOSHIFUJI , Patrick McHardy , netdev , LKML , Dmitry Vyukov , Kostya Serebryany , syzkaller Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 316 Lines: 9 On Wed, Mar 1, 2017 at 6:59 AM, Andrey Konovalov wrote: > Hi, > > I've got the following error report while fuzzing the kernel with syzkaller. > > On commit e5d56efc97f8240d0b5d66c03949382b6d7e5570 (Feb 26). SInce I probably added this bug, I will send a fix shortly, thanks for the report.