tdc.py will look for plugins in a directory plugins off the cwd. Make a set of numbered symbolic links from there to the actual plugins. Eg: tdc.py plugin-lib/ plugins/ __init__.py 10-rootPlugin.py -> ../plugin-lib/rootPlugin.py 20-valgrindPlugin.py -> ../plugin-lib/valgrindPlugin.py 30-nsPlugin.py -> ../plugin-lib/nsPlugin.py tdc.py will find them and use them. rootPlugin Check if the uid is root. If not, bail out. valgrindPlugin Run the command under test with valgrind, and produce an extra set of TAP results for the memory tests. This plugin will write files to the cwd, called vgnd-xxx.log. These will contain the valgrind output for test xxx. Any file matching the glob 'vgnd-*.log' will be deleted at the end of the run. nsPlugin Run all the commands in a network namespace. tion> Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
path: root/lib/ts_bm.c
or
AgeCommit message (Expand)Author
2024-05-06printk: Change type of CONFIG_BASE_SMALL to boolYoann Congal
2024-01-19futex: Prevent the reuse of stale pi_stateSebastian Andrzej Siewior
2023-12-20plist: Split out plist_types.hKent Overstreet
2023-11-15futex: Fix hardcoded flagsPeter Zijlstra
2023-11-01Merge tag 'io_uring-futex-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds
2023-10-27futex: Don't include process MM in futex key on no-MMUBen Wolsieffer
2023-10-04futex/requeue: Remove unnecessary ‘NULL’ initialization from futex_proxy_...Li zeming
2023-09-29futex: make the vectored futex operations availableJens Axboe
2023-09-29futex: make futex_parse_waitv() available as a helperJens Axboe
2023-09-29futex: add wake_data to struct futex_qJens Axboe
2023-09-29futex: abstract out a __futex_wake_mark() helperJens Axboe
2023-09-29futex: factor out the futex wake handlingJens Axboe
2023-09-29futex: move FUTEX2_VALID_MASK to futex.hJens Axboe
2023-09-21futex: Add sys_futex_requeue()peterz@infradead.org
2023-09-21futex: Add flags2 argument to futex_requeue()peterz@infradead.org
2023-09-21futex: Propagate flags into get_futex_key()peterz@infradead.org
2023-09-21futex: Add sys_futex_wait()peterz@infradead.org
2023-09-21futex: FLAGS_STRICTpeterz@infradead.org
2023-09-21futex: Add sys_futex_wake()peterz@infradead.org
2023-09-21futex: Validate futex value against futex sizepeterz@infradead.org
2023-09-21futex: Flag conversionpeterz@infradead.org
2023-09-21futex: Extend the FUTEX2 flagspeterz@infradead.org
2023-09-21futex: Clarify FUTEX2 flagspeterz@infradead.org
2023-09-20futex/pi: Fix recursive rt_mutex waiter statePeter Zijlstra
2023-09-20locking/rtmutex: Use rt_mutex specific scheduler helpersSebastian Andrzej Siewior
2023-09-18Merge tag 'v6.6-rc2' into locking/core, to pick up fixesIngo Molnar
2023-09-14futex: Use a folio instead of a pageMatthew Wilcox (Oracle)