BPF - Berkeley Packet Filters
[Prev Page][Next Page]
BPF CI email notifications,
Daniel Müller
[PATCH net-next 0/2][pull request] igc: Add support for physical + free-running timers,
Tony Nguyen
[PATCH 0/3] bpf: kernel/bpf/task_iter.c: don't abuse next_thread(),
Oleg Nesterov
[PATCH bpf-next 0/3] skmsg: Add the data length in skmsg to SIOCINQ ioctl and rx_queue,
Pengcheng Yang
Re: [PATCH v2] audit: don't take task_lock() in audit_exe_compare() code path,
Artem Savkov
[RFC PATCH bpf-next] bpf: Relax tracing prog recursive attach rules,
Dmitrii Dolgov
[PATCH bpf-next 0/2] bpf: fix couple of netdevsim issues,
Stanislav Fomichev
[PATCH bpf v3 0/8] bpf_redirect_peer fixes,
Daniel Borkmann
- [PATCH bpf v3 1/8] net, vrf: Move dstats structure to core, Daniel Borkmann
- [PATCH bpf v3 2/8] net: Move {l,t,d}stats allocation to core and convert veth & vrf, Daniel Borkmann
- [PATCH bpf v3 3/8] netkit: Add tstats per-CPU traffic counters, Daniel Borkmann
- [PATCH bpf v3 4/8] veth: Use tstats per-CPU traffic counters, Daniel Borkmann
- [PATCH bpf v3 5/8] bpf: Fix dev's rx stats for bpf_redirect_peer traffic, Daniel Borkmann
- [PATCH bpf v3 6/8] bpf, netkit: Add indirect call wrapper for fetching peer dev, Daniel Borkmann
- [PATCH bpf v3 7/8] selftests/bpf: De-veth-ize the tc_redirect test case, Daniel Borkmann
- [PATCH bpf v3 8/8] selftests/bpf: Add netkit to tc_redirect selftest, Daniel Borkmann
- Re: [PATCH bpf v3 0/8] bpf_redirect_peer fixes, Simon Horman
- Re: [PATCH bpf v3 0/8] bpf_redirect_peer fixes, Martin KaFai Lau
- Re: [PATCH bpf v3 0/8] bpf_redirect_peer fixes, patchwork-bot+netdevbpf
[PATCH net v2] gve: Fixes for napi_poll when budget is 0,
Ziwei Xiao
[PATCH bpf] bpf: fix tracking of stack size for var-off access,
Andrei Matei
[bug report] BUG: KASAN: slab-use-after-free in sock_def_readable+0x101/0x450,
Hou Tao
[PATCH bpf-next 0/2] bpf: Use GFP_KERNEL in bpf_event_entry_gen(),
Hou Tao
[linux-next:master] BUILD REGRESSION d173336e238b0f7f5b7eddfa641d7c25c24bb86a, kernel test robot
[PATCH bpf v2 0/5] bpf: Fix the release of inner map,
Hou Tao
[PATCH] bpf: Get the program type by resolve_prog_type() directly,
Wenli Xie
[PATCH bpf v2 0/8] bpf_redirect_peer fixes,
Daniel Borkmann
- [PATCH bpf v2 1/8] net, vrf: Move dstats structure to core, Daniel Borkmann
- [PATCH bpf v2 2/8] net: Move {l,t,d}stats allocation to core and convert veth & vrf, Daniel Borkmann
- [PATCH bpf v2 3/8] netkit: Add tstats per-CPU traffic counters, Daniel Borkmann
- [PATCH bpf v2 4/8] veth: Use tstats per-CPU traffic counters, Daniel Borkmann
- [PATCH bpf v2 5/8] bpf: Fix dev's rx stats for bpf_redirect_peer traffic, Daniel Borkmann
- [PATCH bpf v2 6/8] bpf, netkit: Add indirect call wrapper for fetching peer dev, Daniel Borkmann
- [PATCH bpf v2 7/8] selftests/bpf: De-veth-ize the tc_redirect test case, Daniel Borkmann
- [PATCH bpf v2 8/8] selftests/bpf: Add netkit to tc_redirect selftest, Daniel Borkmann
bpf: incorrect range tracking on JE and JNE with non-overlap ranges, Hao Sun
bpf: incorrect stack_depth after var off stack access causes OOB,
Hao Sun
[PATCH v4 bpf-next 00/17] Add kind layout, CRCs to BTF,
Alan Maguire
- [PATCH v4 bpf-next 01/17] btf: add kind layout encoding, crcs to UAPI, Alan Maguire
- [PATCH v4 bpf-next 02/17] libbpf: support kind layout section handling in BTF, Alan Maguire
- [PATCH v4 bpf-next 03/17] libbpf: use kind layout to compute an unknown kind size, Alan Maguire
- [PATCH v4 bpf-next 04/17] libbpf: add kind layout encoding, crc support, Alan Maguire
- [PATCH v4 bpf-next 05/17] libbpf: BTF validation can use kind layout for unknown kinds, Alan Maguire
- [PATCH v4 bpf-next 06/17] btf: support kernel parsing of BTF with kind layout, Alan Maguire
- [PATCH v4 bpf-next 07/17] bpf: add BTF CRC verification where present, Alan Maguire
- [PATCH v4 bpf-next 09/17] kbuild, bpf: switch to --btf_features, add crc,kind_layout features, Alan Maguire
- [PATCH v4 bpf-next 08/17] bpf: verify base BTF CRC to ensure it matches module BTF, Alan Maguire
- [PATCH v4 bpf-next 10/17] bpftool: add BTF dump "format meta" to dump header/metadata, Alan Maguire
- [PATCH v4 bpf-next 11/17] bpftool: update doc to describe bpftool btf dump .. format meta, Alan Maguire
- [PATCH v4 bpf-next 12/17] selftests/bpf: test kind encoding/decoding, Alan Maguire
- [PATCH v4 bpf-next 13/17] bpf: support standalone BTF in modules, Alan Maguire
- [PATCH v4 bpf-next 14/17] kbuild, bpf: allow opt-out from using split BTF for modules, Alan Maguire
- [PATCH v4 bpf-next 15/17] selftests/bpf: generalize module load to support specifying a module name, Alan Maguire
- [PATCH v4 bpf-next 17/17] selftests/bpf: update btf_module test to ensure standalone BTF works, Alan Maguire
- [PATCH v4 bpf-next 16/17] selftests/bpf: build separate bpf_testmod module with standalone BTF, Alan Maguire
- Re: [PATCH v4 bpf-next 00/17] Add kind layout, CRCs to BTF, Alan Maguire
[RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf,
Yafang Shao
- [RFC PATCH -mm 2/4] mm, security: Add lsm hook for set_mempolicy(2), Yafang Shao
- [RFC PATCH -mm 3/4] mm, security: Add lsm hook for set_mempolicy_home_node(2), Yafang Shao
- [RFC PATCH -mm 1/4] mm, security: Add lsm hook for mbind(2), Yafang Shao
- [RFC PATCH -mm 4/4] selftests/bpf: Add selftests for mbind(2) with lsm prog, Yafang Shao
- Re: [RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf, Casey Schaufler
- Re: [RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf, Paul Moore
[PATCH bpf-next] selftests/bpf: add assert for user stacks in test_task_stack,
Jordan Rome
[PATCH v2 bpf-next 00/13] BPF register bounds range vs range support,
Andrii Nakryiko
- [PATCH v2 bpf-next 04/13] bpf: add register bounds sanity checks and sanitization, Andrii Nakryiko
- [PATCH v2 bpf-next 03/13] bpf: enhance BPF_JEQ/BPF_JNE is_branch_taken logic, Andrii Nakryiko
- [PATCH v2 bpf-next 02/13] bpf: generalize is_scalar_branch_taken() logic, Andrii Nakryiko
- [PATCH v2 bpf-next 01/13] bpf: generalize reg_set_min_max() to handle non-const register comparisons, Andrii Nakryiko
- [PATCH v2 bpf-next 09/13] selftests/bpf: add range x range test to reg_bounds, Andrii Nakryiko
- [PATCH v2 bpf-next 10/13] selftests/bpf: add randomized reg_bounds tests, Andrii Nakryiko
- [PATCH v2 bpf-next 08/13] selftests/bpf: adjust OP_EQ/OP_NE handling to use subranges for branch taken, Andrii Nakryiko
- [PATCH v2 bpf-next 12/13] veristat: add ability to set BPF_F_TEST_SANITY_STRICT flag with -r flag, Andrii Nakryiko
- [PATCH v2 bpf-next 07/13] selftests/bpf: BPF register range bounds tester, Andrii Nakryiko
- [PATCH v2 bpf-next 11/13] selftests/bpf: set BPF_F_TEST_SANITY_SCRIPT by default, Andrii Nakryiko
- [PATCH v2 bpf-next 13/13] selftests/bpf: add iter test requiring range x range logic, Andrii Nakryiko
- [PATCH v2 bpf-next 05/13] bpf: remove redundant s{32,64} -> u{32,64} deduction logic, Andrii Nakryiko
- [PATCH v2 bpf-next 06/13] bpf: make __reg{32,64}_deduce_bounds logic more robust, Andrii Nakryiko
- Re: [PATCH v2 bpf-next 00/13] BPF register bounds range vs range support, patchwork-bot+netdevbpf
[PATCH v2 bpf-next 0/8] BPF verifier log improvements,
Andrii Nakryiko
[PATCH v2] perf: get_perf_callchain return NULL for crosstask,
Jordan Rome
[RFC PATCH 0/5] LSM: Officially support appending LSM hooks after boot.,
Tetsuo Handa
[PATCH v4 bpf-next 0/6] bpf: Add support for cgroup1, BPF part,
Yafang Shao
[PATCH bpf] bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags(),
Hou Tao
[linux-next:master] BUILD REGRESSION 8728c14129df7a6e29188a2e737b4774fb200953, kernel test robot
[PATCHSET v5] sched: Implement BPF extensible scheduler class,
Tejun Heo
- [PATCH 01/36] cgroup: Implement cgroup_show_cftypes(), Tejun Heo
- [PATCH 02/36] sched: Restructure sched_class order sanity checks in sched_init(), Tejun Heo
- [PATCH 04/36] sched: Add sched_class->reweight_task(), Tejun Heo
- [PATCH 03/36] sched: Allow sched_cgroup_fork() to fail and introduce sched_cancel_fork(), Tejun Heo
- [PATCH 06/36] sched: Factor out cgroup weight conversion functions, Tejun Heo
- [PATCH 05/36] sched: Add sched_class->switching_to() and expose check_class_changing/changed(), Tejun Heo
- [PATCH 08/36] sched: Enumerate CPU cgroup file types, Tejun Heo
- [PATCH 07/36] sched: Expose css_tg() and __setscheduler_prio(), Tejun Heo
- [PATCH 09/36] sched: Add @reason to sched_class->rq_{on|off}line(), Tejun Heo
- [PATCH 10/36] sched: Add normal_policy(), Tejun Heo
- [PATCH 11/36] sched_ext: Add boilerplate for extensible scheduler class, Tejun Heo
- [PATCH 13/36] sched_ext: Add scx_simple and scx_example_qmap example schedulers, Tejun Heo
- [PATCH 12/36] sched_ext: Implement BPF extensible scheduler class, Tejun Heo
- [PATCH 14/36] sched_ext: Add sysrq-S which disables the BPF scheduler, Tejun Heo
- [PATCH 21/36] sched_ext: Make watchdog handle ops.dispatch() looping stall, Tejun Heo
- [PATCH 18/36] sched_ext: Print sched_ext info when dumping stack, Tejun Heo
- [PATCH 22/36] sched_ext: Add task state tracking operations, Tejun Heo
- [PATCH 24/36] sched_ext: Track tasks that are subjects of the in-flight SCX operation, Tejun Heo
- [PATCH 26/36] sched_ext: Add a cgroup-based core-scheduling scheduler, Tejun Heo
- [PATCH 25/36] sched_ext: Add cgroup support, Tejun Heo
- [PATCH 30/36] sched_ext: Implement sched_ext_ops.cpu_online/offline(), Tejun Heo
- [PATCH 32/36] sched_ext: Add vtime-ordered priority queue to dispatch_q's, Tejun Heo
- [PATCH 27/36] sched_ext: Add a cgroup scheduler which uses flattened hierarchy, Tejun Heo
- [PATCH 34/36] sched_ext: Add a basic, userland vruntime scheduler, Tejun Heo
- [PATCH 33/36] sched_ext: Documentation: scheduler: Document extensible scheduler class, Tejun Heo
- [PATCH 29/36] sched_ext: Implement sched_ext_ops.cpu_acquire/release(), Tejun Heo
- [PATCH 35/36] sched_ext: Add scx_rusty, a rust userspace hybrid scheduler, Tejun Heo
- [PATCH 36/36] sched_ext: Add scx_layered, a highly configurable multi-layer scheduler, Tejun Heo
- [PATCH 20/36] sched_ext: Add a central scheduler which makes all scheduling decisions on one CPU, Tejun Heo
- [PATCH 16/36] sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED_EXT, Tejun Heo
- [PATCH 17/36] sched_ext: Allow BPF schedulers to switch all eligible tasks into sched_ext, Tejun Heo
- [PATCH 15/36] sched_ext: Implement runnable task stall watchdog, Tejun Heo
- [PATCH 19/36] sched_ext: Implement scx_bpf_kick_cpu() and task preemption support, Tejun Heo
- [PATCH 23/36] sched_ext: Implement tickless support, Tejun Heo
- [PATCH 28/36] sched_ext: Implement SCX_KICK_WAIT, Tejun Heo
- [PATCH 31/36] sched_ext: Implement core-sched support, Tejun Heo
[PATCH bpf-next v3] bpf: Do not allocate percpu memory at init stage,
Yonghong Song
[syzbot] [bpf?] INFO: rcu detected stall in sys_unshare (9), syzbot
[PATCH perf] perf: get_perf_callchain return NULL for crosstask,
Jordan Rome
[PATCH v8 0/5] Reduce overhead of LSMs with static calls,
KP Singh
[PATCH bpf-next v4 1/2] bpf: add skcipher API support to TC/XDP programs,
Vadim Fedorenko
[PATCH bpf-next v2] selftests/bpf: Fix pyperf180 compilation failure with clang18,
Yonghong Song
linux-6.6/tools/perf/util/bpf_map.c:50:8: style: Suspicious condition, David Binderman
[PATCH bpf] bpf/tests: Remove test for MOVSX32 with offset=32,
Puranjay Mohan
[PATCH bpf-next v2] bpf: Do not allocate percpu memory at init stage,
Yonghong Song
[PATCH bpf-next 0/8] BPF verifier log improvements,
Andrii Nakryiko
- [PATCH bpf-next 1/8] bpf: move verbose_linfo() into kernel/bpf/log.c, Andrii Nakryiko
- [PATCH bpf-next 3/8] bpf: extract register state printing, Andrii Nakryiko
- [PATCH bpf-next 2/8] bpf: move verifier state printing code to kernel/bpf/log.c, Andrii Nakryiko
- [PATCH bpf-next 7/8] bpf: smarter verifier log number printing logic, Andrii Nakryiko
- [PATCH bpf-next 4/8] bpf: print spilled register state in stack slot, Andrii Nakryiko
- [PATCH bpf-next 5/8] bpf: emit map name in register state if applicable and available, Andrii Nakryiko
- [PATCH bpf-next 8/8] bpf: emit frameno for PTR_TO_STACK regs if it differs from current one, Andrii Nakryiko
- [PATCH bpf-next 6/8] bpf: omit default off=0 and imm=0 in register state log, Andrii Nakryiko
- Re: [PATCH bpf-next 0/8] BPF verifier log improvements, Stanislav Fomichev
- Re: [PATCH bpf-next 0/8] BPF verifier log improvements, Eduard Zingerman
[PATCH] pahole: add support for kind layout, CRC encoding BTF features, Alan Maguire
[PATCH v3 bpf-next 00/17] Add kind layout, CRCs to BTF,
Alan Maguire
- [PATCH v3 bpf-next 01/17] btf: add kind layout encoding, crcs to UAPI, Alan Maguire
- [PATCH v3 bpf-next 02/17] libbpf: support kind layout section handling in BTF, Alan Maguire
- [PATCH v3 bpf-next 03/17] libbpf: use kind layout to compute an unknown kind size, Alan Maguire
- [PATCH v3 bpf-next 04/17] libbpf: add kind layout encoding, crc support, Alan Maguire
- [PATCH v3 bpf-next 05/17] libbpf: BTF validation can use kind layout for unknown kinds, Alan Maguire
- [PATCH v3 bpf-next 07/17] bpf: add BTF CRC verification where present, Alan Maguire
- [PATCH v3 bpf-next 08/17] bpf: verify base BTF CRC to ensure it matches module BTF, Alan Maguire
- [PATCH v3 bpf-next 06/17] btf: support kernel parsing of BTF with kind layout, Alan Maguire
- [PATCH v3 bpf-next 09/17] bpf: switch to --btf_features, add crc,kind_layout features, Alan Maguire
- [PATCH v3 bpf-next 10/17] bpftool: add BTF dump "format meta" to dump header/metadata, Alan Maguire
- [PATCH v3 bpf-next 11/17] bpftool: update doc to describe bpftool btf dump .. format meta, Alan Maguire
- [PATCH v3 bpf-next 12/17] selftests/bpf: test kind encoding/decoding, Alan Maguire
- [PATCH v3 bpf-next 13/17] bpf: support standalone BTF in modules, Alan Maguire
- [PATCH v3 bpf-next 14/17] bpf: allow opt-out from using split BTF for modules, Alan Maguire
- [PATCH v3 bpf-next 15/17] selftests/bpf: generalize module load to support specifying a module name, Alan Maguire
- [PATCH v3 bpf-next 17/17] selftests/bpf: update btf_module test to ensure standalone BTF works, Alan Maguire
- [PATCH v3 bpf-next 16/17] selftests/bpf: build separate bpf_testmod module with standalone BTF, Alan Maguire
- Re: [PATCH v3 bpf-next 00/17] Add kind layout, CRCs to BTF, Alan Maguire
[PATCH bpf-next] bpf, sockmap: Bundle psock->sk_redir and redir_ingress into a tagged pointer,
Pengcheng Yang
[PATCH v2 0/3] samples: introduce cgroup events listeners,
Dmitry Rokosov
[PATCH bpf] bpf: Do not allocate percpu memory at init stage,
Yonghong Song
[PATCH bpf 1/2] bpf: fix control-flow graph checking in privileged mode,
Andrii Nakryiko
[PATCH v10 bpf-next 00/17] BPF token and BPF FS-based delegation,
Andrii Nakryiko
- [PATCH v10 bpf-next 01/17] bpf: align CAP_NET_ADMIN checks with bpf_capable() approach, Andrii Nakryiko
- [PATCH v10 bpf-next 04/17] bpf: add BPF token support to BPF_MAP_CREATE command, Andrii Nakryiko
- [PATCH v10 bpf-next 02/17] bpf: add BPF token delegation mount options to BPF FS, Andrii Nakryiko
- [PATCH v10 bpf-next 06/17] bpf: add BPF token support to BPF_PROG_LOAD command, Andrii Nakryiko
- [PATCH v10 bpf-next 05/17] bpf: add BPF token support to BPF_BTF_LOAD command, Andrii Nakryiko
- [PATCH v10 bpf-next 03/17] bpf: introduce BPF token object, Andrii Nakryiko
- [PATCH v10 bpf-next 07/17] bpf: take into account BPF token when fetching helper protos, Andrii Nakryiko
- [PATCH v10 bpf-next 09/17] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks, Andrii Nakryiko
- [PATCH v10 bpf-next 10/17] bpf,lsm: refactor bpf_map_alloc/bpf_map_free LSM hooks, Andrii Nakryiko
- [PATCH v10 bpf-next 08/17] bpf: consistently use BPF token throughout BPF verifier logic, Andrii Nakryiko
- [PATCH v10 bpf-next 11/17] bpf,lsm: add BPF token LSM hooks, Andrii Nakryiko
- [PATCH v10 bpf-next 15/17] libbpf: add BPF token support to bpf_prog_load() API, Andrii Nakryiko
- [PATCH v10 bpf-next 13/17] libbpf: add BPF token support to bpf_map_create() API, Andrii Nakryiko
- [PATCH v10 bpf-next 17/17] bpf,selinux: allocate bpf_security_struct per BPF token, Andrii Nakryiko
- [PATCH v10 bpf-next 12/17] libbpf: add bpf_token_create() API, Andrii Nakryiko
- [PATCH v10 bpf-next 16/17] selftests/bpf: add BPF token-enabled tests, Andrii Nakryiko
- [PATCH v10 bpf-next 14/17] libbpf: add BPF token support to bpf_btf_load() API, Andrii Nakryiko
[PATCH v2 bpf 0/3] BPF control flow graph and precision backtrack fixes,
Andrii Nakryiko
[PATCHv3] selftests: bpf: xskxceiver: ksft_print_msg: fix format type error,
Anders Roxell
[PATCHv2 bpf-next 0/6] bpf: Add link_info support for uprobe multi link,
Jiri Olsa
[PATCH bpf-next] selftests/bpf: Fix pyperf180 compilation failure with llvm18,
Yonghong Song
[syzbot] [net?] BUG: unable to handle kernel paging request in nsim_bpf,
syzbot
[PATCH bpf-next 0/4] BPF control flow graph and precision backtrack fixes,
Andrii Nakryiko
[REPORT] BPF: Reproducible triggering of BUG() from userspace PoC,
Lee Jones
[RFC PATCH v2 00/31] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph,
Masami Hiramatsu (Google)
- [RFC PATCH v2 01/31] tracing: Add a comment about ftrace_regs definition, Masami Hiramatsu (Google)
- [RFC PATCH v2 02/31] x86: tracing: Add ftrace_regs definition in the header, Masami Hiramatsu (Google)
- [RFC PATCH v2 03/31] seq_buf: Export seq_buf_puts(), Masami Hiramatsu (Google)
- [RFC PATCH v2 04/31] function_graph: Convert ret_stack to a series of longs, Masami Hiramatsu (Google)
- [RFC PATCH v2 05/31] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long, Masami Hiramatsu (Google)
- [RFC PATCH v2 06/31] function_graph: Add an array structure that will allow multiple callbacks, Masami Hiramatsu (Google)
- [RFC PATCH v2 07/31] function_graph: Allow multiple users to attach to function graph, Masami Hiramatsu (Google)
- [RFC PATCH v2 08/31] function_graph: Remove logic around ftrace_graph_entry and return, Masami Hiramatsu (Google)
- [RFC PATCH v2 09/31] ftrace/function_graph: Pass fgraph_ops to function graph callbacks, Masami Hiramatsu (Google)
- [RFC PATCH v2 10/31] ftrace: Allow function_graph tracer to be enabled in instances, Masami Hiramatsu (Google)
- [RFC PATCH v2 11/31] ftrace: Allow ftrace startup flags exist without dynamic ftrace, Masami Hiramatsu (Google)
- [RFC PATCH v2 12/31] function_graph: Have the instances use their own ftrace_ops for filtering, Masami Hiramatsu (Google)
- [RFC PATCH v2 13/31] function_graph: Add "task variables" per task for fgraph_ops, Masami Hiramatsu (Google)
- [RFC PATCH v2 14/31] function_graph: Move set_graph_function tests to shadow stack global var, Masami Hiramatsu (Google)
- [RFC PATCH v2 15/31] function_graph: Move graph depth stored data to shadow stack global var, Masami Hiramatsu (Google)
- [RFC PATCH v2 16/31] function_graph: Move graph notrace bit to shadow stack global var, Masami Hiramatsu (Google)
- [RFC PATCH v2 17/31] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data(), Masami Hiramatsu (Google)
- [RFC PATCH v2 18/31] function_graph: Add selftest for passing local variables, Masami Hiramatsu (Google)
- [RFC PATCH v2 19/31] function_graph: Add a new entry handler with parent_ip and ftrace_regs, Masami Hiramatsu (Google)
- [RFC PATCH v2 20/31] function_graph: Add a new exit handler with parent_ip and ftrace_regs, Masami Hiramatsu (Google)
- [RFC PATCH v2 21/31] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS, Masami Hiramatsu (Google)
- [RFC PATCH v2 22/31] fprobe: Use ftrace_regs in fprobe entry handler, Masami Hiramatsu (Google)
- [RFC PATCH v2 23/31] fprobe: Use ftrace_regs in fprobe exit handler, Masami Hiramatsu (Google)
- [RFC PATCH v2 24/31] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs, Masami Hiramatsu (Google)
- [RFC PATCH v2 25/31] tracing: Add ftrace_fill_perf_regs() for perf event, Masami Hiramatsu (Google)
- [RFC PATCH v2 26/31] fprobe: Rewrite fprobe on function-graph tracer, Masami Hiramatsu (Google)
- [RFC PATCH v2 27/31] tracing/fprobe: Remove nr_maxactive from fprobe, Masami Hiramatsu (Google)
- [RFC PATCH v2 28/31] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS, Masami Hiramatsu (Google)
- [RFC PATCH v2 29/31] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled, Masami Hiramatsu (Google)
- [RFC PATCH v2 30/31] selftests: ftrace: Remove obsolate maxactive syntax check, Masami Hiramatsu (Google)
- [RFC PATCH v2 31/31] Documentation: probes: Update fprobe on function-graph tracer, Masami Hiramatsu (Google)
[PATCH bpf-next] bpf: replace register_is_const() with is_reg_const(),
Shung-Hsi Yu
pull-request: bpf 2023-11-08,
Daniel Borkmann
[PATCH v2 bpf-next] bpf: add crosstask check to __bpf_get_stack,
Jordan Rome
[PATCHv2] selftests: bpf: xskxceiver: ksft_print_msg: fix format type error,
Anders Roxell
[linux-next:master] BUILD REGRESSION 5cd631a52568a18b12fd2563418985c8cb63e4b0, kernel test robot
[RFC bpf-next v0 0/7] Unifying signed and unsigned min/max tracking,
Shung-Hsi Yu
[PATCH bpf-next 1/2] veristat: add ability to sort by stat's absolute value,
Andrii Nakryiko
[RFC PATCH 61/86] treewide: bpf: remove cond_resched(), Ankur Arora
[PATCH bpf-next v3] libbpf: Fix potential uninitialized tail padding with LIBBPF_OPTS_RESET,
Yonghong Song
[PATCH bpf 00/11] bpf: Fix the release of inner map,
Hou Tao
- [PATCH bpf 01/11] bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers, Hou Tao
- [PATCH bpf 03/11] bpf: Use GFP_KERNEL in bpf_event_entry_gen(), Hou Tao
- [PATCH bpf 02/11] bpf: Reduce the scope of rcu_read_lock when updating fd map, Hou Tao
- [PATCH bpf 06/11] bpf: Add bpf_map_of_map_fd_sys_lookup_elem() helper, Hou Tao
- [PATCH bpf 04/11] bpf: Add need_defer parameter to .map_fd_put_ptr(), Hou Tao
- [PATCH bpf 05/11] bpf: Add bpf_map_of_map_fd_{get,put}_ptr() helpers, Hou Tao
- [PATCH bpf 08/11] bpf: Defer bpf_map_put() for inner map in map htab, Hou Tao
- [PATCH bpf 07/11] bpf: Defer bpf_map_put() for inner map in map array, Hou Tao
- [PATCH bpf 09/11] bpf: Remove unused helpers for map-in-map, Hou Tao
- [PATCH bpf 11/11] selftests/bpf: Add test cases for inner map, Hou Tao
- [PATCH bpf 10/11] selftests/bpf: Remove the liveness test for inner map, Hou Tao
[PATCH 00/10] sysctl: Remove sentinel elements from kernel dir,
Joel Granados via B4 Relay
- [PATCH 01/10] kernel misc: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH 03/10] ftrace: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH 05/10] seccomp: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH 04/10] timekeeping: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH 02/10] umh: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH 08/10] kprobes: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH 07/10] printk: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH 09/10] delayacct: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH 06/10] scheduler: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH 10/10] bpf: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
[PATCH bpf v2 0/2] Let BPF verifier consider {task,cgroup} is trusted in bpf_iter_reg,
Chuyi Zhou
[PATCH AUTOSEL 5.10 03/11] bpf: Detect IP == ksym.end as part of BPF program, Sasha Levin
[PATCH AUTOSEL 5.15 04/12] bpf: Detect IP == ksym.end as part of BPF program, Sasha Levin
[PATCH AUTOSEL 6.1 12/18] bpf: Ensure proper register state printing for cond jumps, Sasha Levin
[PATCH AUTOSEL 6.1 05/18] bpf: Detect IP == ksym.end as part of BPF program, Sasha Levin
[PATCH AUTOSEL 6.5 21/30] bpf: Ensure proper register state printing for cond jumps, Sasha Levin
[PATCH AUTOSEL 6.5 06/30] bpf: Detect IP == ksym.end as part of BPF program, Sasha Levin
[PATCH AUTOSEL 6.6 22/31] bpf: Ensure proper register state printing for cond jumps, Sasha Levin
[PATCH AUTOSEL 6.6 06/31] bpf: Detect IP == ksym.end as part of BPF program, Sasha Levin
[PATCH v2 bpf-next 0/6] Allow bpf_refcount_acquire of mapval obtained via direct LD,
Dave Marchevsky
[PATCH bpf-next v2] libbpf: Fix potential uninitialized tail padding with LIBBPF_OPTS_RESET,
Yonghong Song
[PATCH bpf-next 0/3] bpf: __bpf_dynptr_data* and __str annotation,
Song Liu
[syzbot] Monthly bpf report (Nov 2023), syzbot
[PATCH net-next v2 00/21] virtio-net: support AF_XDP zero copy,
Xuan Zhuo
- [PATCH net-next v2 01/21] virtio_net: rename free_old_xmit_skbs to free_old_xmit, Xuan Zhuo
- [PATCH net-next v2 02/21] virtio_net: unify the code for recycling the xmit ptr, Xuan Zhuo
- [PATCH net-next v2 03/21] virtio_net: independent directory, Xuan Zhuo
- [PATCH net-next v2 04/21] virtio_net: move core structures to virtio_net.h, Xuan Zhuo
- [PATCH net-next v2 06/21] virtio_net: separate virtnet_rx_resize(), Xuan Zhuo
- [PATCH net-next v2 05/21] virtio_net: add prefix virtnet to all struct inside virtio_net.h, Xuan Zhuo
- [PATCH net-next v2 07/21] virtio_net: separate virtnet_tx_resize(), Xuan Zhuo
- [PATCH net-next v2 08/21] virtio_net: sq support premapped mode, Xuan Zhuo
- [PATCH net-next v2 09/21] virtio_net: xsk: bind/unbind xsk, Xuan Zhuo
- [PATCH net-next v2 10/21] virtio_net: xsk: prevent disable tx napi, Xuan Zhuo
- [PATCH net-next v2 11/21] virtio_net: move some api to header, Xuan Zhuo
- [PATCH net-next v2 12/21] virtio_net: xsk: tx: support tx, Xuan Zhuo
[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]