public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-09-04 14:10:19 to 2022-09-06 23:53:00 UTC [more...]

[PATCH bpf-next 0/2] cgroup/connect{4,6} programs for unprivileged ICMP ping
 2022-09-06 23:52 UTC  (6+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Ensure cgroup/connect{4,6} programs can bind unpriv "

[PATCH v2 bpf-next 0/3] cgroup/connect{4,6} programs for unprivileged ICMP ping
 2022-09-06 23:48 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/3] bpf: Invoke "
` [PATCH v2 bpf-next 2/3] selftests/bpf: Deduplicate write_sysctl() to test_progs.c
` [PATCH v2 bpf-next 3/3] selftests/bpf: Ensure cgroup/connect{4,6} programs can bind unpriv ICMP ping

[PATCH bpf-next 0/7] bpftool: Add LLVM as default library for disassembling JIT-ed programs
 2022-09-06 23:46 UTC  (13+ messages)
` [PATCH bpf-next 1/7] bpftool: Define _GNU_SOURCE only once
` [PATCH bpf-next 2/7] bpftool: Remove asserts from JIT disassembler
` [PATCH bpf-next 3/7] bpftool: Split FEATURE_TESTS/FEATURE_DISPLAY definitions in Makefile
` [PATCH bpf-next 4/7] bpftool: Group libbfd defs in Makefile, only pass them if we use libbfd
` [PATCH bpf-next 5/7] bpftool: Refactor disassembler for JIT-ed programs
` [PATCH bpf-next 6/7] bpftool: Add LLVM as default library for disassembling "
` [PATCH bpf-next 7/7] bpftool: Add llvm feature to "bpftool version"

[RFCv2 PATCH bpf-next 00/18] bpf: Introduce rbtree map
 2022-09-06 23:42 UTC  (4+ messages)
` [RFCv2 PATCH bpf-next 01/18] bpf: Add verifier support for custom callback return range

pull-request: bpf-next 2022-09-05
 2022-09-06 22:10 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] A couple of small refactorings of BPF program call sites
 2022-09-06 22:07 UTC  (7+ messages)
` [PATCH bpf-next v2 1/3] dev: Move received_rps counter next to RPS members in softnet data
` [PATCH bpf-next v2 2/3] bpf: Expand map key argument of bpf_redirect_map to u64
` [PATCH bpf-next v2 3/3] bpf: Use 64-bit return value for bpf_prog_run

[PATCH v2 bpf-next 0/4] Introduce bpf_ct_set_nat_info kfunc helper
 2022-09-06 21:54 UTC  (9+ messages)
` [PATCH v2 bpf-next 1/4] bpf: Add support for per-parameter trusted args
` [PATCH v2 bpf-next 2/4] selftests/bpf: Extend KF_TRUSTED_ARGS test for __ref annotation
` [PATCH v2 bpf-next 3/4] net: netfilter: add bpf_ct_set_nat_info kfunc helper
` [PATCH v2 bpf-next 4/4] selftests/bpf: add tests for bpf_ct_set_nat_info kfunc

[PATCH] selftests/bpf: simplify cgroup_hierarchical_stats selftest
 2022-09-06 21:35 UTC  (7+ messages)

[PATCH] libbpf: Clean up legacy bpf maps declaration in bpf_helpers
 2022-09-06 20:31 UTC  (2+ messages)

[RFC PATCH v2 0/5] Make BPF ring buffer overwritable
 2022-09-06 19:56 UTC  (6+ messages)
` [RFC PATCH v2 1/5] bpf: Make "
` [RFC PATCH v2 2/5] selftests: Add BPF overwritable ring buffer self tests
` [RFC PATCH v2 3/5] docs/bpf: Add documentation for overwritable ring buffer
` [RFC PATCH v2 4/5] libbpf: Add implementation to consume overwritable BPF "
` [RFC PATCH v2 5/5] for test purpose only: Add toy to play with BPF ring

[PATCH bpf-next v4 0/8] bpf: Support struct argument for trampoline base progs
 2022-09-06 19:30 UTC  (7+ messages)
` [PATCH bpf-next v4 2/8] bpf: x86: Support in-register struct arguments in trampoline programs
` [PATCH bpf-next v4 3/8] bpf: Update descriptions for helpers bpf_get_func_arg[_cnt]()

[PATCH v16 00/12] bpf: Add kfuncs for PKCS#7 signature verification
 2022-09-06 18:45 UTC  (37+ messages)
` [PATCH v16 01/12] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v16 02/12] bpf: Move dynptr type check to is_dynptr_type_expected()
` [PATCH v16 03/12] btf: Allow dynamic pointer parameters in kfuncs
` [PATCH v16 04/12] bpf: Export bpf_dynptr_get_size()
` [PATCH v16 05/12] KEYS: Move KEY_LOOKUP_ to include/linux/key.h and define KEY_LOOKUP_ALL
            ` [PATCH v17 "
` [PATCH v16 06/12] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
` [PATCH v16 07/12] bpf: Add bpf_verify_pkcs7_signature() kfunc
` [PATCH v16 08/12] selftests/bpf: Compile kernel with everything as built-in
` [PATCH v16 09/12] selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()
` [PATCH v16 10/12] selftests/bpf: Add additional tests for bpf_lookup_*_key()
` [PATCH v16 11/12] selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc
` [PATCH v16 12/12] selftests/bpf: Add tests for dynamic pointers parameters in kfuncs

linux-next: build failure after merge of the slab tree
 2022-09-06 18:37 UTC  (3+ messages)

[PATCH 2/2] bpf: Fix warning of incorrect type in return expression
 2022-09-06 18:29 UTC  (2+ messages)

[PATCH 0/7] bpf: Add fd modes check for map iter and extend libbpf
 2022-09-06 18:21 UTC  (9+ messages)
` [PATCH 1/7] bpf: Add missing fd modes check for map iterators
` [PATCH 2/7] libbpf: Define bpf_get_fd_opts and introduce bpf_map_get_fd_by_id_opts()
` [PATCH 3/7] libbpf: Introduce bpf_prog_get_fd_by_id_opts()
` [PATCH 4/7] libbpf: Introduce bpf_btf_get_fd_by_id_opts()
` [PATCH 5/7] libbpf: Introduce bpf_link_get_fd_by_id_opts()
` [PATCH 6/7] selftests/bpf: Ensure fd modes are checked for map iters and destroy links
` [PATCH 7/7] selftests/bpf: Add tests for _opts variants of libbpf

[PATCH bpf-next v3 0/2] Add table of BPF program types to docs
 2022-09-06 17:07 UTC  (11+ messages)
` [PATCH bpf-next v3 1/2] Add subdir support to Documentation makefile
` [PATCH bpf-next v3 2/2] Add table of BPF program types to libbpf docs

[PATCH bpf-next] selftests: bpf: test_kmod.sh: pass parameter to the module
 2022-09-06 16:51 UTC  (2+ messages)

[RFC] Socket termination for policy enforcement and load-balancing
 2022-09-06 16:28 UTC  (7+ messages)

[PATCH bpf-next v10 00/23] Introduce eBPF support for HID devices
 2022-09-06 16:12 UTC  (6+ messages)
` [PATCH bpf-next v10 01/23] selftests/bpf: regroup and declare similar kfuncs selftests in an array

[PATCH bpf-next v11 0/7] bpf-core changes for preparation of
 2022-09-06 15:13 UTC  (8+ messages)
` [PATCH bpf-next v11 1/7] selftests/bpf: regroup and declare similar kfuncs selftests in an array
` [PATCH bpf-next v11 2/7] bpf: split btf_check_subprog_arg_match in two
` [PATCH bpf-next v11 3/7] bpf/verifier: allow all functions to read user provided context
` [PATCH bpf-next v11 4/7] selftests/bpf: add test for accessing ctx from syscall program type
` [PATCH bpf-next v11 5/7] bpf/btf: bump BTF_KFUNC_SET_MAX_CNT
` [PATCH bpf-next v11 6/7] bpf/verifier: allow kfunc to return an allocated mem
` [PATCH bpf-next v11 7/7] selftests/bpf: Add tests for kfunc returning a memory pointer

[PATCH net-next 00/22] refactor the walk and lookup hook functions in tc_action_ops
 2022-09-06 12:20 UTC  (4+ messages)
` [PATCH net-next 22/22] net: sched: act: remove redundant code in act_api

[PATCH net-next,v2 00/22] refactor the walk and lookup hook functions in tc_action_ops
 2022-09-06 12:13 UTC  (23+ messages)
` [PATCH net-next,v2 01/22] net: sched: act: move global static variable net_id to tc_action_ops
` [PATCH net-next,v2 02/22] net: sched: act_api: implement generic walker and search for tc action
` [PATCH net-next,v2 03/22] net: sched: act_bpf: get rid of tcf_bpf_walker and tcf_bpf_search
` [PATCH net-next,v2 04/22] net: sched: act_connmark: get rid of tcf_connmark_walker and tcf_connmark_search
` [PATCH net-next,v2 05/22] net: sched: act_csum: get rid of tcf_csum_walker and tcf_csum_search
` [PATCH net-next,v2 06/22] net: sched: act_ct: get rid of tcf_ct_walker and tcf_ct_search
` [PATCH net-next,v2 07/22] net: sched: act_ctinfo: get rid of tcf_ctinfo_walker and tcf_ctinfo_search
` [PATCH net-next,v2 08/22] net: sched: act_gact: get rid of tcf_gact_walker and tcf_gact_search
` [PATCH net-next,v2 09/22] net: sched: act_gate: get rid of tcf_gate_walker and tcf_gate_search
` [PATCH net-next,v2 10/22] net: sched: act_ife: get rid of tcf_ife_walker and tcf_ife_search
` [PATCH net-next,v2 11/22] net: sched: act_ipt: get rid of tcf_ipt_walker/tcf_xt_walker and tcf_ipt_search/tcf_xt_search
` [PATCH net-next,v2 12/22] net: sched: act_mirred: get rid of tcf_mirred_walker and tcf_mirred_search
` [PATCH net-next,v2 13/22] net: sched: act_mpls: get rid of tcf_mpls_walker and tcf_mpls_search
` [PATCH net-next,v2 14/22] net: sched: act_nat: get rid of tcf_nat_walker and tcf_nat_search
` [PATCH net-next,v2 15/22] net: sched: act_pedit: get rid of tcf_pedit_walker and tcf_pedit_search
` [PATCH net-next,v2 16/22] net: sched: act_police: get rid of tcf_police_walker and tcf_police_search
` [PATCH net-next,v2 17/22] net: sched: act_sample: get rid of tcf_sample_walker and tcf_sample_search
` [PATCH net-next,v2 18/22] net: sched: act_simple: get rid of tcf_simp_walker and tcf_simp_search
` [PATCH net-next,v2 19/22] net: sched: act_skbedit: get rid of tcf_skbedit_walker and tcf_skbedit_search
` [PATCH net-next,v2 20/22] net: sched: act_skbmod: get rid of tcf_skbmod_walker and tcf_skbmod_search
` [PATCH net-next,v2 21/22] net: sched: act_tunnel_key: get rid of tunnel_key_walker and tunnel_key_search
` [PATCH net-next,v2 22/22] net: sched: act_vlan: get rid of tcf_vlan_walker and tcf_vlan_search

[PATCH stable 5.15 0/2] kbuild: Fix compilation for latest pahole release
 2022-09-06 12:03 UTC  (4+ messages)

[PATCHv3 bpf-next 0/2] bpf,ftrace: bpf dispatcher function fix
 2022-09-06 11:32 UTC  (5+ messages)
` [PATCHv3 bpf-next 2/2] bpf: Move bpf_dispatcher function out of ftrace locations

[PATCH bpf-next v2] bpftool: implement perf attach command
 2022-09-06  9:17 UTC  (6+ messages)

[PATCH nf-next] netfilter: nf_tables: add ebpf expression
 2022-09-06  6:57 UTC  (16+ messages)

[PATCH RFC bpf v1 0/3] Verifier callback handling
 2022-09-06  0:19 UTC  (3+ messages)

[PATCH v6 bpf-next 00/16] bpf: BPF specific memory allocator
 2022-09-05 13:50 UTC  (2+ messages)

[PATCH] net: sysctl: remove unused variable long_max
 2022-09-05 12:50 UTC 

[syzbot] WARNING in bpf_bprintf_prepare (2)
 2022-09-05 11:11 UTC  (2+ messages)

[RFC PATCH] bpf: use bpf_capable() instead of CAP_SYS_ADMIN for blinding decision
 2022-09-05  9:01 UTC  (2+ messages)
` [PATCH bpf-next] "

[PATCH] vhost-net: support VIRTIO_F_RING_RESET
 2022-09-05  8:32 UTC  (2+ messages)

[PATCH v3 bpf-next 00/15] bpf: BPF specific memory allocator, UAPI in particular
 2022-09-04 22:28 UTC  (12+ messages)

[PATCH bpf-next] Fixes: 14a324f6a67e ("bpf: Wire up freeing of referenced kptr")
 2022-09-04 21:10 UTC  (2+ messages)

[PATCH RFC bpf-next v1 00/32] Local kptrs, BPF linked lists
 2022-09-04 20:41 UTC  (33+ messages)
` [PATCH RFC bpf-next v1 01/32] bpf: Add copy_map_value_long to copy to remote percpu memory
` [PATCH RFC bpf-next v1 02/32] bpf: Support kptrs in percpu arraymap
` [PATCH RFC bpf-next v1 03/32] bpf: Add zero_map_value to zero map value with special fields
` [PATCH RFC bpf-next v1 04/32] bpf: Support kptrs in percpu hashmap and percpu LRU hashmap
` [PATCH RFC bpf-next v1 05/32] bpf: Support kptrs in local storage maps
` [PATCH RFC bpf-next v1 06/32] bpf: Annotate data races in bpf_local_storage
` [PATCH RFC bpf-next v1 07/32] bpf: Allow specifying volatile type modifier for kptrs
` [PATCH RFC bpf-next v1 08/32] bpf: Add comment about kptr's PTR_TO_MAP_VALUE handling
` [PATCH RFC bpf-next v1 09/32] bpf: Rewrite kfunc argument handling
` [PATCH RFC bpf-next v1 10/32] bpf: Drop kfunc support from btf_check_func_arg_match
` [PATCH RFC bpf-next v1 11/32] bpf: Support constant scalar arguments for kfuncs
` [PATCH RFC bpf-next v1 12/32] bpf: Teach verifier about non-size constant arguments
` [PATCH RFC bpf-next v1 13/32] bpf: Introduce bpf_list_head support for BPF maps
` [PATCH RFC bpf-next v1 14/32] bpf: Introduce bpf_kptr_alloc helper
` [PATCH RFC bpf-next v1 15/32] bpf: Add helper macro bpf_expr_for_each_reg_in_vstate
` [PATCH RFC bpf-next v1 16/32] bpf: Introduce BPF memory object model
` [PATCH RFC bpf-next v1 17/32] bpf: Support bpf_list_node in local kptrs
` [PATCH RFC bpf-next v1 18/32] bpf: Support bpf_spin_lock "
` [PATCH RFC bpf-next v1 19/32] bpf: Support bpf_list_head "
` [PATCH RFC bpf-next v1 20/32] bpf: Introduce bpf_kptr_free helper
` [PATCH RFC bpf-next v1 21/32] bpf: Allow locking bpf_spin_lock global variables
` [PATCH RFC bpf-next v1 22/32] bpf: Bump BTF_KFUNC_SET_MAX_CNT
` [PATCH RFC bpf-next v1 23/32] bpf: Add single ownership BPF linked list API
` [PATCH RFC bpf-next v1 24/32] bpf: Permit NULL checking pointer with non-zero fixed offset
` [PATCH RFC bpf-next v1 25/32] bpf: Allow storing local kptrs in BPF maps
` [PATCH RFC bpf-next v1 26/32] bpf: Wire up freeing of bpf_list_heads in maps
` [PATCH RFC bpf-next v1 27/32] bpf: Add destructor for bpf_list_head in local kptr
` [PATCH RFC bpf-next v1 28/32] bpf: Remove duplicate PTR_TO_BTF_ID RO check
` [PATCH RFC bpf-next v1 29/32] libbpf: Add support for private BSS map section
` [PATCH RFC bpf-next v1 30/32] selftests/bpf: Add BTF tag macros for local kptrs, BPF linked lists
` [PATCH RFC bpf-next v1 31/32] selftests/bpf: Add BPF linked list API tests
` [PATCH RFC bpf-next v1 32/32] selftests/bpf: Add referenced local kptr tests

data-race in cgroup_get_tree / proc_cgroup_show
 2022-09-04 19:23 UTC  (5+ messages)
        ` [PATCH cgroup/for-6.1] cgroup: Remove data-race around cgrp_dfl_visible


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox