Re: [PATCH v2 1/7] x86: fix compat header generation

2020-07-15 Thread Jan Beulich
On 15.07.2020 10:43, Roger Pau Monné wrote: > On Wed, Jul 01, 2020 at 12:25:15PM +0200, Jan Beulich wrote: >> As was pointed out by 0e2e54966af5 ("mm: fix public declaration of >> struct xen_mem_acquire_resource"), we're not currently handling structs >> correctly that have uint64_aligned_t

Re: [PATCH v2 1/7] x86: fix compat header generation

2020-07-15 Thread Roger Pau Monné
On Wed, Jul 01, 2020 at 12:25:15PM +0200, Jan Beulich wrote: > As was pointed out by 0e2e54966af5 ("mm: fix public declaration of > struct xen_mem_acquire_resource"), we're not currently handling structs > correctly that have uint64_aligned_t fields. #pragma pack(4) suppresses > the necessary

Re: [PATCH v2 1/7] x86: fix compat header generation

2020-07-01 Thread Jan Beulich
On 01.07.2020 18:10, Roger Pau Monné wrote: > On Wed, Jul 01, 2020 at 12:25:15PM +0200, Jan Beulich wrote: >> As was pointed out by 0e2e54966af5 ("mm: fix public declaration of >> struct xen_mem_acquire_resource"), we're not currently handling structs >> correctly that have uint64_aligned_t

Re: [PATCH v2 1/7] x86: fix compat header generation

2020-07-01 Thread Roger Pau Monné
On Wed, Jul 01, 2020 at 12:25:15PM +0200, Jan Beulich wrote: > As was pointed out by 0e2e54966af5 ("mm: fix public declaration of > struct xen_mem_acquire_resource"), we're not currently handling structs > correctly that have uint64_aligned_t fields. #pragma pack(4) suppresses > the necessary