Marcos Paulo de Souza ([email protected])

Number of posts: 77 (0.13 per day)
First post: 2022-10-26 19:44:25
Last post: 2024-06-06 18:28:41

Date List Subject
2024-01-10 00:25:14 linux-kernel [PATCH v5 0/3] livepatch: Move modules to selftests and add a new test
2024-01-08 17:13:56 linux-kernel Re: [PATCH RESEND v4 1/3] kselftests: lib.mk: Add TEST_GEN_MODS_DIR variable
2023-12-21 12:17:31 linux-kernel Re: [PATCH RESEND v4 0/3] livepatch: Move modules to selftests and add a new test
2023-12-20 16:54:26 linux-kernel [PATCH RESEND v4 3/3] selftests: livepatch: Test livepatching a heavily called syscall
2023-12-20 16:54:22 linux-kernel [PATCH RESEND v4 2/3] livepatch: Move tests from lib/livepatch to selftests/livepatch
2023-12-20 16:53:53 linux-kernel [PATCH RESEND v4 1/3] kselftests: lib.mk: Add TEST_GEN_MODS_DIR variable
2023-12-20 16:53:37 linux-kernel [PATCH RESEND v4 0/3] livepatch: Move modules to selftests and add a new test
2023-12-20 11:34:01 linux-kernel Re: [PATCH v3 3/3] selftests: livepatch: Test livepatching a heavily called syscall
2023-12-12 02:01:28 linux-kernel Re: [PATCH v3 2/3] livepatch: Move tests from lib/livepatch to selftests/livepatch
2023-12-11 12:06:25 linux-kernel Re: [PATCH] Revert "selftests: error out if kernel header files are not yet built"
2023-12-07 19:20:21 linux-kernel Re: [PATCH v3 2/3] livepatch: Move tests from lib/livepatch to selftests/livepatch
2023-12-05 12:53:12 linux-kernel Re: [PATCH v3 3/3] selftests: livepatch: Test livepatching a heavily called syscall
2023-10-31 21:12:48 linux-kernel [PATCH v3 3/3] selftests: livepatch: Test livepatching a heavily called syscall
2023-10-31 21:12:48 linux-kernel [PATCH v3 1/3] kselftests: lib.mk: Add TEST_GEN_MODS_DIR variable
2023-10-31 21:12:25 linux-kernel [PATCH v3 2/3] livepatch: Move tests from lib/livepatch to selftests/livepatch
2023-10-31 21:11:36 linux-kernel [PATCH v3 0/3] livepatch: Move modules to selftests and add a new test
2023-10-09 15:10:11 linux-kernel [PATCH] Documentation: kselftests: Remove references to bpf tests
2023-02-03 12:22:59 linux-kernel [PATCH v2 1/2] module.h: Document klp_modinfo struct using kdoc
2023-02-03 12:22:57 linux-kernel [PATCH v2 2/2] Documentation: livepatch: module-elf-format: Remove local klp_modinfo definition
2023-02-03 12:22:49 linux-kernel [PATCH v2] Document klp_modinfo using kdoc
2023-02-02 18:40:15 linux-kernel [PATCH] module.h: Document klp_modinfo struct members
2022-10-26 20:06:48 linux-kernel [PATCH v2 1/4] livepatch/shadow: Separate code to get or use pre-allocated shadow variable
2022-10-26 19:45:24 linux-kernel [PATCH v2 4/4] livepatch/shadow: Add garbage collection of shadow variables
2022-10-26 19:45:09 linux-kernel [PATCH v2 3/4] livepatch/shadow: Introduce klp_shadow_type structure
2022-10-26 19:44:40 linux-kernel [PATCH v2 2/4] livepatch/shadow: Separate code removing all shadow variables for a given id
2022-10-26 19:44:25 linux-kernel [PATCH v2 0/4] livepatch: Add garbage collection for shadow variables