Re: [PATCH bpf 0/3] libbpf/selftests syscall wrapper fixes for RISC-V

2023-10-04 Thread Sami Tolvanen
This series looks good to me. Thanks for fixing the issues! Reviewed-by: Sami Tolvanen Sami

Re: [RFC PATCH] kunit: Add a macro to wrap a deferred action function

2023-09-15 Thread Sami Tolvanen
Hi David, On Thu, Sep 14, 2023 at 10:01 PM David Gow wrote: > > KUnit's deferred action API accepts a void(*)(void *) function pointer > which is called when the test is exited. However, we very frequently > want to use existing functions which accept a single pointer, but which > may not be of t