Show patches with: Submitter = Kumar Kartikeya Dwivedi       |    Archived = No       |   1057 patches
« 1 2 3 410 11 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[bpf-next,v10,01/24] bpf: Fix early return in map_check_btf Allocated objects, BPF linked lists - - - 2313 2022-11-18 Kumar Kartikeya Dwivedi bpf Accepted
[bpf-next,v9,23/23] selftests/bpf: Add BTF sanity tests Allocated objects, BPF linked lists - - - 1926 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v9,22/23] selftests/bpf: Add BPF linked list API tests Allocated objects, BPF linked lists - - - 1917 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v9,21/23] selftests/bpf: Add failure test cases for spin lock pairing Allocated objects, BPF linked lists - - - 1917 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v9,20/23] selftests/bpf: Update spinlock selftest Allocated objects, BPF linked lists - - - 1926 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v9,19/23] selftests/bpf: Add __contains macro to bpf_experimental.h Allocated objects, BPF linked lists 1 - - 1926 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v9,18/23] bpf: Add comments for map BTF matching requirement for bpf_list_head Allocated objects, BPF linked lists - - - 2016 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v9,17/23] bpf: Add 'release on unlock' logic for bpf_list_push_{front,back} Allocated objects, BPF linked lists 1 - - 1926 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v9,16/23] bpf: Introduce single ownership BPF linked list API Allocated objects, BPF linked lists - - - 1629 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v9,15/23] bpf: Permit NULL checking pointer with non-zero fixed offset Allocated objects, BPF linked lists - - - 1926 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v9,14/23] bpf: Introduce bpf_obj_drop Allocated objects, BPF linked lists - - - 1728 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v9,13/23] bpf: Introduce bpf_obj_new Allocated objects, BPF linked lists - - - 1728 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v9,12/23] bpf: Support constant scalar arguments for kfuncs Allocated objects, BPF linked lists - - - 1926 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v9,11/23] bpf: Rewrite kfunc argument handling Allocated objects, BPF linked lists - - - 1926 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v9,10/23] bpf: Allow locking bpf_spin_lock in inner map values Allocated objects, BPF linked lists - - - 2016 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v9,09/23] bpf: Allow locking bpf_spin_lock global variables Allocated objects, BPF linked lists - - - 1926 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v9,08/23] bpf: Allow locking bpf_spin_lock in allocated objects Allocated objects, BPF linked lists - - - 1629 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v9,07/23] bpf: Verify ownership relationships for user BTF types Allocated objects, BPF linked lists - - - 1926 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v9,06/23] bpf: Recognize lock and list fields in allocated objects Allocated objects, BPF linked lists - - - 1728 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v9,05/23] bpf: Introduce allocated objects support Allocated objects, BPF linked lists - - - 1926 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v9,04/23] bpf: Populate field_offs for inner_map_meta Allocated objects, BPF linked lists - - - 1926 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v9,03/23] bpf: Free inner_map_meta when btf_record_dup fails Allocated objects, BPF linked lists - - - 2016 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v9,02/23] bpf: Do btf_record_free outside map_free callback Allocated objects, BPF linked lists - - - 2016 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v9,01/23] bpf: Fix early return in map_check_btf Allocated objects, BPF linked lists - - - 2016 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v8,22/22] selftests/bpf: Add BTF sanity tests Allocated objects, BPF linked lists - - - 1926 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v8,21/22] selftests/bpf: Add BPF linked list API tests Allocated objects, BPF linked lists - - - 1917 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v8,20/22] selftests/bpf: Add failure test cases for spin lock pairing Allocated objects, BPF linked lists - - - 1917 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v8,19/22] selftests/bpf: Update spinlock selftest Allocated objects, BPF linked lists - - - 1926 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v8,18/22] selftests/bpf: Add __contains macro to bpf_experimental.h Allocated objects, BPF linked lists 1 - - 1926 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v8,17/22] bpf: Add 'release on unlock' logic for bpf_list_push_{front,back} Allocated objects, BPF linked lists 1 - - 1926 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v8,16/22] bpf: Introduce single ownership BPF linked list API Allocated objects, BPF linked lists - - - 1629 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v8,15/22] bpf: Permit NULL checking pointer with non-zero fixed offset Allocated objects, BPF linked lists - - - 1926 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v8,14/22] bpf: Introduce bpf_obj_drop Allocated objects, BPF linked lists - - - 1728 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v8,13/22] bpf: Introduce bpf_obj_new Allocated objects, BPF linked lists - - - 1728 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v8,12/22] bpf: Support constant scalar arguments for kfuncs Allocated objects, BPF linked lists - - - 1926 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v8,11/22] bpf: Rewrite kfunc argument handling Allocated objects, BPF linked lists - - - 1926 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v8,10/22] bpf: Allow locking bpf_spin_lock in inner map values Allocated objects, BPF linked lists - - - 2016 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v8,09/22] bpf: Allow locking bpf_spin_lock global variables Allocated objects, BPF linked lists - - - 1926 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v8,08/22] bpf: Allow locking bpf_spin_lock in allocated objects Allocated objects, BPF linked lists - - - 1629 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v8,07/22] bpf: Verify ownership relationships for user BTF types Allocated objects, BPF linked lists - - - 1926 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v8,06/22] bpf: Recognize lock and list fields in allocated objects Allocated objects, BPF linked lists - - - 1728 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v8,05/22] bpf: Introduce allocated objects support Allocated objects, BPF linked lists - - - 1926 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v8,04/22] bpf: Populate field_offs for inner_map_meta Allocated objects, BPF linked lists - - - 1926 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v8,03/22] bpf: Do btf_record_free for outer maps Allocated objects, BPF linked lists - - - 2016 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v8,02/22] bpf: Do btf_record_free outside map_free callback Allocated objects, BPF linked lists - - - 2016 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v8,01/22] bpf: Fix early return in map_check_btf Allocated objects, BPF linked lists - - - 2016 2022-11-17 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v1,7/7] selftests/bpf: Add test for dynptr reinit in user_ringbuf callback Dynptr refactorings 2 - - 5222 2022-11-15 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v1,6/7] bpf: Use memmove for bpf_dynptr_{read,write} Dynptr refactorings 2 - - 5312 2022-11-15 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v1,5/7] bpf: Move PTR_TO_STACK alignment check to process_dynptr_func Dynptr refactorings 1 - - 5222 2022-11-15 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v1,4/7] bpf: Rework check_func_arg_reg_off Dynptr refactorings 3 - - 5222 2022-11-15 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v1,3/7] bpf: Rework process_dynptr_func Dynptr refactorings 1 - - 5222 2022-11-15 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v1,2/7] bpf: Propagate errors from process_* checks in check_func_arg Dynptr refactorings 1 - - 5312 2022-11-15 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v1,1/7] bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_func Dynptr refactorings 2 - - 5222 2022-11-15 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v7,26/26] selftests/bpf: Add BTF sanity tests Allocated objects, BPF linked lists - - - 1827 2022-11-14 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v7,25/26] selftests/bpf: Add BPF linked list API tests Allocated objects, BPF linked lists - - - 1818 2022-11-14 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v7,24/26] selftests/bpf: Add failure test cases for spin lock pairing Allocated objects, BPF linked lists - - - 1818 2022-11-14 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v7,23/26] selftests/bpf: Update spinlock selftest Allocated objects, BPF linked lists - - - 1827 2022-11-14 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v7,22/26] selftests/bpf: Add __contains macro to bpf_experimental.h Allocated objects, BPF linked lists 1 - - 1827 2022-11-14 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v7,21/26] bpf: Add 'release on unlock' logic for bpf_list_push_{front,back} Allocated objects, BPF linked lists 1 - - 1827 2022-11-14 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v7,20/26] bpf: Introduce single ownership BPF linked list API Allocated objects, BPF linked lists - - - 15210 2022-11-14 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v7,19/26] bpf: Permit NULL checking pointer with non-zero fixed offset Allocated objects, BPF linked lists - - - 1827 2022-11-14 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v7,18/26] bpf: Introduce bpf_obj_drop Allocated objects, BPF linked lists - - - 1629 2022-11-14 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v7,17/26] bpf: Introduce bpf_obj_new Allocated objects, BPF linked lists - - - 1629 2022-11-14 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v7,16/26] bpf: Support constant scalar arguments for kfuncs Allocated objects, BPF linked lists - - - 1827 2022-11-14 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v7,15/26] bpf: Drop kfunc bits from btf_check_func_arg_match Allocated objects, BPF linked lists - - - 1827 2022-11-14 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v7,14/26] bpf: Rewrite kfunc argument handling Allocated objects, BPF linked lists - - - 1827 2022-11-14 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v7,13/26] bpf: Allow locking bpf_spin_lock in inner map values Allocated objects, BPF linked lists - - - 1917 2022-11-14 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v7,12/26] bpf: Allow locking bpf_spin_lock global variables Allocated objects, BPF linked lists - - - 1827 2022-11-14 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v7,11/26] bpf: Allow locking bpf_spin_lock in allocated objects Allocated objects, BPF linked lists - - - 15210 2022-11-14 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v7,10/26] bpf: Verify ownership relationships for user BTF types Allocated objects, BPF linked lists - - - 1827 2022-11-14 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v7,09/26] bpf: Recognize lock and list fields in allocated objects Allocated objects, BPF linked lists - - - 1629 2022-11-14 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v7,08/26] bpf: Introduce allocated objects support Allocated objects, BPF linked lists - - - 1827 2022-11-14 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v7,07/26] bpf: Refactor btf_struct_access Allocated objects, BPF linked lists - - - 1827 2022-11-14 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v7,06/26] bpf: Rename MEM_ALLOC to MEM_RINGBUF Allocated objects, BPF linked lists - - - 1827 2022-11-14 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v7,05/26] bpf: Rename RET_PTR_TO_ALLOC_MEM Allocated objects, BPF linked lists - - - 1827 2022-11-14 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v7,04/26] bpf: Support bpf_list_head in map values Allocated objects, BPF linked lists - - - 1818 2022-11-14 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v7,03/26] bpf: Fix copy_map_value, zero_map_value Allocated objects, BPF linked lists - - - 1917 2022-11-14 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v7,02/26] bpf: Remove BPF_MAP_OFF_ARR_MAX Allocated objects, BPF linked lists - - - 1917 2022-11-14 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v7,01/26] bpf: Remove local kptr references in documentation Allocated objects, BPF linked lists - - - 1917 2022-11-14 Kumar Kartikeya Dwivedi bpf Superseded
[bpf,v1,2/2] selftests/bpf: Add pruning test case for bpf_spin_lock Fix map value pruning check 1 - - 43211 2022-11-11 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf,v1,1/2] bpf: Fix state pruning check for PTR_TO_MAP_VALUE Fix map value pruning check 1 - - 43112 2022-11-11 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v6,26/26] selftests/bpf: Add BTF sanity tests Allocated objects, BPF linked lists - - - 1926 2022-11-11 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v6,25/26] selftests/bpf: Add BPF linked list API tests Allocated objects, BPF linked lists - - - 1917 2022-11-11 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v6,24/26] selftests/bpf: Add failure test cases for spin lock pairing Allocated objects, BPF linked lists - - - 1917 2022-11-11 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v6,23/26] selftests/bpf: Update spinlock selftest Allocated objects, BPF linked lists - - - 1926 2022-11-11 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v6,22/26] selftests/bpf: Add __contains macro to bpf_experimental.h Allocated objects, BPF linked lists - - - 1926 2022-11-11 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v6,21/26] bpf: Add 'release on unlock' logic for bpf_list_push_{front,back} Allocated objects, BPF linked lists - - - 1926 2022-11-11 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v6,20/26] bpf: Introduce single ownership BPF linked list API Allocated objects, BPF linked lists - - - 1629 2022-11-11 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v6,19/26] bpf: Permit NULL checking pointer with non-zero fixed offset Allocated objects, BPF linked lists - - - 1926 2022-11-11 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v6,18/26] bpf: Introduce bpf_obj_drop Allocated objects, BPF linked lists - - - 1728 2022-11-11 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v6,17/26] bpf: Introduce bpf_obj_new Allocated objects, BPF linked lists - - - 1728 2022-11-11 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v6,16/26] bpf: Support constant scalar arguments for kfuncs Allocated objects, BPF linked lists - - - 1926 2022-11-11 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v6,15/26] bpf: Drop kfunc bits from btf_check_func_arg_match Allocated objects, BPF linked lists - - - 1926 2022-11-11 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v6,14/26] bpf: Rewrite kfunc argument handling Allocated objects, BPF linked lists - - - 1926 2022-11-11 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v6,13/26] bpf: Allow locking bpf_spin_lock in inner map values Allocated objects, BPF linked lists - - - 2016 2022-11-11 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v6,12/26] bpf: Allow locking bpf_spin_lock global variables Allocated objects, BPF linked lists - - - 1926 2022-11-11 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v6,11/26] bpf: Allow locking bpf_spin_lock in allocated objects Allocated objects, BPF linked lists - - - 1629 2022-11-11 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v6,10/26] bpf: Verify ownership relationships for user BTF types Allocated objects, BPF linked lists - - - 1926 2022-11-11 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v6,09/26] bpf: Recognize lock and list fields in allocated objects Allocated objects, BPF linked lists - - - 1728 2022-11-11 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v6,08/26] bpf: Introduce allocated objects support Allocated objects, BPF linked lists - - - 1926 2022-11-11 Kumar Kartikeya Dwivedi bpf Superseded
« 1 2 3 410 11 »