BPF List
 help / color / mirror / Atom feed
 messages from 2023-12-12 10:06:40 to 2023-12-13 18:14:29 UTC [more...]

[PATCH v2 bpf-next 00/10] Enhance BPF global subprogs with argument tags
 2023-12-13 18:14 UTC  (18+ messages)
` [PATCH v2 bpf-next 01/10] bpf: abstract away global subprog arg preparation logic from reg state setup
` [PATCH v2 bpf-next 02/10] bpf: reuse btf_prepare_func_args() check for main program BTF validation
` [PATCH v2 bpf-next 03/10] bpf: prepare btf_prepare_func_args() for handling static subprogs
` [PATCH v2 bpf-next 04/10] bpf: move subprog call logic back to verifier.c
` [PATCH v2 bpf-next 05/10] bpf: reuse subprog argument parsing logic for subprog call checks
` [PATCH v2 bpf-next 06/10] bpf: support 'arg:xxx' btf_decl_tag-based hints for global subprog args
` [PATCH v2 bpf-next 07/10] bpf: add support for passing dynptr pointer to global subprog
` [PATCH v2 bpf-next 08/10] libbpf: add __arg_xxx macros for annotating global func args
` [PATCH v2 bpf-next 09/10] selftests/bpf: add global subprog annotation tests
` [PATCH v2 bpf-next 10/10] selftests/bpf: add freplace of BTF-unreliable main prog test

[RFC bpf-next 1/2] bpf: Fail uprobe multi link with negative offset
 2023-12-13 18:08 UTC  (4+ messages)
` [RFC bpf-next 2/2] selftests/bpf: Add uprobe multi fail test

[PATCH v2 bpf-next 0/8] BPF token support in libbpf's BPF object
 2023-12-13 17:39 UTC  (13+ messages)
` [PATCH v2 bpf-next 1/8] bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS
` [PATCH v2 bpf-next 2/8] libbpf: split feature detectors definitions from cached results
` [PATCH v2 bpf-next 3/8] libbpf: further decouple feature checking logic from bpf_object
` [PATCH v2 bpf-next 4/8] libbpf: move feature detection code into its own file
` [PATCH v2 bpf-next 5/8] libbpf: wire up token_fd into feature probing logic
` [PATCH v2 bpf-next 6/8] libbpf: wire up BPF token support at BPF object level
` [PATCH v2 bpf-next 7/8] selftests/bpf: add BPF object loading tests with explicit token passing
` [PATCH v2 bpf-next 8/8] selftests/bpf: add tests for BPF object load with implicit token

[PATCH bpf-next 0/5] bpf: Reduce memory usage for bpf_global_percpu_ma
 2023-12-13 17:28 UTC  (16+ messages)
` [PATCH bpf-next 1/5] bpf: Refactor to have a memalloc cache destroying function
` [PATCH bpf-next 2/5] bpf: Allow per unit prefill for non-fix-size percpu memory allocator
` [PATCH bpf-next 3/5] bpf: Refill only one percpu element in memalloc
` [PATCH bpf-next 4/5] bpf: Limit up to 512 bytes for bpf_global_percpu_ma allocation
` [PATCH bpf-next 5/5] selftests/bpf: Cope with 512 bytes limit with bpf_global_percpu_ma

[PATCH RFC bpf-next 0/3] BPF FS mount options parsing follow ups
 2023-12-13 17:26 UTC  (7+ messages)
` [PATCH RFC bpf-next 1/3] bpf: add mapper macro for bpf_cmd enum

IETF 118 BPF WG summary
 2023-12-13 16:59 UTC  (16+ messages)
` BPF ISA conformance groups
  ` [Bpf] "

[RFC PATCH v3 0/3] devguard: guard mknod for non-initial user namespace
 2023-12-13 16:59 UTC  (5+ messages)
` [RFC PATCH v3 1/3] bpf: cgroup: Introduce helper cgroup_bpf_current_enabled()
` [RFC PATCH v3 2/3] fs: Make vfs_mknod() to check CAP_MKNOD in user namespace of sb
` [RFC PATCH v3 3/3] devguard: added device guard for mknod in non-initial userns

[PATCH bpf-next v2 0/4] bpf: Fix warnings in kvmalloc_node()
 2023-12-13 14:43 UTC  (7+ messages)
` [PATCH bpf-next v2 1/4] bpf: Limit the number of uprobes when attaching program to multiple uprobes
` [PATCH bpf-next v2 2/4] bpf: Limit the number of kprobes when attaching program to multiple kprobes
` [PATCH bpf-next v2 3/4] selftests/bpf: Add test for abnormal cnt during multi-uprobe attachment
` [PATCH bpf-next v2 4/4] selftests/bpf: Add test for abnormal cnt during multi-kprobe attachment

[PATCH v1 00/14] Clean up libperf cpumap's empty function
 2023-12-13 13:48 UTC  (37+ messages)
` [PATCH v1 01/14] libperf cpumap: Rename perf_cpu_map__dummy_new
` [PATCH v1 02/14] libperf cpumap: Rename and prefer sysfs for perf_cpu_map__default_new
` [PATCH v1 03/14] libperf cpumap: Rename perf_cpu_map__empty
` [PATCH v1 04/14] libperf cpumap: Replace usage of perf_cpu_map__new(NULL)
` [PATCH v1 05/14] libperf cpumap: Add for_each_cpu that skips the "any CPU" case
` [PATCH v1 06/14] libperf cpumap: Add any, empty and min helpers
` [PATCH v1 07/14] perf arm-spe/cs-etm: Directly iterate CPU maps
` [PATCH v1 09/14] perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_empty
` [PATCH v1 10/14] perf top: Avoid repeated function calls
` [PATCH v1 11/14] perf arm64 header: Remove unnecessary CPU map get and put
` [PATCH v1 12/14] perf stat: Remove duplicate cpus_map_matched function
` [PATCH v1 13/14] perf cpumap: Use perf_cpu_map__for_each_cpu when possible
` [PATCH v1 14/14] libperf cpumap: Document perf_cpu_map__nr's behavior

[net-next v1 00/16] Device Memory TCP
 2023-12-13 11:48 UTC  (30+ messages)
` [net-next v1 02/16] net: page_pool: create hooks for custom page providers
` [net-next v1 08/16] memory-provider: dmabuf devmem memory provider
` [net-next v1 09/16] page_pool: device memory support
` [net-next v1 14/16] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [net-next v1 15/16] net: add devmem TCP documentation

[RFC nf-next 0/2] netfilter: bpf: support prog update
 2023-12-13 11:45 UTC  (3+ messages)
` [RFC nf-next 1/2] "
` [RFC nf-next 2/2] selftests/bpf: Add netfilter link prog update test

[Bug Report] bpf: incorrectly pruning runtime execution path
 2023-12-13 10:25 UTC  (3+ messages)

Should I add BPF kfuncs for userspace apps? And how?
 2023-12-13 10:22 UTC  (4+ messages)

[PATCH] net, xdp: correct grammar
 2023-12-13  8:39 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix compiler warnings in RELEASE=1 mode
 2023-12-13  6:43 UTC  (3+ messages)

[RFC v2 0/2] use preserve_static_offset in bpf uapi headers
 2023-12-13  4:53 UTC  (6+ messages)
` [RFC v2 2/3] bpftool: add attribute preserve_static_offset for context types

[RFC PATCH bpf-next v2 0/4] bpf, x64: Fix tailcall hierarchy
 2023-12-13  3:09 UTC  (12+ messages)
` [RFC PATCH bpf-next v2 2/4] "
` [RFC PATCH bpf-next v2 3/4] bpf, x64: Load tail_call_cnt pointer
` [RFC PATCH bpf-next v2 4/4] selftests/bpf: Add testcases for tailcall hierarchy fixing

[PATCH v4 0/5] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
 2023-12-13  3:08 UTC  (4+ messages)
` [PATCH v4 5/5] selftests/bpf: Add selftests for set_mempolicy with a lsm prog

[PATCH net-next v2 0/2] bpf: support to trace BPF_JNE
 2023-12-13  2:35 UTC  (9+ messages)
` [PATCH net-next v2 1/2] bpf: make the verifier trace the "not qeual" for regs
` [PATCH net-next v2 2/2] selftests/bpf: activate the OP_NE login in range_cond()

[PATCH v3 0/4] Combine perf and bpf for fast eval of hw breakpoint conditions
 2023-12-13  1:38 UTC  (2+ messages)

[PATCH bpf-next] bpf: Simplify checking size of helper accesses
 2023-12-13  1:25 UTC  (4+ messages)

bpftool fails on 32-bit hosts when -Wa,--compress-debug-sections is used
 2023-12-13  0:10 UTC  (2+ messages)

[PATCH bpf] selftests/bpf: Relax time_tai test for equal timestamps in tai_forward
 2023-12-13  0:01 UTC  (5+ messages)

[PATCH bpf-next] bpf: Comment on check_mem_size_reg
 2023-12-12 23:40 UTC  (2+ messages)

[PATCH bpf-next v5 0/9] Add bpf_xdp_get_xfrm_state() kfunc
 2023-12-12 23:13 UTC  (12+ messages)
` [PATCH bpf-next v5 9/9] bpf: xfrm: Add selftest for bpf_xdp_get_xfrm_state()

[PATCH v4 net-next 0/3] add multi-buff support for xdp running in generic mode
 2023-12-12 23:10 UTC  (7+ messages)
` [PATCH v4 net-next 1/3] net: introduce page_pool pointer in softnet_data percpu struct
` [PATCH v4 net-next 2/3] xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generic_xdp
` [PATCH v4 net-next 3/3] xdp: add multi-buff support for xdp running in generic mode

[PATCH v3 0/3] kernfs: Convert from strlcpy() to strscpy()
 2023-12-12 21:17 UTC  (4+ messages)
` [PATCH v3 1/3] kernfs: Convert kernfs_walk_ns() "
` [PATCH v3 2/3] kernfs: Convert kernfs_name_locked() "
` [PATCH v3 3/3] kernfs: Convert kernfs_path_from_node_locked() "

[PATCH bpf-next v8 0/4] Relax tracing prog recursive attach rules
 2023-12-12 19:54 UTC  (5+ messages)
` [PATCH bpf-next v8 1/4] bpf: "
` [PATCH bpf-next v8 2/4] selftests/bpf: Add test for recursive attachment of tracing progs
` [PATCH bpf-next v8 3/4] bpf: Fix re-attachment branch in bpf_tracing_prog_attach
` [PATCH bpf-next v8 4/4] selftests/bpf: Test re-attachment fix for bpf_tracing_prog_attach

[PATCH bpf-next] bpf: add small subset of SECURITY_PATH hooks to BPF sleepable_lsm_hooks list
 2023-12-12 18:45 UTC  (2+ messages)

[PATCH bpf-next ] selftests/bpf: Fixes tests for filesystem kfuncs
 2023-12-12 18:12 UTC  (3+ messages)

[PATCH -next] bpf: remove unused function
 2023-12-12 18:00 UTC  (3+ messages)

[PATCH bpf-next 0/4] bpf: Fix warnings in kvmalloc_node()
 2023-12-12 16:58 UTC  (7+ messages)
` [PATCH bpf-next 1/4] bpf: Use __GFP_NOWARN for kvcalloc when attaching multiple uprobes

[PATCH bpf-next v8 00/18] XDP metadata via kfuncs for ice + VLAN hint
 2023-12-12 13:51 UTC  (9+ messages)
` [PATCH bpf-next v8 04/18] ice: Introduce ice_xdp_buff
` [PATCH bpf-next v8 07/18] xsk: add functions to fill control buffer
` [PATCH bpf-next v8 08/18] ice: Support XDP hints in AF_XDP ZC mode
` [PATCH bpf-next v8 11/18] ice: use VLAN proto from ring packet context in skb path

[PATCH v2 bpf 0/3] net: bpf_xdp_adjust_tail() fixes
 2023-12-12 13:36 UTC  (7+ messages)
` [PATCH v2 bpf 1/3] xsk: recycle buffer in case Rx queue was full
` [PATCH v2 bpf 2/3] xsk: fix usage of multi-buffer BPF helpers for ZC XDP
` [PATCH v2 bpf 3/3] ice: work on pre-XDP prog frag count

[syzbot] [kernel?] possible deadlock in task_fork_fair
 2023-12-12 12:26 UTC  (2+ messages)
` [syzbot] [bpf?] [trace?] "

[PATCH bpf-next 6/7] libbpf: BPF Static Keys support
 2023-12-12 10:25 UTC  (11+ messages)

[PATCH bpf v2 0/2] bpf fix for unconnect af_unix socket
 2023-12-12 10:09 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