Re: [Xen-devel] [PATCH v2 LIVEPATCH-BUILD-TOOLS] Fix patch creation with GCC 6.1+

2016-12-12 Thread Ross Lagerwall
On 12/12/2016 03:01 PM, Konrad Rzeszutek Wilk wrote: On Mon, Dec 12, 2016 at 02:55:51PM +, Ross Lagerwall wrote: GCC 6.1+ fixed https://gcc.gnu.org/bugzilla/show_bug.cgi?id=192 which means that .rodata.str1.[0-9]+ sections are now split by function. We could probably be smarter about includ

Re: [Xen-devel] [PATCH v2 LIVEPATCH-BUILD-TOOLS] Fix patch creation with GCC 6.1+

2016-12-12 Thread Konrad Rzeszutek Wilk
On Mon, Dec 12, 2016 at 02:55:51PM +, Ross Lagerwall wrote: > GCC 6.1+ fixed https://gcc.gnu.org/bugzilla/show_bug.cgi?id=192 which > means that .rodata.str1.[0-9]+ sections are now split by function. We > could probably be smarter about including just the sections we need, but > for now, simp

[Xen-devel] [PATCH v2 LIVEPATCH-BUILD-TOOLS] Fix patch creation with GCC 6.1+

2016-12-12 Thread Ross Lagerwall
GCC 6.1+ fixed https://gcc.gnu.org/bugzilla/show_bug.cgi?id=192 which means that .rodata.str1.[0-9]+ sections are now split by function. We could probably be smarter about including just the sections we need, but for now, simply include the string sections for all functions as is done for previous