From patchwork Wed Jun 8 12:26:23 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 69634 Delivered-To: patch@linaro.org Received: by 10.140.106.246 with SMTP id e109csp2464048qgf; Wed, 8 Jun 2016 05:27:38 -0700 (PDT) X-Received: by 10.107.24.7 with SMTP id 7mr8550693ioy.171.1465388858297; Wed, 08 Jun 2016 05:27:38 -0700 (PDT) Return-Path: Received: from bombadil.infradead.org (bombadil.infradead.org. [2001:1868:205::9]) by mx.google.com with ESMTPS id n85si1231823pfa.84.2016.06.08.05.27.38 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Jun 2016 05:27:38 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 2001:1868:205::9 as permitted sender) client-ip=2001:1868:205::9; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org designates 2001:1868:205::9 as permitted sender) smtp.mailfrom=linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1bAcZC-00052Q-LY; Wed, 08 Jun 2016 12:26:38 +0000 Received: from conuserg-08.nifty.com ([210.131.2.75]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1bAcZ9-0004ut-01 for linux-arm-kernel@lists.infradead.org; Wed, 08 Jun 2016 12:26:35 +0000 Received: from beagle.diag.org (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-08.nifty.com with ESMTP id u58CPJ80003910; Wed, 8 Jun 2016 21:25:19 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-08.nifty.com u58CPJ80003910 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1465388721; bh=F3PG0Aw44Lwu3qrdWXYZpAnPKT/ntVh2Z9tGry9RKtw=; h=From:To:Cc:Subject:Date:From; b=oHFX8cyy24ns2dsWrH5p3a3uJR3PSwaMk0+k6jjrPzv1hkx646WtgZeVgLfTKeA1K U4nFPkz51IOqbWYWwUeM1eLg4O/5eU6R2+pWAnZc1xZqJZcCQEZqd15hsw+HdZhqJV JUJoJScccvJYP0DMNWkl6UZu233TWpVq4TAfZ5Pk7NXZikOR8PsozS0EuwKivhb9Pd hUPyiS0ArjqecRdv1WwFN2fQUJgE6y/XfdC1ATltOJUGY1peVXsMkOCDlFdaKZPaAk tKIeQx7wNr7QjrYVAOew6QMlrbp8h3sgqaC6aR1up+4UoybGcLEv6QSPVJFxjznkcy mtgMWIUQyrbZg== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] arm64: defconfig: enable CONFIG_LOCALVERSION_AUTO Date: Wed, 8 Jun 2016 21:26:23 +0900 Message-Id: <1465388783-18541-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160608_052635_365584_11059001 X-CRM114-Status: UNSURE ( 8.66 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.2 (-) X-Spam-Report: SpamAssassin version 3.4.0 on bombadil.infradead.org summary: Content analysis details: (-1.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Guodong Xu , Arnd Bergmann , Kuninori Morimoto , Catalin Marinas , Will Deacon , Stuart Yoder , linux-kernel@vger.kernel.org, Masahiro Yamada , Srinivas Kandagatla , Alim Akhtar , Olof Johansson , Simon Horman , Thierry Reding MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patch=linaro.org@lists.infradead.org When CONFIG_LOCALVERSION_AUTO is disabled, the version string is just a tag name (or with a '+' appended if HEAD is not a tagged commit). During the development (and especially when git-bisecting), longer version string would be helpful to identify the commit we are running. This is a default y option, so drop the unset to enable it. Signed-off-by: Masahiro Yamada --- arch/arm64/configs/defconfig | 1 - 1 file changed, 1 deletion(-) -- 1.9.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index c8f287f..1e76fc2 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1,4 +1,3 @@ -# CONFIG_LOCALVERSION_AUTO is not set CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y CONFIG_AUDIT=y