From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EA958C432C0 for ; Tue, 19 Nov 2019 13:14:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C9D4921783 for ; Tue, 19 Nov 2019 13:14:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727352AbfKSNOp (ORCPT ); Tue, 19 Nov 2019 08:14:45 -0500 Received: from szxga04-in.huawei.com ([45.249.212.190]:7143 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725280AbfKSNOp (ORCPT ); Tue, 19 Nov 2019 08:14:45 -0500 Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 5757D396F74BACAF5382; Tue, 19 Nov 2019 21:14:41 +0800 (CST) Received: from [127.0.0.1] (10.133.213.239) by DGGEMS413-HUB.china.huawei.com (10.3.19.213) with Microsoft SMTP Server id 14.3.439.0; Tue, 19 Nov 2019 21:14:38 +0800 Subject: Re: [GIT] Networking To: Geert Uytterhoeven , David Miller References: <20191116.133321.709008936600873428.davem@davemloft.net> CC: "torvalds@linux-foundation.org" , "Andrew Morton" , netdev , "Linux Kernel Mailing List" From: Yuehaibing Message-ID: <32c02bd4-6c6a-5e55-7a47-1a42d2c9c1af@huawei.com> Date: Tue, 19 Nov 2019 21:14:37 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.133.213.239] X-CFilter-Loop: Reflected Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On 2019/11/19 21:01, Geert Uytterhoeven wrote: > On Sat, Nov 16, 2019 at 10:37 PM David Miller wrote: >> YueHaibing (1): >> mdio_bus: Fix PTR_ERR applied after initialization to constant > > FTR, this causes a boot regression if CONFIG_RESET_CONTROLLER=n. > Patch sent > https://lore.kernel.org/lkml/20191119112524.24841-1-geert+renesas@glider.be/ Sorry for this. > > Gr{oetje,eeting}s, > > Geert >