BPF - Berkeley Packet Filters
[Prev Page][Next Page]
- Re: [PATCH v2 4/4] bpf,lsm: Allow editing capabilities in BPF-LSM hooks, (continued)
- [PATCH bpf-next] bpf, verifier: Correct tail_call_reachable for bpf prog,
Leon Hwang
- [no subject], Unknown
- [no subject], Unknown
- [no subject], Unknown
- [PATCH bpf-next v4 00/12] bpf: Support dumping kfunc prototypes from BTF,
Daniel Xu
- [PATCH bpf-next v4 01/12] kbuild: bpf: Tell pahole to DECL_TAG kfuncs, Daniel Xu
- [PATCH bpf-next v4 02/12] bpf: selftests: Fix bpf_iter_task_vma_new() prototype, Daniel Xu
- [PATCH bpf-next v4 03/12] bpf: selftests: Fix fentry test kfunc prototypes, Daniel Xu
- [PATCH bpf-next v4 04/12] bpf: selftests: Fix bpf_cpumask_first_zero() kfunc prototype, Daniel Xu
- [PATCH bpf-next v4 05/12] bpf: selftests: Fix bpf_map_sum_elem_count() kfunc prototype, Daniel Xu
- [PATCH bpf-next v4 06/12] bpf: selftests: Fix bpf_session_cookie() kfunc prototype, Daniel Xu
- [PATCH bpf-next v4 07/12] bpf: selftests: Namespace struct_opt callbacks in bpf_dctcp, Daniel Xu
- [PATCH bpf-next v4 08/12] bpf: verifier: Relax caller requirements for kfunc projection type args, Daniel Xu
- [PATCH bpf-next v4 09/12] bpf: treewide: Align kfunc signatures to prog point-of-view, Daniel Xu
- [PATCH bpf-next v4 10/12] bpf: selftests: nf: Opt out of using generated kfunc prototypes, Daniel Xu
- [PATCH bpf-next v4 11/12] bpf: selftests: xfrm: Opt out of using generated kfunc prototypes, Daniel Xu
- [PATCH bpf-next v4 12/12] bpftool: Support dumping kfunc prototypes from BTF, Daniel Xu
- Re: [PATCH bpf-next v4 00/12] bpf: Support dumping kfunc prototypes from BTF, Daniel Xu
- [syzbot] [bpf?] INFO: task hung in bpf_prog_dev_bound_destroy, syzbot
- [PATCH] perf trace: Fix syscall untraceable bug,
Howard Chu
- [RFC PATCH v3] bpf: Using binary search to improve the performance of btf_find_by_name_kind,
Donglin Peng
- [PATCH] bpf: don't call mmap_read_trylock() from IRQ context,
Tetsuo Handa
- [PATCH bpf-next] bpf: Return EINVAL instead of NULL for map_lookup_elem of queue,
Florian Lehner
- [PATCH HID v3 00/16] HID: convert HID-BPF into using bpf_struct_ops,
Benjamin Tissoires
- [PATCH HID v3 01/16] HID: rename struct hid_bpf_ops into hid_ops, Benjamin Tissoires
- [PATCH HID v3 02/16] HID: bpf: add hid_get/put_device() helpers, Benjamin Tissoires
- [PATCH HID v3 03/16] HID: bpf: implement HID-BPF through bpf_struct_ops, Benjamin Tissoires
- [PATCH HID v3 04/16] selftests/hid: convert the hid_bpf selftests with struct_ops, Benjamin Tissoires
- [PATCH HID v3 05/16] HID: samples: convert the 2 HID-BPF samples into struct_ops, Benjamin Tissoires
- [PATCH HID v3 06/16] HID: bpf: add defines for HID-BPF SEC in in-tree bpf fixes, Benjamin Tissoires
- [PATCH HID v3 07/16] HID: bpf: convert in-tree fixes into struct_ops, Benjamin Tissoires
- [PATCH HID v3 08/16] HID: bpf: remove tracing HID-BPF capability, Benjamin Tissoires
- [PATCH HID v3 09/16] selftests/hid: add subprog call test, Benjamin Tissoires
- [PATCH HID v3 10/16] Documentation: HID: amend HID-BPF for struct_ops, Benjamin Tissoires
- [PATCH HID v3 11/16] Documentation: HID: add a small blurb on udev-hid-bpf, Benjamin Tissoires
- [PATCH HID v3 12/16] HID: bpf: Artist24: remove unused variable, Benjamin Tissoires
- [PATCH HID v3 13/16] HID: bpf: error on warnings when compiling bpf objects, Benjamin Tissoires
- [PATCH HID v3 14/16] bpf: allow bpf helpers to be used into HID-BPF struct_ops, Benjamin Tissoires
- [PATCH HID v3 15/16] HID: bpf: rework hid_bpf_ops_btf_struct_access, Benjamin Tissoires
- [PATCH HID v3 16/16] HID: bpf: make part of struct hid_device writable, Benjamin Tissoires
- Re: [PATCH HID v3 00/16] HID: convert HID-BPF into using bpf_struct_ops, Benjamin Tissoires
- [PATCH bpf-next 0/4] bpf: Track delta between "linked" registers.,
Alexei Starovoitov
- [PATCH HID v2 00/16] HID: convert HID-BPF into using bpf_struct_ops,
Benjamin Tissoires
- [PATCH HID v2 01/16] HID: rename struct hid_bpf_ops into hid_ops, Benjamin Tissoires
- [PATCH HID v2 02/16] HID: bpf: add hid_get/put_device() helpers, Benjamin Tissoires
- [PATCH HID v2 03/16] HID: bpf: implement HID-BPF through bpf_struct_ops, Benjamin Tissoires
- [PATCH HID v2 04/16] selftests/hid: convert the hid_bpf selftests with struct_ops, Benjamin Tissoires
- [PATCH HID v2 05/16] HID: samples: convert the 2 HID-BPF samples into struct_ops, Benjamin Tissoires
- [PATCH HID v2 06/16] HID: bpf: add defines for HID-BPF SEC in in-tree bpf fixes, Benjamin Tissoires
- [PATCH HID v2 07/16] HID: bpf: convert in-tree fixes into struct_ops, Benjamin Tissoires
- [PATCH HID v2 08/16] HID: bpf: remove tracing HID-BPF capability, Benjamin Tissoires
- [PATCH HID v2 09/16] selftests/hid: add subprog call test, Benjamin Tissoires
- [PATCH HID v2 10/16] Documentation: HID: amend HID-BPF for struct_ops, Benjamin Tissoires
- [PATCH HID v2 11/16] Documentation: HID: add a small blurb on udev-hid-bpf, Benjamin Tissoires
- [PATCH HID v2 12/16] HID: bpf: Artist24: remove unused variable, Benjamin Tissoires
- [PATCH HID v2 13/16] HID: bpf: error on warnings when compiling bpf objects, Benjamin Tissoires
- [PATCH HID v2 14/16] bpf: allow bpf helpers to be used into HID-BPF struct_ops, Benjamin Tissoires
- [PATCH HID v2 15/16] HID: bpf: rework hid_bpf_ops_btf_struct_access, Benjamin Tissoires
- [PATCH HID v2 16/16] HID: bpf: make part of struct hid_device writable, Benjamin Tissoires
- [PATCH] kernel/trace: fix possible deadlock in trie_delete_elem, Wojciech Gładysz
- [PATCH net-next v7 00/15] First try to replace page_frag with page_frag_cache,
Yunsheng Lin
- [RFC PATCH] ftrace: Skip __fentry__ location of overridden weak functions,
Zheng Yejian
- [PATCH v3] bpftool: Query only cgroup-related attach types,
Kenta Tada
- [PATCH -next] cgroup: Fix AA deadlock caused by cgroup_bpf_release,
Chen Ridong
- [no subject], Unknown
- [PATCH v2] bpftool: Query only cgroup-related attach types,
Kenta Tada
- [PATCH v5 net-next 15/15] net: Move per-CPU flush-lists to bpf_net_context on PREEMPT_RT., Sebastian Andrzej Siewior
- [PATCH v5 net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.,
Sebastian Andrzej Siewior
- [PATCH v5 net-next 13/15] net: Use nested-BH locking for bpf_scratchpad., Sebastian Andrzej Siewior
- [PATCH v5 net-next 12/15] seg6: Use nested-BH locking for seg6_bpf_srh_states., Sebastian Andrzej Siewior
- [PATCH v5 net-next 11/15] lwt: Don't disable migration prio invoking BPF., Sebastian Andrzej Siewior
- [syzbot] [bpf?] possible deadlock in deactivate_slab, syzbot
- [PATCH net-next v11 00/13] Device Memory TCP,
Mina Almasry
- [PATCH net-next v11 01/13] netdev: add netdev_rx_queue_restart(), Mina Almasry
- [PATCH net-next v11 02/13] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [PATCH net-next v11 04/13] netdev: netdevice devmem allocator, Mina Almasry
- [PATCH net-next v11 03/13] netdev: support binding dma-buf to netdevice, Mina Almasry
- [PATCH net-next v11 05/13] page_pool: convert to use netmem, Mina Almasry
- [PATCH net-next v11 06/13] page_pool: devmem support, Mina Almasry
- [PATCH net-next v11 08/13] net: support non paged skb frags, Mina Almasry
- [PATCH net-next v11 07/13] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [PATCH net-next v11 10/13] tcp: RX path for devmem TCP, Mina Almasry
- [PATCH net-next v11 09/13] net: add support for skbs with unreadable frags, Mina Almasry
- [PATCH net-next v11 11/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [PATCH net-next v11 12/13] net: add devmem TCP documentation, Mina Almasry
- [PATCH net-next v11 13/13] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
- pull-request: bpf-next 2024-06-06,
Daniel Borkmann
- [Patch net] net: remove the bogus overflow debug check in pskb_may_pull(),
Cong Wang
- Ideal way to read FUNC_PROTO in raw tp?,
Yan Zhai
- [linux-next:master] BUILD REGRESSION ee78a17615ad0cfdbbc27182b1047cd36c9d4d5f,
kernel test robot
- [GIT PULL] Networking for v6.10-rc3,
Jakub Kicinski
- [PATCH] watchdog/core: Fix AA deadlock due to watchdog holding cpu_hotplug_lock and wait for wq,
Luo Gengkun
- [PATCH bpf-next v4 1/2] bpf: add CHECKSUM_COMPLETE to bpf test progs,
Vadim Fedorenko
- [PATCH bpf-next v2 0/2] Regular expression support for test output matching,
Cupertino Miranda
- Recursive locking in sockmap,
Vincent Whitchurch
- [PATCH bpf-next 0/5] sockmap: Fix reading with splice(2),
Vincent Whitchurch via B4 Relay
- [PATCH v5 bpf-next 1/3] bpf: Relax tuple len requirement for sk helpers.,
Alexei Starovoitov
- [PATCH bpf-next] selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRT,
Yonghong Song
- [PATCH bpf-next] libbpf: auto-attach skeletons struct_ops,
Mykyta
- [linux-next:master] BUILD REGRESSION 234cb065ad82915ff8d06ce01e01c3e640b674d2, kernel test robot
- [PATCH bpf-next] selftests/bpf: add btf_field_iter selftests,
Alan Maguire
- [no subject], Unknown
- [PATCH net-next v6 00/15] First try to replace page_frag with page_frag_cache,
Yunsheng Lin
- [PATCH AUTOSEL 6.9 08/23] libbpf: detect broken PID filtering logic for multi-uprobe, Sasha Levin
- [RFC] ML infrastructure in Linux kernel, Viacheslav Dubeyko
- pull-request: bpf 2024-06-05,
Daniel Borkmann
- [PATCH v3 0/9] ioctl()-based API to query VMAs from /proc/<pid>/maps,
Andrii Nakryiko
- [PATCH v2 bpf-next 0/5] libbpf: BTF field iterator,
Andrii Nakryiko
- [RFC bpf-next 00/10] uprobe, bpf: Add session support,
Jiri Olsa
- [RFC bpf-next 01/10] uprobe: Add session callbacks to uprobe_consumer, Jiri Olsa
- [RFC bpf-next 02/10] bpf: Add support for uprobe multi session attach, Jiri Olsa
- [RFC bpf-next 03/10] bpf: Add support for uprobe multi session context, Jiri Olsa
- [RFC bpf-next 04/10] libbpf: Add support for uprobe multi session attach, Jiri Olsa
- [RFC bpf-next 05/10] libbpf: Add uprobe session attach type names to attach_type_name, Jiri Olsa
- [RFC bpf-next 06/10] selftests/bpf: Move ARRAY_SIZE to bpf_misc.h, Jiri Olsa
- [RFC bpf-next 07/10] selftests/bpf: Add uprobe session test, Jiri Olsa
- [RFC bpf-next 08/10] selftests/bpf: Add uprobe session errors test, Jiri Olsa
- [RFC bpf-next 09/10] selftests/bpf: Add uprobe session cookie test, Jiri Olsa
- [RFC bpf-next 10/10] selftests/bpf: Add uprobe session recursive test, Jiri Olsa
- [PATCH bpf-next v2] selftests/bpf: Ignore .llvm.<hash> suffix in kallsyms_find(),
Yonghong Song
- [PATCH bpf-next] selftests/bpf: Ignore .llvm.<hash> suffix in kallsyms_find(),
Yonghong Song
- [linux-next:master] BUILD REGRESSION d97496ca23a2d4ee80b7302849404859d9058bcd, kernel test robot
- [PATCH v4 net-next 14/14] net: Move per-CPU flush-lists to bpf_net_context on PREEMPT_RT.,
Sebastian Andrzej Siewior
- [PATCH v4 net-next 13/14] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.,
Sebastian Andrzej Siewior
- [PATCH v4 net-next 12/14] net: Use nested-BH locking for bpf_scratchpad., Sebastian Andrzej Siewior
- [PATCH v4 net-next 11/14] seg6: Use nested-BH locking for seg6_bpf_srh_states., Sebastian Andrzej Siewior
- [PATCH v4 net-next 10/14] lwt: Don't disable migration prio invoking BPF., Sebastian Andrzej Siewior
- [PATCHv2 bpf] bpf: Set run context for rawtp test_run callback,
Jiri Olsa
- [for-next][PATCH 27/27] selftests/ftrace: Add fgraph-multi.tc test, Steven Rostedt
- [for-next][PATCH 25/27] function_graph: Use static_call and branch to optimize return function, Steven Rostedt
- [for-next][PATCH 21/27] ftrace: Add multiple fgraph storage selftest, Steven Rostedt
- [for-next][PATCH 26/27] selftests/ftrace: Add function_graph tracer to func-filter-pid test, Steven Rostedt
- [for-next][PATCH 24/27] function_graph: Use static_call and branch to optimize entry function, Steven Rostedt
- [for-next][PATCH 23/27] function_graph: Use bitmask to loop on fgraph entry, Steven Rostedt
- [for-next][PATCH 22/27] function_graph: Use for_each_set_bit() in __ftrace_return_to_handler(), Steven Rostedt
- [for-next][PATCH 19/27] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data(), Steven Rostedt
- [for-next][PATCH 20/27] function_graph: Add selftest for passing local variables, Steven Rostedt
- [for-next][PATCH 18/27] function_graph: Move graph notrace bit to shadow stack global var, Steven Rostedt
- [for-next][PATCH 16/27] function_graph: Move set_graph_function tests to shadow stack global var, Steven Rostedt
- [for-next][PATCH 17/27] function_graph: Move graph depth stored data to shadow stack global var, Steven Rostedt
- [for-next][PATCH 15/27] function_graph: Add "task variables" per task for fgraph_ops, Steven Rostedt
- [for-next][PATCH 14/27] function_graph: Use a simple LRU for fgraph_array index number, Steven Rostedt
- [for-next][PATCH 13/27] function_graph: Add pid tracing back to function graph tracer, Steven Rostedt
- [for-next][PATCH 12/27] function_graph: Have the instances use their own ftrace_ops for filtering, Steven Rostedt
- [for-next][PATCH 11/27] ftrace: Allow subops filtering to be modified, Steven Rostedt
- [for-next][PATCH 10/27] ftrace: Add subops logic to allow one ops to manage many, Steven Rostedt
- [for-next][PATCH 08/27] ftrace: Allow function_graph tracer to be enabled in instances, Steven Rostedt
- [for-next][PATCH 09/27] ftrace: Allow ftrace startup flags to exist without dynamic ftrace, Steven Rostedt
- [for-next][PATCH 07/27] ftrace/function_graph: Pass fgraph_ops to function graph callbacks, Steven Rostedt
- [for-next][PATCH 05/27] function_graph: Handle tail calls for stack unwinding, Steven Rostedt
- [for-next][PATCH 06/27] function_graph: Remove logic around ftrace_graph_entry and return, Steven Rostedt
- [for-next][PATCH 04/27] function_graph: Allow multiple users to attach to function graph, Steven Rostedt
- [for-next][PATCH 03/27] function_graph: Add an array structure that will allow multiple callbacks, Steven Rostedt
- [for-next][PATCH 01/27] function_graph: Convert ret_stack to a series of longs, Steven Rostedt
- [for-next][PATCH 02/27] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long, Steven Rostedt
- [PATCH bpf 0/2] Revert "xsk: support redirect to any socket bound to the same umem",
Magnus Karlsson
- [PATCH] watchdog/core: Fix AA deadlock causeb by watchdog, Luo Gengkun
- [PATCH bpf-next] selftests/bpf: Fix bpf_cookie and find_vma in nested VM,
Song Liu
- [no subject], Unknown
- [PATCH bpf-next 0/5] libbpf: BTF field iterator,
Andrii Nakryiko
- [PATCH v3 00/27] function_graph: Allow multiple users for function graph tracing,
Steven Rostedt
- [PATCH v3 01/27] function_graph: Convert ret_stack to a series of longs, Steven Rostedt
- [PATCH v3 02/27] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long, Steven Rostedt
- [PATCH v3 03/27] function_graph: Add an array structure that will allow multiple callbacks, Steven Rostedt
- [PATCH v3 05/27] function_graph: Handle tail calls for stack unwinding, Steven Rostedt
- [PATCH v3 06/27] function_graph: Remove logic around ftrace_graph_entry and return, Steven Rostedt
- [PATCH v3 04/27] function_graph: Allow multiple users to attach to function graph, Steven Rostedt
- [PATCH v3 08/27] ftrace: Allow function_graph tracer to be enabled in instances, Steven Rostedt
- [PATCH v3 09/27] ftrace: Allow ftrace startup flags to exist without dynamic ftrace, Steven Rostedt
- [PATCH v3 07/27] ftrace/function_graph: Pass fgraph_ops to function graph callbacks, Steven Rostedt
- [PATCH v3 11/27] ftrace: Allow subops filtering to be modified, Steven Rostedt
- [PATCH v3 13/27] function_graph: Add pid tracing back to function graph tracer, Steven Rostedt
- [PATCH v3 10/27] ftrace: Add subops logic to allow one ops to manage many, Steven Rostedt
- [PATCH v3 15/27] function_graph: Add "task variables" per task for fgraph_ops, Steven Rostedt
- [PATCH v3 16/27] function_graph: Move set_graph_function tests to shadow stack global var, Steven Rostedt
- [PATCH v3 18/27] function_graph: Move graph notrace bit to shadow stack global var, Steven Rostedt
- [PATCH v3 14/27] function_graph: Use a simple LRU for fgraph_array index number, Steven Rostedt
- [PATCH v3 12/27] function_graph: Have the instances use their own ftrace_ops for filtering, Steven Rostedt
- [PATCH v3 17/27] function_graph: Move graph depth stored data to shadow stack global var, Steven Rostedt
- [PATCH v3 22/27] function_graph: Use for_each_set_bit() in __ftrace_return_to_handler(), Steven Rostedt
- [PATCH v3 19/27] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data(), Steven Rostedt
- [PATCH v3 20/27] function_graph: Add selftest for passing local variables, Steven Rostedt
- [PATCH v3 21/27] ftrace: Add multiple fgraph storage selftest, Steven Rostedt
- [PATCH v3 23/27] function_graph: Use bitmask to loop on fgraph entry, Steven Rostedt
- [PATCH v3 24/27] function_graph: Use static_call and branch to optimize entry function, Steven Rostedt
- [PATCH v3 25/27] function_graph: Use static_call and branch to optimize return function, Steven Rostedt
- [PATCH v3 26/27] selftests/ftrace: Add function_graph tracer to func-filter-pid test, Steven Rostedt
- [PATCH v3 27/27] selftests/ftrace: Add fgraph-multi.tc test, Steven Rostedt
- Re: [PATCH v3 00/27] function_graph: Allow multiple users for function graph tracing, Steven Rostedt
- Re: [PATCH v3 00/27] function_graph: Allow multiple users for function graph tracing, Mark Rutland
- [linux-next:master] BUILD REGRESSION 861a3cb5a2a8480d361fa6708da24747d6fa72fe, kernel test robot
- [PATCH bpf-next 0/2] Regular expression support for test output matching,
Cupertino Miranda
- [PATCH bpf] bpf: Set run context for rawtp test_run callback,
Jiri Olsa
- [Oops] vfree abort in bpf_jit_free with memcg_data value 0xffff,
Peng Fan
- [PATCH v2 net] vxlan: Fix regression when dropping packets due to invalid src addresses,
Daniel Borkmann
- [PATCH 0/3] Dead structs in tools/testing/selftests/bpf,
linux
- [RFC] misuse of descriptor tables in HID-BPF,
Al Viro
- [PATCH] tools/bpf: matric typo erro,
Swan Beaujard
- [Patch bpf] bpf: fix a potential use-after-free in bpf_link_free(),
Cong Wang
- [RFC PATCH bpf-next 0/2] bpf: Fix updating attached freplace to PROG_ARRAY map,
Leon Hwang
- [PATCH v2 00/27] function_graph: Allow multiple users for function graph tracing,
Steven Rostedt
- [PATCH v2 01/27] function_graph: Convert ret_stack to a series of longs, Steven Rostedt
- [PATCH v2 02/27] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long, Steven Rostedt
- [PATCH v2 03/27] function_graph: Add an array structure that will allow multiple callbacks, Steven Rostedt
- [PATCH v2 04/27] function_graph: Allow multiple users to attach to function graph, Steven Rostedt
- [PATCH v2 05/27] function_graph: Handle tail calls for stack unwinding, Steven Rostedt
- [PATCH v2 07/27] ftrace/function_graph: Pass fgraph_ops to function graph callbacks, Steven Rostedt
- [PATCH v2 06/27] function_graph: Remove logic around ftrace_graph_entry and return, Steven Rostedt
- [PATCH v2 08/27] ftrace: Allow function_graph tracer to be enabled in instances, Steven Rostedt
- [PATCH v2 09/27] ftrace: Allow ftrace startup flags to exist without dynamic ftrace, Steven Rostedt
- [PATCH v2 11/27] ftrace: Allow subops filtering to be modified, Steven Rostedt
- [PATCH v2 13/27] function_graph: Add pid tracing back to function graph tracer, Steven Rostedt
- [PATCH v2 12/27] function_graph: Have the instances use their own ftrace_ops for filtering, Steven Rostedt
- [PATCH v2 14/27] function_graph: Use a simple LRU for fgraph_array index number, Steven Rostedt
- [PATCH v2 10/27] ftrace: Add subops logic to allow one ops to manage many, Steven Rostedt
- [PATCH v2 15/27] function_graph: Add "task variables" per task for fgraph_ops, Steven Rostedt
- [PATCH v2 16/27] function_graph: Move set_graph_function tests to shadow stack global var, Steven Rostedt
- [PATCH v2 19/27] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data(), Steven Rostedt
- [PATCH v2 18/27] function_graph: Move graph notrace bit to shadow stack global var, Steven Rostedt
- [PATCH v2 17/27] function_graph: Move graph depth stored data to shadow stack global var, Steven Rostedt
- [PATCH v2 20/27] function_graph: Add selftest for passing local variables, Steven Rostedt
- [PATCH v2 21/27] ftrace: Add multiple fgraph storage selftest, Steven Rostedt
- [PATCH v2 23/27] function_graph: Use bitmask to loop on fgraph entry, Steven Rostedt
- [PATCH v2 22/27] function_graph: Use for_each_set_bit() in __ftrace_return_to_handler(), Steven Rostedt
- [PATCH v2 24/27] function_graph: Use static_call and branch to optimize entry function, Steven Rostedt
- [PATCH v2 25/27] function_graph: Use static_call and branch to optimize return function, Steven Rostedt
- [PATCH v2 26/27] selftests/ftrace: Add function_graph tracer to func-filter-pid test, Steven Rostedt
- [PATCH v2 27/27] selftests/ftrace: Add fgraph-multi.tc test, Steven Rostedt
- Re: [PATCH v2 00/27] function_graph: Allow multiple users for function graph tracing, Steven Rostedt
- Re: [syzbot] Monthly trace report (May 2024),
Google
- [PATCH 0/6] kernel: Avoid memcpy of task comm,
Yafang Shao
- [PATCH] bpf: plug a warn about bpf_session_cookie without CONFIG_FPROBE,
Mateusz Guzik
- [PATCH V3 00/10] perf tools: Fix test "perf probe of function from different CU",
Chaitanya S Prakash
- [PATCH v4 bpf-next 1/2] bpf: Relax precision marking in open coded iters and may_goto loop.,
Alexei Starovoitov
- [PATCH RFC bpf-next] libbpf: implement BTF field iterator,
Andrii Nakryiko
- LPC 2024 BPF Track CFP,
Daniel Borkmann
- [PATCH bpf] bpf: Fix bpf_session_cookie BTF_ID in special_kfunc_set list,
Jiri Olsa
- Behavior of BPF helper functions like bpf_skb_load_bytes (and presumably other kfuncs) that have out parameters?, Alan Jowett
- [linux-next:master] BUILD REGRESSION 0e1980c40b6edfa68b6acf926bab22448a6e40c9, kernel test robot
- [RFC PATCH 0/5] Avoid MAP_FIXED gap exposure,
Liam R. Howlett
- [PATCH] test_bpf: add missing MODULE_DESCRIPTION(),
Jeff Johnson
- [PATCH net] vxlan: Fix regression when dropping packets due to invalid src addresses,
Daniel Borkmann
- [PATCH v2 5.10.y 0/2] bpf: fix warning in ftrace_verify_code(),
kovalev
- [PATCH v2 5.15.y 0/2] bpf: fix warning in ftrace_verify_code(),
kovalev
- [PATCH RFC v2 0/8] net: stmmac: convert stmmac "pcs" to phylink,
Russell King (Oracle)
- [PATCH RFC net-next v2 2/8] net: stmmac: provide core phylink PCS infrastructure, Russell King (Oracle)
- Re: [PATCH RFC v2 0/8] net: stmmac: convert stmmac "pcs" to phylink, Andrew Halaney
- [PATCH RFC net-next v2 09/17] net: stmmac: Introduce mac_device_info::priv pointer, Serge Semin
- [PATCH RFC net-next v2 10/17] net: stmmac: Introduce internal PCS offset-based CSR access, Serge Semin
- [PATCH RFC net-next v2 11/17] net: stmmac: Introduce internal PCS config register getter, Serge Semin
- [PATCH RFC net-next v2 12/17] net: stmmac: Introduce internal PCS IRQ enable/disable methods, Serge Semin
- [PATCH RFC net-next v2 13/17] net: stmmac: Move internal PCS ANE-control method to dwmac-qcom-ethqos.c, Serge Semin
- [PATCH RFC net-next v2 14/17] net: stmmac: Move internal PCS PHYLINK ops to stmmac_pcs.c, Serge Semin
- [PATCH RFC net-next v2 15/17] net: stmmac: Move internal PCS ISR to stmmac_pcs.c, Serge Semin
- [PATCH RFC net-next v2 16/17] net: stmmac: Move internal PCS init method to stmmac_pcs.c, Serge Semin
- [PATCH RFC net-next v2 17/17] net: stmmac: pcs: Drop the _SHIFT macros, Serge Semin
- [PATCH bpf] bpf: Make session kfuncs global,
Jiri Olsa
- [PATCH RFC 0/4] static key support for error injection functions,
Vlastimil Babka
- [PATCH RFC 3/4] mm, slab: add static key for should_failslab(), Vlastimil Babka
- [PATCH RFC 1/4] fault-inject: add support for static keys around fault injection sites, Vlastimil Babka
- [PATCH RFC 2/4] error-injection: support static keys around injectable functions, Vlastimil Babka
- [PATCH RFC 4/4] mm, page_alloc: add static key for should_fail_alloc_page(), Vlastimil Babka
- Re: [PATCH RFC 0/4] static key support for error injection functions, Mark Rutland
- Re: [PATCH RFC 0/4] static key support for error injection functions, Roman Gushchin
- Re: [PATCH RFC 0/4] static key support for error injection functions, Wei Yang
- Re: [PATCH RFC 0/4] static key support for error injection functions, David Rientjes
- Problem with BTF generation on mips64el,
Tony Ambardar
[Index of Archives]
[Linux Samsung SoC]
[Linux Actions SoC]
[Linux Rockchip SoC]
[Linux for Synopsys ARC Processors]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]