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 Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8F3E4C00140 for ; Mon, 8 Aug 2022 19:10:44 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id ED271848CF; Mon, 8 Aug 2022 21:08:54 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="X5acNb+D"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id A8A38848D4; Mon, 8 Aug 2022 21:08:53 +0200 (CEST) Received: from mail-qt1-x82d.google.com (mail-qt1-x82d.google.com [IPv6:2607:f8b0:4864:20::82d]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 6CF99848CA for ; Mon, 8 Aug 2022 21:08:51 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x82d.google.com with SMTP id l5so789726qtv.4 for ; Mon, 08 Aug 2022 12:08:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc; bh=oZOsnrOem05UuX654csfNjq61s3rujJshalARyYTN0o=; b=X5acNb+DnSOJ62/NaDnj/XEf6de3XhTGgRVeZQwevfiGIHAGTnuC1nSeuZ9IEUU4fK tTz2EPOa34sneeCGpTooeKyNn7P88zwPJRk9fx7cAVfXqED0RpJr3Z/kPxUgKN23W/rd oJ1fqCDZgZ/nnIdNQxpsiVdalGd6Egfjxgvz4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc; bh=oZOsnrOem05UuX654csfNjq61s3rujJshalARyYTN0o=; b=vZMupIMt6+wl5ySCbXqXUHwyEngNOS0+V4QZpO+sfDAQEp2yL8sBB5C+ynKGQmlesX RGynm6VH2c6FokyJ73xmsFCnBayWTaUgSs3xCrg4KKIz0hiGeVP1lTxzNe/y4Tz36FmB 8RmxMCy4iDiJ5fWubN2IAuEZVLBqc7qzNysJ0VFcNoal3IVbVmc4xNXOnHMoxaXszZbh 1i3F0gGJFMFmEg11g8ZobP/fRXRTdGUeIMlCljGOUFqYQ7Ppg8kPYXnnrX7LhB0P7WeG Kp1m3cAVNKd6FMlfNfEJ49JJJYr8qEWbXygnl1xWmwHzt8/NEuspzthyL/F7RYP0aPrv dKLQ== X-Gm-Message-State: ACgBeo0RgW/87h6TMKRgqSg95DHZBaJf9+G6CP26G+U0PNKdx9Kgvv48 X3eQR1KneV308M8UAUbB2NNZJg== X-Google-Smtp-Source: AA6agR6MnjvJLodG2HpDyaiel3xBpSRSJPcMJ4rIeqX3XeSlwBzCNTaYifxAdTwjtU2ZCV7r9/d8dA== X-Received: by 2002:ac8:5915:0:b0:31f:31c8:7406 with SMTP id 21-20020ac85915000000b0031f31c87406mr17827350qty.347.1659985730189; Mon, 08 Aug 2022 12:08:50 -0700 (PDT) Received: from bill-the-cat (cpe-65-184-195-139.ec.res.rr.com. [65.184.195.139]) by smtp.gmail.com with ESMTPSA id i25-20020ac871d9000000b00342f960d26esm2407100qtp.15.2022.08.08.12.08.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Aug 2022 12:08:49 -0700 (PDT) Date: Mon, 8 Aug 2022 15:08:47 -0400 From: Tom Rini To: Patrice Chotard Cc: u-boot@lists.denx.de, Patrick DELAUNAY , U-Boot STM32 , Joe Hershberger , Peng Fan , Ramon Fried Subject: Re: [PATCH 2/2] net: dwc_eth_qos: Add eqos_get_enetaddr callback for stm32 Message-ID: <20220808190847.GS1146598@bill-the-cat> References: <20220802085526.272953-1-patrice.chotard@foss.st.com> <20220802085526.272953-2-patrice.chotard@foss.st.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="h87GnGnUMDU+BcVC" Content-Disposition: inline In-Reply-To: <20220802085526.272953-2-patrice.chotard@foss.st.com> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean --h87GnGnUMDU+BcVC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 02, 2022 at 10:55:26AM +0200, Patrice Chotard wrote: > Add .eqos_get_enetaddr callback defined as eqos_null_ops() to avoid > illegal access. >=20 > Fixes: a624251461bf ("net: dwc_eth_qos: introduce eqos hook eqos_get_enet= addr") >=20 > Signed-off-by: Patrice Chotard > Reviewed-by: Ramon Fried Applied to u-boot/master, thanks! --=20 Tom --h87GnGnUMDU+BcVC Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmLxXz8ACgkQFHw5/5Y0 tyyrVgv/SOPLWONKUate86tiD82/uE0HjPTvoZS2qosthN4gPSgKHswEirk2JZ9z cSPfnCxPbESobuArIJ2brDwKhHiLKT1jS030Vqk1d7xpZW3rRA3yUWz/4pidVyu8 MVs/oPmGRNzCbDcZR9XBygTn0O85lBLCmu3io0xzYDsb3LDuW7Y6PgUgz1LSNWHN AqEFQ2Nhx/isShGxJ0ngGUJ0BS/ZUOSX7OAwdTyrkd+oFjoInSRmtsJhY5IkxppK En0GI8nfpfvAk9yBQlteGr8GrvoFOvbreEULdiaabByTJu7qs5JveWa1mgQMv0h3 I0w60gQHEkLYBN5GEz+4/ieUp5Zw78MHI3VKHCj0bMlFAEXidUpG9+sAqZSRugYi mNwm/bNFDXe1oMJsrS1GTMwy0cipt3rHqNJNNRWsmt0xyTDj9D+UytBpQkKzxn6i AQ5mB5XYGX8ugPH3WpBzop6y28NORRsxlYUCo43zaXuqcE4z3NjBtQlfgIFkNzSR g1ToNlpO =OblV -----END PGP SIGNATURE----- --h87GnGnUMDU+BcVC--