Received: by 10.223.185.116 with SMTP id b49csp2443173wrg; Thu, 15 Feb 2018 11:38:02 -0800 (PST) X-Google-Smtp-Source: AH8x225QZg5p8yT5ebSlMCdyZwDxNGYoPy5kBGWSwu7CqMuYMbm7A3EOrVZfbSALrXh0yBqv6Ok+ X-Received: by 2002:a17:902:6909:: with SMTP id j9-v6mr3514935plk.372.1518723482650; Thu, 15 Feb 2018 11:38:02 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518723482; cv=none; d=google.com; s=arc-20160816; b=xygLkZQ2tNl5OkyTO7gVjHSoDe2NyvxNSC1F11cvnAZN06+0GK4XdlN23h8ZGJiUiJ /pcqnVaj3C8Dj+nEU9Ri/FTg8Obh/AezvMJYuTdEDP7qS6shJWJArTaml2Wz2oNutuzJ RH9x2GrptQWuRYS4qMo2FSSln/uOpcEFoQMnPyI2+xtFm54bFmvMMzeA3gt+h/N17w/V 8xkf415LcEP3KoRrrqoKYjuNT1BinUQm9AjHwHiHLcgRejge1Sn6oVjYHf8JzQuevrjV I7VUx+x83wSr7VNM1TMmn6/Sa6V7fQUaSJzXW4ZcxHTod9zbktMb+nURIwowIZUpc0m1 scEA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=a336PNi7Ep9FUJQP9/thQ971vudN0+E3dyGcUHfMkJY=; b=ntaWgHDvTdz+2Gl1A0FVALI+g0yidYADaVD3F+Dkp8rJ3qoId9O5NY2x9KR64+XtKp YYR79iMT0bISKKk6QpC5aexxGcLE6SM/Ro8PPtbYPxi35JeoLua4GVPF/Cm88ePdqOyY eO76IEEAZ8AsylCu2k3E6YGgnZFJ+nS9yLL5A02Rm5tr98e1tQB96rdXgbUMz+Ty8gk3 8oC8j8ViDv8w9jgJjRvQgmhvOYOTTi9VP8CSRN+gBOeZUN4N7RWr0J2792Y2nYnyA0AP IOijyvCi5VAgZ7tYvwFmnos/KKhEX0miWOXk/xYv98NNKkdP/ExPTKaLLzLy3o9BMsvF vFGg== 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 n63si3719431pga.432.2018.02.15.11.37.48; Thu, 15 Feb 2018 11:38:02 -0800 (PST) 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 S1161198AbeBOPTB (ORCPT + 99 others); Thu, 15 Feb 2018 10:19:01 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:47680 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161063AbeBOPS7 (ORCPT ); Thu, 15 Feb 2018 10:18:59 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 64A29FF7; Thu, 15 Feb 2018 15:18:58 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Krzysztof Kozlowski , Javier Martinez Canillas , Guillaume Tucker , Krzysztof Kozlowski Subject: [PATCH 3.18 08/45] ARM: exynos_defconfig: Enable NFSv4 client Date: Thu, 15 Feb 2018 16:16:59 +0100 Message-Id: <20180215144117.650848341@linuxfoundation.org> X-Mailer: git-send-email 2.16.1 In-Reply-To: <20180215144115.863307741@linuxfoundation.org> References: <20180215144115.863307741@linuxfoundation.org> User-Agent: quilt/0.65 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 3.18-stable review patch. If anyone has any objections, please let me know. ------------------ From: Krzysztof Kozlowski commit 1c1fb9b0c89a2506e556114c813a606bc1508d49 upstream. NFS client is already enabled (NFS_FS) and by default it enables clients for version 2 and 3. Enable explicitly the version 4 client to utilize the newer protocol. The NFS client is especially useful for testing kernel in automated environments (network boot with network file system). Signed-off-by: Krzysztof Kozlowski Reviewed-by: Javier Martinez Canillas Signed-off-by: Guillaume Tucker Reviewed-by: Krzysztof Kozlowski Signed-off-by: Greg Kroah-Hartman --- arch/arm/configs/exynos_defconfig | 1 + 1 file changed, 1 insertion(+) --- a/arch/arm/configs/exynos_defconfig +++ b/arch/arm/configs/exynos_defconfig @@ -175,6 +175,7 @@ CONFIG_TMPFS_POSIX_ACL=y CONFIG_CRAMFS=y CONFIG_ROMFS_FS=y CONFIG_NFS_FS=y +CONFIG_NFS_V4=y CONFIG_ROOT_NFS=y CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_ASCII=y