search for: poll_bankmask

Displaying 4 results from an estimated 4 matches for "poll_bankmask".

2016 Jan 22
2
Bug#812166: [PATCH] x86/mce: fix misleading indentation in init_nonfatal_mce_checker().
...n-fatal.c: In function 'init_nonfatal_mce_checker': non-fatal.c:103:2: error: statement is indented as if it were guarded by... [-Werror=misleading-indentation] switch (c->x86_vendor) { ^~~~~~ non-fatal.c:97:5: note: ...this 'if' clause, but it is not if ( __get_cpu_var(poll_bankmask) == NULL ) ^~ I was unable to reproduce (xen builds cleanly for me with "6.0.0 20160117 (experimental) [trunk revision 232481]") but looking at the code the issue above is clearly real. Correctly reindent the if statement. This file uses Linux coding style (infact the use of Xen s...
2016 Jan 22
0
Bug#812166: [PATCH] x86/mce: fix misleading indentation in init_nonfatal_mce_checker().
...nit_nonfatal_mce_checker': > non-fatal.c:103:2: error: statement is indented as if it were guarded by... [-Werror=misleading-indentation] > switch (c->x86_vendor) { > ^~~~~~ > > non-fatal.c:97:5: note: ...this 'if' clause, but it is not > if ( __get_cpu_var(poll_bankmask) == NULL ) > ^~ > > I was unable to reproduce (xen builds cleanly for me with "6.0.0 20160117 > (experimental) [trunk revision 232481]") but looking at the code the issue > above is clearly real. > > Correctly reindent the if statement. > > This file uses L...
2016 Jan 22
0
Bug#812166: Bug#812166: xen: FTBFS with GCC 6: statement is indented as if...
...> > non-fatal.c:103:2: error: statement is indented as if it were guarded by... [-Werror=misleading-indentation] > > ? switch (c->x86_vendor) { > > ? ^~~~~~ > > > > non-fatal.c:97:5: note: ...this 'if' clause, but it is not > > ?????if ( __get_cpu_var(poll_bankmask) == NULL ) > > ?????^~ > > > > cc1: all warnings being treated as errors I have rebuilt the upstream xen source (both development version and 4.6) with gcc-6 from experimental: $ gcc-6 --version gcc-6 (Debian 6-20160117-1) 6.0.0 20160117 (experimental) [trunk revision 232481] C...
2016 Jan 21
7
Bug#812166: xen: FTBFS with GCC 6: statement is indented as if...
...it_nonfatal_mce_checker': > non-fatal.c:103:2: error: statement is indented as if it were guarded by... [-Werror=misleading-indentation] > switch (c->x86_vendor) { > ^~~~~~ > > non-fatal.c:97:5: note: ...this 'if' clause, but it is not > if ( __get_cpu_var(poll_bankmask) == NULL ) > ^~ > > cc1: all warnings being treated as errors -- Martin Michlmayr Linux for HPE Helion, Hewlett Packard Enterprise