summaryrefslogtreecommitdiff
path: root/tests/modules
AgeCommit message (Expand)Author
2023-03-01delete attribution per request of contributornia
2022-08-21requires pmap_private.h now.mlelstv
2020-05-01KMODULEDIR is no longer absolute (${DESTDIR} is added to it by the systemchristos
2020-04-26Split in sub-tests for clarity, and add a new test, marked as expectedmaxv
2020-04-26Add tests on the x86 PTEs. We scan the MMU page tables directly and verifymaxv
2020-03-01Centralize the base rump libraries into a variable used by all the otherchristos
2020-02-22Update the t_modctl test to ensure that static evcnts are added.pgoyette
2020-02-22Avoid undefined behavior in get_modstat_infokamil
2020-02-22Avoid undefined behavior in disabledstatkamil
2019-05-26Drop no longer needed macros KCOV_STORE() KCOV_LOAD() in kcov(4)kamil
2019-04-21wether -> whethermaya
2019-04-15Re-arrange the ufetchstore tests to look like the other ones.christos
2019-04-15fix TESTSDIR.christos
2019-04-07Add a test to make sure an overflowing-into-kernel-space fetch/store nearthorpej
2019-04-07Revert previous. arc port was fixed correctly.rin
2019-04-07Avoid redefining UADDR for arc.rin
2019-04-06Add missing Makefile.maya
2019-04-06Overhaul the API used to fetch and store individual memory cells inthorpej
2019-04-04Fix flaky check for the /dev/kcov device in t_kcovkamil
2019-03-10Introduce enhancements to the kcov(4) codekamil
2019-03-10Add support for trace type selection in kcov(4)kamil
2019-03-10Fix bug in kcov_multiple_threads in t_kcovkamil
2019-03-10Add support for multiple threads in kcov(4)kamil
2019-02-25Fix build of t_kcovkamil
2019-02-24Add KCOV_LOAD() and KCOV_STORE() - new helper macroskamil
2019-02-23Fix build of kcov tests on CPUs without 64-bit atomicskamil
2019-02-23Add KCOV - kernel code coverage tracing devicekamil
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2019-01-25PR/53908: Alex Raschi: One more file needs to move.christos
2019-01-25PR/53908: Alex Raschi: Test that require modules belong in modules; move thechristos
2018-01-09Skip the test on non-modular kernelsmartin
2018-01-08PR 52864: add a test for this bug, from sevan@martin
2017-01-13Don't play with "../.." in includes for h_macros.h; deal with it centrally.christos
2016-01-23Define _KERNTYPES for things that need it.christos
2014-06-10Fix static linking for the tests: -lrump is also used by -lrumpuser,he
2012-08-20Fix stupid thinko when checking for the availability of options MODULARmartin
2012-08-19Be more verbose if we get unexpected error codes from modctl.martin
2012-08-13Make use of the new MODCTL_EXISTS check to query kernel wether (and whymartin
2012-06-03Fix build - delete extra &dsl
2012-04-20For now, skip module tests if modctl(8) fails either with EPERM or ENOSYS.jruoho
2012-04-17While we need an absolute path when loading a module (including the .kmodmartin
2012-04-17Avoid zero-length format string.jruoho
2012-04-17Adjust.jruoho
2012-04-14The k_helper3 program does not need to be (and shouldn't be) installedpgoyette
2012-04-13Let's get it right this time.pgoyette
2012-04-13Put k_helper3 in the correct location.pgoyette
2012-04-13Add a helper program that loads a module and returns the errno from modctl(8).jruoho
2012-03-20Skip Xen. XXX: There should be a reliable way to detect MODULAR.jruoho
2012-03-15Add __printflike attribution to use vprintf and friends with an argumentjoerg
2012-03-13A modctl(MODCTL_STAT, ...) always succeeds, even in non-modular kernels suchjruoho