#!/bin/sh # Runs printf infrastructure using test_printf kernel module if /sbin/modprobe -q test_printf; then /sbin/modprobe -q -r test_printf echo "printf: ok" else echo "printf: [FAIL]" exit 1 fi link rel='alternate' title='Atom feed' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/tools/testing/selftests/prctl/disable-tsc-on-off-stress-test.c?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/prctl/disable-tsc-on-off-stress-test.c
AgeCommit message (Expand)AuthorFilesLines