Re: [PATCH] xen/trace: avoid clang warning on function pointers

2019-09-23 Thread Nick Desaulniers
On Mon, Sep 23, 2019 at 3:06 PM Nick Desaulniers wrote: > Steven, Ingo, would one of you mind picking up this fix, please? See > for multiple reports: > https://github.com/ClangBuiltLinux/linux/issues/216 Sorry, https://github.com/ClangBuiltLinux/linux/issues/97 is the link. -- Thanks, ~Nick Des

Re: [PATCH] xen/trace: avoid clang warning on function pointers

2019-09-23 Thread Nick Desaulniers
On Fri, Jul 12, 2019 at 10:41 AM Nathan Chancellor wrote: > > On Fri, Jul 12, 2019 at 10:58:48AM +0200, Arnd Bergmann wrote: > > clang-9 does not like the way that the is_signed_type() compares > > function pointers deep inside of the trace even macros: > > > > In file included from arch/x86/xen/t

Re: [PATCH] xen/trace: avoid clang warning on function pointers

2019-07-12 Thread Nathan Chancellor
On Fri, Jul 12, 2019 at 10:58:48AM +0200, Arnd Bergmann wrote: > clang-9 does not like the way that the is_signed_type() compares > function pointers deep inside of the trace even macros: > > In file included from arch/x86/xen/trace.c:21: > In file included from include/trace/events/xen.h:475: > I

Re: [PATCH] xen/trace: avoid clang warning on function pointers

2019-07-12 Thread Sedat Dilek
On Fri, Jul 12, 2019 at 10:59 AM Arnd Bergmann wrote: > > clang-9 does not like the way that the is_signed_type() compares > function pointers deep inside of the trace even macros: > > In file included from arch/x86/xen/trace.c:21: > In file included from include/trace/events/xen.h:475: > In file