]> xenbits.xensource.com Git - people/dariof/xen.git/commit
tools/libs: Fix stable library ABI breakage from c/s e1ed22be85
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 9 Jul 2018 09:13:48 +0000 (10:13 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 9 Jul 2018 09:46:34 +0000 (10:46 +0100)
commit28ca696a3e5cf464be945477a986576eec644c61
tree302a547449eb19b032a28b1c7c9bd636663ded7f
parent3243d69213f2367fdea01f7d4dcf219fdd287bc5
tools/libs: Fix stable library ABI breakage from c/s e1ed22be85

For libxengnttab.map, introducing a new VERS* section must be matched with a
equivalent SONAME bump.

For libxencall.map, the hunk as presented would have been ok, if Xen 4.11
hadn't been released between xencall_buffers_never_fault() and xencall_fd()
being introduced.  Given the timing of the release, xencall_fd() needs moving
into a new VERS_1.2 section.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
tools/libs/call/Makefile
tools/libs/call/libxencall.map
tools/libs/gnttab/Makefile