Re: [PATCH 01/22] x86/paravirt: Fix callee-saved function ELF sizes

2019-07-15 Thread Josh Poimboeuf
On Mon, Jul 15, 2019 at 06:58:36AM +0200, Juergen Gross wrote: > On 15.07.19 02:36, Josh Poimboeuf wrote: > > The __raw_callee_save_*() functions have an ELF symbol size of zero, > > which confuses objtool and other tools. > > > > Fixes a bunch of warnings like the following: > > > >

Re: [PATCH 01/22] x86/paravirt: Fix callee-saved function ELF sizes

2019-07-14 Thread Juergen Gross
On 15.07.19 02:36, Josh Poimboeuf wrote: The __raw_callee_save_*() functions have an ELF symbol size of zero, which confuses objtool and other tools. Fixes a bunch of warnings like the following: arch/x86/xen/mmu_pv.o: warning: objtool: __raw_callee_save_xen_pte_val() is missing an ELF

[PATCH 01/22] x86/paravirt: Fix callee-saved function ELF sizes

2019-07-14 Thread Josh Poimboeuf
The __raw_callee_save_*() functions have an ELF symbol size of zero, which confuses objtool and other tools. Fixes a bunch of warnings like the following: arch/x86/xen/mmu_pv.o: warning: objtool: __raw_callee_save_xen_pte_val() is missing an ELF size annotation arch/x86/xen/mmu_pv.o: