From patchwork Sat Aug 11 10:31:27 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Agner X-Patchwork-Id: 10563397 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D302214C0 for ; Sat, 11 Aug 2018 10:31:50 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B5DBA2A945 for ; Sat, 11 Aug 2018 10:31:50 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A84D62A94B; Sat, 11 Aug 2018 10:31:50 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 2D9082A945 for ; Sat, 11 Aug 2018 10:31:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=avpyHG94vcxs1gzCgjREOhNt5knuiA2NXi0oWNr+rtU=; b=KFy Ars1D6yc5wnktcrS6DDDWp45mMRsBMwO8o+kmg2ORe5tFTlKarQBcJE05nTQI/k4o2+ZJqANzZP5H GizZtUrJ6dLIYOMsbp7SRW2XSjlrcVMQjSWAhvFT8Mlyj+8FZBALmyaHFvj3FEQtR5i8UHt51ZsuY fyYzDDL6FbH/Z0KGYpZYZOhHfXnG3UhaGDQWnI3HCDtaQCZOBRlw3A+52LUwi6DTeR3T4aJI5eAs3 xs+seX9eynaAZNhqSKNWt2ADUS25uo4m/CDMPYrwKvnzCNHFFOPpXsOY0TttHDeT5F2hsIJk8mT9s l6JYkAJ4CCvpwMwq+a+aX4o9ZthnH/w==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1foRBR-0007Od-6S; Sat, 11 Aug 2018 10:31:45 +0000 Received: from mail.kmu-office.ch ([2a02:418:6a02::a2]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1foRBO-0007N7-GG for linux-arm-kernel@lists.infradead.org; Sat, 11 Aug 2018 10:31:44 +0000 Received: from trochilidae.toradex.int (unknown [37.17.239.3]) by mail.kmu-office.ch (Postfix) with ESMTPSA id BB0665C0487; Sat, 11 Aug 2018 12:31:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=agner.ch; s=dkim; t=1533983488; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:content-type:content-transfer-encoding: in-reply-to:references; bh=FAFyJRQOnOqNrtK8rCe4J2HMowQZBUPj6BUvhK2jXdY=; b=FUYLoTscRzzxS/YomUj0H+Jqc4tqibPmuaS+wOgDtwuO55fhF1sIFpzJHhE7r4/t3C/oM2 l9Z/8y27Bdrwkm1WXoT+U0Nj4OZFLXMW0fMAYtWNPPSW6ub5Xz5wx9kkmtJghFhna9sfSD W+eEE7qsyh48w1zMlJ/qKiJ/e6ItLqk= From: Stefan Agner To: linux@armlinux.org.uk Subject: [PATCH] ARM: drop experimental mark for ARM stack unwinding Date: Sat, 11 Aug 2018 12:31:27 +0200 Message-Id: <20180811103127.21485-1-stefan@agner.ch> X-Mailer: git-send-email 2.18.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180811_033142_693729_F69125D4 X-CRM114-Status: GOOD ( 12.64 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: catalin.marinas@arm.com, Stefan Agner , linux-arm-kernel@lists.infradead.org, arnd@arndb.de, linux-kernel@vger.kernel.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP ARM stack unwinding is upstream since 2009 and has been proven working well. At this time it is the preferred stack unwinding support since it also supports Thumb 2. Do not scare people and drop the EXPERIMENTAL mark. Signed-off-by: Stefan Agner --- arch/arm/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index cb65cf67dfa2..ba2d94555e06 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug @@ -63,7 +63,7 @@ config FRAME_POINTER reported is severely limited. config ARM_UNWIND - bool "Enable stack unwinding support (EXPERIMENTAL)" + bool "Enable stack unwinding support" depends on AEABI default y help