Package: rt-tests / 1.5-2

Metadata

Package Version Patches format
rt-tests 1.5-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
cyclictest fix typos.patch | (download)

src/cyclictest/cyclictest.c | 4 2 2 - 0 !
1 file changed, 2 insertions( ), 2 deletions(-)

 [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.

Signed-off-by: John Kacur <[email protected]>
Makefile don t create empty directories in install t.patch | (download)

Makefile | 4 1 3 - 0 !
1 file changed, 1 insertion( ), 3 deletions(-)

 [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")

Signed-off-by: John Kacur <[email protected]>
queuelat use ARM implementation of gettick also for .patch | (download)

src/queuelat/queuelat.c | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 [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

install_hwlatdetect_into_sbindir.patch | (download)

Makefile | 13 4 9 - 0 !
1 file changed, 4 insertions( ), 9 deletions(-)

 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.

debian_adapt_errormsg_on_failure_to_open_device.patch | (download)

src/backfire/sendme.c | 6 3 3 - 0 !
1 file changed, 3 insertions( ), 3 deletions(-)

---
debian_has_recent_glibc.patch | (download)

Makefile | 3 1 2 - 0 !
src/include/rt-get_cpu.h | 19 1 18 - 0 !
src/lib/rt-get_cpu.c | 27 0 27 - 0 !
3 files changed, 2 insertions( ), 47 deletions(-)

 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).

fix_comment_about_realtime_group.patch | (download)

src/lib/rt-utils.c | 3 2 1 - 0 !
1 file changed, 2 insertions( ), 1 deletion(-)

 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.

Signed-off-by: Uwe Kleine-Knig <[email protected]>
drop sh extension.patch | (download)

Makefile | 4 2 2 - 0 !
src/queuelat/determine_maximum_mpps.sh | 12 6 6 - 0 !
2 files changed, 8 insertions( ), 8 deletions(-)

---