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,v2,2/2] selftests/bpf: Add tests for preempt kfuncs Introduce bpf_preempt_{disable,enable} - - - 602- 2024-04-24 Kumar Kartikeya Dwivedi bpf Accepted
[bpf-next,v2,1/2] bpf: Introduce bpf_preempt_[disable,enable] kfuncs Introduce bpf_preempt_{disable,enable} - - - 5822 2024-04-24 Kumar Kartikeya Dwivedi bpf Accepted
[bpf-next,v1,2/2] selftests/bpf: Add tests for preempt kfuncs Introduce bpf_preempt_{disable,enable} - - - 5921 2024-04-23 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v1,1/2] bpf: Introduce bpf_preempt_[disable,enable] kfuncs Introduce bpf_preempt_{disable,enable} - - - 5723 2024-04-23 Kumar Kartikeya Dwivedi bpf Superseded
[Bug,Report] Packet drops after trimming skb using bpf_skb_adjust_room [Bug,Report] Packet drops after trimming skb using bpf_skb_adjust_room - - - 45-- 2024-04-04 Kumar Kartikeya Dwivedi bpf RFC
[bpf-next,v2,2/2] selftests/bpf: Add tests for RCU lock transfer between subprogs Transfer RCU lock state across subprog calls 2 - - 602- 2024-02-05 Kumar Kartikeya Dwivedi bpf Accepted
[bpf-next,v2,1/2] bpf: Transfer RCU lock state between subprog calls Transfer RCU lock state across subprog calls 2 - 1 602- 2024-02-05 Kumar Kartikeya Dwivedi bpf Accepted
[bpf-next,v1,2/2] selftests/bpf: Add tests for RCU lock transfer between subprogs Transfer RCU lock state across subprog calls 1 - - 602- 2024-02-04 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v1,1/2] bpf: Transfer RCU lock state between subprog calls Transfer RCU lock state across subprog calls 1 - 1 602- 2024-02-04 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v2,2/2] selftests/bpf: Add test for static subprog call in lock cs Enable static subprog calls in spin lock critical sections 2 - - 602- 2024-02-04 Kumar Kartikeya Dwivedi bpf Accepted
[bpf-next,v2,1/2] bpf: Allow calling static subprogs while holding a bpf_spin_lock Enable static subprog calls in spin lock critical sections 2 - - 602- 2024-02-04 Kumar Kartikeya Dwivedi bpf Accepted
[bpf-next,v1,2/2] selftests/bpf: Add test for static subprog call in lock cs Enable static subprog calls in spin lock critical sections 2 - - 611- 2024-02-04 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v1,1/2] bpf: Allow calling static subprogs while holding a bpf_spin_lock Enable static subprog calls in spin lock critical sections 2 - - 611- 2024-02-04 Kumar Kartikeya Dwivedi bpf Superseded
[RFC,v1,14/14] selftests/bpf: Add tests for exceptions runtime cleanup Exceptions - Resource Cleanup - - - 33-2 2024-02-01 Kumar Kartikeya Dwivedi bpf RFC
[RFC,v1,13/14] bpf: Make bpf_throw available to all program types Exceptions - Resource Cleanup - - - 33-2 2024-02-01 Kumar Kartikeya Dwivedi bpf RFC
[RFC,v1,12/14] bpf: Register cleanup dtors for runtime unwinding Exceptions - Resource Cleanup - - - 33-2 2024-02-01 Kumar Kartikeya Dwivedi bpf RFC
[RFC,v1,11/14] bpf: Release references in verifier state when throwing exceptions Exceptions - Resource Cleanup 1 - - 33-2 2024-02-01 Kumar Kartikeya Dwivedi bpf RFC
[RFC,v1,10/14] bpf, x86: Implement runtime resource cleanup for exceptions Exceptions - Resource Cleanup - - - 33-2 2024-02-01 Kumar Kartikeya Dwivedi bpf RFC
[RFC,v1,09/14] bpf, x86: Fix up pc offsets for frame descriptor entries Exceptions - Resource Cleanup - - - 33-2 2024-02-01 Kumar Kartikeya Dwivedi bpf RFC
[RFC,v1,08/14] bpf: Compute used callee saved registers for subprogs Exceptions - Resource Cleanup - - - 33-2 2024-02-01 Kumar Kartikeya Dwivedi bpf RFC
[RFC,v1,07/14] bpf: Use hidden subprog trampoline for bpf_throw Exceptions - Resource Cleanup - - - 33-2 2024-02-01 Kumar Kartikeya Dwivedi bpf RFC
[RFC,v1,06/14] bpf: Adjust frame descriptor pc on instruction patching Exceptions - Resource Cleanup - - - 33-2 2024-02-01 Kumar Kartikeya Dwivedi bpf RFC
[RFC,v1,05/14] bpf: Implement BPF exception frame descriptor generation Exceptions - Resource Cleanup - - - 33-2 2024-02-01 Kumar Kartikeya Dwivedi bpf RFC
[RFC,v1,04/14] bpf: Refactor check_pseudo_btf_id's BTF reference bump Exceptions - Resource Cleanup 1 - - 33-2 2024-02-01 Kumar Kartikeya Dwivedi bpf RFC
[RFC,v1,03/14] selftests/bpf: Add test for throwing global subprog with acquired refs Exceptions - Resource Cleanup 1 - - 33-2 2024-02-01 Kumar Kartikeya Dwivedi bpf RFC
[RFC,v1,02/14] bpf: Process global subprog's exception propagation Exceptions - Resource Cleanup 1 - - 33-2 2024-02-01 Kumar Kartikeya Dwivedi bpf RFC
[RFC,v1,01/14] bpf: Mark subprogs as throw reachable before do_check pass Exceptions - Resource Cleanup - - - 33-2 2024-02-01 Kumar Kartikeya Dwivedi bpf RFC
[bpf-next] selftests/bpf: Make linked_list failure test more robust [bpf-next] selftests/bpf: Make linked_list failure test more robust - - - 32-- 2023-10-20 Kumar Kartikeya Dwivedi bpf Accepted
[bpf-next,v2,3/3] bpf: Disable exceptions when CONFIG_UNWINDER_FRAME_POINTER=y Fixes for Exceptions - - - 4212 2023-09-18 Kumar Kartikeya Dwivedi bpf Accepted
[bpf-next,v2,2/3] bpf: Fix bpf_throw warning on 32-bit arch Fixes for Exceptions - - 1 42-3 2023-09-18 Kumar Kartikeya Dwivedi bpf Accepted
[bpf-next,v2,1/3] selftests/bpf: Print log buffer for exceptions test only on failure Fixes for Exceptions - - - 4122 2023-09-18 Kumar Kartikeya Dwivedi bpf Accepted
[bpf-next,v1,3/3] bpf: Disable exceptions when CONFIG_UNWINDER_FRAME_POINTER=y Fixes for Exceptions - - - 171- 2023-09-18 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v1,2/3] bpf: Fix bpf_throw warning on 32-bit arch Fixes for Exceptions - - - 14-1 2023-09-18 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v1,1/3] selftests/bpf: Print log buffer for exceptions test only on failure Fixes for Exceptions - - - 132- 2023-09-18 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v3,17/17] selftests/bpf: Add tests for BPF exceptions Exceptions - 1/2 - - - 4212 2023-09-12 Kumar Kartikeya Dwivedi bpf Accepted
[bpf-next,v3,16/17] selftests/bpf: Add BPF assertion macros Exceptions - 1/2 - - - 4212 2023-09-12 Kumar Kartikeya Dwivedi bpf Accepted
[bpf-next,v3,15/17] libbpf: Add support for custom exception callbacks Exceptions - 1/2 - - - 4212 2023-09-12 Kumar Kartikeya Dwivedi bpf Accepted
[bpf-next,v3,14/17] libbpf: Refactor bpf_object__reloc_code Exceptions - 1/2 - - - 4212 2023-09-12 Kumar Kartikeya Dwivedi bpf Accepted
[bpf-next,v3,13/17] bpf: Fix kfunc callback register type handling Exceptions - 1/2 1 - - 4221 2023-09-12 Kumar Kartikeya Dwivedi bpf Accepted
[bpf-next,v3,12/17] bpf: Disallow fentry/fexit/freplace for exception callbacks Exceptions - 1/2 - - - 4221 2023-09-12 Kumar Kartikeya Dwivedi bpf Accepted
[bpf-next,v3,11/17] bpf: Detect IP == ksym.end as part of BPF program Exceptions - 1/2 - - - 4311 2023-09-12 Kumar Kartikeya Dwivedi bpf Accepted
[bpf-next,v3,10/17] bpf: Prevent KASAN false positive with bpf_throw Exceptions - 1/2 1 - - 4212 2023-09-12 Kumar Kartikeya Dwivedi bpf Accepted
[bpf-next,v3,09/17] mm: kasan: Declare kasan_unpoison_task_stack_below in kasan.h Exceptions - 1/2 - 1 - 4311 2023-09-12 Kumar Kartikeya Dwivedi bpf Accepted
[bpf-next,v3,08/17] bpf: Treat first argument as return value for bpf_throw Exceptions - 1/2 - - - 4221 2023-09-12 Kumar Kartikeya Dwivedi bpf Accepted
[bpf-next,v3,07/17] bpf: Perform CFG walk for exception callback Exceptions - 1/2 - - - 4221 2023-09-12 Kumar Kartikeya Dwivedi bpf Accepted
[bpf-next,v3,06/17] bpf: Add support for custom exception callbacks Exceptions - 1/2 - - - 4221 2023-09-12 Kumar Kartikeya Dwivedi bpf Accepted
[bpf-next,v3,05/17] bpf: Refactor check_btf_func and split into two phases Exceptions - 1/2 - - - 3924 2023-09-12 Kumar Kartikeya Dwivedi bpf Accepted
[bpf-next,v3,04/17] bpf: Implement BPF exceptions Exceptions - 1/2 - - - 4023 2023-09-12 Kumar Kartikeya Dwivedi bpf Accepted
[bpf-next,v3,03/17] bpf: Implement support for adding hidden subprogs Exceptions - 1/2 - - - 4221 2023-09-12 Kumar Kartikeya Dwivedi bpf Accepted
[bpf-next,v3,02/17] arch/x86: Implement arch_bpf_stack_walk Exceptions - 1/2 - - - 4221 2023-09-12 Kumar Kartikeya Dwivedi bpf Accepted
[bpf-next,v3,01/17] bpf: Use bpf_is_subprog to check for subprogs Exceptions - 1/2 - - - 4311 2023-09-12 Kumar Kartikeya Dwivedi bpf Accepted
[bpf-next,v1,2/2] selftests/bpf: Add test for bpf_obj_drop with bad reg->off Fix for check_func_arg_reg_off - - - 4212 2023-08-22 Kumar Kartikeya Dwivedi bpf Accepted
[bpf-next,v1,1/2] bpf: Fix check_func_arg_reg_off bug for graph root/node Fix for check_func_arg_reg_off - - - 4212 2023-08-22 Kumar Kartikeya Dwivedi bpf Accepted
[bpf-next,v2,14/14] selftests/bpf: Add tests for BPF exceptions Exceptions - 1/2 - - - 4411 2023-08-09 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v2,13/14] selftests/bpf: Add BPF assertion macros Exceptions - 1/2 - - - 4411 2023-08-09 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v2,12/14] libbpf: Add support for custom exception callbacks Exceptions - 1/2 - - - 442- 2023-08-09 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v2,11/14] bpf: Fix kfunc callback register type handling Exceptions - 1/2 1 - - 442- 2023-08-09 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v2,10/14] bpf: Disallow extensions to exception callbacks Exceptions - 1/2 - - - 442- 2023-08-09 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v2,09/14] bpf: Detect IP == ksym.end as part of BPF program Exceptions - 1/2 - - - 451- 2023-08-09 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v2,08/14] bpf: Prevent KASAN false positive with bpf_throw Exceptions - 1/2 - - - 4411 2023-08-09 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v2,07/14] bpf: Treat first argument as return value for bpf_throw Exceptions - 1/2 - - - 442- 2023-08-09 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v2,06/14] bpf: Perform CFG walk for exception callback Exceptions - 1/2 - - - 442- 2023-08-09 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v2,05/14] bpf: Add support for custom exception callbacks Exceptions - 1/2 - - - 442- 2023-08-09 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v2,04/14] bpf: Refactor check_btf_func and split into two phases Exceptions - 1/2 - - - 4123 2023-08-09 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v2,03/14] bpf: Implement BPF exceptions Exceptions - 1/2 - - - 4222 2023-08-09 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v2,02/14] bpf: Implement support for adding hidden subprogs Exceptions - 1/2 - - - 442- 2023-08-09 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v2,01/14] arch/x86: Implement arch_bpf_stack_walk Exceptions - 1/2 - - - 442- 2023-08-09 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf,v2,3/3] selftests/bpf: Add more tests for check_max_stack_depth bug Two more fixes for check_max_stack_depth - - - 492- 2023-07-17 Kumar Kartikeya Dwivedi bpf Accepted
[bpf,v2,2/3] bpf: Repeat check_max_stack_depth for async callbacks Two more fixes for check_max_stack_depth - - - 50-1 2023-07-17 Kumar Kartikeya Dwivedi bpf Accepted
[bpf,v2,1/3] bpf: Fix subprog idx logic in check_max_stack_depth Two more fixes for check_max_stack_depth - - - 50-1 2023-07-17 Kumar Kartikeya Dwivedi bpf Accepted
[bpf-next,v1,10/10] selftests/bpf: Add tests for BPF exceptions Exceptions - 1/2 - - - 3618 2023-07-13 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v1,09/10] selftests/bpf: Add BPF assertion macros Exceptions - 1/2 - - - 3618 2023-07-13 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v1,08/10] bpf: Introduce bpf_set_exception_callback Exceptions - 1/2 - - - 3429 2023-07-13 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v1,07/10] bpf: Ensure IP is within prog->jited_length for bpf_throw calls Exceptions - 1/2 - - - 3627 2023-07-13 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v1,06/10] bpf: Implement bpf_throw kfunc Exceptions - 1/2 - - - 3627 2023-07-13 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v1,05/10] arch/x86: Implement arch_bpf_stack_walk Exceptions - 1/2 - - - 3627 2023-07-13 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v1,04/10] bpf: Add support for inserting new subprogs Exceptions - 1/2 - - - 3429 2023-07-13 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v1,03/10] bpf: Repeat check_max_stack_depth for async callbacks Exceptions - 1/2 - - - 37-8 2023-07-13 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v1,02/10] bpf: Fix subprog idx logic in check_max_stack_depth Exceptions - 1/2 - - - 37-8 2023-07-13 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v1,01/10] bpf: Fix kfunc callback register type handling Exceptions - 1/2 - - - 3627 2023-07-13 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf,v1,3/3] selftests/bpf: Add more tests for check_max_stack_depth bug Two more fixes for check_max_stack_depth - - - 432- 2023-07-13 Kumar Kartikeya Dwivedi bpf Superseded
[bpf,v1,2/3] bpf: Repeat check_max_stack_depth for async callbacks Two more fixes for check_max_stack_depth - - - 44-1 2023-07-13 Kumar Kartikeya Dwivedi bpf Superseded
[bpf,v1,1/3] bpf: Fix subprog idx logic in check_max_stack_depth Two more fixes for check_max_stack_depth - - - 44-1 2023-07-13 Kumar Kartikeya Dwivedi bpf Superseded
[bpf,v1,2/2] selftests/bpf: Add selftest for check_stack_max_depth bug Fix for check_max_stack_depth - - - 4221 2023-07-05 Kumar Kartikeya Dwivedi bpf Accepted
[bpf,v1,1/2] bpf: Fix max stack depth check for async callbacks Fix for check_max_stack_depth - - - 4212 2023-07-05 Kumar Kartikeya Dwivedi bpf Accepted
[RFC,bpf-next,v1,9/9] selftests/bpf: Add tests for BPF exceptions Exceptions - 1/2 - - - 2011 2023-04-05 Kumar Kartikeya Dwivedi bpf RFC
[RFC,bpf-next,v1,8/9] bpf: Introduce BPF assertion macros Exceptions - 1/2 - - - 2011 2023-04-05 Kumar Kartikeya Dwivedi bpf RFC
[RFC,bpf-next,v1,7/9] bpf: Introduce bpf_set_exception_callback kfunc Exceptions - 1/2 - - - 1822 2023-04-05 Kumar Kartikeya Dwivedi bpf RFC
[RFC,bpf-next,v1,6/9] bpf: Add KF_THROW annotation for kfuncs Exceptions - 1/2 - - - 1822 2023-04-05 Kumar Kartikeya Dwivedi bpf RFC
[RFC,bpf-next,v1,5/9] bpf: Add pass to fixup global function throw information Exceptions - 1/2 - - - 1723 2023-04-05 Kumar Kartikeya Dwivedi bpf RFC
[RFC,bpf-next,v1,4/9] bpf: Handle throwing BPF callbacks in helpers and kfuncs Exceptions - 1/2 - - - 202- 2023-04-05 Kumar Kartikeya Dwivedi bpf RFC
[RFC,bpf-next,v1,3/9] bpf: Implement bpf_throw kfunc Exceptions - 1/2 - - - 2011 2023-04-05 Kumar Kartikeya Dwivedi bpf RFC
[RFC,bpf-next,v1,2/9] bpf: Refactor and generalize optimize_bpf_loop Exceptions - 1/2 - - - 202- 2023-04-05 Kumar Kartikeya Dwivedi bpf RFC
[RFC,bpf-next,v1,1/9] bpf: Fix kfunc callback handling Exceptions - 1/2 - - - 2011 2023-04-05 Kumar Kartikeya Dwivedi bpf RFC
[bpf-next] bpf: Use separate RCU callbacks for freeing selem [bpf-next] bpf: Use separate RCU callbacks for freeing selem - - - 4824 2023-03-03 Kumar Kartikeya Dwivedi bpf Deferred
[bpf-next,v3,3/3] selftests/bpf: Add more tests for kptrs in maps Add support for kptrs in more BPF maps - - - 5112 2023-02-25 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v3,2/3] bpf: Support kptrs in local storage maps Add support for kptrs in more BPF maps - - - 4923 2023-02-25 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v3,1/3] bpf: Support kptrs in percpu hashmap and percpu LRU hashmap Add support for kptrs in more BPF maps - - - 5121 2023-02-25 Kumar Kartikeya Dwivedi bpf Changes Requested
[bpf-next,v2,7/7] selftests/bpf: Add more tests for kptrs in maps Add support for kptrs in more BPF maps - - - 4619 2023-02-21 Kumar Kartikeya Dwivedi bpf Superseded
[bpf-next,v2,6/7] bpf: Wrap register invalidation with a helper Add support for kptrs in more BPF maps - - - 4628 2023-02-21 Kumar Kartikeya Dwivedi bpf Superseded
« 1 2 3 410 11 »