From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: ELF Notes for kernel image Date: Tue, 27 Oct 2015 16:17:42 +0000 Message-ID: <562FA3A6.3050608@citrix.com> References: <562D235F.2060205@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Carl Patenaude Poulin Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 27/10/15 16:03, Carl Patenaude Poulin wrote: > Hi Andrew, > > Thank you so much for your help! In particular, I find your > xen-test-framework code to be very instructive. It is intended to be so, but I have a few more bits and pieces to complete before I declare it v1 and formally release it to the public. (Looks like that boat has sailed now.) > I have a question about that code, though. I can't find any place > where you're specifying that .note should be loaded as a PT_NOTE ELF > header. Do you do that anywhere? Or is it done implicitly somehow? The linker file (arch/x86/link.lds.S) places all .note.* sections into the top level .note section. ~Andrew