bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-02 11:22:53 to 2022-09-06 02:33:04 UTC [more...]

[PATCH v16 00/12] bpf: Add kfuncs for PKCS#7 signature verification
 2022-09-06  2:32 UTC  (17+ 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 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

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

[PATCH bpf-next v2 0/3] A couple of small refactorings of BPF program call sites
 2022-09-05 19:33 UTC  (4+ 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 nf-next] netfilter: nf_tables: add ebpf expression
 2022-09-05 17:50 UTC  (17+ messages)

[PATCH bpf-next v3 0/2] Add table of BPF program types to docs
 2022-09-05 16:48 UTC  (6+ 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

pull-request: bpf-next 2022-09-05
 2022-09-05 16:11 UTC 

[PATCHv3 bpf-next 0/2] bpf,ftrace: bpf dispatcher function fix
 2022-09-05 15:23 UTC  (4+ messages)
` [PATCHv3 bpf-next 1/2] ftrace: Add HAVE_DYNAMIC_FTRACE_NO_PATCHABLE
` [PATCHv3 bpf-next 2/2] bpf: Move bpf_dispatcher function out of ftrace locations

[PATCH v6 bpf-next 00/16] bpf: BPF specific memory allocator
 2022-09-05 13:50 UTC  (18+ messages)
` [PATCH v6 bpf-next 01/16] bpf: Introduce any context "
` [PATCH v6 bpf-next 02/16] bpf: Convert hash map to bpf_mem_alloc
` [PATCH v6 bpf-next 03/16] selftests/bpf: Improve test coverage of test_maps
` [PATCH v6 bpf-next 04/16] samples/bpf: Reduce syscall overhead in map_perf_test
` [PATCH v6 bpf-next 05/16] bpf: Relax the requirement to use preallocated hash maps in tracing progs
` [PATCH v6 bpf-next 06/16] bpf: Optimize element count in non-preallocated hash map
` [PATCH v6 bpf-next 07/16] bpf: Optimize call_rcu "
` [PATCH v6 bpf-next 08/16] bpf: Adjust low/high watermarks in bpf_mem_cache
` [PATCH v6 bpf-next 09/16] bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU
` [PATCH v6 bpf-next 10/16] bpf: Add percpu allocation support to bpf_mem_alloc
` [PATCH v6 bpf-next 11/16] bpf: Convert percpu hash map to per-cpu bpf_mem_alloc
` [PATCH v6 bpf-next 12/16] bpf: Remove tracing program restriction on map types
` [PATCH v6 bpf-next 13/16] bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs
` [PATCH v6 bpf-next 14/16] bpf: Remove prealloc-only restriction for "
` [PATCH v6 bpf-next 15/16] bpf: Remove usage of kmem_cache from bpf_mem_cache
` [PATCH v6 bpf-next 16/16] bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc

[PATCH v2 bpf-next 0/4] Introduce bpf_ct_set_nat_info kfunc helper
 2022-09-05 13:14 UTC  (5+ 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] 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] libbpf: Clean up legacy bpf maps declaration in bpf_helpers
 2022-09-05  8:38 UTC 

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

[PATCH bpf-next] selftests: bpf: test_kmod.sh: pass parameter to the module
 2022-09-05  7:22 UTC 

[PATCH stable 5.15 0/2] kbuild: Fix compilation for latest pahole release
 2022-09-05  7:04 UTC  (5+ messages)
` [PATCH stable 5.15 1/2] kbuild: Unify options for BTF generation for vmlinux and modules
` [PATCH stable 5.15 2/2] kbuild: Add skip_encoding_btf_enum64 option to pahole

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

[RFC] Socket termination for policy enforcement and load-balancing
 2022-09-04 21:24 UTC  (6+ 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

[PATCH 1/2] bpf: Fix warning of Using plain integer as NULL pointer
 2022-09-04 10:36 UTC  (3+ messages)

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

[BUG] null pointer dereference when loading bpf_preload on Raspberry Pi
 2022-09-04  9:28 UTC  (5+ messages)

[PATCH bpf-next v3 0/4] Add BPF JIT support for LoongArch
 2022-09-04  9:04 UTC  (7+ messages)
` [PATCH bpf-next v3 3/4] LoongArch: Add BPF JIT support

[PATCH bpf v2] bpf: Add config for skipping BTF enum64s
 2022-09-04  6:18 UTC  (5+ messages)

[PATCH 2/2] bpf: Fix warning of incorrect type in return expression
 2022-09-03 19:02 UTC 

[PATCHv2 bpf-next 0/2] bpf,ftrace: bpf dispatcher function fix
 2022-09-03 13:11 UTC  (6+ messages)
` [PATCHv2 bpf-next 2/2] bpf: Move bpf_dispatcher function out of ftrace locations

[PATCH v5 0/4] Introduce security_create_user_ns()
 2022-09-03  3:58 UTC  (11+ messages)

[PATCH v2 bpf-next 00/17] bpf: net: Remove duplicated code from bpf_getsockopt()
 2022-09-03  3:50 UTC  (3+ messages)

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

[PATCH v5 0/4] bpf: Add user-space-publisher ring buffer map type
 2022-09-02 23:43 UTC  (5+ messages)
` [PATCH v5 1/4] bpf: Define new BPF_MAP_TYPE_USER_RINGBUF "
` [PATCH v5 2/4] bpf: Add bpf_user_ringbuf_drain() helper
` [PATCH v5 3/4] bpf: Add libbpf logic for user-space ring buffer
` [PATCH v5 4/4] selftests/bpf: Add selftests validating the user ringbuf

[PATCH bpf-next] bpf: Add bpf_[skb|xdp]_packet_hash
 2022-09-02 20:18 UTC  (3+ messages)

[PATCH] bpf: added the account of BPF running time
 2022-09-02 19:35 UTC  (3+ messages)

[PATCH net v2 1/2] ice: Fix DMA mappings leak
 2022-09-02 17:57 UTC 

[PATCH bpf-next 0/4] Introduce bpf_ct_set_nat_info kfunc helper
 2022-09-02 16:01 UTC  (6+ messages)

[PATCH v3 bpf-next 0/3] bpf: Support setting variable-length tunnel options
 2022-09-02 15:51 UTC  (5+ messages)
` [PATCH v3 bpf-next 1/3] "

[PATCH bpf-next 0/2] Jit BPF_CALL to direct call when possible
 2022-09-02 15:20 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf, arm64: "
` [PATCH bpf-next 2/2] bpf, arm64: Eliminate false -EFBIG error in bpf trampoline

[RFC bpf-next 0/2] bpf: tnums: warn against the usage of tnum_in(tnum_range(), ...)
 2022-09-02 12:47 UTC  (5+ messages)
` [RFC bpf-next 1/2] "

[PATCH bpf-next 1/2] bpf: Support getting tunnel flags
 2022-09-02 13:30 UTC  (5+ messages)

[PATCH bpf-next v3] selftests/bpf: Store BPF object files with .bpf.o extension
 2022-09-02 13:56 UTC  (2+ messages)

[PATCH net-next 00/22] refactor the walk and lookup hook functions in tc_action_ops
 2022-09-02 14:03 UTC  (18+ messages)
` [PATCH net-next 01/22] net: sched: act_api: implement generic walker and search for tc action
` [PATCH net-next 09/22] net: sched: act_ife: get rid of tcf_ife_walker and tcf_ife_search
` [PATCH net-next 10/22] net: sched: act_ipt: get rid of tcf_ipt_walker/tcf_xt_walker and tcf_ipt_search/tcf_xt_search
` [PATCH net-next 11/22] net: sched: act_mirred: get rid of tcf_mirred_walker and tcf_mirred_search
` [PATCH net-next 12/22] net: sched: act_mpls: get rid of tcf_mpls_walker and tcf_mpls_search
` [PATCH net-next 13/22] net: sched: act_nat: get rid of tcf_nat_walker and tcf_nat_search
` [PATCH net-next 14/22] net: sched: act_pedit: get rid of tcf_pedit_walker and tcf_pedit_search
` [PATCH net-next 15/22] net: sched: act_police: get rid of tcf_police_walker and tcf_police_search
` [PATCH net-next 16/22] net: sched: act_sample: get rid of tcf_sample_walker and tcf_sample_search
` [PATCH net-next 17/22] net: sched: act_simple: get rid of tcf_simp_walker and tcf_simp_search
` [PATCH net-next 18/22] net: sched: act_skbedit: get rid of tcf_skbedit_walker and tcf_skbedit_search
` [PATCH net-next 19/22] net: sched: act_skbmod: get rid of tcf_skbmod_walker and tcf_skbmod_search
` [PATCH net-next 20/22] net: sched: act_tunnel_key: get rid of tunnel_key_walker and tunnel_key_search
` [PATCH net-next 21/22] net: sched: act_vlan: get rid of tcf_vlan_walker and tcf_vlan_search
` [PATCH net-next 22/22] net: sched: act: remove redundant code in act_api

[PATCH v1] selftests/xsk: Avoid use-after-free on ctx
 2022-09-02 14:00 UTC  (2+ messages)

[PATCH v6 bpf-next 0/6] selftests: xsk: real device testing support
 2022-09-02 13:40 UTC  (2+ messages)

[PATCH bpf-next v10 00/23] Introduce eBPF support for HID devices
 2022-09-02 13:29 UTC  (24+ messages)
` [PATCH bpf-next v10 01/23] selftests/bpf: regroup and declare similar kfuncs selftests in an array
` [PATCH bpf-next v10 02/23] bpf: split btf_check_subprog_arg_match in two
` [PATCH bpf-next v10 03/23] bpf/verifier: allow all functions to read user provided context
` [PATCH bpf-next v10 04/23] selftests/bpf: add test for accessing ctx from syscall program type
` [PATCH bpf-next v10 05/23] bpf/btf: bump BTF_KFUNC_SET_MAX_CNT
` [PATCH bpf-next v10 06/23] bpf/verifier: allow kfunc to return an allocated mem
` [PATCH bpf-next v10 07/23] selftests/bpf: Add tests for kfunc returning a memory pointer
` [PATCH bpf-next v10 08/23] HID: core: store the unique system identifier in hid_device
` [PATCH bpf-next v10 09/23] HID: export hid_report_type to uapi
` [PATCH bpf-next v10 10/23] HID: convert defines of HID class requests into a proper enum
` [PATCH bpf-next v10 11/23] HID: Kconfig: split HID support and hid-core compilation
` [PATCH bpf-next v10 12/23] HID: initial BPF implementation
` [PATCH bpf-next v10 13/23] selftests/bpf: add tests for the HID-bpf initial implementation
` [PATCH bpf-next v10 14/23] HID: bpf: allocate data memory for device_event BPF programs
` [PATCH bpf-next v10 15/23] selftests/bpf/hid: add test to change the report size
` [PATCH bpf-next v10 16/23] HID: bpf: introduce hid_hw_request()
` [PATCH bpf-next v10 17/23] selftests/bpf: add tests for bpf_hid_hw_request
` [PATCH bpf-next v10 18/23] HID: bpf: allow to change the report descriptor
` [PATCH bpf-next v10 19/23] selftests/bpf: add report descriptor fixup tests
` [PATCH bpf-next v10 20/23] selftests/bpf: Add a test for BPF_F_INSERT_HEAD
` [PATCH bpf-next v10 21/23] samples/bpf: HID: add new hid_mouse example
` [PATCH bpf-next v10 22/23] samples/bpf: HID: add Surface Dial example
` [PATCH bpf-next v10 23/23] Documentation: add HID-BPF docs

[PATCH bpf-next v9 00/23] Introduce eBPF support for HID devices
 2022-09-02 13:11 UTC  (11+ messages)
` [PATCH bpf-next v9 01/23] bpf/verifier: allow all functions to read user provided context

[PATCH bpf-next v4 4/5] bpf: Add support for writing to nf_conn:mark
 2022-09-02 12:16 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).