On 24.06.2021 19:55, Andrew Cooper wrote: > Fixes: bef64f2c00 ("libxencall: introduce variant of xencall2() returning > long")
Is this strictly necessary, i.e. is a Fixes: tag here warranted? I wonder in particular with the possibility of backporting in mind, where I think we shouldn't easily alter SONAME and file name. Jan > Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com> > --- > CC: Jan Beulich <jbeul...@suse.com> > CC: Ian Jackson <i...@xenproject.org> > CC: Wei Liu <w...@xen.org> > --- > tools/libs/call/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/libs/call/Makefile b/tools/libs/call/Makefile > index 4ed201b3b3..93d404b79e 100644 > --- a/tools/libs/call/Makefile > +++ b/tools/libs/call/Makefile > @@ -2,7 +2,7 @@ XEN_ROOT = $(CURDIR)/../../.. > include $(XEN_ROOT)/tools/Rules.mk > > MAJOR = 1 > -MINOR = 2 > +MINOR = 3 > > SRCS-y += core.c buffer.c > SRCS-$(CONFIG_Linux) += linux.c >