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=-0.9 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,UNPARSEABLE_RELAY,URIBL_BLOCKED autolearn=ham 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 B2296C04AAA for ; Mon, 6 May 2019 08:32:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 81C1E2082F for ; Mon, 6 May 2019 08:32:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726250AbfEFIcL (ORCPT ); Mon, 6 May 2019 04:32:11 -0400 Received: from smtp-out.xnet.cz ([178.217.244.18]:15208 "EHLO smtp-out.xnet.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725846AbfEFIcL (ORCPT ); Mon, 6 May 2019 04:32:11 -0400 Received: from meh.true.cz (meh.true.cz [108.61.167.218]) (Authenticated sender: petr@true.cz) by smtp-out.xnet.cz (Postfix) with ESMTPSA id 9448033DC; Mon, 6 May 2019 10:32:08 +0200 (CEST) Received: from localhost (meh.true.cz [local]) by meh.true.cz (OpenSMTPD) with ESMTPA id dad557b0; Mon, 6 May 2019 10:32:07 +0200 (CEST) Date: Mon, 6 May 2019 10:32:07 +0200 From: Petr =?utf-8?Q?=C5=A0tetiar?= To: David Miller Cc: netdev@vger.kernel.org, devicetree@vger.kernel.org, matthias.bgg@gmail.com, andrew@lunn.ch, f.fainelli@gmail.com, hkallweit1@gmail.com, frowand.list@gmail.com, srinivas.kandagatla@linaro.org, maxime.ripard@bootlin.com, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH v4 00/10] of_net: Add NVMEM support to of_get_mac_address Message-ID: <20190506083207.GG81826@meh.true.cz> Reply-To: Petr =?utf-8?Q?=C5=A0tetiar?= References: <1556893635-18549-1-git-send-email-ynezz@true.cz> <20190505.214727.1839442238121977055.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190505.214727.1839442238121977055.davem@davemloft.net> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org David Miller [2019-05-05 21:47:27]: Hi David, > Series applied, thank you. I did probably something terribly wrong, but patch "[PATCH v4 05/10] net: ethernet: support of_get_mac_address new ERR_PTR error" has not reached the patchwork, but I'm sure, that it was sent out as Hauke Mehrtens (maintainer for ethernet/lantiq_xrx200.c) has confirmed to me on IRC, that he has received it. I've as well noticed, that you've not considered "[PATCH v5] staging: octeon-ethernet: support of_get_mac_address new ERR_PTR error"[1] which contained a fix for possible NULL value of mac variable: const u8 *mac = NULL; if (priv->of_node) mac = of_get_mac_address(priv->of_node); if (!IS_ERR(mac)) I'll send those two patches again against net-next in a few moments. Sorry for this mess. 1. https://patchwork.ozlabs.org/patch/1094942/ -- ynezz