BPF - Berkeley Packet Filters
[Prev Page][Next Page]
- Re: bpf: add support to check kernel features in BPF program, (continued)
- [PATCH bpf-next] bpftool: Support bpffs mountpoint as pin path for prog loadall,
Pengcheng Yang
- [PATCH v3 net] bonding: add xdp_features support,
Lorenzo Bianconi
- [PATCH v1 bpf-next 0/9] bpf_refcount followups (part 1),
Dave Marchevsky
- [PATCH v1 bpf-next 3/9] bpf: Fix __bpf_{list,rbtree}_add's beginning-of-node calculation, Dave Marchevsky
- [PATCH v1 bpf-next 1/9] [DONOTAPPLY] Revert "bpf: Disable bpf_refcount_acquire kfunc calls until race conditions are fixed", Dave Marchevsky
- [PATCH v1 bpf-next 2/9] bpf: Set kptr_struct_meta for node param to list and rbtree insert funcs, Dave Marchevsky
- [PATCH v1 bpf-next 5/9] [RFC] selftests/bpf: Add unsafe lock/unlock and refcount_read kfuncs to bpf_testmod, Dave Marchevsky
- [PATCH v1 bpf-next 4/9] bpf: Allow KF_DESTRUCTIVE-flagged kfuncs to be called under spinlock, Dave Marchevsky
- [PATCH v1 bpf-next 7/9] selftests/bpf: Add test exercising bpf_refcount_acquire race condition, Dave Marchevsky
- [PATCH v1 bpf-next 9/9] [DONOTAPPLY] Revert "selftests/bpf: Disable newly-added refcounted_kptr_races test", Dave Marchevsky
- [PATCH v1 bpf-next 8/9] selftests/bpf: Disable newly-added refcounted_kptr_races test, Dave Marchevsky
- [PATCH v1 bpf-next 6/9] bpf: Make bpf_refcount_acquire fallible for non-owning refs, Dave Marchevsky
- [PATCH v2 bpf-next] libbpf: Fix comment about arc and riscv arch in bpf_tracing.h,
Kenjiro Nakayama
- [PATCH bpf-next] libbpf: Fix comment about arc and riscv arch in bpf_tracing.h, Kenjiro Nakayama
- [PATCH bpf-next v5 0/2] Introduce a new kfunc of bpf_task_under_cgroup,
Feng zhou
- [PATCH v7 bpf-next 00/10] bpf: Add socket destroy capability,
Aditi Ghag
- [PATCH v7 bpf-next 08/10] selftests/bpf: Test bpf_sock_destroy, Aditi Ghag
- [PATCH v7 bpf-next 09/10] bpf: Add a kfunc filter function to 'struct btf_kfunc_id_set', Aditi Ghag
- [PATCH v7 bpf-next 06/10] bpf: Add bpf_sock_destroy kfunc, Aditi Ghag
- [PATCH v7 bpf-next 05/10] bpf: udp: Implement batching for sockets iterator, Aditi Ghag
- [PATCH v7 bpf-next 01/10] bpf: tcp: Avoid taking fast sock lock in iterator, Aditi Ghag
- [PATCH v7 bpf-next 02/10] udp: seq_file: Helper function to match socket attributes, Aditi Ghag
- [PATCH v7 bpf-next 10/10] selftests/bpf: Extend bpf_sock_destroy tests, Aditi Ghag
- [PATCH v7 bpf-next 04/10] udp: seq_file: Remove bpf_seq_afinfo from udp_iter_state, Aditi Ghag
- [PATCH v7 bpf-next 07/10] selftests/bpf: Add helper to get port using getsockname, Aditi Ghag
- [PATCH v7 bpf-next 03/10] bpf: udp: Encapsulate logic to get udp table, Aditi Ghag
- selftest sock_fields failed on s390x with latest llvm17,
Yonghong Song
- [RFC/PATCH] libbpf: Store zero fd to fd_array for loader kfunc relocation, Jiri Olsa
- [PATCH net v3] virtio_net: Fix error unwinding of XDP initialization,
Feng Liu
- [PATCH bpf-next 00/10] Centralize BPF permission checks,
Andrii Nakryiko
- [PATCH bpf-next 01/10] bpf: move unprivileged checks into map_create() and bpf_prog_load(), Andrii Nakryiko
- [PATCH bpf-next 02/10] bpf: inline map creation logic in map_create() function, Andrii Nakryiko
- [PATCH bpf-next 09/10] bpf: use recorded bpf_capable flag in JIT code, Andrii Nakryiko
- [PATCH bpf-next 03/10] bpf: centralize permissions checks for all BPF map types, Andrii Nakryiko
- [PATCH bpf-next 07/10] bpf: record effective capabilities at BPF prog load time, Andrii Nakryiko
- [PATCH bpf-next 08/10] bpf: use recorded BPF prog effective caps when fetching helper protos, Andrii Nakryiko
- [PATCH bpf-next 05/10] bpf: drop unnecessary bpf_capable() check in BPF_MAP_FREEZE command, Andrii Nakryiko
- [PATCH bpf-next 06/10] bpf: keep BPF_PROG_LOAD permission checks clear of validations, Andrii Nakryiko
- [PATCH bpf-next 04/10] bpf: remember if bpf_map was unprivileged and use that consistently, Andrii Nakryiko
- [PATCH bpf-next 10/10] bpf: consistenly use program's recorded capabilities in BPF verifier, Andrii Nakryiko
- [PATCH v8 0/3] mm/gup: disallow GUP writing to file-backed mappings by default,
Lorenzo Stoakes
- [PATCH bpf-next] bpf: Print a warning only if writing to unprivileged_bpf_disabled.,
Kui-Feng Lee
- [PATCH bpf-next] bpf: Emit struct bpf_tcp_sock type in vmlinux BTF,
Yonghong Song
- [PATCH net v2] virtio_net: Fix error unwinding of XDP initialization,
Feng Liu
- [PATCH] bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields,
Will Deacon
- [PATCH v7 0/3] mm/gup: disallow GUP writing to file-backed mappings by default,
Lorenzo Stoakes
- [PATCH bpf v7 00/13] bpf sockmap fixes,
John Fastabend
- [PATCH bpf v7 07/13] bpf: sockmap, wake up polling after data copy, John Fastabend
- [PATCH bpf v7 05/13] bpf: sockmap, handle fin correctly, John Fastabend
- [PATCH bpf v7 03/13] bpf: sockmap, reschedule is now done through backlog, John Fastabend
- [PATCH bpf v7 06/13] bpf: sockmap, TCP data stall on recv before accept, John Fastabend
- [PATCH bpf v7 02/13] bpf: sockmap, convert schedule_work into delayed_work, John Fastabend
- [PATCH bpf v7 01/13] bpf: sockmap, pass skb ownership through read_skb, John Fastabend
- [PATCH bpf v7 04/13] bpf: sockmap, improved check for empty queue, John Fastabend
- [PATCH bpf v7 10/13] bpf: sockmap, build helper to create connected socket pair, John Fastabend
- [PATCH bpf v7 12/13] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer, John Fastabend
- [PATCH bpf v7 08/13] bpf: sockmap, incorrectly handling copied_seq, John Fastabend
- [PATCH bpf v7 13/13] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer with drops, John Fastabend
- [PATCH bpf v7 09/13] bpf: sockmap, pull socket helpers out of listen test for general use, John Fastabend
- [PATCH bpf v7 11/13] bpf: sockmap, test shutdown() correctly exits epoll and recv()=0, John Fastabend
- [ANNOUNCEMENT] libbpf v1.2 release, Andrii Nakryiko
- [PATCH v9.1 00/11] tracing: Add fprobe/tracepoint events,
Masami Hiramatsu (Google)
- [PATCH v9.1 01/11] fprobe: Pass return address to the handlers, Masami Hiramatsu (Google)
- [PATCH v9.1 02/11] tracing/probes: Add fprobe events for tracing function entry and exit., Masami Hiramatsu (Google)
- [PATCH v9.1 03/11] selftests/ftrace: Add fprobe related testcases, Masami Hiramatsu (Google)
- [PATCH v9.1 04/11] tracing/probes: Add tracepoint support on fprobe_events, Masami Hiramatsu (Google)
- [PATCH v9.1 05/11] tracing/probes: Move event parameter fetching code to common parser, Masami Hiramatsu (Google)
- [PATCH v9.1 06/11] tracing/probes: Support function parameters if BTF is available, Masami Hiramatsu (Google)
- [PATCH v9.1 07/11] tracing/probes: Add $$args meta argument for all function args, Masami Hiramatsu (Google)
- [PATCH v9.1 11/11] Documentation: tracing/probes: Add fprobe event tracing document, Masami Hiramatsu (Google)
- [PATCH v9.1 09/11] selftests/ftrace: Add tracepoint probe test case, Masami Hiramatsu (Google)
- [PATCH v9.1 08/11] tracing/probes: Add BTF retval type support, Masami Hiramatsu (Google)
- [PATCH v9.1 10/11] selftests/ftrace: Add BTF arguments test cases, Masami Hiramatsu (Google)
- [PATCH v2 1/3] bpf: Allow NULL buffers in bpf_dynptr_slice(_rw),
Daniel Rosenberg
- [PATCH v6 0/3] mm/gup: disallow GUP writing to file-backed mappings by default,
Lorenzo Stoakes
- [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, Lorenzo Stoakes
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, John Hubbard
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, Peter Zijlstra
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, Jan Kara
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, Christian Borntraeger
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, Lorenzo Stoakes
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, Jason Gunthorpe
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, Christian Borntraeger
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, Jason Gunthorpe
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, David Hildenbrand
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, Jason Gunthorpe
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, David Hildenbrand
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, Matthew Rosato
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, David Hildenbrand
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, Jason Gunthorpe
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, David Hildenbrand
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, Jason Gunthorpe
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, David Hildenbrand
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, Matthew Rosato
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, Jason Gunthorpe
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, Peter Xu
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, Jason Gunthorpe
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, David Hildenbrand
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, Jason Gunthorpe
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, David Hildenbrand
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, Jason Gunthorpe
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, David Hildenbrand
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, Jason Gunthorpe
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, Matthew Rosato
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, Jason Gunthorpe
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, David Hildenbrand
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, Matthew Rosato
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, Matthew Rosato
- Re: [PATCH v6 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings, Matthew Rosato
- [PATCH v6 1/3] mm/mmap: separate writenotify and dirty tracking logic, Lorenzo Stoakes
- [PATCH v6 2/3] mm/gup: disallow FOLL_LONGTERM GUP-nonfast writing to file-backed mappings, Lorenzo Stoakes
- [PATCH bpf-next v3 0/4] bpf: Don't EFAULT for {g,s}setsockopt with wrong optlen,
Stanislav Fomichev
- [ANN] bpf development stats for 6.4,
Stanislav Fomichev
- [PATCH v9 00/11] tracing: Add fprobe events,
Masami Hiramatsu (Google)
- [PATCH v9 01/11] fprobe: Pass return address to the handlers, Masami Hiramatsu (Google)
- [PATCH v9 02/11] tracing/probes: Add fprobe events for tracing function entry and exit., Masami Hiramatsu (Google)
- [PATCH v9 03/11] selftests/ftrace: Add fprobe related testcases, Masami Hiramatsu (Google)
- [PATCH v9 04/11] tracing/probes: Add tracepoint support on fprobe_events, Masami Hiramatsu (Google)
- [PATCH v9 05/11] tracing/probes: Move event parameter fetching code to common parser, Masami Hiramatsu (Google)
- [PATCH v9 06/11] tracing/probes: Support function parameters if BTF is available, Masami Hiramatsu (Google)
- [PATCH v9 07/11] tracing/probes: Add $$args meta argument for all function args, Masami Hiramatsu (Google)
- [PATCH v9 08/11] tracing/probes: Add BTF retval type support, Masami Hiramatsu (Google)
- [PATCH v9 11/11] Documentation: tracing/probes: Add fprobe event tracing document, Masami Hiramatsu (Google)
- [PATCH v9 09/11] selftests/ftrace: Add tracepoint probe test case, Masami Hiramatsu (Google)
- [PATCH v9 10/11] selftests/ftrace: Add BTF arguments test cases, Masami Hiramatsu (Google)
- [v8] Re: [PATCH v9 00/11] tracing: Add fprobe events, Google
- [PATCH v2 net] bonding: add xdp_features support,
Lorenzo Bianconi
- [RFC bpf-next v3 0/6] Handle immediate reuse in bpf memory allocator,
Hou Tao
- [PATCH net v1 2/2] virtio_net: Close queue pairs using helper function,
Feng Liu
- [PATCH net v1 1/2] virtio_net: Fix error unwinding of XDP initialization,
Feng Liu
- [PATCH bpf-next 0/2] libbpf: capability for resizing datasec maps,
JP Kobryn
- [PATCH RFC net-next/mm V3 0/2] page_pool: new approach for leak detection and shutdown phase,
Jesper Dangaard Brouer
- [PATCH bpf-next] libbpf: Fix overflow detection when dumping bitfields,
Ilya Leoshkevich
- [PATCH RFC 00/43] x86/pie: Make kernel image's virtual address flexible,
Hou Wenlong
- [PATCH bpf,v4 0/4] Socket lookup BPF API from tc/xdp ingress does not respect VRF bindings.,
Gilad Sever
- [PATCH bpf-next v4 0/2] Introduce a new kfunc of bpf_task_under_cgroup,
Feng zhou
- [PATCH bpf-next] selftests/bpf: Add fexit_sleep to DENYLIST.aarch64,
Martin KaFai Lau
- [PATCH] lsm: move hook comments docs to security/security.c,
Randy Dunlap
- [PATCH 0/1] bpf, docs: Update llvm_relocs.rst with typo fixes,
Will Hawkins
- [PATCH v2 bpf-next] libbpf: btf_dump_type_data_check_overflow needs to consider BTF_MEMBER_BITFIELD_SIZE,
Martin KaFai Lau
- [PATCH bpf-next] libbpf: btf_dump_type_data_check_overflow needs to consider BTF_MEMBER_BITFIELD_SIZE,
Martin KaFai Lau
- [PATCH 1/2] perf lock contention: Fix struct rq lock access,
Namhyung Kim
- [PATCH v5] mm/gup: disallow GUP writing to file-backed mappings by default,
Lorenzo Stoakes
- [PATCH bpf-next v2 0/2] selftests/bpf: test_progs can read test lists from file,
Stephen Veiss
- [PATCH bpf-next v2 0/4] bpf: Don't EFAULT for {g,s}setsockopt with wrong optlen,
Stanislav Fomichev
- [PATCH RFC net-next/mm V2 0/2] page_pool: new approach for leak detection and shutdown phase,
Jesper Dangaard Brouer
- [PATCH v1] selftests/bpf: Do not use sign-file as testcase,
Alexey Gladkov
- [PATCH bpf-next] selftests/bpf: Update the aarch64 tests deny list,
Florent Revest
- [PATCH net 0/2] add xdp_features support for bonding driver,
Lorenzo Bianconi
- [PATCH bpf-next v4] bpftool: Dump map id instead of value for map_of_maps types,
Xueming Feng
- [PATCH bpf-next v3] bpftool: Dump map id instead of value for map_of_maps types,
Xueming Feng
- [PATCH net-next v4 00/15] virtio_net: refactor xdp codes,
Xuan Zhuo
- [PATCH net-next v4 01/15] virtio_net: mergeable xdp: put old page immediately, Xuan Zhuo
- [PATCH net-next v4 04/15] virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdp, Xuan Zhuo
- [PATCH net-next v4 03/15] virtio_net: optimize mergeable_xdp_get_buf(), Xuan Zhuo
- [PATCH net-next v4 02/15] virtio_net: introduce mergeable_xdp_get_buf(), Xuan Zhuo
- [PATCH net-next v4 07/15] virtio_net: virtnet_build_xdp_buff_mrg() auto release xdp shinfo, Xuan Zhuo
- [PATCH net-next v4 08/15] virtio_net: introduce receive_mergeable_xdp(), Xuan Zhuo
- [PATCH net-next v4 06/15] virtio_net: separate the logic of freeing the rest mergeable buf, Xuan Zhuo
- [PATCH net-next v4 11/15] virtio_net: small: remove the delta, Xuan Zhuo
- [PATCH net-next v4 09/15] virtio_net: merge: remove skip_xdp, Xuan Zhuo
- [PATCH net-next v4 10/15] virtio_net: introduce receive_small_xdp(), Xuan Zhuo
- [PATCH net-next v4 05/15] virtio_net: separate the logic of freeing xdp shinfo, Xuan Zhuo
- [PATCH net-next v4 14/15] virtio_net: introduce receive_small_build_xdp, Xuan Zhuo
- [PATCH net-next v4 13/15] virtio_net: small: remove skip_xdp, Xuan Zhuo
- [PATCH net-next v4 12/15] virtio_net: small: avoid double counting in xdp scenarios, Xuan Zhuo
- [PATCH net-next v4 15/15] virtio_net: introduce virtnet_build_skb(), Xuan Zhuo
- Re: [PATCH net-next v4 00/15] virtio_net: refactor xdp codes, Paolo Abeni
- [PATCH bpf-next v3 0/2] Introduce a new kfunc of bpf_task_under_cgroup,
Feng zhou
- [PATCH v7 00/11] tracing: Add fprobe events,
Masami Hiramatsu (Google)
- [PATCH v7 04/11] tracing/probes: Add tracepoint support on fprobe_events, Masami Hiramatsu (Google)
- [PATCH v7 02/11] tracing/probes: Add fprobe events for tracing function entry and exit., Masami Hiramatsu (Google)
- [PATCH v7 01/11] fprobe: Pass return address to the handlers, Masami Hiramatsu (Google)
- [PATCH v7 03/11] selftests/ftrace: Add fprobe related testcases, Masami Hiramatsu (Google)
- [PATCH v7 05/11] tracing/probes: Move event parameter fetching code to common parser, Masami Hiramatsu (Google)
- [PATCH v7 07/11] tracing/probes: Add $$args meta argument for all function args, Masami Hiramatsu (Google)
- [PATCH v7 09/11] selftests/ftrace: Add tracepoint probe test case, Masami Hiramatsu (Google)
- [PATCH v7 08/11] tracing/probes: Add BTF retval type support, Masami Hiramatsu (Google)
- [PATCH v7 06/11] tracing/probes: Support function parameters if BTF is available, Masami Hiramatsu (Google)
- [PATCH v7 10/11] selftests/ftrace: Add BTF arguments test cases, Masami Hiramatsu (Google)
- [PATCH v7 11/11] Documentation: tracing/probes: Add fprobe event tracing document, Masami Hiramatsu (Google)
- Re: [PATCH v7 00/11] tracing: Add fprobe events, Jiri Olsa
- [HELP] failed to resolve CO-RE relocation,
Namhyung Kim
- [PATCH bpf] selftests/bpf: fix pkg-config call building sign-file,
Jeremy Sowden
- Support for the pseudo-C BPF assembler syntax in GAS,
Jose E. Marchesi
- [PATCH bpf-next v2] bpf: Make bpf_helper_defs.h c++ friendly,
Stanislav Fomichev
- [PATCH] bpf: Unregister fentry when bpf_trampoline_unlink_prog fails to update image,
Chen Zhongjin
- [PATCH bpf-next 0/5] net/smc: Introduce BPF injection capability,
D. Wythe
- [PATCH bpf,v3 0/4] Socket lookup BPF API from tc/xdp ingress does not respect VRF bindings.,
Gilad Sever
- [PATCH dwarves] btf_encoder: Fix a dwarf type DW_ATE_unsigned_1024 to btf encoding issue,
Yonghong Song
- [PATCH bpf-next 00/10] Add precision propagation for subprogs and callbacks,
Andrii Nakryiko
- [PATCH bpf-next 01/10] veristat: add -t flag for adding BPF_F_TEST_STATE_FREQ program flag, Andrii Nakryiko
- [PATCH bpf-next 07/10] bpf: fix mark_all_scalars_precise use in mark_chain_precision, Andrii Nakryiko
- [PATCH bpf-next 03/10] bpf: encapsulate precision backtracking bookkeeping, Andrii Nakryiko
- [PATCH bpf-next 02/10] bpf: mark relevant stack slots scratched for register read instructions, Andrii Nakryiko
- [PATCH bpf-next 05/10] bpf: maintain bitmasks across all active frames in __mark_chain_precision, Andrii Nakryiko
- [PATCH bpf-next 06/10] bpf: fix propagate_precision() logic for inner frames, Andrii Nakryiko
- [PATCH bpf-next 08/10] bpf: support precision propagation in the presence of subprogs, Andrii Nakryiko
- [PATCH bpf-next 10/10] selftests/bpf: revert iter test subprog precision workaround, Andrii Nakryiko
- [PATCH bpf-next 09/10] selftests/bpf: add precision propagation tests in the presence of subprogs, Andrii Nakryiko
- [PATCH bpf-next 04/10] bpf: improve precision backtrack logging, Andrii Nakryiko
- [PATCH v4] mm/gup: disallow GUP writing to file-backed mappings by default,
Lorenzo Stoakes
- [PATCH bpf-next 0/2] selftests/bpf: test_progs can read test lists from file,
Stephen Veiss
[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]