Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
cyclictest-fix-typos.patch | [PATCH rt-tests] cyclictest: fix typos The called function is called clock_gettime with "only" two t as can be seen tree lines above. Also there was a wrong r in useful. |
=?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= <ukleinek@debian.org> | no | upstream, commit:ab2ea3fd06df5361e3ae0bb00366c30f30073fb0 | 2019-11-17 | |
Makefile-don-t-create-empty-directories-in-install-t.patch | [PATCH rt-tests] Makefile: don't create empty directories in install target Both $(prefix)/src and $(prefix)/share/man/man4 are unused since commit 2829763fdd79 ("rt-tests: Remove install and build of backfire and sendme") |
=?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= <ukleinek@debian.org> | no | upstream, commit:e782ceaafce358c0067eb6405c3412d5e899d4fc | 2019-11-17 | |
queuelat-use-ARM-implementation-of-gettick-also-for-.patch | [PATCH rt-tests] queuelat: use ARM implementation of gettick also for all !x86 archs This fixes a build error on arm64, mips*, ppc and several others |
Uwe Kleine-König <ukleinek@debian.org> | invalid | 2019-12-08 | ||
install_hwlatdetect_into_sbindir.patch | rt-tests: install hwlatdetect directly into $sbindir The python_lib directory is only for importable modules. As hwlatdetect needs root privileges install it into $sbindir. |
Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | no | |||
debian_adapt_errormsg_on_failure_to_open_device.patch | For Debian users installing the backfire-dkms package should be enough to get the kernel module. |
not-needed | ||||
debian_has_recent_glibc.patch | remove cruft needed to build on glibc < 2.6 All Debian platforms (but m68k which doesn't matter much) use a glibc >= 2.6. This fixes a (harmless) build warning dpkg-shlibdeps: warning: dependency on libdl.so.2 could be avoided if "debian/rt-tests/usr/bin/svsematest debian/rt-tests/usr/bin/pmqtest debian/rt-tests/usr/bin/sendme debian/rt-tests/usr/bin/sigwaittest debian/rt-tests/usr/bin/ptsematest" were not uselessly linked against it (they use none of its symbols). |
Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | not-needed | |||
fix_comment_about_realtime_group.patch | Don't reference non-standard realtime group There is no dedicated realtime group in most distributions. So make the error message a bit more understandable for people not running Redhat MRG. |
Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | invalid | |||
drop-sh-extension.patch | Don't use .sh suffix for shell scripts to adhere to Policy 10.4 This fixes the linitan warning: |
no |