Re: [Xen-devel] [PATCH LIVEPATCH-BUILD-TOOLS 1/2] Ignore .discard sections

2017-06-09 Thread Konrad Rzeszutek Wilk
On Fri, Jun 09, 2017 at 05:03:35PM +0100, Ross Lagerwall wrote: > Ignore differences in discard sections. They are not included in the final xen > binary so there is no need to include them in the live patch. > > Signed-off-by: Ross Lagerwall Reviewed-by: Konrad Rzeszutek Wilk (And CC-ing Sara

Re: [Xen-devel] [PATCH LIVEPATCH-BUILD-TOOLS 1/2] Ignore .discard sections

2017-06-09 Thread Andrew Cooper
On 09/06/17 17:03, Ross Lagerwall wrote: > Ignore differences in discard sections. They are not included in the final xen > binary so there is no need to include them in the live patch. > > Signed-off-by: Ross Lagerwall Reviewed-by: Andrew Cooper ___

[Xen-devel] [PATCH LIVEPATCH-BUILD-TOOLS 1/2] Ignore .discard sections

2017-06-09 Thread Ross Lagerwall
Ignore differences in discard sections. They are not included in the final xen binary so there is no need to include them in the live patch. Signed-off-by: Ross Lagerwall --- create-diff-object.c | 8 1 file changed, 8 insertions(+) diff --git a/create-diff-object.c b/create-diff-objec