On 14/11/2023 17:19, Zachary Leaf wrote:
[...]
+static char *bpf_log_buf;
That doesn't seem to be used any more.
+static union bpf_attr *attr;
+void run(void) +{
- size_t offset;
- char *ptr;
- printf("sizeof(bpf_attr): %lu\n", sizeof(union bpf_attr));
I'm not sure tests should print anything unless there's an error (though clearly some existing tests do).
The series looks good to me otherwise.
Kevin