]> git.ipfire.org Git - thirdparty/kmod.git/history - testsuite
testsuite: Fix build with gcc < 15
[thirdparty/kmod.git] / testsuite /
2025-07-14  Lucas De Marchitestsuite: Fix build with gcc < 15 master
2025-07-11  Lucas De Marchitestsuite: simplify syscall number handling
2025-07-11  Andreas Schwabtestsuite/init_module: Handle __NR_riscv_hwprobe in...
2025-07-08  Emil Velikovtestsuite: consolidate final exit() call
2025-07-08  Emil Velikovtestsuite: fixup argument handling
2025-07-08  Emil Velikovtestsuite: remove struct test alignment
2025-07-08  Emil VelikovGlobally silence all Wattribute warnings
2025-07-07  Lucas De Marchitestsuite: Fix build warning on kernel 6.15
2025-07-07  Lucas De Marchitestsuite: Handle KDIR=any
2025-07-07  Emil Velikovtestsuite: add test for get_backoff_delta_msec
2025-06-27  Emil Velikovtestsuite/test-modprobe: reinstate chdir error path
2025-06-16  Emil Velikovtestsuite: remove exit() calls from main()
2025-06-16  Emil Velikovtestsuite: always exit() from the child process
2025-06-16  Emil Velikovtestsuite: remove remaining exit/noreturn instances
2025-06-16  Emil Velikovtestsuite: remove exit from EXEC_TOOL tests
2025-06-16  Emil Velikovtestsuite: introduce and use EXEC_TOOL() macro
2025-06-16  Emil Velikovtestsuite/test-remove: plug memory leaks in success...
2025-06-16  Emil Velikovtestsuite/test-init: plug memory leaks in success path
2025-06-16  Emil Velikovtestsuite: use ARRAY_SIZE() for iteration
2025-06-16  Emil Velikovtestsuite: static const annotate the remaining test...
2025-06-13  Emil Velikovtestsuite/modprobe: add modprobe --show-exports modulename
2025-06-13  Emil Velikovtestsuite/modprobe: remove --quiet from --show-{depends...
2025-06-11  Emil Velikovtestsuite/test-{init,remove}: don't use %m with kmod API
2025-06-11  Emil VelikovRemove unused errno.h include
2025-06-11  Emil Velikovtestsuite/test-util: add extra get_backoff_delta_msec...
2025-06-11  Emil Velikovshared/util: remove unused t0 in get_backoff_delta_msec()
2025-06-11  Emil Velikovtestsuite/test-hash: silence unused parameter warning
2025-06-11  Emil Velikovtestsuite/{init,delete}_module: add TODOs for args...
2025-06-11  Emil Velikovtestsuite/init_module: remove unused argument
2025-06-11  Emil Velikovtestsuite: remove unused parameters
2025-06-11  Emil Velikovtestsuite: remove unused struct test::print_outputs
2025-06-11  Emil Velikovtestsuite: stop passing struct test to the test itself
2025-05-30  Emil Velikovscripts/setup-modules.sh: remove autotools w/a
2025-05-30  Emil VelikovConvert most #ifdef HAVE_FOO checks to #if HAVE_FOO
2025-05-30  Tobias Stoeckmanncheck strtol/strtoul/strtoull results
2025-05-30  Emil VelikovRemove default initializer for static variables
2025-05-29  Emil Velikovtestsuite/path: defer and inline get_rootpath()
2025-05-29  Emil Velikovtestsuite/path: defer dlsym() until needed
2025-05-29  Emil Velikovtestsuite/path: cache the old dlsym() results
2025-05-29  Emil Velikovtestsuite: fprintf() + abort() when dlsym() returns...
2025-05-29  Emil Velikovtestsuite: always use dlsym(RTLD_NEXT, ...)
2025-05-29  Emil Velikovtestsuite: reuse streq() whenever possible
2025-05-20  Rong Taotestsuite: modprobe: Add --force-{vermagic,modversion...
2025-05-20  Emil Velikovlibkmod: return the errno from kmod_elf_new()
2025-05-20  Emil Velikovlibkmod: enforce non-null memory in kmod_elf_new()
2025-05-20  Emil Velikovtestsuite/init-module: error out init_module() on kmod...
2025-05-20  Emil VelikovUse %m over strerror(errno) where possible
2025-05-05  Dawid Osuchowskitestsuite: fix dirty rootfs error message
2025-04-01  Lucas De MarchiDrop leftover makefiles
2025-04-01  Emil Velikovtestsuite/test-multi-softdep: style polish
2025-04-01  Emil Velikovtestsuite: remove #define pr_fmt
2025-03-28  He DanRemove the softdep modinfo in the modules mod-softdep...
2025-03-28  Gongjun SongAdded the test case of using multiple softdep for a...
2025-03-26  Tobias Stoeckmannlibkmod: fix buffer-overflow in weakdep_to_char
2025-03-25  Emil Velikovmeson: alpha sort the tests(uite)
2025-03-25  Jakub Ślepeckilibkmod: fix buffer-overflow in weakdep_to_char
2025-03-25  Lucas De Marchitestsuite: Add modprobe -c test for weakdep
2025-03-11  Emil Velikovtestsuite/test-remove: add license/copyright notice
2025-03-07  Tobias Stoeckmannshared: turn strbuf_reserve_extra private
2025-03-07  Tobias Stoeckmannshared: drop strbuf_steal
2025-03-07  Gongjun Songtestsuite: Improve fake_delete behavior
2025-01-06  Lucas De Marchitestsuite: Assert a test binary is non-empty
2025-01-04  Lucas De Marchitestsuite: Remove trailing ;
2025-01-04  Lucas De Marchishared/macro: Add _alignedptr_
2025-01-04  Lucas De Marchishared/macro: Add macros for more attributes
2025-01-04  Lucas De Marchitestsuite: Fix build when linking with lld
2024-12-06  Lucas De Marchibuild: Always define ENABLE_* macros
2024-11-29  Emil Velikovtestsuite/test-weakdep: remove custom handling
2024-11-29  Martin Wilcklibkmod: strbuf_pushchars: handle pushing empty string...
2024-11-29  Martin Wilcktestsuite: test_strbuf_pushmem: test pushing 0 bytes...
2024-11-29  Martin Wilcklibkmod: hash_del: handle deleting a non-existing eleme...
2024-11-29  Martin Wilcktestsuite: test-hash: add a test for deleting a non...
2024-11-29  Martin Wilcklibkmod: hash_del: fix out-of-bounds memory access
2024-11-29  Martin Wilcktestsuite: test-hash: add a test for deleting a single...
2024-11-29  Lucas De Marchitestsuite: Test that modprobe --show-depends doesn...
2024-11-29  Lucas De Marchitestsuite: No need to check for not loaded
2024-11-29  Lucas De Marchitestsuite: Check cmdline for multiple blacklist
2024-11-29  Lucas De Marchitestsuite: Remove duplicated directory
2024-11-21  Emil Velikovtestsuite: remove need_spawn = false support
2024-11-21  Emil Velikovtestsuite/test-init: use distinct test names
2024-11-21  Emil Velikovtestsuite: run all tests, don't exit on first failure
2024-11-21  Emil Velikovtestsuite: use exitcode 77 for skipped tests
2024-11-21  Emil Velikovtestsuite/modprobe: Simplify modprobe exec
2024-11-21  Lucas De Marchitestsuite: Test depmod with relative -m
2024-11-21  Lucas De Marchitestsuite: Simplify defines for depmod -m test
2024-11-21  Lucas De Marchitestsuite/depmod: Simplify depmod exec
2024-11-21  Lucas De Marchitestsuite/depmod: Remove bogus rootfs from test
2024-11-17  Lucas De MarchiRemove scratchbuf implementation
2024-11-17  Lucas De Marchistrbuf: Add strbuf_shrink_to()
2024-11-17  Lucas De Marchistrbuf: Add strbuf_used()
2024-11-17  Lucas De Marchistrbuf: Add strbuf_pushmem()
2024-11-17  Lucas De Marchistrbuf: Add strbuf_reserve_extra()
2024-11-17  Lucas De Marchistrbuf: Allow to start with stack space
2024-11-17  Lucas De Marchistrbuf: Invalidate (only) when stolen
2024-11-17  Lucas De Marchistrbuf: Document strbuf_popchar(s)
2024-11-15  Tobias Stoeckmannlibkmod: Release memory on error paths
2024-11-12  Emil Velikovmeson: undefine NDEBUG in the tests
2024-11-08  Emil VelikovRevert "testsuite/path: match the full rootpath"
2024-10-24  Emil Velikovmeson: switch to / operator instead of join_paths()
2024-10-22  Tobias Stoeckmannlibkmod: Use ELF offsets more often
next