Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751295AbbEYPTD (ORCPT ); Mon, 25 May 2015 11:19:03 -0400 Received: from cantor2.suse.de ([195.135.220.15]:60477 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751209AbbEYPTB (ORCPT ); Mon, 25 May 2015 11:19:01 -0400 Date: Mon, 25 May 2015 17:18:59 +0200 (CEST) From: Jiri Kosina To: Minfei Huang cc: jpoimboe@redhat.com, sjenning@redhat.com, vojtech@suse.cz, live-patching@vger.kernel.org, linux-kernel@vger.kernel.org, mhuang@redhat.com Subject: Re: [Patch v2] livepatch: annotate klp_init() with __init In-Reply-To: <1432304789-6324-1-git-send-email-mnfhuang@gmail.com> Message-ID: References: <1432304789-6324-1-git-send-email-mnfhuang@gmail.com> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1149 Lines: 34 On Fri, 22 May 2015, Minfei Huang wrote: > Usually we prefer to let compiler put the module initialized function to > section ".init.text". Thus this text in memory will be freed in future. > > Once we add the "__init" preceding function name, we can use following > command to find it in specfied section. > > $ objdump -t -j .init.text built-in.o > > built-in.o: file format elf64-x86-64 > > SYMBOL TABLE: > 0000000000000000 l d .init.text 0000000000000000 .init.text > 0000000000000000 l F .init.text 000000000000004e klp_init > > Signed-off-by: Minfei Huang I think this changelog is way too verbose for no good reason (this is probably the first time in my life I am saying something like that :) ). There is really no need to explain how to use objdump in changelog. I've shortened the changelog and applied. Thanks, -- Jiri Kosina SUSE Labs -- 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/