From patchwork Mon Nov 9 19:21:17 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yang Shi X-Patchwork-Id: 56270 Delivered-To: patch@linaro.org Received: by 10.112.155.196 with SMTP id vy4csp367143lbb; Mon, 9 Nov 2015 11:41:16 -0800 (PST) X-Received: by 10.66.120.136 with SMTP id lc8mr43040357pab.19.1447098076796; Mon, 09 Nov 2015 11:41:16 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id rm10si24183105pab.140.2015.11.09.11.41.14; Mon, 09 Nov 2015 11:41:16 -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; dkim=neutral (body hash did not verify) header.i=@linaro_org.20150623.gappssmtp.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752448AbbKITky (ORCPT + 28 others); Mon, 9 Nov 2015 14:40:54 -0500 Received: from mail-pa0-f43.google.com ([209.85.220.43]:34485 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751833AbbKITkE (ORCPT ); Mon, 9 Nov 2015 14:40:04 -0500 Received: by padhx2 with SMTP id hx2so199947767pad.1 for ; Mon, 09 Nov 2015 11:40:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro_org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=o0NK1lb1H+K5GIORMuqgJKXoehDJ3NrmC4uowe2jMY4=; b=AyJiZ6iOA4nhljusSGPqmfhD0y76Rtq+/+jJV+hvpwwdPD9v4QsUCv82chJgOOTaJv i+L6uuJR5Z93kXDnm4opBIeEoSxe0zfH5FKgx2tdBQHF7upj7AVuIcIo1H4wQe7CrdYI aMefMQ8RF5gh+VdC8y8rfOo/zxODZAqpOcYcxIfa+Y1b25ujH2PWKR3nluJPDVoQvj/6 fjSs+fzCI7RJja/jvolcVf0c2lIn6el/21hJauGUo9BJqaFOaDa6l0GJ1jkF8wfQInZs vyj2CFXUeAEqhNYzP19+kdcETM9oc7VClf6p/+156eSokbW0j1Xt/h0epV+AXHJrVQEM +Bcg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=o0NK1lb1H+K5GIORMuqgJKXoehDJ3NrmC4uowe2jMY4=; b=g0D3od0OHU00BHjQVeBJ8F3jCSINVQPuFguwxnUIO+1eXY2udaYaCzAKG1g60Ozfui hyrn8qJDkwvFy/ZwOel8y0bQd9r3oWtWU21QbWTOPncbxqv8TOggITTpfiirrFFZfqUk FKFCCOJWBUu2l0WqEdYoKIU8dH4EG1WpNFlcsVJFneeN7cqiTRKHF7fXmUId2RRm3FBw JFizhWoLwaknRhiXjoUPQUus6tZeSACANZjgVMquZD2mNa1pc5ruFvgkYIvDwoEiOyNy ezfQNAVaLy5SxBQUTMqEkMXx9XibBCm+teLyWZMGdyAYAJh7hkjJwpavBIhuo+SlCTjt Nn3A== X-Gm-Message-State: ALoCoQkzhcHnA/Q7TZ3p1y63vgMlA1w7FcN6xvykcnY4z8MUdYe5IJqtl4xbJsaRuOUUZkWjtrUu X-Received: by 10.68.133.133 with SMTP id pc5mr43232647pbb.93.1447098003930; Mon, 09 Nov 2015 11:40:03 -0800 (PST) Received: from yshi-Precision-T5600.corp.ad.wrs.com (unknown-216-82.windriver.com. [147.11.216.82]) by smtp.gmail.com with ESMTPSA id iy1sm17840584pbb.85.2015.11.09.11.40.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Nov 2015 11:40:03 -0800 (PST) From: Yang Shi To: linux-kernel@vger.kernel.org Cc: uclinux-h8-devel@lists.sourceforge.jp, ysato@users.sourceforge.jp, hskinnemoen@gmail.com, egtvedt@samfundet.no, linux-hexagon@vger.kernel.org, rkuo@codeaurora.org, mingo@redhat.com, yang.shi@linaro.org Subject: [PATCH 3/4] avr32: select ARCH_WANT_FRAME_POINTERS and set DEBUG_KERNEL in defconfigs Date: Mon, 9 Nov 2015 11:21:17 -0800 Message-Id: <1447096878-13519-4-git-send-email-yang.shi@linaro.org> X-Mailer: git-send-email 2.0.2 In-Reply-To: <1447096878-13519-1-git-send-email-yang.shi@linaro.org> References: <1447096878-13519-1-git-send-email-yang.shi@linaro.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org FRAME_POINTER is set by default if ARCH_WANT_FRAME_POINTERS and DEBUG_KERNEL are selcted, this is the standard way to include FRAME_POINTER used by all of other architectures. And, set DEBUG_KERNEL=y in defconfigs otherwise FRAME_POINTER won't be enabled at all. Signed-off-by: Yang Shi --- arch/avr32/Kconfig | 1 + arch/avr32/configs/atngw100_defconfig | 1 + arch/avr32/configs/atngw100_evklcd100_defconfig | 1 + arch/avr32/configs/atngw100_evklcd101_defconfig | 1 + arch/avr32/configs/atngw100_mrmt_defconfig | 1 + arch/avr32/configs/atngw100mkii_defconfig | 1 + arch/avr32/configs/atngw100mkii_evklcd100_defconfig | 1 + arch/avr32/configs/atngw100mkii_evklcd101_defconfig | 1 + arch/avr32/configs/atstk1002_defconfig | 1 + arch/avr32/configs/atstk1003_defconfig | 1 + arch/avr32/configs/atstk1004_defconfig | 1 + arch/avr32/configs/atstk1006_defconfig | 1 + arch/avr32/configs/favr-32_defconfig | 1 + arch/avr32/configs/hammerhead_defconfig | 1 + arch/avr32/configs/mimc200_defconfig | 1 + 15 files changed, 15 insertions(+) -- 2.0.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index b6878eb..bc0c0c0 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig @@ -17,6 +17,7 @@ config AVR32 select GENERIC_CLOCKEVENTS select HAVE_MOD_ARCH_SPECIFIC select MODULES_USE_ELF_RELA + select ARCH_WANT_FRAME_POINTERS help AVR32 is a high-performance 32-bit RISC microprocessor core, designed for cost-sensitive embedded applications, with particular diff --git a/arch/avr32/configs/atngw100_defconfig b/arch/avr32/configs/atngw100_defconfig index ce00300..2825f43 100644 --- a/arch/avr32/configs/atngw100_defconfig +++ b/arch/avr32/configs/atngw100_defconfig @@ -137,6 +137,7 @@ CONFIG_NLS_CODEPAGE_850=m CONFIG_NLS_ISO8859_1=m CONFIG_NLS_UTF8=m CONFIG_DEBUG_FS=y +CONFIG_DEBUG_KERNEL=y CONFIG_FRAME_POINTER=y CONFIG_MAGIC_SYSRQ=y CONFIG_DETECT_HUNG_TASK=y diff --git a/arch/avr32/configs/atngw100_evklcd100_defconfig b/arch/avr32/configs/atngw100_evklcd100_defconfig index 01ff632..b14f39e 100644 --- a/arch/avr32/configs/atngw100_evklcd100_defconfig +++ b/arch/avr32/configs/atngw100_evklcd100_defconfig @@ -153,6 +153,7 @@ CONFIG_NLS_CODEPAGE_850=m CONFIG_NLS_ISO8859_1=m CONFIG_NLS_UTF8=m CONFIG_DEBUG_FS=y +CONFIG_DEBUG_KERNEL=y CONFIG_FRAME_POINTER=y CONFIG_MAGIC_SYSRQ=y CONFIG_DETECT_HUNG_TASK=y diff --git a/arch/avr32/configs/atngw100_evklcd101_defconfig b/arch/avr32/configs/atngw100_evklcd101_defconfig index c4021df..ca431f8 100644 --- a/arch/avr32/configs/atngw100_evklcd101_defconfig +++ b/arch/avr32/configs/atngw100_evklcd101_defconfig @@ -152,6 +152,7 @@ CONFIG_NLS_CODEPAGE_850=m CONFIG_NLS_ISO8859_1=m CONFIG_NLS_UTF8=m CONFIG_DEBUG_FS=y +CONFIG_DEBUG_KERNEL=y CONFIG_FRAME_POINTER=y CONFIG_MAGIC_SYSRQ=y CONFIG_DETECT_HUNG_TASK=y diff --git a/arch/avr32/configs/atngw100_mrmt_defconfig b/arch/avr32/configs/atngw100_mrmt_defconfig index ffcc28d..97148ac 100644 --- a/arch/avr32/configs/atngw100_mrmt_defconfig +++ b/arch/avr32/configs/atngw100_mrmt_defconfig @@ -130,6 +130,7 @@ CONFIG_NLS_CODEPAGE_850=y CONFIG_NLS_ISO8859_1=y CONFIG_NLS_UTF8=y CONFIG_DEBUG_FS=y +CONFIG_DEBUG_KERNEL=y CONFIG_FRAME_POINTER=y CONFIG_MAGIC_SYSRQ=y CONFIG_DETECT_HUNG_TASK=y diff --git a/arch/avr32/configs/atngw100mkii_defconfig b/arch/avr32/configs/atngw100mkii_defconfig index 0496264..451cde9 100644 --- a/arch/avr32/configs/atngw100mkii_defconfig +++ b/arch/avr32/configs/atngw100mkii_defconfig @@ -139,6 +139,7 @@ CONFIG_NLS_CODEPAGE_850=m CONFIG_NLS_ISO8859_1=m CONFIG_NLS_UTF8=m CONFIG_DEBUG_FS=y +CONFIG_DEBUG_KERNEL=y CONFIG_FRAME_POINTER=y CONFIG_MAGIC_SYSRQ=y CONFIG_DETECT_HUNG_TASK=y diff --git a/arch/avr32/configs/atngw100mkii_evklcd100_defconfig b/arch/avr32/configs/atngw100mkii_evklcd100_defconfig index 89c2cda..6741552 100644 --- a/arch/avr32/configs/atngw100mkii_evklcd100_defconfig +++ b/arch/avr32/configs/atngw100mkii_evklcd100_defconfig @@ -156,6 +156,7 @@ CONFIG_NLS_CODEPAGE_850=m CONFIG_NLS_ISO8859_1=m CONFIG_NLS_UTF8=m CONFIG_DEBUG_FS=y +CONFIG_DEBUG_KERNEL=y CONFIG_FRAME_POINTER=y CONFIG_MAGIC_SYSRQ=y CONFIG_DETECT_HUNG_TASK=y diff --git a/arch/avr32/configs/atngw100mkii_evklcd101_defconfig b/arch/avr32/configs/atngw100mkii_evklcd101_defconfig index 1b4d4a8..fa4282f 100644 --- a/arch/avr32/configs/atngw100mkii_evklcd101_defconfig +++ b/arch/avr32/configs/atngw100mkii_evklcd101_defconfig @@ -155,6 +155,7 @@ CONFIG_NLS_CODEPAGE_850=m CONFIG_NLS_ISO8859_1=m CONFIG_NLS_UTF8=m CONFIG_DEBUG_FS=y +CONFIG_DEBUG_KERNEL=y CONFIG_FRAME_POINTER=y CONFIG_MAGIC_SYSRQ=y CONFIG_DETECT_HUNG_TASK=y diff --git a/arch/avr32/configs/atstk1002_defconfig b/arch/avr32/configs/atstk1002_defconfig index 9b8b52e..5a197d7 100644 --- a/arch/avr32/configs/atstk1002_defconfig +++ b/arch/avr32/configs/atstk1002_defconfig @@ -152,6 +152,7 @@ CONFIG_NLS_CODEPAGE_850=m CONFIG_NLS_ISO8859_1=m CONFIG_NLS_UTF8=m CONFIG_DEBUG_FS=y +CONFIG_DEBUG_KERNEL=y CONFIG_FRAME_POINTER=y CONFIG_MAGIC_SYSRQ=y CONFIG_DETECT_HUNG_TASK=y diff --git a/arch/avr32/configs/atstk1003_defconfig b/arch/avr32/configs/atstk1003_defconfig index ccce1a0..80f6ccb 100644 --- a/arch/avr32/configs/atstk1003_defconfig +++ b/arch/avr32/configs/atstk1003_defconfig @@ -132,6 +132,7 @@ CONFIG_NLS_CODEPAGE_850=m CONFIG_NLS_ISO8859_1=m CONFIG_NLS_UTF8=m CONFIG_DEBUG_FS=y +CONFIG_DEBUG_KERNEL=y CONFIG_FRAME_POINTER=y CONFIG_MAGIC_SYSRQ=y CONFIG_DETECT_HUNG_TASK=y diff --git a/arch/avr32/configs/atstk1004_defconfig b/arch/avr32/configs/atstk1004_defconfig index e64288f..c979c8f 100644 --- a/arch/avr32/configs/atstk1004_defconfig +++ b/arch/avr32/configs/atstk1004_defconfig @@ -130,6 +130,7 @@ CONFIG_NLS_CODEPAGE_850=m CONFIG_NLS_ISO8859_1=m CONFIG_NLS_UTF8=m CONFIG_DEBUG_FS=y +CONFIG_DEBUG_KERNEL=y CONFIG_FRAME_POINTER=y CONFIG_MAGIC_SYSRQ=y CONFIG_DETECT_HUNG_TASK=y diff --git a/arch/avr32/configs/atstk1006_defconfig b/arch/avr32/configs/atstk1006_defconfig index 7d669f7..01fd110 100644 --- a/arch/avr32/configs/atstk1006_defconfig +++ b/arch/avr32/configs/atstk1006_defconfig @@ -155,6 +155,7 @@ CONFIG_NLS_CODEPAGE_850=m CONFIG_NLS_ISO8859_1=m CONFIG_NLS_UTF8=m CONFIG_DEBUG_FS=y +CONFIG_DEBUG_KERNEL=y CONFIG_FRAME_POINTER=y CONFIG_MAGIC_SYSRQ=y CONFIG_DETECT_HUNG_TASK=y diff --git a/arch/avr32/configs/favr-32_defconfig b/arch/avr32/configs/favr-32_defconfig index 560c52f..65cf511 100644 --- a/arch/avr32/configs/favr-32_defconfig +++ b/arch/avr32/configs/favr-32_defconfig @@ -138,6 +138,7 @@ CONFIG_NLS_CODEPAGE_437=m CONFIG_NLS_ISO8859_1=m CONFIG_NLS_UTF8=m CONFIG_DEBUG_FS=y +CONFIG_DEBUG_KERNEL=y CONFIG_FRAME_POINTER=y CONFIG_MAGIC_SYSRQ=y # CONFIG_CRYPTO_HW is not set diff --git a/arch/avr32/configs/hammerhead_defconfig b/arch/avr32/configs/hammerhead_defconfig index d57fadb..2f257d7 100644 --- a/arch/avr32/configs/hammerhead_defconfig +++ b/arch/avr32/configs/hammerhead_defconfig @@ -134,6 +134,7 @@ CONFIG_NLS_CODEPAGE_437=m CONFIG_NLS_CODEPAGE_850=m CONFIG_NLS_ISO8859_1=m CONFIG_NLS_UTF8=m +CONFIG_DEBUG_KERNEL=y CONFIG_FRAME_POINTER=y CONFIG_MAGIC_SYSRQ=y CONFIG_CRYPTO_ECB=m diff --git a/arch/avr32/configs/mimc200_defconfig b/arch/avr32/configs/mimc200_defconfig index 49c7e89..59a838a 100644 --- a/arch/avr32/configs/mimc200_defconfig +++ b/arch/avr32/configs/mimc200_defconfig @@ -106,6 +106,7 @@ CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_CODEPAGE_850=y CONFIG_NLS_ISO8859_1=y CONFIG_NLS_UTF8=y +CONFIG_DEBUG_KERNEL=y CONFIG_FRAME_POINTER=y CONFIG_MAGIC_SYSRQ=y CONFIG_CRYPTO_ECB=y