Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754698AbbBOIdu (ORCPT ); Sun, 15 Feb 2015 03:33:50 -0500 Received: from szxga01-in.huawei.com ([119.145.14.64]:39891 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750809AbbBOIds (ORCPT ); Sun, 15 Feb 2015 03:33:48 -0500 From: Wang Nan To: CC: , , , , Subject: [RFC PATCH 0/3] early kprobes: rearrange vmlinux.lds related code. Date: Sun, 15 Feb 2015 16:26:38 +0800 Message-ID: <1423988798-7104-1-git-send-email-wangnan0@huawei.com> X-Mailer: git-send-email 1.8.4 In-Reply-To: <20150213173244.GE8656@n2100.arm.linux.org.uk> References: <20150213173244.GE8656@n2100.arm.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.107.197.247] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1122 Lines: 29 This is part of early kprobes patch series update. Full series can be found from [1]. Early kprobes need some statically allocated slots, which is determined during linking by vmlinux.lds.S. Russell King suggests me not to spread vmlinux stuff around the kernel include files. This series tries to extract common code to include/asm-generic/vmlinux.lds.h and let arch dependent code define macros common code requires. [1]: https://lkml.org/lkml/2015/2/13/24 Wang Nan (3): early kprobes: ARM: add definition for vmlinux.lds use. early kprobes: x86: add definition for vmlinux.lds use. early kprobes: introduce early kprobes related code area. arch/arm/kernel/vmlinux.lds.S | 10 ++++++++++ arch/x86/kernel/vmlinux.lds.S | 10 ++++++++++ include/asm-generic/vmlinux.lds.h | 19 ++++++++++++++++++- 3 files changed, 38 insertions(+), 1 deletion(-) -- 1.8.4 -- 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/