Steve Langasek
2024-Feb-05 23:01 UTC
[Pkg-xen-devel] Bug#1063270: xen: NMU diff for 64-bit time_t transition
Source: xen Version: 4.17.3+10-g091466ba55-1 Severity: serious Tags: patch pending sid trixie Justification: library ABI skew on upgrade User: debian-arm at lists.debian.org Usertags: time-t NOTICE: these changes must not be uploaded to unstable yet! Dear maintainer, As part of the 64-bit time_t transition required to support 32-bit architectures in 2038 and beyond (https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified xen as a source package shipping runtime libraries whose ABI either is affected by the change in size of time_t, or could not be analyzed via abi-compliance-checker (and therefore to be on the safe side we assume is affected). To ensure that inconsistent combinations of libraries with their reverse-dependencies are never installed together, it is necessary to have a library transition, which is most easily done by renaming the runtime library package. Since turning on 64-bit time_t is being handled centrally through a change to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is important that libraries affected by this ABI change all be uploaded close together in time. Therefore I have prepared a 0-day NMU for xen which will initially be uploaded to experimental if possible, then to unstable after packages have cleared binary NEW. Please find the patch for this NMU attached. If you have any concerns about this patch, please reach out ASAP. Although this package will be uploaded to experimental immediately, there will be a period of several days before we begin uploads to unstable; so if information becomes available that your package should not be included in the transition, there is time for us to amend the planned uploads. -- System Information: Debian Release: trixie/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) -------------- next part -------------- diff -Nru xen-4.17.3+10-g091466ba55/debian/.gitignore xen-4.17.3+10-g091466ba55/debian/.gitignore --- xen-4.17.3+10-g091466ba55/debian/.gitignore 2024-02-04 12:45:17.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/.gitignore 1970-01-01 00:00:00.000000000 +0000 @@ -1,39 +0,0 @@ -.debhelper -*.debhelper.* -*.preinst.debhelper -*.postinst.debhelper -*.prerm.debhelper -*.postrm.debhelper -*.substvars -*.stamp -tmp -*-[0-9]*.bug-control -*-[0-9]*.postinst -*-[0-9]*.postrm -*.tmp -files -xen-doc -xen-hypervisor-common -xen-system-amd64 -xen-system-armhf -xen-system-arm64 -xen-hypervisor-[0-9]*[0-9] -xen-hypervisor-[0-9]*[0-9].install -xen-hypervisor-[0-9]*[0-9].lintian-overrides -xen-utils-[0-9]*[0-9] -xen-utils-[0-9]*[0-9].install -xen-utils-[0-9]*[0-9].NEWS -xen-utils-[0-9]*[0-9].README.Debian -xen-utils-[0-9]*[0-9].lintian-overrides -xen-utils-[0-9]*[0-9].prerm -libxenmisc[0-9]*[0-9].lintian-overrides -libxenmisc[0-9]*[0-9] -libxenmisc[0-9]*[0-9].install -libxenmisc[0-9]*[0-9].lintian-overrides -libxen-dev -libxen*[0-9] -xen-utils-common -xenstore-utils -autoreconf.before -autoreconf.after -debhelper-build-stamp diff -Nru xen-4.17.3+10-g091466ba55/debian/changelog xen-4.17.3+10-g091466ba55/debian/changelog --- xen-4.17.3+10-g091466ba55/debian/changelog 2024-02-04 12:45:17.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/changelog 2024-02-05 22:37:19.000000000 +0000 @@ -1,3 +1,10 @@ +xen (4.17.3+10-g091466ba55-1.1) experimental; urgency=medium + + * Non-maintainer upload. + * Rename libraries for 64-bit time_t transition. + + -- Steve Langasek <vorlon at debian.org> Mon, 05 Feb 2024 22:37:19 +0000 + xen (4.17.3+10-g091466ba55-1) unstable; urgency=medium * Update to new upstream version 4.17.3+10-g091466ba55, which also contains diff -Nru xen-4.17.3+10-g091466ba55/debian/control xen-4.17.3+10-g091466ba55/debian/control --- xen-4.17.3+10-g091466ba55/debian/control 2024-02-04 12:45:17.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/control 2024-02-05 22:37:18.000000000 +0000 @@ -212,16 +212,16 @@ Section: libdevel Architecture: amd64 arm64 armhf Depends: ${shlibs:Depends}, ${misc:Depends}, - libxenmisc4.17 (= ${binary:Version}), - libxencall1 (= ${binary:Version}), - libxendevicemodel1 (= ${binary:Version}), - libxenevtchn1 (= ${binary:Version}), - libxenforeignmemory1 (= ${binary:Version}), - libxengnttab1 (= ${binary:Version}), - libxenstore4 (= ${binary:Version}), - libxentoolcore1 (= ${binary:Version}), - libxentoollog1 (= ${binary:Version}), - libxenhypfs1 (= ${binary:Version}), + libxenmisc4.17t64 (= ${binary:Version}), + libxencall1t64 (= ${binary:Version}), + libxendevicemodel1t64 (= ${binary:Version}), + libxenevtchn1t64 (= ${binary:Version}), + libxenforeignmemory1t64 (= ${binary:Version}), + libxengnttab1t64 (= ${binary:Version}), + libxenstore4t64 (= ${binary:Version}), + libxentoolcore1t64 (= ${binary:Version}), + libxentoollog1t64 (= ${binary:Version}), + libxenhypfs1t64 (= ${binary:Version}), Description: Public headers and libs for Xen This package contains the public headers and static libraries for Xen. . @@ -236,7 +236,10 @@ Most of the other included libraries are internal, and intended for use by the Xen toolstack, rather than directly. -Package: libxenmisc4.17 +Package: libxenmisc4.17t64 +Provides: ${t64:Provides} +Replaces: libxenmisc4.17 +Breaks: libxenmisc4.17 (<< ${source:Version}) Section: libs Architecture: amd64 arm64 armhf Depends: ${shlibs:Depends}, ${misc:Depends} @@ -247,7 +250,10 @@ knowledge of hypervisor-version-specific hypercall ABIs. Multi-Arch: same -Package: libxencall1 +Package: libxencall1t64 +Provides: ${t64:Provides} +Replaces: libxencall1 +Breaks: libxencall1 (<< ${source:Version}) Section: libs Architecture: amd64 arm64 armhf Depends: ${shlibs:Depends}, ${misc:Depends} @@ -255,7 +261,10 @@ Shared library for Xen utilities. Multi-Arch: same -Package: libxendevicemodel1 +Package: libxendevicemodel1t64 +Provides: ${t64:Provides} +Replaces: libxendevicemodel1 +Breaks: libxendevicemodel1 (<< ${source:Version}) Section: libs Architecture: amd64 arm64 armhf Depends: ${shlibs:Depends}, ${misc:Depends} @@ -263,7 +272,10 @@ Shared library for Xen utilities. Multi-Arch: same -Package: libxenevtchn1 +Package: libxenevtchn1t64 +Provides: ${t64:Provides} +Replaces: libxenevtchn1 +Breaks: libxenevtchn1 (<< ${source:Version}) Section: libs Architecture: amd64 arm64 armhf Depends: ${shlibs:Depends}, ${misc:Depends} @@ -271,7 +283,10 @@ Shared library for Xen utilities. Multi-Arch: same -Package: libxenforeignmemory1 +Package: libxenforeignmemory1t64 +Provides: ${t64:Provides} +Replaces: libxenforeignmemory1 +Breaks: libxenforeignmemory1 (<< ${source:Version}) Section: libs Architecture: amd64 arm64 armhf Depends: ${shlibs:Depends}, ${misc:Depends} @@ -279,7 +294,10 @@ Shared library for Xen utilities. Multi-Arch: same -Package: libxengnttab1 +Package: libxengnttab1t64 +Provides: ${t64:Provides} +Replaces: libxengnttab1 +Breaks: libxengnttab1 (<< ${source:Version}) Section: libs Architecture: amd64 arm64 armhf Depends: ${shlibs:Depends}, ${misc:Depends} @@ -287,7 +305,10 @@ Shared library for Xen utilities. Multi-Arch: same -Package: libxenstore4 +Package: libxenstore4t64 +Provides: ${t64:Provides} +Replaces: libxenstore4 +Breaks: libxenstore4 (<< ${source:Version}) Section: libs Architecture: amd64 arm64 armhf Depends: ${shlibs:Depends}, ${misc:Depends} @@ -295,7 +316,10 @@ Shared library for Xen utilities. Multi-Arch: same -Package: libxentoolcore1 +Package: libxentoolcore1t64 +Provides: ${t64:Provides} +Replaces: libxentoolcore1 +Breaks: libxentoolcore1 (<< ${source:Version}) Section: libs Architecture: amd64 arm64 armhf Depends: ${shlibs:Depends}, ${misc:Depends} @@ -303,7 +327,10 @@ Shared library for Xen utilities. Multi-Arch: same -Package: libxentoollog1 +Package: libxentoollog1t64 +Provides: ${t64:Provides} +Replaces: libxentoollog1 +Breaks: libxentoollog1 (<< ${source:Version}) Section: libs Architecture: amd64 arm64 armhf Depends: ${shlibs:Depends}, ${misc:Depends} @@ -311,7 +338,10 @@ Shared library for Xen utilities. Multi-Arch: same -Package: libxenhypfs1 +Package: libxenhypfs1t64 +Provides: ${t64:Provides} +Replaces: libxenhypfs1 +Breaks: libxenhypfs1 (<< ${source:Version}) Section: libs Architecture: amd64 arm64 armhf Depends: ${shlibs:Depends}, ${misc:Depends} diff -Nru xen-4.17.3+10-g091466ba55/debian/libxen-4.17.bug-control xen-4.17.3+10-g091466ba55/debian/libxen-4.17.bug-control --- xen-4.17.3+10-g091466ba55/debian/libxen-4.17.bug-control 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxen-4.17.bug-control 2024-02-05 22:37:19.000000000 +0000 @@ -0,0 +1,2 @@ +# autogenerated, do not edit +Submit-As: src:xen diff -Nru xen-4.17.3+10-g091466ba55/debian/libxencall1.install xen-4.17.3+10-g091466ba55/debian/libxencall1.install --- xen-4.17.3+10-g091466ba55/debian/libxencall1.install 2024-02-04 12:45:17.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxencall1.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/*/libxencall.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxencall1t64.install xen-4.17.3+10-g091466ba55/debian/libxencall1t64.install --- xen-4.17.3+10-g091466ba55/debian/libxencall1t64.install 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxencall1t64.install 2024-02-04 12:45:17.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/*/libxencall.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxencall1t64.lintian-overrides xen-4.17.3+10-g091466ba55/debian/libxencall1t64.lintian-overrides --- xen-4.17.3+10-g091466ba55/debian/libxencall1t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxencall1t64.lintian-overrides 2024-02-05 22:37:18.000000000 +0000 @@ -0,0 +1 @@ +libxencall1t64: package-name-doesnt-match-sonames libxencall1 diff -Nru xen-4.17.3+10-g091466ba55/debian/libxendevicemodel1.install xen-4.17.3+10-g091466ba55/debian/libxendevicemodel1.install --- xen-4.17.3+10-g091466ba55/debian/libxendevicemodel1.install 2024-02-04 12:45:17.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxendevicemodel1.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/*/libxendevicemodel.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxendevicemodel1t64.install xen-4.17.3+10-g091466ba55/debian/libxendevicemodel1t64.install --- xen-4.17.3+10-g091466ba55/debian/libxendevicemodel1t64.install 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxendevicemodel1t64.install 2024-02-04 12:45:17.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/*/libxendevicemodel.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxendevicemodel1t64.lintian-overrides xen-4.17.3+10-g091466ba55/debian/libxendevicemodel1t64.lintian-overrides --- xen-4.17.3+10-g091466ba55/debian/libxendevicemodel1t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxendevicemodel1t64.lintian-overrides 2024-02-05 22:37:18.000000000 +0000 @@ -0,0 +1 @@ +libxendevicemodel1t64: package-name-doesnt-match-sonames libxendevicemodel1 diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenevtchn1.install xen-4.17.3+10-g091466ba55/debian/libxenevtchn1.install --- xen-4.17.3+10-g091466ba55/debian/libxenevtchn1.install 2024-02-04 12:45:17.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxenevtchn1.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/*/libxenevtchn.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenevtchn1t64.install xen-4.17.3+10-g091466ba55/debian/libxenevtchn1t64.install --- xen-4.17.3+10-g091466ba55/debian/libxenevtchn1t64.install 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxenevtchn1t64.install 2024-02-04 12:45:17.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/*/libxenevtchn.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenevtchn1t64.lintian-overrides xen-4.17.3+10-g091466ba55/debian/libxenevtchn1t64.lintian-overrides --- xen-4.17.3+10-g091466ba55/debian/libxenevtchn1t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxenevtchn1t64.lintian-overrides 2024-02-05 22:37:18.000000000 +0000 @@ -0,0 +1 @@ +libxenevtchn1t64: package-name-doesnt-match-sonames libxenevtchn1 diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenforeignmemory1.install xen-4.17.3+10-g091466ba55/debian/libxenforeignmemory1.install --- xen-4.17.3+10-g091466ba55/debian/libxenforeignmemory1.install 2024-02-04 12:45:17.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxenforeignmemory1.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/*/libxenforeignmemory.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenforeignmemory1t64.install xen-4.17.3+10-g091466ba55/debian/libxenforeignmemory1t64.install --- xen-4.17.3+10-g091466ba55/debian/libxenforeignmemory1t64.install 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxenforeignmemory1t64.install 2024-02-04 12:45:17.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/*/libxenforeignmemory.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenforeignmemory1t64.lintian-overrides xen-4.17.3+10-g091466ba55/debian/libxenforeignmemory1t64.lintian-overrides --- xen-4.17.3+10-g091466ba55/debian/libxenforeignmemory1t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxenforeignmemory1t64.lintian-overrides 2024-02-05 22:37:18.000000000 +0000 @@ -0,0 +1 @@ +libxenforeignmemory1t64: package-name-doesnt-match-sonames libxenforeignmemory1 diff -Nru xen-4.17.3+10-g091466ba55/debian/libxengnttab1.install xen-4.17.3+10-g091466ba55/debian/libxengnttab1.install --- xen-4.17.3+10-g091466ba55/debian/libxengnttab1.install 2024-02-04 12:45:17.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxengnttab1.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/*/libxengnttab.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxengnttab1t64.install xen-4.17.3+10-g091466ba55/debian/libxengnttab1t64.install --- xen-4.17.3+10-g091466ba55/debian/libxengnttab1t64.install 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxengnttab1t64.install 2024-02-04 12:45:17.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/*/libxengnttab.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxengnttab1t64.lintian-overrides xen-4.17.3+10-g091466ba55/debian/libxengnttab1t64.lintian-overrides --- xen-4.17.3+10-g091466ba55/debian/libxengnttab1t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxengnttab1t64.lintian-overrides 2024-02-05 22:37:18.000000000 +0000 @@ -0,0 +1 @@ +libxengnttab1t64: package-name-doesnt-match-sonames libxengnttab1 diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenhypfs1.install xen-4.17.3+10-g091466ba55/debian/libxenhypfs1.install --- xen-4.17.3+10-g091466ba55/debian/libxenhypfs1.install 2024-02-04 12:45:17.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxenhypfs1.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/*/libxenhypfs.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenhypfs1t64.install xen-4.17.3+10-g091466ba55/debian/libxenhypfs1t64.install --- xen-4.17.3+10-g091466ba55/debian/libxenhypfs1t64.install 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxenhypfs1t64.install 2024-02-04 12:45:17.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/*/libxenhypfs.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenhypfs1t64.lintian-overrides xen-4.17.3+10-g091466ba55/debian/libxenhypfs1t64.lintian-overrides --- xen-4.17.3+10-g091466ba55/debian/libxenhypfs1t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxenhypfs1t64.lintian-overrides 2024-02-05 22:37:18.000000000 +0000 @@ -0,0 +1 @@ +libxenhypfs1t64: package-name-doesnt-match-sonames libxenhypfs1 diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenmisc4.17.install xen-4.17.3+10-g091466ba55/debian/libxenmisc4.17.install --- xen-4.17.3+10-g091466ba55/debian/libxenmisc4.17.install 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxenmisc4.17.install 2024-02-05 22:37:19.000000000 +0000 @@ -0,0 +1,9 @@ +# autogenerated, do not edit +usr/lib/*/libxenctrl.so.* +usr/lib/*/libxenguest.so.* +usr/lib/*/libxenlight.so.* +usr/lib/*/libxenstat.so.* +usr/lib/*/libxenvchan.so.* +usr/lib/*/libxlutil.so.* +usr/lib/xen-4.17/lib/*/libxenfsimage* +usr/lib/xen-4.17/lib/*/xenfsimage diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenmisc4.17.lintian-overrides xen-4.17.3+10-g091466ba55/debian/libxenmisc4.17.lintian-overrides --- xen-4.17.3+10-g091466ba55/debian/libxenmisc4.17.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxenmisc4.17.lintian-overrides 2024-02-05 22:37:19.000000000 +0000 @@ -0,0 +1,8 @@ +# autogenerated, do not edit +# The ABI changes every Xen release and every Debian release anyway +# and we do not upload to Debian packages based on Xen upstream +# versions which are at least an rc with a stable ABI. +no-symbols-control-file + +# Yes, this is a portmanteau package. They all change at once. +package-name-doesnt-match-sonames diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenmisc4.17t64.lintian-overrides xen-4.17.3+10-g091466ba55/debian/libxenmisc4.17t64.lintian-overrides --- xen-4.17.3+10-g091466ba55/debian/libxenmisc4.17t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxenmisc4.17t64.lintian-overrides 2024-02-05 22:37:18.000000000 +0000 @@ -0,0 +1 @@ +libxenmisc4.17t64: package-name-doesnt-match-sonames libxenmisc4.17 diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenmiscV.install.vsn-in xen-4.17.3+10-g091466ba55/debian/libxenmiscV.install.vsn-in --- xen-4.17.3+10-g091466ba55/debian/libxenmiscV.install.vsn-in 2024-02-04 12:45:17.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxenmiscV.install.vsn-in 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -usr/lib/*/libxenctrl.so.* -usr/lib/*/libxenguest.so.* -usr/lib/*/libxenlight.so.* -usr/lib/*/libxenstat.so.* -usr/lib/*/libxenvchan.so.* -usr/lib/*/libxlutil.so.* -usr/lib/xen- at version@/lib/*/libxenfsimage* -usr/lib/xen- at version@/lib/*/xenfsimage diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenmiscV.lintian-overrides.vsn-in xen-4.17.3+10-g091466ba55/debian/libxenmiscV.lintian-overrides.vsn-in --- xen-4.17.3+10-g091466ba55/debian/libxenmiscV.lintian-overrides.vsn-in 2024-02-04 12:45:17.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxenmiscV.lintian-overrides.vsn-in 1970-01-01 00:00:00.000000000 +0000 @@ -1,7 +0,0 @@ -# The ABI changes every Xen release and every Debian release anyway -# and we do not upload to Debian packages based on Xen upstream -# versions which are at least an rc with a stable ABI. -no-symbols-control-file - -# Yes, this is a portmanteau package. They all change at once. -package-name-doesnt-match-sonames diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenmiscVt64.install.vsn-in xen-4.17.3+10-g091466ba55/debian/libxenmiscVt64.install.vsn-in --- xen-4.17.3+10-g091466ba55/debian/libxenmiscVt64.install.vsn-in 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxenmiscVt64.install.vsn-in 2024-02-04 12:45:17.000000000 +0000 @@ -0,0 +1,8 @@ +usr/lib/*/libxenctrl.so.* +usr/lib/*/libxenguest.so.* +usr/lib/*/libxenlight.so.* +usr/lib/*/libxenstat.so.* +usr/lib/*/libxenvchan.so.* +usr/lib/*/libxlutil.so.* +usr/lib/xen- at version@/lib/*/libxenfsimage* +usr/lib/xen- at version@/lib/*/xenfsimage diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenmiscVt64.lintian-overrides.vsn-in xen-4.17.3+10-g091466ba55/debian/libxenmiscVt64.lintian-overrides.vsn-in --- xen-4.17.3+10-g091466ba55/debian/libxenmiscVt64.lintian-overrides.vsn-in 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxenmiscVt64.lintian-overrides.vsn-in 2024-02-04 12:45:17.000000000 +0000 @@ -0,0 +1,7 @@ +# The ABI changes every Xen release and every Debian release anyway +# and we do not upload to Debian packages based on Xen upstream +# versions which are at least an rc with a stable ABI. +no-symbols-control-file + +# Yes, this is a portmanteau package. They all change at once. +package-name-doesnt-match-sonames diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenstore4.install xen-4.17.3+10-g091466ba55/debian/libxenstore4.install --- xen-4.17.3+10-g091466ba55/debian/libxenstore4.install 2024-02-04 12:45:17.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxenstore4.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/*/libxenstore.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenstore4.symbols xen-4.17.3+10-g091466ba55/debian/libxenstore4.symbols --- xen-4.17.3+10-g091466ba55/debian/libxenstore4.symbols 2024-02-04 12:45:17.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxenstore4.symbols 1970-01-01 00:00:00.000000000 +0000 @@ -1,39 +0,0 @@ -libxenstore.so.4 libxenstore4 #MINVER# - VERS_4.0 at VERS_4.0 4.16.0 - xs_check_watch at VERS_4.0 4.16.0 - xs_close at VERS_4.0 4.16.0 - xs_control_command at VERS_4.0 4.16.0 - xs_daemon_close at VERS_4.0 4.16.0 - xs_daemon_destroy_postfork at VERS_4.0 4.16.0 - xs_daemon_open at VERS_4.0 4.16.0 - xs_daemon_open_readonly at VERS_4.0 4.16.0 - xs_daemon_rundir at VERS_4.0 4.16.0 - xs_daemon_socket at VERS_4.0 4.16.0 - xs_daemon_socket_ro at VERS_4.0 4.16.0 - xs_debug_command at VERS_4.0 4.16.0 - xs_directory at VERS_4.0 4.16.0 - xs_domain_open at VERS_4.0 4.16.0 - xs_fileno at VERS_4.0 4.16.0 - xs_get_domain_path at VERS_4.0 4.16.0 - xs_get_permissions at VERS_4.0 4.16.0 - xs_introduce_domain at VERS_4.0 4.16.0 - xs_is_domain_introduced at VERS_4.0 4.16.0 - xs_mkdir at VERS_4.0 4.16.0 - xs_open at VERS_4.0 4.16.0 - xs_path_is_subpath at VERS_4.0 4.16.0 - xs_read at VERS_4.0 4.16.0 - xs_read_watch at VERS_4.0 4.16.0 - xs_release_domain at VERS_4.0 4.16.0 - xs_restrict at VERS_4.0 4.16.0 - xs_resume_domain at VERS_4.0 4.16.0 - xs_rm at VERS_4.0 4.16.0 - xs_set_permissions at VERS_4.0 4.16.0 - xs_set_target at VERS_4.0 4.16.0 - xs_strings_to_perms at VERS_4.0 4.16.0 - xs_suspend_evtchn_port at VERS_4.0 4.16.0 - xs_transaction_end at VERS_4.0 4.16.0 - xs_transaction_start at VERS_4.0 4.16.0 - xs_unwatch at VERS_4.0 4.16.0 - xs_watch at VERS_4.0 4.16.0 - xs_write at VERS_4.0 4.16.0 - xs_write_all at VERS_4.0 4.16.0 diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenstore4t64.install xen-4.17.3+10-g091466ba55/debian/libxenstore4t64.install --- xen-4.17.3+10-g091466ba55/debian/libxenstore4t64.install 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxenstore4t64.install 2024-02-04 12:45:17.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/*/libxenstore.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenstore4t64.lintian-overrides xen-4.17.3+10-g091466ba55/debian/libxenstore4t64.lintian-overrides --- xen-4.17.3+10-g091466ba55/debian/libxenstore4t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxenstore4t64.lintian-overrides 2024-02-05 22:37:18.000000000 +0000 @@ -0,0 +1 @@ +libxenstore4t64: package-name-doesnt-match-sonames libxenstore4 diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenstore4t64.symbols xen-4.17.3+10-g091466ba55/debian/libxenstore4t64.symbols --- xen-4.17.3+10-g091466ba55/debian/libxenstore4t64.symbols 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxenstore4t64.symbols 2024-02-05 22:37:18.000000000 +0000 @@ -0,0 +1,39 @@ +libxenstore.so.4 libxenstore4t64 #MINVER# + VERS_4.0 at VERS_4.0 4.16.0 + xs_check_watch at VERS_4.0 4.16.0 + xs_close at VERS_4.0 4.16.0 + xs_control_command at VERS_4.0 4.16.0 + xs_daemon_close at VERS_4.0 4.16.0 + xs_daemon_destroy_postfork at VERS_4.0 4.16.0 + xs_daemon_open at VERS_4.0 4.16.0 + xs_daemon_open_readonly at VERS_4.0 4.16.0 + xs_daemon_rundir at VERS_4.0 4.16.0 + xs_daemon_socket at VERS_4.0 4.16.0 + xs_daemon_socket_ro at VERS_4.0 4.16.0 + xs_debug_command at VERS_4.0 4.16.0 + xs_directory at VERS_4.0 4.16.0 + xs_domain_open at VERS_4.0 4.16.0 + xs_fileno at VERS_4.0 4.16.0 + xs_get_domain_path at VERS_4.0 4.16.0 + xs_get_permissions at VERS_4.0 4.16.0 + xs_introduce_domain at VERS_4.0 4.16.0 + xs_is_domain_introduced at VERS_4.0 4.16.0 + xs_mkdir at VERS_4.0 4.16.0 + xs_open at VERS_4.0 4.16.0 + xs_path_is_subpath at VERS_4.0 4.16.0 + xs_read at VERS_4.0 4.16.0 + xs_read_watch at VERS_4.0 4.16.0 + xs_release_domain at VERS_4.0 4.16.0 + xs_restrict at VERS_4.0 4.16.0 + xs_resume_domain at VERS_4.0 4.16.0 + xs_rm at VERS_4.0 4.16.0 + xs_set_permissions at VERS_4.0 4.16.0 + xs_set_target at VERS_4.0 4.16.0 + xs_strings_to_perms at VERS_4.0 4.16.0 + xs_suspend_evtchn_port at VERS_4.0 4.16.0 + xs_transaction_end at VERS_4.0 4.16.0 + xs_transaction_start at VERS_4.0 4.16.0 + xs_unwatch at VERS_4.0 4.16.0 + xs_watch at VERS_4.0 4.16.0 + xs_write at VERS_4.0 4.16.0 + xs_write_all at VERS_4.0 4.16.0 diff -Nru xen-4.17.3+10-g091466ba55/debian/libxentoolcore1.install xen-4.17.3+10-g091466ba55/debian/libxentoolcore1.install --- xen-4.17.3+10-g091466ba55/debian/libxentoolcore1.install 2024-02-04 12:45:17.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxentoolcore1.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/*/libxentoolcore.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxentoolcore1t64.install xen-4.17.3+10-g091466ba55/debian/libxentoolcore1t64.install --- xen-4.17.3+10-g091466ba55/debian/libxentoolcore1t64.install 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxentoolcore1t64.install 2024-02-04 12:45:17.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/*/libxentoolcore.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxentoolcore1t64.lintian-overrides xen-4.17.3+10-g091466ba55/debian/libxentoolcore1t64.lintian-overrides --- xen-4.17.3+10-g091466ba55/debian/libxentoolcore1t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxentoolcore1t64.lintian-overrides 2024-02-05 22:37:18.000000000 +0000 @@ -0,0 +1 @@ +libxentoolcore1t64: package-name-doesnt-match-sonames libxentoolcore1 diff -Nru xen-4.17.3+10-g091466ba55/debian/libxentoollog1.install xen-4.17.3+10-g091466ba55/debian/libxentoollog1.install --- xen-4.17.3+10-g091466ba55/debian/libxentoollog1.install 2024-02-04 12:45:17.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxentoollog1.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/*/libxentoollog.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxentoollog1t64.install xen-4.17.3+10-g091466ba55/debian/libxentoollog1t64.install --- xen-4.17.3+10-g091466ba55/debian/libxentoollog1t64.install 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxentoollog1t64.install 2024-02-04 12:45:17.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/*/libxentoollog.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxentoollog1t64.lintian-overrides xen-4.17.3+10-g091466ba55/debian/libxentoollog1t64.lintian-overrides --- xen-4.17.3+10-g091466ba55/debian/libxentoollog1t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxentoollog1t64.lintian-overrides 2024-02-05 22:37:18.000000000 +0000 @@ -0,0 +1 @@ +libxentoollog1t64: package-name-doesnt-match-sonames libxentoollog1 diff -Nru xen-4.17.3+10-g091466ba55/debian/xen-hypervisor-4.17-amd64-dbg.install xen-4.17.3+10-g091466ba55/debian/xen-hypervisor-4.17-amd64-dbg.install --- xen-4.17.3+10-g091466ba55/debian/xen-hypervisor-4.17-amd64-dbg.install 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/xen-hypervisor-4.17-amd64-dbg.install 2024-02-05 22:37:19.000000000 +0000 @@ -0,0 +1,4 @@ +# autogenerated, do not edit +usr/lib/debug/xen* usr/lib/debug/boot/ +# ^ The xen* wildcard excludes the shim symbols. The shim is treated +# as part of the toolstack - see xen-utils-V-dbg.install.vsn-in. diff -Nru xen-4.17.3+10-g091466ba55/debian/xen-hypervisor-4.17-amd64.bug-control xen-4.17.3+10-g091466ba55/debian/xen-hypervisor-4.17-amd64.bug-control --- xen-4.17.3+10-g091466ba55/debian/xen-hypervisor-4.17-amd64.bug-control 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/xen-hypervisor-4.17-amd64.bug-control 2024-02-05 22:37:19.000000000 +0000 @@ -0,0 +1,2 @@ +# autogenerated, do not edit +Submit-As: src:xen diff -Nru xen-4.17.3+10-g091466ba55/debian/xen-hypervisor-4.17-amd64.postinst xen-4.17.3+10-g091466ba55/debian/xen-hypervisor-4.17-amd64.postinst --- xen-4.17.3+10-g091466ba55/debian/xen-hypervisor-4.17-amd64.postinst 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/xen-hypervisor-4.17-amd64.postinst 2024-02-05 22:37:19.000000000 +0000 @@ -0,0 +1,38 @@ +#!/bin/bash +# autogenerated, do not edit + +set -e + +case "$1" in + configure) + if command -v update-grub > /dev/null && [ -d /boot/grub ]; then + update-grub || : + fi + + # create or update /run/reboot-required{,.pkgs}?if xen hypervisor is + # running + if [ -e "/sys/hypervisor/type" ]; then + type="$(cat /sys/hypervisor/type)" + if [ "$type" = xen ]; then + if [ -d /run ]; then + touch /run/reboot-required + if ! grep -q "^$DPKG_MAINTSCRIPT_PACKAGE$" /run/reboot-required.pkgs 2> /dev/null ; then + echo "$DPKG_MAINTSCRIPT_PACKAGE" >> /run/reboot-required.pkgs + fi + fi + fi + fi + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# + +exit 0 diff -Nru xen-4.17.3+10-g091466ba55/debian/xen-hypervisor-4.17-amd64.postrm xen-4.17.3+10-g091466ba55/debian/xen-hypervisor-4.17-amd64.postrm --- xen-4.17.3+10-g091466ba55/debian/xen-hypervisor-4.17-amd64.postrm 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/xen-hypervisor-4.17-amd64.postrm 2024-02-05 22:37:19.000000000 +0000 @@ -0,0 +1,24 @@ +#!/bin/bash +# autogenerated, do not edit + +set -e + +case "$1" in + remove) + if command -v update-grub > /dev/null && [ -d /boot/grub ]; then + update-grub || : + fi + ;; + + purge|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + ;; + + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# + +exit 0 diff -Nru xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17-dbg.install xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17-dbg.install --- xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17-dbg.install 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17-dbg.install 2024-02-05 22:37:19.000000000 +0000 @@ -0,0 +1,2 @@ +# autogenerated, do not edit +usr/lib/debug/usr/lib/xen-*/boot/* diff -Nru xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.README.Debian xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.README.Debian --- xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.README.Debian 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.README.Debian 2024-02-05 22:37:19.000000000 +0000 @@ -0,0 +1,49 @@ +# autogenerated, do not edit +Xen for Debian +=============+ +Config behaviour +---------------- + +The Debian packages changes the behaviour of some config options. + +The options "kernel", "initrd" and "loader" searches in the Xen private boot +directory (/usr/lib/xen-$version/boot) first. "bootloader" and "device_model" +also searches the Xen private bin directory (/usr/lib/xen-$version/bin). This +means that the following entries will properly find anything: + loader = 'hvmloader' + bootloader = 'pygrub' + +Network setup +------------- + +The Debian package of Xen don't change the network setup in any way. This +differs from the upstream version, which overwrites the main network card +(eth0) with a bridge setup and may break the network at this point.. + +To setup a bridge please follow the instructions in the manpage for +bridge-utils-interfaces(5). + +Loop devices +------------ + +If you plan hosting virtual domains with file backed block devices (ie. the +ones xen-tools creates by default) be careful about two issues: + +1. Maximum number of loop devices + By default the loop driver supports a maximum of 8 loop devices. Of + course since every Xen domain uses at least two (one for the data and one + for the swap) this number is absolutely insufficient. You should increase + it by adding a file named local-loop in /etc/modprobe.d containing the + string "options loop max_loop=128", if the loop driver is compiled as a + module, or by appending the string max_loop=128 to your kernel parameters + if the driver is in-kernel. Of course you can increase or decrease the + number 128 as you see fit. + +2. Driver loading (only if loop is compiled as a module) + Normally the loop driver gets loaded when the first loop device is + accessed. When using udev, though, the loop devices get created only + after the driver gets loaded. This means that Xen will fail if the loop + driver is not already loaded when it tries to start a file-backed virtual + domain. To fix this just add "loop" in your /etc/modules file, thus + forcing it to be loaded at boot time. diff -Nru xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.bug-control xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.bug-control --- xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.bug-control 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.bug-control 2024-02-05 22:37:19.000000000 +0000 @@ -0,0 +1,2 @@ +# autogenerated, do not edit +Submit-As: src:xen diff -Nru xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.install xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.install --- xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.install 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.install 2024-02-05 22:37:19.000000000 +0000 @@ -0,0 +1,5 @@ +# autogenerated, do not edit +usr/lib/xen-4.17/bin +usr/lib/xen-4.17/lib/python + +usr/lib/xen-4.17/boot diff -Nru xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.lintian-overrides xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.lintian-overrides --- xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.lintian-overrides 2024-02-05 22:37:19.000000000 +0000 @@ -0,0 +1,7 @@ +# autogenerated, do not edit +statically-linked-binary *usr/lib/xen-4.17/boot/hvmloader* +statically-linked-binary *usr/lib/xen-4.17/boot/xen-shim* + +# The .note section is certainly needed for the tools etc. to be +# able to load it! +binary-has-unneeded-section *usr/lib/xen-4.17/boot/xen-shim* diff -Nru xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.postinst xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.postinst --- xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.postinst 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.postinst 2024-02-05 22:37:19.000000000 +0000 @@ -0,0 +1,32 @@ +#!/bin/sh +# autogenerated, do not edit + +set -e + +case "$1" in + configure) + if [ -x "/etc/init.d/xen" ]; then + # Only call the init script when this xen-utils-4.17 package + # matches the currently running version of Xen. This means, doing + # in-place updates (e.g. a security update for same version). + # + # When installing a xen-utils package for any other Xen version, + # leave the running system alone. + if [ "$(/usr/lib/xen-common/bin/xen-version)" = "4.17" ]; then + invoke-rc.d xen start || exit $? + fi + fi + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# + +exit 0 diff -Nru xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.prerm xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.prerm --- xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.prerm 1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.prerm 2024-02-05 22:37:19.000000000 +0000 @@ -0,0 +1,32 @@ +#!/bin/bash +# autogenerated, do not edit + +set -e + +case "$1" in + remove|upgrade) + if [ -x "/etc/init.d/xen" ]; then + # Only call the init script when removing or while upgrading for + # the currently running version of Xen. + # + # Otherwise, for example after a Xen version upgrade, autoremoval + # of an obsolete xen-utils-V package would inadvertently stop + # running daemons like xenconsoled. + if [ "$(/usr/lib/xen-common/bin/xen-version)" = "4.17" ]; then + invoke-rc.d xen stop || exit $? + fi + fi + ;; + + deconfigure|failed-upgrade) + ;; + + *) + echo "prerm called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# + +exit 0
Maximilian Engelhardt
2024-Feb-08 22:33 UTC
[Pkg-xen-devel] Bug#1063270: xen: NMU diff for 64-bit time_t transition
Control: found -1 4.17.2+76-ge1f9cb16e2-1 Hi Steve, Thanks for taking care about the 64-bit time_t transition. Unfortunately your attached patch looks a bit strange to me. It adds autogenerated files, but especially FTBFS in your experimental upload. You can find an updated patch attached to this mail that only contains the relevant changes and does the rename in one more place to fix the FTBFS. With this mail I also mark the xen version currently in testing as affected so this bug does not prevent the migration of the xen version currently in unstable (4.17.3+10-g091466ba55-1). I also did compile xen in qemu for armhf one time with the current unstable version and one time with the change below to test the time_t transition. The resulting binaries were the same (thanks xen is buildable reproducibly). So maybe the transition is not needed for xen, but unfortunately my knowledge is not that much that I can say this for sure. --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,10 @@ export DEB_VERSION # DEB_MAINTAINER is used by our delta queue export DEB_MAINTAINER := $(shell sed -ne 's/^Maintainer: \(.*\)$$/\1/p' debian/control) +export DEB_BUILD_OPTIONS=abi=+lfs +export _FILE_OFFSET_BITS=64 +export _TIME_BITS=64 + # This influences dpkg-buildflags to specify better linker # options. See https://wiki.debian.org/Hardening # Apparently some of these might incur silent breakage @@ -26,7 +30,7 @@ export DEB_MAINTAINER := $(shell sed -ne 's/^Maintainer: \(.*\)$$/\1/p' debian/c # Inexplicably, if you tell make `export V=value' and `$(shell ...)' # it does not pass V to the shell. WTF. So we set a variable # dbmo which we include in the relevant $(shell ...) invocations. -dbmo= DEB_BUILD_MAINT_OPTIONS="hardening=+all" +dbmo= DEB_BUILD_MAINT_OPTIONS="hardening=+all abi=+lfs" _FILE_OFFSET_BITS=64 _TIME_BITS=64 # Architecture handling. # -------------- next part -------------- A non-text attachment was scrubbed... Name: xen_64bit_time_t.debdiff Type: text/x-patch Size: 22437 bytes Desc: not available URL: <http://alioth-lists.debian.net/pipermail/pkg-xen-devel/attachments/20240208/04349c5b/attachment-0001.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: This is a digitally signed message part. URL: <http://alioth-lists.debian.net/pipermail/pkg-xen-devel/attachments/20240208/04349c5b/attachment-0001.sig>
Debian Bug Tracking System
2024-Feb-08 22:45 UTC
[Pkg-xen-devel] Processed: Re: xen: NMU diff for 64-bit time_t transition
Processing control commands:> found -1 4.17.2+76-ge1f9cb16e2-1Bug #1063270 [src:xen] xen: NMU diff for 64-bit time_t transition Marked as found in versions xen/4.17.2+76-ge1f9cb16e2-1. -- 1063270: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063270 Debian Bug Tracking System Contact owner at bugs.debian.org with problems
Andrew Cooper
2024-Feb-12 17:43 UTC
[Pkg-xen-devel] Bug#1063270: The "64bits time_t transition" in Debian/Xen
On 12/02/2024 5:27 pm, zithro wrote:> Hey all, > > the Debian project is focused on the "2038 time_t" switch. > So the maintainers of the Debian Xen package must ensure that all > imported Xen code conforms to the new Debian standards. > > I was asked by Andrew Cooper to post here about this, I'll quote him : > "So I had been idly wondering whether Xen would match up to Debian's new > policy, and it appears not > this topic really needs to be brought up on the xen-devel mailing list > do you have any more details as to what has gone wrong? > this is something we ought to arrange to happen in CI by default > but it sounds like there's some work needed first" > > (Not answering the question because I'm just a messenger).xen.git/xen$ git grep -w time_t -- :/ ../tools/console/client/main.c:106:???? time_t start, now; ../tools/console/daemon/io.c:272:?????? time_t now = time(NULL); ../tools/libs/light/libxl_qmp.c:116:??? time_t timeout; ../tools/libs/light/libxl_qmp.c:585:??????????????????????????????? time_t ask_timeout) ../tools/libs/light/libxl_x86.c:516:??????? time_t t; ../tools/libs/toollog/xtl_logger_stdio.c:61:??????? time_t now = time(0); ../tools/tests/xenstore/test-xenstore.c:453:??? time_t stop; ../tools/xenmon/xenbaked.c:98:time_t start_time; ../tools/xenstored/core.c:109:? time_t now; ../tools/xenstored/core.h:150:? time_t ta_start_time; ../tools/xenstored/domain.c:143:??????? time_t mem_last_msg; ../tools/xenstored/domain.c:188:static time_t wrl_log_last_warning; /* 0: no previous warning */ ../tools/xenstored/domain.c:1584:?????? time_t now; ../tools/xenstored/lu.c:160:??? time_t now = time(NULL); ../tools/xenstored/lu.c:185:??? time_t now = time(NULL); ../tools/xenstored/lu.c:292:??? time_t now = time(NULL); ../tools/xenstored/lu.h:32:???? time_t started_at; ../tools/xentop/xentop.c:947:?? time_t curt; ../tools/xl/xl_info.c:742:static char *current_time_to_string(time_t now) ../tools/xl/xl_info.c:759:static void print_dom0_uptime(int short_mode, time_t now) ../tools/xl/xl_info.c:810:static void print_domU_uptime(uint32_t domuid, int short_mode, time_t now) ../tools/xl/xl_info.c:847:??? time_t now; ../tools/xl/xl_vmcontrol.c:336:??????? time_t start; ../tools/xl/xl_vmcontrol.c:495:??? time_t now; ../tools/xl/xl_vmcontrol.c:504:??? if (now == ((time_t) -1)) { ../tools/xs-clients/xenstore_control.c:33:??? time_t time_start; arch/x86/cpu/mcheck/mce.h:224:??? uint64_t time;???? /* wall time_t when error was detected */ arch/x86/time.c:1129: * machines were long is 32-bit! (However, as time_t is signed, we I don't see any ABI problems from using a 64bit time_t.? The only header file with a time_t is xenstored/lu.h which is a private header and not a public ABI. I guess we fell into the "could not be analysed via abi-compliance-checker" case? ~Andrew
Hans van Kranenburg
2024-Feb-12 18:51 UTC
[Pkg-xen-devel] Bug#1063270: The "64bits time_t transition" in Debian/Xen
Hi, On 2/12/24 18:43, Andrew Cooper wrote:> On 12/02/2024 5:27 pm, zithro wrote: >> Hey all, >> >> the Debian project is focused on the "2038 time_t" switch. >> So the maintainers of the Debian Xen package must ensure that all >> imported Xen code conforms to the new Debian standards. >> >> I was asked by Andrew Cooper to post here about this, I'll quote him : >> "So I had been idly wondering whether Xen would match up to Debian's new >> policy, and it appears not >> this topic really needs to be brought up on the xen-devel mailing list >> do you have any more details as to what has gone wrong? >> this is something we ought to arrange to happen in CI by default >> but it sounds like there's some work needed first" >> >> (Not answering the question because I'm just a messenger). > > xen.git/xen$ git grep -w time_t -- :/ > ../tools/console/client/main.c:106:???? time_t start, now; > ../tools/console/daemon/io.c:272:?????? time_t now = time(NULL); > ../tools/libs/light/libxl_qmp.c:116:??? time_t timeout; > ../tools/libs/light/libxl_qmp.c:585:??????????????????????????????? > time_t ask_timeout) > ../tools/libs/light/libxl_x86.c:516:??????? time_t t; > ../tools/libs/toollog/xtl_logger_stdio.c:61:??????? time_t now = time(0); > ../tools/tests/xenstore/test-xenstore.c:453:??? time_t stop; > ../tools/xenmon/xenbaked.c:98:time_t start_time; > ../tools/xenstored/core.c:109:? time_t now; > ../tools/xenstored/core.h:150:? time_t ta_start_time; > ../tools/xenstored/domain.c:143:??????? time_t mem_last_msg; > ../tools/xenstored/domain.c:188:static time_t wrl_log_last_warning; /* > 0: no previous warning */ > ../tools/xenstored/domain.c:1584:?????? time_t now; > ../tools/xenstored/lu.c:160:??? time_t now = time(NULL); > ../tools/xenstored/lu.c:185:??? time_t now = time(NULL); > ../tools/xenstored/lu.c:292:??? time_t now = time(NULL); > ../tools/xenstored/lu.h:32:???? time_t started_at; > ../tools/xentop/xentop.c:947:?? time_t curt; > ../tools/xl/xl_info.c:742:static char *current_time_to_string(time_t now) > ../tools/xl/xl_info.c:759:static void print_dom0_uptime(int short_mode, > time_t now) > ../tools/xl/xl_info.c:810:static void print_domU_uptime(uint32_t domuid, > int short_mode, time_t now) > ../tools/xl/xl_info.c:847:??? time_t now; > ../tools/xl/xl_vmcontrol.c:336:??????? time_t start; > ../tools/xl/xl_vmcontrol.c:495:??? time_t now; > ../tools/xl/xl_vmcontrol.c:504:??? if (now == ((time_t) -1)) { > ../tools/xs-clients/xenstore_control.c:33:??? time_t time_start; > arch/x86/cpu/mcheck/mce.h:224:??? uint64_t time;???? /* wall time_t when > error was detected */ > arch/x86/time.c:1129: * machines were long is 32-bit! (However, as > time_t is signed, we > > > I don't see any ABI problems from using a 64bit time_t.? The only header > file with a time_t is xenstored/lu.h which is a private header and not a > public ABI. > > I guess we fell into the "could not be analysed via > abi-compliance-checker" case?Thanks for also looking into this! Maximilian mentioned in #debian-xen that doing a Debian package build with DEB_BUILD_OPTIONS=abi=+lfs and _FILE_OFFSET_BITS=64 and _TIME_BITS=64 resulted in the exact same binaries for shared libs. What we also found is these reports: 1. Enabling lfs, which has no effect: https://adrien.dcln.fr/misc/armhf-time_t/2024-02-06T16%3A48%3A00/compat_reports/libxen-dev/base_to_lfs/compat_report.html 2. Enabling the 64-bit time_t as well: https://adrien.dcln.fr/misc/armhf-time_t/2024-02-06T16%3A48%3A00/compat_reports/libxen-dev/lfs_to_time_t/compat_report.html In there, see "Problems with Data Types, Low Severity 2 " about struct_timeval: ---- >8 ---- [+] struct timeval Change -> Effect 1 Type of field tv_sec has been changed from __time_t to __time64_t. -> Recompilation of a client program may be broken. 2 Type of field tv_usec has been changed from __suseconds_t to __suseconds64_t. -> Recompilation of a client program may be broken. [+] affected symbols: 3 (0.2%) * libxl_osevent_afterpoll ( libxl_ctx* ctx, int nfds, struct pollfd const* fds, struct timeval now ) -> 4th parameter 'now' is of type 'struct timeval'. * libxl_osevent_beforepoll ( libxl_ctx* ctx, int* nfds_io, struct pollfd* fds, int* timeout_upd, struct timeval now ) -> 5th parameter 'now' is of type 'struct timeval'. * libxl_osevent_register_hooks ( libxl_ctx* ctx, libxl_osevent_hooks const* hooks, void* user ) -> Field 'hooks.timeout_modify.p2' in 2nd parameter 'hooks' (pointer) has base type 'struct timeval'. ---- >8 ---- So, the question is, is this correct and would it cause a problem. If so, it also means that those functions are in a versioned lib, libxenlight.so.4.17.0 (in binary package libxenmisc4.17). Coincidentally, we are currently preparing the upload to switch from Xen 4.17 to Xen 4.18 in Debian unstable. So, if we just go ahead with doing that, and make sure it's built in the new way already... then... tada.wav! We just immediately have the correct libxenmisc4.18, and no other (stable lib) packages have to be renamed. Hans
Steve Langasek
2024-Feb-24 03:49 UTC
[Pkg-xen-devel] Bug#1063270: xen: NMU diff for 64-bit time_t transition
Hello, The previous NMU of xen failed to build in experimental because we did not handle the file renames in debian/shuffle-binaries. Please see the attached corrected patch which has been uploaded to experimental. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer https://www.debian.org/ slangasek at ubuntu.com vorlon at debian.org -------------- next part -------------- diff -Nru xen-4.17.3+10-g091466ba55/debian/changelog xen-4.17.3+10-g091466ba55/debian/changelog --- xen-4.17.3+10-g091466ba55/debian/changelog 2024-02-04 04:45:17.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/changelog 2024-02-23 18:53:03.000000000 -0800 @@ -1,3 +1,17 @@ +xen (4.17.3+10-g091466ba55-1.1~exp2) experimental; urgency=medium + + * debian/shuffle-binaries: handle rename of + debian/libxenmiscV.install.vsn-in + + -- Steve Langasek <vorlon at debian.org> Sat, 24 Feb 2024 02:53:03 +0000 + +xen (4.17.3+10-g091466ba55-1.1~exp1) experimental; urgency=medium + + * Non-maintainer upload. + * Rename libraries for 64-bit time_t transition. + + -- Steve Langasek <vorlon at debian.org> Mon, 05 Feb 2024 23:01:29 +0000 + xen (4.17.3+10-g091466ba55-1) unstable; urgency=medium * Update to new upstream version 4.17.3+10-g091466ba55, which also contains diff -Nru xen-4.17.3+10-g091466ba55/debian/control xen-4.17.3+10-g091466ba55/debian/control --- xen-4.17.3+10-g091466ba55/debian/control 2024-02-04 04:45:17.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/control 2024-02-05 15:01:29.000000000 -0800 @@ -212,16 +212,16 @@ Section: libdevel Architecture: amd64 arm64 armhf Depends: ${shlibs:Depends}, ${misc:Depends}, - libxenmisc4.17 (= ${binary:Version}), - libxencall1 (= ${binary:Version}), - libxendevicemodel1 (= ${binary:Version}), - libxenevtchn1 (= ${binary:Version}), - libxenforeignmemory1 (= ${binary:Version}), - libxengnttab1 (= ${binary:Version}), - libxenstore4 (= ${binary:Version}), - libxentoolcore1 (= ${binary:Version}), - libxentoollog1 (= ${binary:Version}), - libxenhypfs1 (= ${binary:Version}), + libxenmisc4.17t64 (= ${binary:Version}), + libxencall1t64 (= ${binary:Version}), + libxendevicemodel1t64 (= ${binary:Version}), + libxenevtchn1t64 (= ${binary:Version}), + libxenforeignmemory1t64 (= ${binary:Version}), + libxengnttab1t64 (= ${binary:Version}), + libxenstore4t64 (= ${binary:Version}), + libxentoolcore1t64 (= ${binary:Version}), + libxentoollog1t64 (= ${binary:Version}), + libxenhypfs1t64 (= ${binary:Version}), Description: Public headers and libs for Xen This package contains the public headers and static libraries for Xen. . @@ -236,7 +236,10 @@ Most of the other included libraries are internal, and intended for use by the Xen toolstack, rather than directly. -Package: libxenmisc4.17 +Package: libxenmisc4.17t64 +Provides: ${t64:Provides} +Replaces: libxenmisc4.17 +Breaks: libxenmisc4.17 (<< ${source:Version}) Section: libs Architecture: amd64 arm64 armhf Depends: ${shlibs:Depends}, ${misc:Depends} @@ -247,7 +250,10 @@ knowledge of hypervisor-version-specific hypercall ABIs. Multi-Arch: same -Package: libxencall1 +Package: libxencall1t64 +Provides: ${t64:Provides} +Replaces: libxencall1 +Breaks: libxencall1 (<< ${source:Version}) Section: libs Architecture: amd64 arm64 armhf Depends: ${shlibs:Depends}, ${misc:Depends} @@ -255,7 +261,10 @@ Shared library for Xen utilities. Multi-Arch: same -Package: libxendevicemodel1 +Package: libxendevicemodel1t64 +Provides: ${t64:Provides} +Replaces: libxendevicemodel1 +Breaks: libxendevicemodel1 (<< ${source:Version}) Section: libs Architecture: amd64 arm64 armhf Depends: ${shlibs:Depends}, ${misc:Depends} @@ -263,7 +272,10 @@ Shared library for Xen utilities. Multi-Arch: same -Package: libxenevtchn1 +Package: libxenevtchn1t64 +Provides: ${t64:Provides} +Replaces: libxenevtchn1 +Breaks: libxenevtchn1 (<< ${source:Version}) Section: libs Architecture: amd64 arm64 armhf Depends: ${shlibs:Depends}, ${misc:Depends} @@ -271,7 +283,10 @@ Shared library for Xen utilities. Multi-Arch: same -Package: libxenforeignmemory1 +Package: libxenforeignmemory1t64 +Provides: ${t64:Provides} +Replaces: libxenforeignmemory1 +Breaks: libxenforeignmemory1 (<< ${source:Version}) Section: libs Architecture: amd64 arm64 armhf Depends: ${shlibs:Depends}, ${misc:Depends} @@ -279,7 +294,10 @@ Shared library for Xen utilities. Multi-Arch: same -Package: libxengnttab1 +Package: libxengnttab1t64 +Provides: ${t64:Provides} +Replaces: libxengnttab1 +Breaks: libxengnttab1 (<< ${source:Version}) Section: libs Architecture: amd64 arm64 armhf Depends: ${shlibs:Depends}, ${misc:Depends} @@ -287,7 +305,10 @@ Shared library for Xen utilities. Multi-Arch: same -Package: libxenstore4 +Package: libxenstore4t64 +Provides: ${t64:Provides} +Replaces: libxenstore4 +Breaks: libxenstore4 (<< ${source:Version}) Section: libs Architecture: amd64 arm64 armhf Depends: ${shlibs:Depends}, ${misc:Depends} @@ -295,7 +316,10 @@ Shared library for Xen utilities. Multi-Arch: same -Package: libxentoolcore1 +Package: libxentoolcore1t64 +Provides: ${t64:Provides} +Replaces: libxentoolcore1 +Breaks: libxentoolcore1 (<< ${source:Version}) Section: libs Architecture: amd64 arm64 armhf Depends: ${shlibs:Depends}, ${misc:Depends} @@ -303,7 +327,10 @@ Shared library for Xen utilities. Multi-Arch: same -Package: libxentoollog1 +Package: libxentoollog1t64 +Provides: ${t64:Provides} +Replaces: libxentoollog1 +Breaks: libxentoollog1 (<< ${source:Version}) Section: libs Architecture: amd64 arm64 armhf Depends: ${shlibs:Depends}, ${misc:Depends} @@ -311,7 +338,10 @@ Shared library for Xen utilities. Multi-Arch: same -Package: libxenhypfs1 +Package: libxenhypfs1t64 +Provides: ${t64:Provides} +Replaces: libxenhypfs1 +Breaks: libxenhypfs1 (<< ${source:Version}) Section: libs Architecture: amd64 arm64 armhf Depends: ${shlibs:Depends}, ${misc:Depends} diff -Nru xen-4.17.3+10-g091466ba55/debian/.gitignore xen-4.17.3+10-g091466ba55/debian/.gitignore --- xen-4.17.3+10-g091466ba55/debian/.gitignore 2024-02-04 04:45:17.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/.gitignore 1969-12-31 16:00:00.000000000 -0800 @@ -1,39 +0,0 @@ -.debhelper -*.debhelper.* -*.preinst.debhelper -*.postinst.debhelper -*.prerm.debhelper -*.postrm.debhelper -*.substvars -*.stamp -tmp -*-[0-9]*.bug-control -*-[0-9]*.postinst -*-[0-9]*.postrm -*.tmp -files -xen-doc -xen-hypervisor-common -xen-system-amd64 -xen-system-armhf -xen-system-arm64 -xen-hypervisor-[0-9]*[0-9] -xen-hypervisor-[0-9]*[0-9].install -xen-hypervisor-[0-9]*[0-9].lintian-overrides -xen-utils-[0-9]*[0-9] -xen-utils-[0-9]*[0-9].install -xen-utils-[0-9]*[0-9].NEWS -xen-utils-[0-9]*[0-9].README.Debian -xen-utils-[0-9]*[0-9].lintian-overrides -xen-utils-[0-9]*[0-9].prerm -libxenmisc[0-9]*[0-9].lintian-overrides -libxenmisc[0-9]*[0-9] -libxenmisc[0-9]*[0-9].install -libxenmisc[0-9]*[0-9].lintian-overrides -libxen-dev -libxen*[0-9] -xen-utils-common -xenstore-utils -autoreconf.before -autoreconf.after -debhelper-build-stamp diff -Nru xen-4.17.3+10-g091466ba55/debian/libxen-4.17.bug-control xen-4.17.3+10-g091466ba55/debian/libxen-4.17.bug-control --- xen-4.17.3+10-g091466ba55/debian/libxen-4.17.bug-control 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxen-4.17.bug-control 2024-02-23 18:53:03.000000000 -0800 @@ -0,0 +1,2 @@ +# autogenerated, do not edit +Submit-As: src:xen diff -Nru xen-4.17.3+10-g091466ba55/debian/libxencall1.install xen-4.17.3+10-g091466ba55/debian/libxencall1.install --- xen-4.17.3+10-g091466ba55/debian/libxencall1.install 2024-02-04 04:45:17.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxencall1.install 1969-12-31 16:00:00.000000000 -0800 @@ -1 +0,0 @@ -usr/lib/*/libxencall.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxencall1t64.install xen-4.17.3+10-g091466ba55/debian/libxencall1t64.install --- xen-4.17.3+10-g091466ba55/debian/libxencall1t64.install 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxencall1t64.install 2024-02-05 15:01:29.000000000 -0800 @@ -0,0 +1 @@ +usr/lib/*/libxencall.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxencall1t64.lintian-overrides xen-4.17.3+10-g091466ba55/debian/libxencall1t64.lintian-overrides --- xen-4.17.3+10-g091466ba55/debian/libxencall1t64.lintian-overrides 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxencall1t64.lintian-overrides 2024-02-05 15:01:29.000000000 -0800 @@ -0,0 +1 @@ +libxencall1t64: package-name-doesnt-match-sonames libxencall1 diff -Nru xen-4.17.3+10-g091466ba55/debian/libxendevicemodel1.install xen-4.17.3+10-g091466ba55/debian/libxendevicemodel1.install --- xen-4.17.3+10-g091466ba55/debian/libxendevicemodel1.install 2024-02-04 04:45:17.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxendevicemodel1.install 1969-12-31 16:00:00.000000000 -0800 @@ -1 +0,0 @@ -usr/lib/*/libxendevicemodel.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxendevicemodel1t64.install xen-4.17.3+10-g091466ba55/debian/libxendevicemodel1t64.install --- xen-4.17.3+10-g091466ba55/debian/libxendevicemodel1t64.install 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxendevicemodel1t64.install 2024-02-05 15:01:29.000000000 -0800 @@ -0,0 +1 @@ +usr/lib/*/libxendevicemodel.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxendevicemodel1t64.lintian-overrides xen-4.17.3+10-g091466ba55/debian/libxendevicemodel1t64.lintian-overrides --- xen-4.17.3+10-g091466ba55/debian/libxendevicemodel1t64.lintian-overrides 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxendevicemodel1t64.lintian-overrides 2024-02-05 15:01:29.000000000 -0800 @@ -0,0 +1 @@ +libxendevicemodel1t64: package-name-doesnt-match-sonames libxendevicemodel1 diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenevtchn1.install xen-4.17.3+10-g091466ba55/debian/libxenevtchn1.install --- xen-4.17.3+10-g091466ba55/debian/libxenevtchn1.install 2024-02-04 04:45:17.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxenevtchn1.install 1969-12-31 16:00:00.000000000 -0800 @@ -1 +0,0 @@ -usr/lib/*/libxenevtchn.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenevtchn1t64.install xen-4.17.3+10-g091466ba55/debian/libxenevtchn1t64.install --- xen-4.17.3+10-g091466ba55/debian/libxenevtchn1t64.install 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxenevtchn1t64.install 2024-02-05 15:01:29.000000000 -0800 @@ -0,0 +1 @@ +usr/lib/*/libxenevtchn.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenevtchn1t64.lintian-overrides xen-4.17.3+10-g091466ba55/debian/libxenevtchn1t64.lintian-overrides --- xen-4.17.3+10-g091466ba55/debian/libxenevtchn1t64.lintian-overrides 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxenevtchn1t64.lintian-overrides 2024-02-05 15:01:29.000000000 -0800 @@ -0,0 +1 @@ +libxenevtchn1t64: package-name-doesnt-match-sonames libxenevtchn1 diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenforeignmemory1.install xen-4.17.3+10-g091466ba55/debian/libxenforeignmemory1.install --- xen-4.17.3+10-g091466ba55/debian/libxenforeignmemory1.install 2024-02-04 04:45:17.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxenforeignmemory1.install 1969-12-31 16:00:00.000000000 -0800 @@ -1 +0,0 @@ -usr/lib/*/libxenforeignmemory.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenforeignmemory1t64.install xen-4.17.3+10-g091466ba55/debian/libxenforeignmemory1t64.install --- xen-4.17.3+10-g091466ba55/debian/libxenforeignmemory1t64.install 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxenforeignmemory1t64.install 2024-02-05 15:01:29.000000000 -0800 @@ -0,0 +1 @@ +usr/lib/*/libxenforeignmemory.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenforeignmemory1t64.lintian-overrides xen-4.17.3+10-g091466ba55/debian/libxenforeignmemory1t64.lintian-overrides --- xen-4.17.3+10-g091466ba55/debian/libxenforeignmemory1t64.lintian-overrides 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxenforeignmemory1t64.lintian-overrides 2024-02-05 15:01:29.000000000 -0800 @@ -0,0 +1 @@ +libxenforeignmemory1t64: package-name-doesnt-match-sonames libxenforeignmemory1 diff -Nru xen-4.17.3+10-g091466ba55/debian/libxengnttab1.install xen-4.17.3+10-g091466ba55/debian/libxengnttab1.install --- xen-4.17.3+10-g091466ba55/debian/libxengnttab1.install 2024-02-04 04:45:17.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxengnttab1.install 1969-12-31 16:00:00.000000000 -0800 @@ -1 +0,0 @@ -usr/lib/*/libxengnttab.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxengnttab1t64.install xen-4.17.3+10-g091466ba55/debian/libxengnttab1t64.install --- xen-4.17.3+10-g091466ba55/debian/libxengnttab1t64.install 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxengnttab1t64.install 2024-02-05 15:01:29.000000000 -0800 @@ -0,0 +1 @@ +usr/lib/*/libxengnttab.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxengnttab1t64.lintian-overrides xen-4.17.3+10-g091466ba55/debian/libxengnttab1t64.lintian-overrides --- xen-4.17.3+10-g091466ba55/debian/libxengnttab1t64.lintian-overrides 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxengnttab1t64.lintian-overrides 2024-02-05 15:01:29.000000000 -0800 @@ -0,0 +1 @@ +libxengnttab1t64: package-name-doesnt-match-sonames libxengnttab1 diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenhypfs1.install xen-4.17.3+10-g091466ba55/debian/libxenhypfs1.install --- xen-4.17.3+10-g091466ba55/debian/libxenhypfs1.install 2024-02-04 04:45:17.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxenhypfs1.install 1969-12-31 16:00:00.000000000 -0800 @@ -1 +0,0 @@ -usr/lib/*/libxenhypfs.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenhypfs1t64.install xen-4.17.3+10-g091466ba55/debian/libxenhypfs1t64.install --- xen-4.17.3+10-g091466ba55/debian/libxenhypfs1t64.install 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxenhypfs1t64.install 2024-02-05 15:01:29.000000000 -0800 @@ -0,0 +1 @@ +usr/lib/*/libxenhypfs.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenhypfs1t64.lintian-overrides xen-4.17.3+10-g091466ba55/debian/libxenhypfs1t64.lintian-overrides --- xen-4.17.3+10-g091466ba55/debian/libxenhypfs1t64.lintian-overrides 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxenhypfs1t64.lintian-overrides 2024-02-05 15:01:29.000000000 -0800 @@ -0,0 +1 @@ +libxenhypfs1t64: package-name-doesnt-match-sonames libxenhypfs1 diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenmisc4.17.install xen-4.17.3+10-g091466ba55/debian/libxenmisc4.17.install --- xen-4.17.3+10-g091466ba55/debian/libxenmisc4.17.install 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxenmisc4.17.install 2024-02-23 18:53:03.000000000 -0800 @@ -0,0 +1,9 @@ +# autogenerated, do not edit +usr/lib/*/libxenctrl.so.* +usr/lib/*/libxenguest.so.* +usr/lib/*/libxenlight.so.* +usr/lib/*/libxenstat.so.* +usr/lib/*/libxenvchan.so.* +usr/lib/*/libxlutil.so.* +usr/lib/xen-4.17/lib/*/libxenfsimage* +usr/lib/xen-4.17/lib/*/xenfsimage diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenmisc4.17.lintian-overrides xen-4.17.3+10-g091466ba55/debian/libxenmisc4.17.lintian-overrides --- xen-4.17.3+10-g091466ba55/debian/libxenmisc4.17.lintian-overrides 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxenmisc4.17.lintian-overrides 2024-02-23 18:53:03.000000000 -0800 @@ -0,0 +1,8 @@ +# autogenerated, do not edit +# The ABI changes every Xen release and every Debian release anyway +# and we do not upload to Debian packages based on Xen upstream +# versions which are at least an rc with a stable ABI. +no-symbols-control-file + +# Yes, this is a portmanteau package. They all change at once. +package-name-doesnt-match-sonames diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenmisc4.17t64.lintian-overrides xen-4.17.3+10-g091466ba55/debian/libxenmisc4.17t64.lintian-overrides --- xen-4.17.3+10-g091466ba55/debian/libxenmisc4.17t64.lintian-overrides 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxenmisc4.17t64.lintian-overrides 2024-02-05 15:01:29.000000000 -0800 @@ -0,0 +1 @@ +libxenmisc4.17t64: package-name-doesnt-match-sonames libxenmisc4.17 diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenmiscV.install.vsn-in xen-4.17.3+10-g091466ba55/debian/libxenmiscV.install.vsn-in --- xen-4.17.3+10-g091466ba55/debian/libxenmiscV.install.vsn-in 2024-02-04 04:45:17.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxenmiscV.install.vsn-in 1969-12-31 16:00:00.000000000 -0800 @@ -1,8 +0,0 @@ -usr/lib/*/libxenctrl.so.* -usr/lib/*/libxenguest.so.* -usr/lib/*/libxenlight.so.* -usr/lib/*/libxenstat.so.* -usr/lib/*/libxenvchan.so.* -usr/lib/*/libxlutil.so.* -usr/lib/xen- at version@/lib/*/libxenfsimage* -usr/lib/xen- at version@/lib/*/xenfsimage diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenmiscV.lintian-overrides.vsn-in xen-4.17.3+10-g091466ba55/debian/libxenmiscV.lintian-overrides.vsn-in --- xen-4.17.3+10-g091466ba55/debian/libxenmiscV.lintian-overrides.vsn-in 2024-02-04 04:45:17.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxenmiscV.lintian-overrides.vsn-in 1969-12-31 16:00:00.000000000 -0800 @@ -1,7 +0,0 @@ -# The ABI changes every Xen release and every Debian release anyway -# and we do not upload to Debian packages based on Xen upstream -# versions which are at least an rc with a stable ABI. -no-symbols-control-file - -# Yes, this is a portmanteau package. They all change at once. -package-name-doesnt-match-sonames diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenmiscVt64.install.vsn-in xen-4.17.3+10-g091466ba55/debian/libxenmiscVt64.install.vsn-in --- xen-4.17.3+10-g091466ba55/debian/libxenmiscVt64.install.vsn-in 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxenmiscVt64.install.vsn-in 2024-02-05 15:01:29.000000000 -0800 @@ -0,0 +1,8 @@ +usr/lib/*/libxenctrl.so.* +usr/lib/*/libxenguest.so.* +usr/lib/*/libxenlight.so.* +usr/lib/*/libxenstat.so.* +usr/lib/*/libxenvchan.so.* +usr/lib/*/libxlutil.so.* +usr/lib/xen- at version@/lib/*/libxenfsimage* +usr/lib/xen- at version@/lib/*/xenfsimage diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenmiscVt64.lintian-overrides.vsn-in xen-4.17.3+10-g091466ba55/debian/libxenmiscVt64.lintian-overrides.vsn-in --- xen-4.17.3+10-g091466ba55/debian/libxenmiscVt64.lintian-overrides.vsn-in 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxenmiscVt64.lintian-overrides.vsn-in 2024-02-05 15:01:29.000000000 -0800 @@ -0,0 +1,7 @@ +# The ABI changes every Xen release and every Debian release anyway +# and we do not upload to Debian packages based on Xen upstream +# versions which are at least an rc with a stable ABI. +no-symbols-control-file + +# Yes, this is a portmanteau package. They all change at once. +package-name-doesnt-match-sonames diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenstore4.install xen-4.17.3+10-g091466ba55/debian/libxenstore4.install --- xen-4.17.3+10-g091466ba55/debian/libxenstore4.install 2024-02-04 04:45:17.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxenstore4.install 1969-12-31 16:00:00.000000000 -0800 @@ -1 +0,0 @@ -usr/lib/*/libxenstore.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenstore4.symbols xen-4.17.3+10-g091466ba55/debian/libxenstore4.symbols --- xen-4.17.3+10-g091466ba55/debian/libxenstore4.symbols 2024-02-04 04:45:17.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxenstore4.symbols 1969-12-31 16:00:00.000000000 -0800 @@ -1,39 +0,0 @@ -libxenstore.so.4 libxenstore4 #MINVER# - VERS_4.0 at VERS_4.0 4.16.0 - xs_check_watch at VERS_4.0 4.16.0 - xs_close at VERS_4.0 4.16.0 - xs_control_command at VERS_4.0 4.16.0 - xs_daemon_close at VERS_4.0 4.16.0 - xs_daemon_destroy_postfork at VERS_4.0 4.16.0 - xs_daemon_open at VERS_4.0 4.16.0 - xs_daemon_open_readonly at VERS_4.0 4.16.0 - xs_daemon_rundir at VERS_4.0 4.16.0 - xs_daemon_socket at VERS_4.0 4.16.0 - xs_daemon_socket_ro at VERS_4.0 4.16.0 - xs_debug_command at VERS_4.0 4.16.0 - xs_directory at VERS_4.0 4.16.0 - xs_domain_open at VERS_4.0 4.16.0 - xs_fileno at VERS_4.0 4.16.0 - xs_get_domain_path at VERS_4.0 4.16.0 - xs_get_permissions at VERS_4.0 4.16.0 - xs_introduce_domain at VERS_4.0 4.16.0 - xs_is_domain_introduced at VERS_4.0 4.16.0 - xs_mkdir at VERS_4.0 4.16.0 - xs_open at VERS_4.0 4.16.0 - xs_path_is_subpath at VERS_4.0 4.16.0 - xs_read at VERS_4.0 4.16.0 - xs_read_watch at VERS_4.0 4.16.0 - xs_release_domain at VERS_4.0 4.16.0 - xs_restrict at VERS_4.0 4.16.0 - xs_resume_domain at VERS_4.0 4.16.0 - xs_rm at VERS_4.0 4.16.0 - xs_set_permissions at VERS_4.0 4.16.0 - xs_set_target at VERS_4.0 4.16.0 - xs_strings_to_perms at VERS_4.0 4.16.0 - xs_suspend_evtchn_port at VERS_4.0 4.16.0 - xs_transaction_end at VERS_4.0 4.16.0 - xs_transaction_start at VERS_4.0 4.16.0 - xs_unwatch at VERS_4.0 4.16.0 - xs_watch at VERS_4.0 4.16.0 - xs_write at VERS_4.0 4.16.0 - xs_write_all at VERS_4.0 4.16.0 diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenstore4t64.install xen-4.17.3+10-g091466ba55/debian/libxenstore4t64.install --- xen-4.17.3+10-g091466ba55/debian/libxenstore4t64.install 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxenstore4t64.install 2024-02-05 15:01:29.000000000 -0800 @@ -0,0 +1 @@ +usr/lib/*/libxenstore.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenstore4t64.lintian-overrides xen-4.17.3+10-g091466ba55/debian/libxenstore4t64.lintian-overrides --- xen-4.17.3+10-g091466ba55/debian/libxenstore4t64.lintian-overrides 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxenstore4t64.lintian-overrides 2024-02-05 15:01:29.000000000 -0800 @@ -0,0 +1 @@ +libxenstore4t64: package-name-doesnt-match-sonames libxenstore4 diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenstore4t64.symbols xen-4.17.3+10-g091466ba55/debian/libxenstore4t64.symbols --- xen-4.17.3+10-g091466ba55/debian/libxenstore4t64.symbols 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxenstore4t64.symbols 2024-02-05 15:01:29.000000000 -0800 @@ -0,0 +1,39 @@ +libxenstore.so.4 libxenstore4t64 #MINVER# + VERS_4.0 at VERS_4.0 4.16.0 + xs_check_watch at VERS_4.0 4.16.0 + xs_close at VERS_4.0 4.16.0 + xs_control_command at VERS_4.0 4.16.0 + xs_daemon_close at VERS_4.0 4.16.0 + xs_daemon_destroy_postfork at VERS_4.0 4.16.0 + xs_daemon_open at VERS_4.0 4.16.0 + xs_daemon_open_readonly at VERS_4.0 4.16.0 + xs_daemon_rundir at VERS_4.0 4.16.0 + xs_daemon_socket at VERS_4.0 4.16.0 + xs_daemon_socket_ro at VERS_4.0 4.16.0 + xs_debug_command at VERS_4.0 4.16.0 + xs_directory at VERS_4.0 4.16.0 + xs_domain_open at VERS_4.0 4.16.0 + xs_fileno at VERS_4.0 4.16.0 + xs_get_domain_path at VERS_4.0 4.16.0 + xs_get_permissions at VERS_4.0 4.16.0 + xs_introduce_domain at VERS_4.0 4.16.0 + xs_is_domain_introduced at VERS_4.0 4.16.0 + xs_mkdir at VERS_4.0 4.16.0 + xs_open at VERS_4.0 4.16.0 + xs_path_is_subpath at VERS_4.0 4.16.0 + xs_read at VERS_4.0 4.16.0 + xs_read_watch at VERS_4.0 4.16.0 + xs_release_domain at VERS_4.0 4.16.0 + xs_restrict at VERS_4.0 4.16.0 + xs_resume_domain at VERS_4.0 4.16.0 + xs_rm at VERS_4.0 4.16.0 + xs_set_permissions at VERS_4.0 4.16.0 + xs_set_target at VERS_4.0 4.16.0 + xs_strings_to_perms at VERS_4.0 4.16.0 + xs_suspend_evtchn_port at VERS_4.0 4.16.0 + xs_transaction_end at VERS_4.0 4.16.0 + xs_transaction_start at VERS_4.0 4.16.0 + xs_unwatch at VERS_4.0 4.16.0 + xs_watch at VERS_4.0 4.16.0 + xs_write at VERS_4.0 4.16.0 + xs_write_all at VERS_4.0 4.16.0 diff -Nru xen-4.17.3+10-g091466ba55/debian/libxentoolcore1.install xen-4.17.3+10-g091466ba55/debian/libxentoolcore1.install --- xen-4.17.3+10-g091466ba55/debian/libxentoolcore1.install 2024-02-04 04:45:17.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxentoolcore1.install 1969-12-31 16:00:00.000000000 -0800 @@ -1 +0,0 @@ -usr/lib/*/libxentoolcore.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxentoolcore1t64.install xen-4.17.3+10-g091466ba55/debian/libxentoolcore1t64.install --- xen-4.17.3+10-g091466ba55/debian/libxentoolcore1t64.install 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxentoolcore1t64.install 2024-02-05 15:01:29.000000000 -0800 @@ -0,0 +1 @@ +usr/lib/*/libxentoolcore.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxentoolcore1t64.lintian-overrides xen-4.17.3+10-g091466ba55/debian/libxentoolcore1t64.lintian-overrides --- xen-4.17.3+10-g091466ba55/debian/libxentoolcore1t64.lintian-overrides 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxentoolcore1t64.lintian-overrides 2024-02-05 15:01:29.000000000 -0800 @@ -0,0 +1 @@ +libxentoolcore1t64: package-name-doesnt-match-sonames libxentoolcore1 diff -Nru xen-4.17.3+10-g091466ba55/debian/libxentoollog1.install xen-4.17.3+10-g091466ba55/debian/libxentoollog1.install --- xen-4.17.3+10-g091466ba55/debian/libxentoollog1.install 2024-02-04 04:45:17.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxentoollog1.install 1969-12-31 16:00:00.000000000 -0800 @@ -1 +0,0 @@ -usr/lib/*/libxentoollog.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxentoollog1t64.install xen-4.17.3+10-g091466ba55/debian/libxentoollog1t64.install --- xen-4.17.3+10-g091466ba55/debian/libxentoollog1t64.install 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxentoollog1t64.install 2024-02-05 15:01:29.000000000 -0800 @@ -0,0 +1 @@ +usr/lib/*/libxentoollog.so.* diff -Nru xen-4.17.3+10-g091466ba55/debian/libxentoollog1t64.lintian-overrides xen-4.17.3+10-g091466ba55/debian/libxentoollog1t64.lintian-overrides --- xen-4.17.3+10-g091466ba55/debian/libxentoollog1t64.lintian-overrides 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/libxentoollog1t64.lintian-overrides 2024-02-05 15:01:29.000000000 -0800 @@ -0,0 +1 @@ +libxentoollog1t64: package-name-doesnt-match-sonames libxentoollog1 diff -Nru xen-4.17.3+10-g091466ba55/debian/shuffle-binaries xen-4.17.3+10-g091466ba55/debian/shuffle-binaries --- xen-4.17.3+10-g091466ba55/debian/shuffle-binaries 2024-02-04 04:45:17.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/shuffle-binaries 2024-02-23 18:53:03.000000000 -0800 @@ -11,7 +11,7 @@ # We first have to figure out what libraries the binary is linked # against. We then match against the libraries listed for inclusion # here: -list=debian/libxenmiscV.install.vsn-in +list=debian/libxenmiscVt64.install.vsn-in t=debian/tmp vd="/usr/lib/xen-$version/bin" diff -Nru xen-4.17.3+10-g091466ba55/debian/xen-hypervisor-4.17-amd64.bug-control xen-4.17.3+10-g091466ba55/debian/xen-hypervisor-4.17-amd64.bug-control --- xen-4.17.3+10-g091466ba55/debian/xen-hypervisor-4.17-amd64.bug-control 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/xen-hypervisor-4.17-amd64.bug-control 2024-02-23 18:53:03.000000000 -0800 @@ -0,0 +1,2 @@ +# autogenerated, do not edit +Submit-As: src:xen diff -Nru xen-4.17.3+10-g091466ba55/debian/xen-hypervisor-4.17-amd64-dbg.install xen-4.17.3+10-g091466ba55/debian/xen-hypervisor-4.17-amd64-dbg.install --- xen-4.17.3+10-g091466ba55/debian/xen-hypervisor-4.17-amd64-dbg.install 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/xen-hypervisor-4.17-amd64-dbg.install 2024-02-23 18:53:03.000000000 -0800 @@ -0,0 +1,4 @@ +# autogenerated, do not edit +usr/lib/debug/xen* usr/lib/debug/boot/ +# ^ The xen* wildcard excludes the shim symbols. The shim is treated +# as part of the toolstack - see xen-utils-V-dbg.install.vsn-in. diff -Nru xen-4.17.3+10-g091466ba55/debian/xen-hypervisor-4.17-amd64.postinst xen-4.17.3+10-g091466ba55/debian/xen-hypervisor-4.17-amd64.postinst --- xen-4.17.3+10-g091466ba55/debian/xen-hypervisor-4.17-amd64.postinst 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/xen-hypervisor-4.17-amd64.postinst 2024-02-23 18:53:03.000000000 -0800 @@ -0,0 +1,38 @@ +#!/bin/bash +# autogenerated, do not edit + +set -e + +case "$1" in + configure) + if command -v update-grub > /dev/null && [ -d /boot/grub ]; then + update-grub || : + fi + + # create or update /run/reboot-required{,.pkgs}?if xen hypervisor is + # running + if [ -e "/sys/hypervisor/type" ]; then + type="$(cat /sys/hypervisor/type)" + if [ "$type" = xen ]; then + if [ -d /run ]; then + touch /run/reboot-required + if ! grep -q "^$DPKG_MAINTSCRIPT_PACKAGE$" /run/reboot-required.pkgs 2> /dev/null ; then + echo "$DPKG_MAINTSCRIPT_PACKAGE" >> /run/reboot-required.pkgs + fi + fi + fi + fi + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# + +exit 0 diff -Nru xen-4.17.3+10-g091466ba55/debian/xen-hypervisor-4.17-amd64.postrm xen-4.17.3+10-g091466ba55/debian/xen-hypervisor-4.17-amd64.postrm --- xen-4.17.3+10-g091466ba55/debian/xen-hypervisor-4.17-amd64.postrm 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/xen-hypervisor-4.17-amd64.postrm 2024-02-23 18:53:03.000000000 -0800 @@ -0,0 +1,24 @@ +#!/bin/bash +# autogenerated, do not edit + +set -e + +case "$1" in + remove) + if command -v update-grub > /dev/null && [ -d /boot/grub ]; then + update-grub || : + fi + ;; + + purge|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + ;; + + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# + +exit 0 diff -Nru xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.bug-control xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.bug-control --- xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.bug-control 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.bug-control 2024-02-23 18:53:03.000000000 -0800 @@ -0,0 +1,2 @@ +# autogenerated, do not edit +Submit-As: src:xen diff -Nru xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17-dbg.install xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17-dbg.install --- xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17-dbg.install 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17-dbg.install 2024-02-23 18:53:03.000000000 -0800 @@ -0,0 +1,2 @@ +# autogenerated, do not edit +usr/lib/debug/usr/lib/xen-*/boot/* diff -Nru xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.install xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.install --- xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.install 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.install 2024-02-23 18:53:03.000000000 -0800 @@ -0,0 +1,5 @@ +# autogenerated, do not edit +usr/lib/xen-4.17/bin +usr/lib/xen-4.17/lib/python + +usr/lib/xen-4.17/boot diff -Nru xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.lintian-overrides xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.lintian-overrides --- xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.lintian-overrides 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.lintian-overrides 2024-02-23 18:53:03.000000000 -0800 @@ -0,0 +1,7 @@ +# autogenerated, do not edit +statically-linked-binary *usr/lib/xen-4.17/boot/hvmloader* +statically-linked-binary *usr/lib/xen-4.17/boot/xen-shim* + +# The .note section is certainly needed for the tools etc. to be +# able to load it! +binary-has-unneeded-section *usr/lib/xen-4.17/boot/xen-shim* diff -Nru xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.postinst xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.postinst --- xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.postinst 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.postinst 2024-02-23 18:53:03.000000000 -0800 @@ -0,0 +1,32 @@ +#!/bin/sh +# autogenerated, do not edit + +set -e + +case "$1" in + configure) + if [ -x "/etc/init.d/xen" ]; then + # Only call the init script when this xen-utils-4.17 package + # matches the currently running version of Xen. This means, doing + # in-place updates (e.g. a security update for same version). + # + # When installing a xen-utils package for any other Xen version, + # leave the running system alone. + if [ "$(/usr/lib/xen-common/bin/xen-version)" = "4.17" ]; then + invoke-rc.d xen start || exit $? + fi + fi + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# + +exit 0 diff -Nru xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.prerm xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.prerm --- xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.prerm 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.prerm 2024-02-23 18:53:03.000000000 -0800 @@ -0,0 +1,32 @@ +#!/bin/bash +# autogenerated, do not edit + +set -e + +case "$1" in + remove|upgrade) + if [ -x "/etc/init.d/xen" ]; then + # Only call the init script when removing or while upgrading for + # the currently running version of Xen. + # + # Otherwise, for example after a Xen version upgrade, autoremoval + # of an obsolete xen-utils-V package would inadvertently stop + # running daemons like xenconsoled. + if [ "$(/usr/lib/xen-common/bin/xen-version)" = "4.17" ]; then + invoke-rc.d xen stop || exit $? + fi + fi + ;; + + deconfigure|failed-upgrade) + ;; + + *) + echo "prerm called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# + +exit 0 diff -Nru xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.README.Debian xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.README.Debian --- xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.README.Debian 1969-12-31 16:00:00.000000000 -0800 +++ xen-4.17.3+10-g091466ba55/debian/xen-utils-4.17.README.Debian 2024-02-23 18:53:03.000000000 -0800 @@ -0,0 +1,49 @@ +# autogenerated, do not edit +Xen for Debian +=============+ +Config behaviour +---------------- + +The Debian packages changes the behaviour of some config options. + +The options "kernel", "initrd" and "loader" searches in the Xen private boot +directory (/usr/lib/xen-$version/boot) first. "bootloader" and "device_model" +also searches the Xen private bin directory (/usr/lib/xen-$version/bin). This +means that the following entries will properly find anything: + loader = 'hvmloader' + bootloader = 'pygrub' + +Network setup +------------- + +The Debian package of Xen don't change the network setup in any way. This +differs from the upstream version, which overwrites the main network card +(eth0) with a bridge setup and may break the network at this point.. + +To setup a bridge please follow the instructions in the manpage for +bridge-utils-interfaces(5). + +Loop devices +------------ + +If you plan hosting virtual domains with file backed block devices (ie. the +ones xen-tools creates by default) be careful about two issues: + +1. Maximum number of loop devices + By default the loop driver supports a maximum of 8 loop devices. Of + course since every Xen domain uses at least two (one for the data and one + for the swap) this number is absolutely insufficient. You should increase + it by adding a file named local-loop in /etc/modprobe.d containing the + string "options loop max_loop=128", if the loop driver is compiled as a + module, or by appending the string max_loop=128 to your kernel parameters + if the driver is in-kernel. Of course you can increase or decrease the + number 128 as you see fit. + +2. Driver loading (only if loop is compiled as a module) + Normally the loop driver gets loaded when the first loop device is + accessed. When using udev, though, the loop devices get created only + after the driver gets loaded. This means that Xen will fail if the loop + driver is not already loaded when it tries to start a file-backed virtual + domain. To fix this just add "loop" in your /etc/modules file, thus + forcing it to be loaded at boot time. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: <http://alioth-lists.debian.net/pipermail/pkg-xen-devel/attachments/20240223/ee2ab539/attachment-0001.sig>
Steve Langasek
2024-Feb-29 07:17 UTC
[Pkg-xen-devel] Bug#1063270: xen: NMU diff for 64-bit time_t transition
Dear maintainer, Please find attached a final version of this patch for the time_t transition. This patch is being uploaded to unstable. Note that this adds a versioned build-dependency on dpkg-dev, to guard against accidental backports with a wrong ABI. Thanks! -- System Information: Debian Release: trixie/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) -------------- next part -------------- A non-text attachment was scrubbed... Name: nmu_xen.debdiff Type: text/x-diff Size: 35833 bytes Desc: not available URL: <http://alioth-lists.debian.net/pipermail/pkg-xen-devel/attachments/20240229/e1a8901c/attachment-0001.diff>
Debian Bug Tracking System
2024-Feb-29 09:33 UTC
[Pkg-xen-devel] Bug#1063270: marked as done (xen: NMU diff for 64-bit time_t transition)
Your message dated Thu, 29 Feb 2024 09:31:41 +0000 with message-id <E1rfclR-00AZkv-FN at fasolo.debian.org> and subject line Bug#1063270: fixed in xen 4.17.3+10-g091466ba55-1.1 has caused the Debian Bug report #1063270, regarding xen: NMU diff for 64-bit time_t transition to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 1063270: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063270 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Steve Langasek <vorlon at debian.org> Subject: xen: NMU diff for 64-bit time_t transition Date: Mon, 05 Feb 2024 23:01:26 +0000 Size: 52479 URL: <http://alioth-lists.debian.net/pipermail/pkg-xen-devel/attachments/20240229/6f4e8d8d/attachment-0002.eml> -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters <ftpmaster at ftp-master.debian.org> Subject: Bug#1063270: fixed in xen 4.17.3+10-g091466ba55-1.1 Date: Thu, 29 Feb 2024 09:31:41 +0000 Size: 7048 URL: <http://alioth-lists.debian.net/pipermail/pkg-xen-devel/attachments/20240229/6f4e8d8d/attachment-0003.eml>
Apparently Analagous Threads
- Your xen stable upload
- Your xen stable upload
- Bug#1065794: xen: FTBFS on armhf: xenstored_control.c:646:70: error: format ‘%ld’ expects argument of type ‘long int’, but argument 5 has type ‘time_t’ {aka ‘long long int’} [-Werror=format=]
- xen 4.17.3+36-g54dacb5c02-1 MIGRATED to testing
- Bug#988477: xen-hypervisor-4.14-amd64: xen dmesg shows (XEN) AMD-Vi: IO_PAGE_FAULT on sata pci device