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 93CBCC001B0 for ; Sat, 15 Jul 2023 15:04:02 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 824A48621A; Sat, 15 Jul 2023 17:03:28 +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="j1ZfvofJ"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 30E3B8621A; Sat, 15 Jul 2023 17:03:27 +0200 (CEST) Received: from mail-ot1-x333.google.com (mail-ot1-x333.google.com [IPv6:2607:f8b0:4864:20::333]) (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 BAEEA8622C for ; Sat, 15 Jul 2023 17:03:22 +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-ot1-x333.google.com with SMTP id 46e09a7af769-6b91ad1f9c1so2241514a34.3 for ; Sat, 15 Jul 2023 08:03:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1689433401; x=1692025401; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=lJifwWZ/bAYTpy+flFKc1x55BoFOwLdFo5hPUovjK0I=; b=j1ZfvofJOF463RBGqZy8SVgFh4swucixS0DRk7ddxX1wOyDNI2fRqthqBfIYvkhjGg mGkNQz8AhPS+g3y3kiGYY5XjSWCls1ykePKk7fNHWlqjMKGz37egkXPEBG0yrDeyPJdH Zl59uVeKx3hBVMJbESUS5caEMKa1vyvBet+4A= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1689433401; x=1692025401; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=lJifwWZ/bAYTpy+flFKc1x55BoFOwLdFo5hPUovjK0I=; b=hL0sR2oom3S+loaho1uPqp9olM5rlhxp0r/VGYrtcU6WYQM/cXSXufwha/tE7YCv6N 2qY8jumXYO8ulUnNTgSnWzevytexc4M7XGTwonh/XlUV2JYX8PJswJM5igskaIgWyVin U9ek0XC+H7uq9Bp5LLzFXhVGUl1Uggxa/+/o/IqsOhMyoLAuDsdQmWCzb7p0oOvIbjiq fqmPRbu32oi3EUlANhfmWDg9mzsXJuSEhPI2Gp8QR2xLSncQxHwmuzkH/m4AgxbPBokW mJ9ITNMbRvZMmjAjvoDKljJm3K4e1R/xmhgY6HK83lxKV1cBqjgR9ct/yJEDGKYP2v5d jSiA== X-Gm-Message-State: ABy/qLbSff5JTG4CWiExPUKvuFg77GCbVIsBiwcNX9TDwGoXJLkn/adN E/LuAWhkjanQhc8uBj1LRNkytVkhLiHWYPWE43yllBEc X-Google-Smtp-Source: APBJJlEHrifVdO6/OiNhUNMPJfxcHrZ5EAU48JRRfQQRsQcOSGP+i2hEfCRoTUqGn74anJ7LHctTNw== X-Received: by 2002:a05:6871:b29:b0:1b0:b13:c16 with SMTP id fq41-20020a0568710b2900b001b00b130c16mr8504037oab.2.1689433401375; Sat, 15 Jul 2023 08:03:21 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-2ff3-b443-1227-0d00.res6.spectrum.com. [2603:6081:7b00:6400:2ff3:b443:1227:d00]) by smtp.gmail.com with ESMTPSA id r186-20020a0dcfc3000000b005772b76cb18sm2887950ywd.4.2023.07.15.08.03.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 15 Jul 2023 08:03:20 -0700 (PDT) Date: Sat, 15 Jul 2023 11:03:19 -0400 From: Tom Rini To: Peter Robinson Cc: u-boot@lists.denx.de, Joe Hershberger , Ramon Fried Subject: Re: [v1] disable NFS support by default Message-ID: <20230715150319.GF2066889@bill-the-cat> References: <20230614144112.262795-1-pbrobinson@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="9TxsJ/CU2aNZ3biS" Content-Disposition: inline In-Reply-To: <20230614144112.262795-1-pbrobinson@gmail.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.8 at phobos.denx.de X-Virus-Status: Clean --9TxsJ/CU2aNZ3biS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 14, 2023 at 03:41:10PM +0100, Peter Robinson wrote: > While NFS is widely used in data centres, and private > networks it's quite a nuanced usecase for device firmware. > A lot of devices already disable it. >=20 > Various network protocols should really be opt in, not opt > out, because they add extra size and are potential attack > vectors from a security PoV. In the NFS case it doesn't > really make sense for a lot of devices like tables, SBCs etc. > It's also something we don't really want for SystemReady-IR > due to security concerns. >=20 > Signed-off-by: Peter Robinson > Reviewed-by: Tom Rini > Reviewed-by: Ilias Apalodimas Applied to u-boot/master, thanks! --=20 Tom --9TxsJ/CU2aNZ3biS Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmSytTcACgkQFHw5/5Y0 tyypmgv6A0pypT9cqnG/bjom4LjAHbZOAJqt1/Gldz9+ajqUPvSvliFK9CYPd52q yLNBhUzfjiYry46NfSjVjx02cVAmn7p7INAaUqTuXWTCF07moAytmYOEzV5eVNe3 9RCHQLB6bLNmGTc6wVt7c5ABJF+esnS7RxFBim+iRhg/BX/7oQDlJT4CEVXn07KT UOWkcEDuNSI/uhihAb3pebEPVZ8krZP9HsvMBTNlQ80QobVEQ5ugfTLWcZa7V3wj 7JuzOj2+KmlPeETlgM5RFGeKvfh2KtqHRLwtRCn1SrCB9m19jYUhNbn6yFwTJdjV 3HsNmsYUTzHefELNAsjLZQjpT7t/4s7LM5ubZhWescKp6HiaOnrqqZi80m8pD9nM NIztStsaXNJUfCvDchd8NMNiOZKnmGXu68QkAUcmhMQb4p4YGfbEmR+w3UWw592b 1pJxi6/jbfxLmtsMYdPFuTd+jkNJ88JjfUmRtMNNCtf/nvajWYbgBf0eCW5XbOH1 NPS+x+04 =QZ0R -----END PGP SIGNATURE----- --9TxsJ/CU2aNZ3biS--