aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/livepatch (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-22livepatch: Move tests from lib/livepatch to selftests/livepatchMarcos Paulo de Souza11-1089/+0
2022-06-15selftests/livepatch: better synchronize test_klp_callbacks_busyJoe Lawrence1-0/+8
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-4/+0
2020-08-10kbuild: trace functions in subdirectories of lib/Masahiro Yamada1-6/+0
2020-08-10kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada1-0/+2
2020-06-08selftests/livepatch: fix mem leaks in test-klp-shadow-varsYannick Cote1-12/+31
2020-06-08selftests/livepatch: more verification in test-klp-shadow-varsYannick Cote1-100/+92
2020-06-08selftests/livepatch: rework test-klp-shadow-varsYannick Cote1-44/+57
2020-06-08selftests/livepatch: simplify test-klp-callbacks busy target testsJoe Lawrence1-9/+28
2020-01-17livepatch/samples/selftest: Use klp_shadow_alloc() API correctlyPetr Mladek1-22/+30
2020-01-17livepatch/selftest: Clean up shadow variable names and typePetr Mladek1-41/+52
2019-11-01livepatch: Selftests of the API for tracking system state changesPetr Mladek4-1/+362
2019-02-06livepatch: Proper error handling in the shadow variables selftestPetr Mladek1-0/+22
2019-02-06livepatch: return -ENOMEM on ptr_id() allocation failureJoe Lawrence1-1/+1
2019-01-11selftests/livepatch: introduce testsJoe Lawrence8-0/+640