BPF List
 help / color / mirror / Atom feed
 messages from 2023-11-22 21:31:31 to 2023-11-27 13:53:37 UTC [more...]

[PATCH v3 00/33] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2023-11-27 13:53 UTC  (4+ messages)
` [PATCH v3 01/33] tracing: Add a comment about ftrace_regs definition
` [PATCH v3 02/33] x86: tracing: Add ftrace_regs definition in the header
` [PATCH v3 03/33] seq_buf: Export seq_buf_puts()

[PATCH bpf] netkit: Reject IFLA_NETKIT_PEER_INFO in netkit_change_link
 2023-11-27 13:47 UTC  (2+ messages)

[PATCH bpf] bpf, x64: Fix prog_array_map_poke_run map poke update
 2023-11-27 13:09 UTC  (2+ messages)

[PATCH v3 0/2] mm: memcg: improve vmscan tracepoints
 2023-11-27 12:50 UTC  (11+ messages)
` [PATCH v3 1/2] mm: memcg: print out cgroup ino in the memcg tracepoints
` [PATCH v3 2/2] mm: memcg: introduce new event to trace shrink_memcg

[PATCH v2 0/2] mm: memcg: improve vmscan tracepoints
 2023-11-27 11:37 UTC  (15+ messages)
` [PATCH v2 1/2] mm: memcg: print out cgroup name in the memcg tracepoints
` [PATCH v2 2/2] mm: memcg: introduce new event to trace shrink_memcg

[PATCH bpf-next 00/10] BPF verifier retval logic fixes
 2023-11-27 10:55 UTC  (8+ messages)
` [PATCH bpf-next 02/10] bpf: provide correct register name for exception callback retval check
` [PATCH bpf-next 04/10] bpf: enforce exact retval range on subprog/callback exit

[PATCH v13 bpf-next 0/6] bpf: File verification with LSM and fsverity
 2023-11-27 10:50 UTC  (13+ messages)
` [PATCH v13 bpf-next 1/6] bpf: Add kfunc bpf_get_file_xattr
` [PATCH v13 bpf-next 2/6] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
` [PATCH v13 bpf-next 3/6] Documentation/bpf: Add documentation for filesystem kfuncs
` [PATCH v13 bpf-next 4/6] selftests/bpf: Sort config in alphabetic order
` [PATCH v13 bpf-next 5/6] selftests/bpf: Add tests for filesystem kfuncs
` [PATCH v13 bpf-next 6/6] selftests/bpf: Add test that uses fsverity and xattr to sign a file

[linus:master] [file] 0ede61d858: will-it-scale.per_thread_ops -2.9% regression
 2023-11-27 10:27 UTC  (6+ messages)

[PATCH ipsec-next v1 0/7] Add bpf_xdp_get_xfrm_state() kfunc
 2023-11-27  5:53 UTC  (21+ messages)
` [PATCH ipsec-next v1 1/7] bpf: xfrm: "
` [PATCH ipsec-next v1 5/7] bpf: selftests: test_tunnel: Use vmlinux.h declarations
` [PATCH ipsec-next v1 6/7] bpf: selftests: test_tunnel: Disable CO-RE relocations
` [PATCH ipsec-next v1 7/7] bpf: xfrm: Add selftest for bpf_xdp_get_xfrm_state()

[PATCH bpf-next] bpf: Fix a few selftest failures due to llvm18 change
 2023-11-27  5:03 UTC 

[PATCH bpf v3 0/6] bpf: Fix the release of inner map
 2023-11-27  3:54 UTC  (14+ messages)
` [PATCH bpf v3 1/6] bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers
` [PATCH bpf v3 2/6] bpf: Add map and need_defer parameters to .map_fd_put_ptr()
` [PATCH bpf v3 3/6] bpf: Defer the free of inner map when necessary
` [PATCH bpf v3 4/6] bpf: Optimize the free of inner map
` [PATCH bpf v3 5/6] selftests/bpf: Add test cases for "
` [PATCH bpf v3 6/6] selftests/bpf: Test outer map update operations in syscall program

[PATCHv4 bpf-next 0/6] bpf: Add link_info support for uprobe multi link
 2023-11-27  2:19 UTC  (9+ messages)
` [PATCHv4 bpf-next 1/6] libbpf: Add st_type argument to elf_resolve_syms_offsets function
` [PATCHv4 bpf-next 2/6] bpf: Store ref_ctr_offsets values in bpf_uprobe array
` [PATCHv4 bpf-next 3/6] bpf: Add link_info support for uprobe multi link
` [PATCHv4 bpf-next 4/6] selftests/bpf: Use bpf_link__destroy in fill_link_info tests
` [PATCHv4 bpf-next 5/6] selftests/bpf: Add link_info test for uprobe_multi link
` [PATCHv4 bpf-next 6/6] bpftool: Add support to display uprobe_multi links

[PATCH bpf] bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()
 2023-11-27  2:03 UTC  (5+ messages)

[PATCH net-next] mm/page_pool: catch page_pool memory leaks
 2023-11-26 15:20 UTC  (2+ messages)

[PATCHSET v5] sched: Implement BPF extensible scheduler class
 2023-11-26  9:05 UTC  (5+ messages)
` [PATCH 12/36] sched_ext: "

[RFC PATCH v2 0/4] LSM: Officially support appending LSM hooks after boot
 2023-11-26  4:37 UTC  (5+ messages)

[PATCH bpf v2 0/2] bpf: fix accesses to uninit stack slots
 2023-11-26  1:50 UTC  (3+ messages)
` [PATCH bpf v2 1/2] "
` [PATCH bpf v2 2/2] bpf: new verifier tests for stack access

[RFC PATCH bpf-next v2] bpf: Relax tracing prog recursive attach rules
 2023-11-26  1:05 UTC  (11+ messages)

[PATCH bpf-next v5 0/3] selftests/bpf: Use pkg-config to determine ld flags
 2023-11-25  8:42 UTC  (4+ messages)
` [PATCH bpf-next v5 1/3] selftests/bpf: Choose pkg-config for the target
` [PATCH bpf-next v5 2/3] selftests/bpf: Override PKG_CONFIG for static builds
` [PATCH bpf-next v5 3/3] selftests/bpf: Use pkg-config for libelf

[PATCH v3 0/3] samples: introduce cgroup events listeners
 2023-11-25  8:07 UTC  (7+ messages)
` [PATCH v3 1/3] samples: introduce new samples subdir for cgroup
` [PATCH v3 2/3] samples/cgroup: introduce memcg memory.events listener
` [PATCH v3 3/3] mm: memcg: add reminder comment for the memcg v2 events

[RESEND RFC PATCH v2 00/14] device_cgroup: guard mknod for non-initial user namespace
 2023-11-24 18:08 UTC  (5+ messages)
` [RESEND RFC PATCH v2 11/14] vfs: Wire up security hooks for lsm-based device guard in userns

[PATCH net-next 0/5] selftests: tc-testing: updates and cleanups for tdc
 2023-11-24 15:42 UTC  (6+ messages)
` [PATCH net-next 1/5] selftests: tc-testing: remove buildebpf plugin
` [PATCH net-next 2/5] selftests: tc-testing: remove unnecessary time.sleep
` [PATCH net-next 3/5] selftests: tc-testing: prefix iproute2 functions with "ipr2"
` [PATCH net-next 4/5] selftests: tc-testing: cleanup on Ctrl-C
` [PATCH net-next 5/5] selftests: tc-testing: remove unused import

[PATCH] rethook: Use __rcu pointer for rethook::handler
 2023-11-24 15:40 UTC  (2+ messages)

xdp/xsk.c: missing read memory barrier in xsk_poll()
 2023-11-24 15:16 UTC  (3+ messages)

[PATCH bpf v2 0/2] sockmap fix for KASAN_VMALLOC and af_unix
 2023-11-24 13:53 UTC  (6+ messages)
` [PATCH bpf v2 1/2] bpf: sockmap, af_unix stream sockets need to hold ref for pair sock

[PATCH net-next v8 00/15] Introducing P4TC
 2023-11-24 10:39 UTC  (25+ messages)

[PATCH v2 bpf-next 0/3] Verify global subprogs lazily
 2023-11-24  9:50 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/3] bpf: emit global subprog name in verifier logs
` [PATCH v2 bpf-next 2/3] bpf: validate global subprogs lazily
` [PATCH v2 bpf-next 3/3] selftests/bpf: add lazy global subprog validation tests

[PATCH bpf-next] bpf: add sock_ops callbacks for data send/recv/acked events
 2023-11-24  9:47 UTC  (3+ messages)

[PATCH bpf-next 0/3] Verify global subprogs lazily
 2023-11-24  3:31 UTC  (9+ messages)
` [PATCH bpf-next 1/3] bpf: emit global subprog name in verifier logs
` [PATCH bpf-next 2/3] bpf: validate global subprogs lazily
` [PATCH bpf-next 3/3] selftests/bpf: add lazy global subprog validation tests

[linus:master] [bpf] f18b03faba: stress-ng.seccomp.ops_per_sec -2.0% regression
 2023-11-24  0:52 UTC  (2+ messages)

[PATCH] kprobes: consistent rcu api usage for kretprobe holder
 2023-11-24  0:49 UTC  (3+ messages)

[PATCH bpf-next] libbpf: Start v1.4 development cycle
 2023-11-23 22:00 UTC  (2+ messages)

[GIT PULL] Networking for v6.7-rc3
 2023-11-23 19:22 UTC  (2+ messages)

[PATCHv3 bpf-next 0/6] bpf: Add link_info support for uprobe multi link
 2023-11-23 18:26 UTC  (6+ messages)
` [PATCHv3 bpf-next 3/6] "

[PATCH bpf-next v2 1/2] bpftool: mark orphaned programs during prog show
 2023-11-23 13:36 UTC  (3+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: update test_offload to use new orphaned property

[PATCH bpf-next v2 0/3] skmsg: Add the data length in skmsg to SIOCINQ ioctl and rx_queue
 2023-11-23 13:31 UTC  (4+ messages)

[RFC PATCH v2 0/6] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
 2023-11-23 12:21 UTC  (6+ messages)
` [RFC PATCH v2 1/6] mm, doc: Add doc for MPOL_F_NUMA_BALANCING
` [RFC PATCH v2 2/6] mm: mempolicy: Revise comment regarding mempolicy mode flags

[PATCH v3 bpf-next 11/11] selftest: bpf: Test bpf_sk_assign_tcp_reqsk()
 2023-11-23  8:52 UTC  (2+ messages)

[PATCH] bpf: add __printf() to for printf fmt strings
 2023-11-23  3:16 UTC  (2+ messages)

[PATCH 0/2] x86/bpf: Fix FineIBT vs eBPF
 2023-11-23  0:51 UTC  (7+ messages)
` [PATCH 2/2] x86/cfi,bpf: Fix BPF JIT call

[PATCH v3 bpf-next 00/11] bpf: tcp: Support arbitrary SYN Cookie at TC
 2023-11-23  0:31 UTC  (4+ messages)
` [PATCH v3 bpf-next 10/11] bpf: tcp: Support arbitrary SYN Cookie

[PATCH bpf-next v11 00/13] Registrating struct_ops types from modules
 2023-11-23  0:00 UTC  (15+ messages)
` [PATCH bpf-next v11 07/13] bpf: pass attached BTF to the bpf_struct_ops subsystem
` [PATCH bpf-next v11 09/13] bpf: validate value_type
` [PATCH bpf-next v11 10/13] bpf, net: switch to dynamic registration
` [PATCH bpf-next v11 13/13] selftests/bpf: test case for register_bpf_struct_ops()

[ANNOUNCEMENT] libbpf v1.3.0 release
 2023-11-22 23:29 UTC 

[PATCH bpf-next 0/2] bpf: fix couple of netdevsim issues
 2023-11-22 22:54 UTC  (8+ messages)
` [PATCH bpf-next 2/2] bpf: bring back removal of dev-bound id from idr


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