search for: 58b5141c8309

Displaying 2 results from an estimated 2 matches for "58b5141c8309".

2007 Apr 18
1
[PATCH 0/5] Update ELFNOTEs and use them in Xen header.
Hi, I've just committed ELF notes support to Xen unstable. It should become public once changeset 11239:58b5141c8309 passes through regression testing and into the public tree. The patches which follow update the paravirt tree to define the notes. Some of them should be merged with existing patches others are completely new. I've made a note in the intro to the individual patches. There is one caveat which...
2007 Apr 18
1
[PATCH] Translate asm version of ELFNOTE macro into preprocessor macro
Hi, I've come across some problems with the assembly version of the ELFNOTE macro currently in -mm. (in x86-put-note-sections-into-a-pt_note-segment-in-vmlinux.patch) The first is that older gas does not support :varargs in .macro definitions (in my testing 2.17 does while 2.15 does not, I don't know when it became supported). The Changes file says binutils >= 2.12 so I think we need