Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752696AbbKISCf (ORCPT ); Mon, 9 Nov 2015 13:02:35 -0500 Received: from mail-pa0-f46.google.com ([209.85.220.46]:33003 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752517AbbKISCa (ORCPT ); Mon, 9 Nov 2015 13:02:30 -0500 From: Yang Shi To: catalin.marinas@arm.com, will.deacon@arm.com, mark.rutland@arm.com Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linaro-kernel@lists.linaro.org, yang.shi@linaro.org Subject: [PATCH V2 0/2] arm64: cleanup FRAME_POINTER kconfig option and force to select it Date: Mon, 9 Nov 2015 09:43:55 -0800 Message-Id: <1447091037-11434-1-git-send-email-yang.shi@linaro.org> X-Mailer: git-send-email 2.0.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 763 Lines: 22 According to the discussion on the mailing list, this version adds a new patch to force select FRAME_POINTER for ARM64. Change v2 --> v1: 1. Adds a new patch to force select FRAME_POINTER 2. Notes that this change adds a dependency on DEBUG_KERNEL for building with frame pointers Yang Shi (2): arm64: remove redundant FRAME_POINTER kconfig option arm64: force to select FRAME_POINTER arch/arm64/Kconfig | 1 + arch/arm64/Kconfig.debug | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) -- 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/