On 03/10/2023 07:41, Chaitanya S Prakash wrote:
[...]
@@ -51,32 +51,32 @@ static inline int probe_mem_range(void *addr, size_t size, int mode)
- in the virtual address space of the calling process
*/ static inline __attribute__((always_inline))
This line made sense when the helper was supposed to be inlined in the testcase function, but we can (and probably should) remove it now.
Kevin
-void syscall_mmap(void) +TEST(test_syscall_mmap) { [...]