Show patches with: Submitter = Kui-Feng Lee       |   578 patches
« 1 2 3 45 6 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[RFC,bpf-next,v4,6/6] selftests/bpf: test __uptr on the value of a task storage map. Share user memory to BPF program through task storage map. - - - 582- 2024-08-16 Kui-Feng Lee bpf RFC
[RFC,bpf-next,v4,5/6] libbpf: define __uptr. Share user memory to BPF program through task storage map. 1 - - 591- 2024-08-16 Kui-Feng Lee bpf RFC
[RFC,bpf-next,v4,4/6] bpf: pin, translate, and unpin __uptr from syscalls. Share user memory to BPF program through task storage map. - - - 582- 2024-08-16 Kui-Feng Lee bpf RFC
[RFC,bpf-next,v4,3/6] bpf: Handle BPF_UPTR in verifier. Share user memory to BPF program through task storage map. - - - 582- 2024-08-16 Kui-Feng Lee bpf RFC
[RFC,bpf-next,v4,2/6] bpf: Parse and support "uptr" tag. Share user memory to BPF program through task storage map. - - - 591- 2024-08-16 Kui-Feng Lee bpf RFC
[RFC,bpf-next,v4,1/6] bpf: define BPF_UPTR a new enumerator of btf_field_type. Share user memory to BPF program through task storage map. - - - 591- 2024-08-16 Kui-Feng Lee bpf RFC
[bpf-next,v8,6/6] selftests/bpf: Monitor traffic for select_reuseport. monitor network traffic for flaky test cases 1 - - 601- 2024-08-15 Kui-Feng Lee bpf Accepted
[bpf-next,v8,5/6] selftests/bpf: Monitor traffic for sockmap_listen. monitor network traffic for flaky test cases 1 - - 601- 2024-08-15 Kui-Feng Lee bpf Accepted
[bpf-next,v8,4/6] selftests/bpf: Monitor traffic for tc_redirect. monitor network traffic for flaky test cases 1 - - 601- 2024-08-15 Kui-Feng Lee bpf Accepted
[bpf-next,v8,3/6] selftests/bpf: netns_new() and netns_free() helpers. monitor network traffic for flaky test cases 1 - - 592- 2024-08-15 Kui-Feng Lee bpf Accepted
[bpf-next,v8,2/6] selftests/bpf: Add the traffic monitor option to test_progs. monitor network traffic for flaky test cases 1 - - 592- 2024-08-15 Kui-Feng Lee bpf Accepted
[bpf-next,v8,1/6] selftests/bpf: Add traffic monitor functions. monitor network traffic for flaky test cases 1 - - 592- 2024-08-15 Kui-Feng Lee bpf Accepted
[RFC,bpf-next,v3,7/7] selftests/bpf: test __uptr on the value of a task storage map. Share user memory to BPF program through task storage map. - - - 592- 2024-08-14 Kui-Feng Lee bpf Superseded
[RFC,bpf-next,v3,6/7] libbpf: define __uptr. Share user memory to BPF program through task storage map. - - - 601- 2024-08-14 Kui-Feng Lee bpf Superseded
[RFC,bpf-next,v3,5/7] bpf: pin, translate, and unpin __uptr from syscalls. Share user memory to BPF program through task storage map. - - - 592- 2024-08-14 Kui-Feng Lee bpf Superseded
[RFC,bpf-next,v3,4/7] bpf: add helper functions of pinning and converting BPF_UPTR. Share user memory to BPF program through task storage map. - - - 5623 2024-08-14 Kui-Feng Lee bpf Superseded
[RFC,bpf-next,v3,3/7] bpf: Handle BPF_UPTR in verifier. Share user memory to BPF program through task storage map. - - - 592- 2024-08-14 Kui-Feng Lee bpf Superseded
[RFC,bpf-next,v3,2/7] bpf: Parse and support "uptr" tag. Share user memory to BPF program through task storage map. - - - 601- 2024-08-14 Kui-Feng Lee bpf Superseded
[RFC,bpf-next,v3,1/7] bpf: define BPF_UPTR a new enumerator of btf_field_type. Share user memory to BPF program through task storage map. - - - 601- 2024-08-14 Kui-Feng Lee bpf Superseded
[bpf-next,v7,6/6] selftests/bpf: Monitor traffic for select_reuseport. monitor network traffic for flaky test cases - - - 5912 2024-08-10 Kui-Feng Lee bpf Superseded
[bpf-next,v7,5/6] selftests/bpf: Monitor traffic for sockmap_listen. monitor network traffic for flaky test cases - - - 5912 2024-08-10 Kui-Feng Lee bpf Superseded
[bpf-next,v7,4/6] selftests/bpf: Monitor traffic for tc_redirect. monitor network traffic for flaky test cases - - - 5912 2024-08-10 Kui-Feng Lee bpf Superseded
[bpf-next,v7,3/6] selftests/bpf: netns_new() and netns_free() helpers. monitor network traffic for flaky test cases - - - 5822 2024-08-10 Kui-Feng Lee bpf Superseded
[bpf-next,v7,2/6] selftests/bpf: Add the traffic monitor option to test_progs. monitor network traffic for flaky test cases - - - 5822 2024-08-10 Kui-Feng Lee bpf Superseded
[bpf-next,v7,1/6] selftests/bpf: Add traffic monitor functions. monitor network traffic for flaky test cases - - - 5822 2024-08-10 Kui-Feng Lee bpf Superseded
[RFC,bpf-next,5/5] selftests/bpf: test __kptr_user on the value of a task storage map. Share user memory to BPF program through task storage map. - - - 602- 2024-08-07 Kui-Feng Lee bpf Superseded
[RFC,bpf-next,4/5] libbpf: define __kptr_user. Share user memory to BPF program through task storage map. - - - 611- 2024-08-07 Kui-Feng Lee bpf Superseded
[RFC,bpf-next,3/5] bpf: pin, translate, and unpin __kptr_user from syscalls. Share user memory to BPF program through task storage map. - - - 602- 2024-08-07 Kui-Feng Lee bpf Superseded
[RFC,bpf-next,2/5] bpf: Handle BPF_KPTR_USER in verifier. Share user memory to BPF program through task storage map. - - - 611- 2024-08-07 Kui-Feng Lee bpf Superseded
[RFC,bpf-next,1/5] bpf: Parse and support "kptr_user" tag. Share user memory to BPF program through task storage map. - - - 602- 2024-08-07 Kui-Feng Lee bpf Superseded
[bpf-next,v6,6/6] selftests/bpf: Monitor traffic for select_reuseport. monitor network traffic for flaky test cases - - - 611- 2024-08-07 Kui-Feng Lee bpf Superseded
[bpf-next,v6,5/6] selftests/bpf: Monitor traffic for sockmap_listen. monitor network traffic for flaky test cases - - - 611- 2024-08-07 Kui-Feng Lee bpf Superseded
[bpf-next,v6,4/6] selftests/bpf: Monitor traffic for tc_redirect. monitor network traffic for flaky test cases - - - 611- 2024-08-07 Kui-Feng Lee bpf Superseded
[bpf-next,v6,3/6] selftests/bpf: netns_new() and netns_free() helpers. monitor network traffic for flaky test cases - - - 602- 2024-08-07 Kui-Feng Lee bpf Superseded
[bpf-next,v6,2/6] selftests/bpf: Add the traffic monitor option to test_progs. monitor network traffic for flaky test cases - - - 602- 2024-08-07 Kui-Feng Lee bpf Superseded
[bpf-next,v6,1/6] selftests/bpf: Add traffic monitor functions. monitor network traffic for flaky test cases - - - 602- 2024-08-07 Kui-Feng Lee bpf Superseded
[RFC,bpf-next,v6,6/6] selftests/bpf: Monitor traffic for select_reuseport. monitor network traffic for flaky test cases - - - 611- 2024-08-07 Kui-Feng Lee bpf Superseded
[RFC,bpf-next,v6,5/6] selftests/bpf: Monitor traffic for sockmap_listen. monitor network traffic for flaky test cases - - - 611- 2024-08-07 Kui-Feng Lee bpf Superseded
[RFC,bpf-next,v6,4/6] selftests/bpf: Monitor traffic for tc_redirect. monitor network traffic for flaky test cases - - - 611- 2024-08-07 Kui-Feng Lee bpf Superseded
[RFC,bpf-next,v6,3/6] selftests/bpf: netns_new() and netns_free() helpers. monitor network traffic for flaky test cases - - - 602- 2024-08-07 Kui-Feng Lee bpf Superseded
[RFC,bpf-next,v6,2/6] selftests/bpf: Add the traffic monitor option to test_progs. monitor network traffic for flaky test cases - - - 602- 2024-08-07 Kui-Feng Lee bpf Superseded
[RFC,bpf-next,v6,1/6] selftests/bpf: Add traffic monitor functions. monitor network traffic for flaky test cases - - - 602- 2024-08-07 Kui-Feng Lee bpf Superseded
[bpf-next,v5,6/6] selftests/bpf: Monitor traffic for select_reuseport. monitor network traffic for flaky test cases - - - 611- 2024-08-06 Kui-Feng Lee bpf Superseded
[bpf-next,v5,5/6] selftests/bpf: Monitor traffic for sockmap_listen. monitor network traffic for flaky test cases - - - 611- 2024-08-06 Kui-Feng Lee bpf Superseded
[bpf-next,v5,4/6] selftests/bpf: Monitor traffic for tc_redirect. monitor network traffic for flaky test cases - - - 611- 2024-08-06 Kui-Feng Lee bpf Superseded
[bpf-next,v5,3/6] selftests/bpf: netns_new() and netns_free() helpers. monitor network traffic for flaky test cases - - - 602- 2024-08-06 Kui-Feng Lee bpf Superseded
[bpf-next,v5,2/6] selftests/bpf: Add the traffic monitor option to test_progs. monitor network traffic for flaky test cases - - - 602- 2024-08-06 Kui-Feng Lee bpf Superseded
[bpf-next,v5,1/6] selftests/bpf: Add traffic monitor functions. monitor network traffic for flaky test cases - - - 602- 2024-08-06 Kui-Feng Lee bpf Superseded
[bpf-next,v4,6/6] selftests/bpf: Monitor traffic for select_reuseport. monitor network traffic for flaky test cases - - - 5912 2024-07-31 Kui-Feng Lee bpf Superseded
[bpf-next,v4,5/6] selftests/bpf: Monitor traffic for sockmap_listen. monitor network traffic for flaky test cases - - - 5912 2024-07-31 Kui-Feng Lee bpf Superseded
[bpf-next,v4,4/6] selftests/bpf: Monitor traffic for tc_redirect. monitor network traffic for flaky test cases - - - 5912 2024-07-31 Kui-Feng Lee bpf Superseded
[bpf-next,v4,3/6] selftests/bpf: netns_new() and netns_free() helpers. monitor network traffic for flaky test cases - - - 5822 2024-07-31 Kui-Feng Lee bpf Superseded
[bpf-next,v4,2/6] selftests/bpf: Add the traffic monitor option to test_progs. monitor network traffic for flaky test cases - - - 5822 2024-07-31 Kui-Feng Lee bpf Superseded
[bpf-next,v4,1/6] selftests/bpf: Add traffic monitor functions. monitor network traffic for flaky test cases - - - 5822 2024-07-31 Kui-Feng Lee bpf Superseded
[bpf-next,v3,6/6] selftests/bpf: Monitor traffic for select_reuseport. monitor network traffic for flaky test cases - - - 6011 2024-07-30 Kui-Feng Lee bpf Superseded
[bpf-next,v3,5/6] selftests/bpf: Monitor traffic for sockmap_listen. monitor network traffic for flaky test cases - - - 6011 2024-07-30 Kui-Feng Lee bpf Superseded
[bpf-next,v3,4/6] selftests/bpf: Monitor traffic for tc_redirect. monitor network traffic for flaky test cases - - - 5921 2024-07-30 Kui-Feng Lee bpf Superseded
[bpf-next,v3,3/6] selftests/bpf: netns_new() and netns_free() helpers. monitor network traffic for flaky test cases - - - 5921 2024-07-30 Kui-Feng Lee bpf Superseded
[bpf-next,v3,2/6] selftests/bpf: Add the traffic monitor option to test_progs. monitor network traffic for flaky test cases - - - 5921 2024-07-30 Kui-Feng Lee bpf Superseded
[bpf-next,v3,1/6] selftests/bpf: Add traffic monitor functions. monitor network traffic for flaky test cases - - - 5921 2024-07-30 Kui-Feng Lee bpf Superseded
[bpf-next,v2,4/4] selftests/bpf: Monitor traffic for select_reuseport. monitor network traffic for flaky test cases - - - 3518 2024-07-23 Kui-Feng Lee bpf Superseded
[bpf-next,v2,3/4] selftests/bpf: Monitor traffic for sockmap_listen. monitor network traffic for flaky test cases - - - 3518 2024-07-23 Kui-Feng Lee bpf Superseded
[bpf-next,v2,2/4] selftests/bpf: Monitor traffic for tc_redirect/tc_redirect_dtime. monitor network traffic for flaky test cases - - - 3518 2024-07-23 Kui-Feng Lee bpf Superseded
[bpf-next,v2,1/4] selftests/bpf: Add traffic monitor functions. monitor network traffic for flaky test cases - - - 3428 2024-07-23 Kui-Feng Lee bpf Superseded
[bpf-next,4/4] selftests/bpf: Monitor traffic for select_reuseport. monitor network traffic for flaky test cases - - - 43111 2024-07-13 Kui-Feng Lee bpf Superseded
[bpf-next,3/4] selftests/bpf: Monitor traffic for sockmap_listen. monitor network traffic for flaky test cases - - - 43111 2024-07-13 Kui-Feng Lee bpf Superseded
[bpf-next,2/4] selftests/bpf: Monitor traffic for tc_redirect/tc_redirect_dtime. monitor network traffic for flaky test cases - - - 43111 2024-07-13 Kui-Feng Lee bpf Superseded
[bpf-next,1/4] selftests/bpf: Add traffic monitor functions. monitor network traffic for flaky test cases - - - 42211 2024-07-13 Kui-Feng Lee bpf Superseded
[bpf-next,v7,8/8] bpftool: Change pid_iter.bpf.c to comply with the change of bpf_link_fops. Notify user space when a struct_ops object is detached/unregistered 1 - - 50-1 2024-05-30 Kui-Feng Lee bpf Accepted
[bpf-next,v7,7/8] selftests/bpf: make sure bpf_testmod handling racing link destroying well. Notify user space when a struct_ops object is detached/unregistered - - - 50-1 2024-05-30 Kui-Feng Lee bpf Changes Requested
[bpf-next,v7,6/8] selftests/bpf: detach a struct_ops link from the subsystem managing it. Notify user space when a struct_ops object is detached/unregistered - - - 50-1 2024-05-30 Kui-Feng Lee bpf Changes Requested
[bpf-next,v7,5/8] selftests/bpf: test struct_ops with epoll Notify user space when a struct_ops object is detached/unregistered - - - 50-1 2024-05-30 Kui-Feng Lee bpf Accepted
[bpf-next,v7,4/8] bpf: export bpf_link_inc_not_zero. Notify user space when a struct_ops object is detached/unregistered - - - 50-1 2024-05-30 Kui-Feng Lee bpf Accepted
[bpf-next,v7,3/8] bpf: support epoll from bpf struct_ops links. Notify user space when a struct_ops object is detached/unregistered - - - 50-1 2024-05-30 Kui-Feng Lee bpf Accepted
[bpf-next,v7,2/8] bpf: enable detaching links of struct_ops objects. Notify user space when a struct_ops object is detached/unregistered - - - 50-1 2024-05-30 Kui-Feng Lee bpf Accepted
[bpf-next,v7,1/8] bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops. Notify user space when a struct_ops object is detached/unregistered - - - 50-1 2024-05-30 Kui-Feng Lee bpf Accepted
[bpf-next,v6,8/8] bpftool: Change pid_iter.bpf.c to comply with the change of bpf_link_fops. Notify user space when a struct_ops object is detached/unregistered 1 - - 45-1 2024-05-24 Kui-Feng Lee bpf Superseded
[bpf-next,v6,7/8] selftests/bpf: make sure bpf_testmod handling racing link destroying well. Notify user space when a struct_ops object is detached/unregistered - - - 45-1 2024-05-24 Kui-Feng Lee bpf Superseded
[bpf-next,v6,6/8] selftests/bpf: detach a struct_ops link from the subsystem managing it. Notify user space when a struct_ops object is detached/unregistered - - - 45-1 2024-05-24 Kui-Feng Lee bpf Superseded
[bpf-next,v6,5/8] selftests/bpf: test struct_ops with epoll Notify user space when a struct_ops object is detached/unregistered - - - 45-1 2024-05-24 Kui-Feng Lee bpf Superseded
[bpf-next,v6,4/8] bpf: export bpf_link_inc_not_zero. Notify user space when a struct_ops object is detached/unregistered - - - 45-1 2024-05-24 Kui-Feng Lee bpf Superseded
[bpf-next,v6,3/8] bpf: support epoll from bpf struct_ops links. Notify user space when a struct_ops object is detached/unregistered - - - 45-1 2024-05-24 Kui-Feng Lee bpf Superseded
[bpf-next,v6,2/8] bpf: enable detaching links of struct_ops objects. Notify user space when a struct_ops object is detached/unregistered - - - 45-1 2024-05-24 Kui-Feng Lee bpf Superseded
[bpf-next,v6,1/8] bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops. Notify user space when a struct_ops object is detached/unregistered - - - 45-1 2024-05-24 Kui-Feng Lee bpf Superseded
[bpf-next,v5,8/8] bpftool: Fix pid_iter.bpf.c to comply with the change of bpf_link_fops. Notify user space when a struct_ops object is detached/unregistered 1 - - 50-1 2024-05-23 Kui-Feng Lee bpf Superseded
[bpf-next,v5,7/8] selftests/bpf: make sure bpf_testmod handling racing link destroying well. Notify user space when a struct_ops object is detached/unregistered - - - 50-1 2024-05-23 Kui-Feng Lee bpf Superseded
[bpf-next,v5,6/8] selftests/bpf: detach a struct_ops link from the subsystem managing it. Notify user space when a struct_ops object is detached/unregistered - - - 50-1 2024-05-23 Kui-Feng Lee bpf Superseded
[bpf-next,v5,5/8] selftests/bpf: test struct_ops with epoll Notify user space when a struct_ops object is detached/unregistered - - - 50-1 2024-05-23 Kui-Feng Lee bpf Superseded
[bpf-next,v5,4/8] bpf: export bpf_link_inc_not_zero. Notify user space when a struct_ops object is detached/unregistered - - - 50-1 2024-05-23 Kui-Feng Lee bpf Superseded
[bpf-next,v5,3/8] bpf: support epoll from bpf struct_ops links. Notify user space when a struct_ops object is detached/unregistered - - - 50-1 2024-05-23 Kui-Feng Lee bpf Superseded
[bpf-next,v5,2/8] bpf: enable detaching links of struct_ops objects. Notify user space when a struct_ops object is detached/unregistered - - - 50-1 2024-05-23 Kui-Feng Lee bpf Superseded
[bpf-next,v5,1/8] bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops. Notify user space when a struct_ops object is detached/unregistered - - - 50-1 2024-05-23 Kui-Feng Lee bpf Superseded
[bpf-next,v7,9/9] selftests/bpf: Test global bpf_list_head arrays. Enable BPF programs to declare arrays of kptr, bpf_rb_root, and bpf_list_head. 1 - - 46-- 2024-05-23 Kui-Feng Lee bpf Accepted
[bpf-next,v7,8/9] selftests/bpf: Test global bpf_rb_root arrays and fields in nested struct types. Enable BPF programs to declare arrays of kptr, bpf_rb_root, and bpf_list_head. - - - 46-- 2024-05-23 Kui-Feng Lee bpf Accepted
[bpf-next,v7,7/9] selftests/bpf: Test kptr arrays and kptrs in nested struct fields. Enable BPF programs to declare arrays of kptr, bpf_rb_root, and bpf_list_head. 1 - - 46-- 2024-05-23 Kui-Feng Lee bpf Accepted
[bpf-next,v7,6/9] bpf: limit the number of levels of a nested struct type. Enable BPF programs to declare arrays of kptr, bpf_rb_root, and bpf_list_head. 1 - - 46-- 2024-05-23 Kui-Feng Lee bpf Accepted
[bpf-next,v7,5/9] bpf: look into the types of the fields of a struct type recursively. Enable BPF programs to declare arrays of kptr, bpf_rb_root, and bpf_list_head. 1 - - 46-- 2024-05-23 Kui-Feng Lee bpf Accepted
[bpf-next,v7,4/9] bpf: create repeated fields for arrays. Enable BPF programs to declare arrays of kptr, bpf_rb_root, and bpf_list_head. 1 - - 46-- 2024-05-23 Kui-Feng Lee bpf Accepted
[bpf-next,v7,3/9] bpf: refactor btf_find_struct_field() and btf_find_datasec_var(). Enable BPF programs to declare arrays of kptr, bpf_rb_root, and bpf_list_head. 1 - - 46-- 2024-05-23 Kui-Feng Lee bpf Accepted
[bpf-next,v7,2/9] bpf: Remove unnecessary call to btf_field_type_size(). Enable BPF programs to declare arrays of kptr, bpf_rb_root, and bpf_list_head. 1 - - 46-- 2024-05-23 Kui-Feng Lee bpf Accepted
« 1 2 3 45 6 »