Re: [Xen-devel] [PATCH v4 03/11] livepatch: Include sizes when an mismatch occurs

2017-10-05 Thread Ross Lagerwall
On 09/20/2017 11:31 PM, Konrad Rzeszutek Wilk wrote: If the .bug.frames.X or .livepatch.funcs sizes are different than what the hypervisor expects - we fail the payload. To help in diagnosing this include the expected and the payload sizes. Also make it more natural by having "Multiples" in the

Re: [Xen-devel] [PATCH v4 03/11] livepatch: Include sizes when an mismatch occurs

2017-09-21 Thread Jan Beulich
>>> On 21.09.17 at 00:31, wrote: > If the .bug.frames.X or .livepatch.funcs sizes are different > than what the hypervisor expects - we fail the payload. To help > in diagnosing this include the expected and the payload > sizes. > > Also make it more natural by having "Multiples" in the warning.