Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp4516421yba; Sun, 19 May 2019 21:47:55 -0700 (PDT) X-Google-Smtp-Source: APXvYqzG/MNGVr9wEtcbPb7HeCsnpueNdm5Amstg5DqVSoDQNBGEX02/s/cgE7z5yOfJq9bMc7ZF X-Received: by 2002:aa7:82cd:: with SMTP id f13mr77274683pfn.203.1558327674912; Sun, 19 May 2019 21:47:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558327674; cv=none; d=google.com; s=arc-20160816; b=Lh2ViaZbp+AWSh23Xh6Sy0myQ6KtBIW0uw7CArXInPUqpDLhJxSY1mEI6SJGxPUAzo WWLeLsp8AgV/DZmf7WRuCABL4o5z7U3hKs0Mp4S+LnKGNvlhNiUJBX4KLN6mRUPMOnct sF03TwCkpYFSuda9SJQ0krpTwr0IxSPCx54AC2MgJfUS6n0Z+sdgqbPZm61gS9CMeYrR +Z1bTDQAFZQGYTbK5hCkmQr5+xreoOamhL0ZrbLwujp/xwAt7clVakzqtQdVwMvs716r Rgj26tcdpA7KhNGx1ZaJ29/pqpsKetVKIQZkKz8LwJIfEBjXaNaLLOFJIug0IECRc9/b PiUQ== 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:cc:to:subject; bh=pNb6zoevEzwykQkL6nF8tLny6Z6el03XxSYRTXHvbyw=; b=0lLsQWxVFJYP+HHnKt5leGqonVjjeE9HkrHGfR5qIgkC8YlPpRDa6tAVYFZTgB9L4P U7dfPNh46JwNiZeND0N7PKj2657yiQxeFLtyL79kWRlVCI179SK06jviYZz0StqFFwu0 hka9ziheqBnLdKYkh+0kfCxVXAQgdUt7KMdEg4ZiHgeuPXOm0IORTqpRtUMSTeX3DR1R zOJZf+leZTG94oYory7FImuJnhIqtBW4pMLSSLOftqSabNKdoBG/n5O89HCtxhTdDhPW x92IFYTxzahZTFiujvP9wDXY/xUYwDFpXrMw6prF3TeKOiliOe86K5G3uIDcItwvTfLB oZtg== 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 d3si17298371pfc.278.2019.05.19.21.47.39; Sun, 19 May 2019 21:47:54 -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 S1730132AbfETCpN (ORCPT + 99 others); Sun, 19 May 2019 22:45:13 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:7660 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1730076AbfETCpN (ORCPT ); Sun, 19 May 2019 22:45:13 -0400 Received: from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 385CCC396D7FB5628B17; Mon, 20 May 2019 10:45:11 +0800 (CST) Received: from [127.0.0.1] (10.184.191.73) by DGGEMS410-HUB.china.huawei.com (10.3.19.210) with Microsoft SMTP Server id 14.3.439.0; Mon, 20 May 2019 10:45:04 +0800 Subject: Re: [PATCH v3] tipc: fix modprobe tipc failed after switch order of device registration To: Stephen Rothwell CC: , , , , "netdev@vger.kernel.org" , , "linux-kernel@vger.kernel.org" , References: <529aff15-5f3a-1bf1-76fa-691911ff6170@huawei.com> <20190519214805.520960ec@canb.auug.org.au> From: hujunwei Message-ID: <3eaefb19-eb72-06a7-04c2-3378d9c2c1a6@huawei.com> Date: Mon, 20 May 2019 10:43:23 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190519214805.520960ec@canb.auug.org.au> Content-Type: text/plain; charset="windows-1252" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.184.191.73] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2019/5/19 19:48, Stephen Rothwell wrote: > Hi, > > On Sun, 19 May 2019 17:13:45 +0800 hujunwei wrote: >> >> Fixes: 7e27e8d6130c >> ("tipc: switch order of device registration to fix a crash") > > Please don't split Fixes tags over more than one line. It is OK if > they are too long. > Hi, Stephen Thanks for your suggestion, I will update it later. Regards, Junwei