Re: [PATCH v2] x86: rework hypercall argument count table instantiation & use

2022-08-16 Thread Juergen Gross
On 16.08.22 08:32, Jan Beulich wrote: The initial observation were duplicate symbols that our checking warns about. Instead of merely renaming one or both pair(s) of symbols, reduce #ifdef-ary at the same time by moving the instantiation of the arrays into a macro. While doing the conversion also

[PATCH v2] x86: rework hypercall argument count table instantiation & use

2022-08-15 Thread Jan Beulich
The initial observation were duplicate symbols that our checking warns about. Instead of merely renaming one or both pair(s) of symbols, reduce #ifdef-ary at the same time by moving the instantiation of the arrays into a macro. While doing the conversion also stop open-coding array_access_nospec().