Re: [PATCH v12 12/21] x86/xen: Add xen_cpuid() and xen_setup_gdt() to stacktool whitelists

2015-09-09 Thread David Vrabel
On 09/09/15 14:21, Josh Poimboeuf wrote: > stacktool reports the following false positive warnings: > > stacktool: arch/x86/xen/enlighten.o: xen_cpuid()+0x41: can't find jump dest > instruction at .text+0x108 > stacktool: arch/x86/xen/enlighten.o: xen_setup_gdt.constprop.23()+0x2e: > kernel

[PATCH v12 12/21] x86/xen: Add xen_cpuid() and xen_setup_gdt() to stacktool whitelists

2015-09-09 Thread Josh Poimboeuf
stacktool reports the following false positive warnings: stacktool: arch/x86/xen/enlighten.o: xen_cpuid()+0x41: can't find jump dest instruction at .text+0x108 stacktool: arch/x86/xen/enlighten.o: xen_setup_gdt.constprop.23()+0x2e: kernel entry/exit from callable instruction The first

Re: [PATCH v12 12/21] x86/xen: Add xen_cpuid() and xen_setup_gdt() to stacktool whitelists

2015-09-09 Thread David Vrabel
On 09/09/15 14:21, Josh Poimboeuf wrote: > stacktool reports the following false positive warnings: > > stacktool: arch/x86/xen/enlighten.o: xen_cpuid()+0x41: can't find jump dest > instruction at .text+0x108 > stacktool: arch/x86/xen/enlighten.o: xen_setup_gdt.constprop.23()+0x2e: > kernel

[PATCH v12 12/21] x86/xen: Add xen_cpuid() and xen_setup_gdt() to stacktool whitelists

2015-09-09 Thread Josh Poimboeuf
stacktool reports the following false positive warnings: stacktool: arch/x86/xen/enlighten.o: xen_cpuid()+0x41: can't find jump dest instruction at .text+0x108 stacktool: arch/x86/xen/enlighten.o: xen_setup_gdt.constprop.23()+0x2e: kernel entry/exit from callable instruction The first