Marcos Paulo de Souza ([email protected])

Number of posts: 66 (0.12 per day)
First post: 2022-10-26 19:44:25
Last post: 2024-04-10 15:32:53

Date List Subject
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