-
- Downloads
Backport fixes for tests on kernels >= 5.1
In Debian, glibc 2.8 is shipped in Buster with the 4.19 kernel, while Bullseye ships newer versions of both. In Apertis we also ship the Buster base with newer kernels, 5.4 in v2020 and 5.8 in v2021. This means that we can hit issues that do not manifest in Debian since those are combinations that do not get tested there. This is one of those cases, where some changes in the kernel headers broke the glibc testsuite. Upstream ships the fixes in the 2.9 branch, so here we backport a few patches to make the tests happy again. In particular, with the 5.4 and 5.7 kernels we hit these failures: FAIL: conform/POSIX2008/arpa/inet.h/conform FAIL: conform/POSIX2008/netdb.h/conform FAIL: conform/POSIX2008/netinet/in.h/conform FAIL: conform/POSIX2008/sys/socket.h/conform FAIL: conform/UNIX98/arpa/inet.h/conform FAIL: conform/UNIX98/netdb.h/conform FAIL: conform/UNIX98/netinet/in.h/conform FAIL: conform/UNIX98/sys/socket.h/conform FAIL: conform/XOPEN2K/arpa/inet.h/conform FAIL: conform/XOPEN2K/netdb.h/conform FAIL: conform/XOPEN2K/netinet/in.h/conform FAIL: conform/XOPEN2K/sys/socket.h/conform FAIL: conform/XOPEN2K8/arpa/inet.h/conform FAIL: conform/XOPEN2K8/netdb.h/conform FAIL: conform/XOPEN2K8/netinet/in.h/conform FAIL: conform/XOPEN2K8/sys/socket.h/conform FAIL: conform/XPG42/arpa/inet.h/conform FAIL: conform/XPG42/netdb.h/conform FAIL: conform/XPG42/netinet/in.h/conform FAIL: conform/XPG42/sys/socket.h/conform FAIL: io/tst-copy_file_range FAIL: misc/check-installed-headers-c The backported patch address the issues below: * https://sourceware.org/bugzilla/show_bug.cgi?id=24532 * https://bugzilla.redhat.com/show_bug.cgi?id=1769304 Signed-off-by:Emanuele Aina <emanuele.aina@collabora.com>
Showing
- debian/patches/apertis/backport-Add-test-that-MAP_-constants-agree-with-kernel.patch 177 additions, 0 deletions...port-Add-test-that-MAP_-constants-agree-with-kernel.patch
- debian/patches/apertis/backport-Fix-test-as-const-jmp_buf-ssp.c-generation-on-gnu-i3.patch 36 additions, 0 deletions...ix-test-as-const-jmp_buf-ssp.c-generation-on-gnu-i3.patch
- debian/patches/apertis/backport-Linux-Use-in-tree-copy-of-SO_-constants-for-__USE_MI.patch 520 additions, 0 deletions...inux-Use-in-tree-copy-of-SO_-constants-for-__USE_MI.patch
- debian/patches/apertis/backport-Make-gen-as-const.py-handle-consistently-with-awk-sc.patch 159 additions, 0 deletions...ake-gen-as-const.py-handle-consistently-with-awk-sc.patch
- debian/patches/apertis/backport-Move-tst-signal-numbers-to-Python.patch 480 additions, 0 deletions.../apertis/backport-Move-tst-signal-numbers-to-Python.patch
- debian/patches/apertis/backport-Replace-gen-as-const.awk-by-gen-as-const.py.patch 310 additions, 0 deletions...ackport-Replace-gen-as-const.awk-by-gen-as-const.py.patch
- debian/patches/apertis/backport-Use-a-proper-C-tokenizer-to-implement-the-obsolete-t.patch 733 additions, 0 deletions...se-a-proper-C-tokenizer-to-implement-the-obsolete-t.patch
- debian/patches/series 8 additions, 0 deletionsdebian/patches/series
Loading
Please register or sign in to comment