Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp2108115imm; Thu, 11 Oct 2018 05:21:26 -0700 (PDT) X-Google-Smtp-Source: ACcGV62pmARCPFpTWxbN34xd7gXRpj5Yp0zkF3Rny6KGicgfxvrNnDmXG5c7amOHThutVqwl/vxN X-Received: by 2002:a65:4145:: with SMTP id x5-v6mr1215826pgp.309.1539260486619; Thu, 11 Oct 2018 05:21:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539260486; cv=none; d=google.com; s=arc-20160816; b=gBi50eerR0Gt7i7CNkCI/fJQAFWawtxR9RsavKjq0aI7umUjWDgmd6p1c92nnvpSBM V3yEO23RCcsQiCoqce6JRzO3DxwdTxwbYevAjetBIrnriOJY3cZx24/uMFDTQQqbDRf7 ETAkMt354queR1aI1hOoK/1wOOvzEEPfseCqcNfsv9I81H8YhDnzhLQ4BLMYODGCC3a6 luYVhxbTAivxmMDEBnz3zO1fVbU0WIO6PIcPgzHThsp75pTWcV9YT8Lu6+3L8DWUqhr+ NpCUFGBpYYNki1BYjnxX9ePZIE3Ldxbe6JceNi3VYkxu6+50nEIQ2R4qWfXIaKlQMbDb tpjg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:to:subject; bh=xGl+9qsigiI207M3jzHB+VW1X+U9CwkvStktAOGeryI=; b=J90MZEt0hKr83PI+r7Pa6DK3yJlc34d6+hOCqjE2cq5Oh6/TB9rPJf3IY6Q+wq1o7s WG8pJ7/MLPLNkBEf6Y5aqaf3eew69YmfFMUfUX4dBZwKfmR0X+ixX14zGiB2v2Iq0Gjw /vL4LmSqJ+pOw+R/8Y5ZmlM7pTOlaj7pP8H/4q61nw/lEGPF5P2r4lG+VzvHvE6VylLq MtdVs8sMP9+V/tdnUFdBDN97m+0k6i0nZa8TvuBi/aP0iLxhvlmRZy1lo3dX25LNjbxT cHy3l90L3XC9JU1kBP/rrMCOBN0H8/LrB5d7PKrls9+vHUcOUyU7X4Bz6cjhuBuw92la WAew== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 30-v6si3195591plb.102.2018.10.11.05.21.11; Thu, 11 Oct 2018 05:21:26 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727949AbeJKThW (ORCPT + 99 others); Thu, 11 Oct 2018 15:37:22 -0400 Received: from mail1.windriver.com ([147.11.146.13]:63986 "EHLO mail1.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726933AbeJKThW (ORCPT ); Thu, 11 Oct 2018 15:37:22 -0400 Received: from ALA-HCA.corp.ad.wrs.com ([147.11.189.40]) by mail1.windriver.com (8.15.2/8.15.1) with ESMTPS id w9BCACYg023291 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Thu, 11 Oct 2018 05:10:12 -0700 (PDT) Received: from [128.224.155.90] (128.224.155.90) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 11 Oct 2018 05:10:11 -0700 Subject: Re: net/tipc: recursive locking in tipc_link_reset To: Dmitry Vyukov , Jon Maloy , David Miller , netdev , , LKML References: From: Ying Xue Message-ID: <97d8c196-cd11-8859-fc14-ed12191f52af@windriver.com> Date: Thu, 11 Oct 2018 20:03:28 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [128.224.155.90] Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/11/2018 03:59 PM, Dmitry Vyukov wrote: > On Thu, Oct 11, 2018 at 9:55 AM, Dmitry Vyukov wrote: >> Hi, >> >> I am getting the following error while booting the latest kernel on >> bb2d8f2f61047cbde08b78ec03e4ebdb01ee5434 (Oct 10). Config is attached. >> >> Since this happens during boot, this makes LOCKDEP completely >> unusable, does not allow to discover any other locking issues and >> masks all new bugs being introduced into kernel. >> Please fix asap. >> Thanks > -parthasarathy.bhuvaragan address as it gives me bounces > but this is highly likely due to: > > commit 3f32d0be6c16b902b687453c962d17eea5b8ea19 > Author: Parthasarathy Bhuvaragan > Date: Tue Sep 25 22:09:10 2018 +0200 > > tipc: lock wakeup & inputq at tipc_link_reset() > > Dmitry, I agree with you. The complaint should be caused by the commit above. Please try to verify the patch: https://patchwork.ozlabs.org/patch/982447. Thanks, Ying