bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-23 22:26:55 to 2022-08-24 23:36:30 UTC [more...]

[PATCH v3] Many pages: Document fixed-width types with ISO C naming
 2022-08-24 23:36 UTC  (3+ messages)

[RESEND PATCH bpf-next v9 0/5] bpf: rstat: cgroup hierarchical
 2022-08-24 23:31 UTC  (6+ messages)
` [RESEND PATCH bpf-next v9 1/5] bpf: Introduce cgroup iter
` [RESEND PATCH bpf-next v9 2/5] selftests/bpf: Test cgroup_iter
` [RESEND PATCH bpf-next v9 3/5] cgroup: bpf: enable bpf programs to integrate with rstat
` [RESEND PATCH bpf-next v9 4/5] selftests/bpf: extend cgroup helpers
` [RESEND PATCH bpf-next v9 5/5] selftests/bpf: add a selftest for cgroup hierarchical stats collection

[PATCH bpf-next v4 0/3] Add skb + xdp dynptrs
 2022-08-24 23:25 UTC  (20+ messages)
` [PATCH bpf-next v4 1/3] bpf: Add skb dynptrs
` [PATCH bpf-next v4 2/3] bpf: Add xdp dynptrs
` [PATCH bpf-next v4 3/3] selftests/bpf: tests for using dynptrs to parse skb and xdp buffers

[PATCH RFC bpf v1 0/3] Verifier callback handling
 2022-08-24 23:18 UTC  (2+ messages)

[PATCH bpf-next v9 0/5] bpf: rstat: cgroup hierarchical stats
 2022-08-24 23:14 UTC  (9+ messages)
` [PATCH bpf-next v9 1/5] bpf: Introduce cgroup iter
` [PATCH bpf-next v9 2/5] selftests/bpf: Test cgroup_iter
` [PATCH bpf-next v9 3/5] cgroup: bpf: enable bpf programs to integrate with rstat
` [PATCH bpf-next v9 4/5] selftests/bpf: extend cgroup helpers
` [PATCH bpf-next v9 5/5] selftests/bpf: add a selftest for cgroup hierarchical stats collection

[PATCH] bpftool: fix a wrong type cast in btf_dumper_int
 2022-08-24 22:59 UTC 

ANNOUNCE: pahole v1.24 (Faster BTF encoding, 64-bit BTF enum entries)
 2022-08-24 22:50 UTC  (10+ messages)

[PATCH bpf-next v2 0/6] bpf: Support struct argument for trampoline base progs
 2022-08-24 22:35 UTC  (8+ messages)
` [PATCH bpf-next v2 3/6] bpf: x86: Support in-register struct arguments

[PATCH bpf-next v6 0/4] Parameterize task iterators
 2022-08-24 22:30 UTC  (12+ messages)
` [PATCH bpf-next v6 1/4] bpf: "
` [PATCH bpf-next v6 2/4] bpf: Handle bpf_link_info for the parameterized task BPF iterators
` [PATCH bpf-next v6 3/4] bpf: Handle show_fdinfo "
` [PATCH bpf-next v6 4/4] selftests/bpf: Test "

[PATCH bpf-next 00/17] bpf: net: Remove duplicated code from bpf_getsockopt()
 2022-08-24 22:27 UTC  (18+ messages)
` [PATCH bpf-next 01/17] net: Change sock_getsockopt() to take the sk ptr instead of the sock ptr
` [PATCH bpf-next 02/17] bpf: net: Change sk_getsockopt() to take the sockptr_t argument
` [PATCH bpf-next 03/17] bpf: net: Avoid sk_getsockopt() taking sk lock when called from bpf
` [PATCH bpf-next 04/17] bpf: net: Change do_tcp_getsockopt() to take the sockptr_t argument
` [PATCH bpf-next 05/17] bpf: net: Avoid do_tcp_getsockopt() taking sk lock when called from bpf
` [PATCH bpf-next 06/17] bpf: net: Change do_ip_getsockopt() to take the sockptr_t argument
` [PATCH bpf-next 07/17] bpf: net: Avoid do_ip_getsockopt() taking sk lock when called from bpf
` [PATCH bpf-next 08/17] net: Remove unused flags argument from do_ipv6_getsockopt
` [PATCH bpf-next 09/17] net: Add a len argument to compat_ipv6_get_msfilter()
` [PATCH bpf-next 10/17] bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argument
` [PATCH bpf-next 11/17] bpf: net: Avoid do_ipv6_getsockopt() taking sk lock when called from bpf
` [PATCH bpf-next 12/17] bpf: Embed kernel CONFIG check into the if statement in bpf_getsockopt
` [PATCH bpf-next 13/17] bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()
` [PATCH bpf-next 14/17] bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()
` [PATCH bpf-next 15/17] bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()
` [PATCH bpf-next 16/17] bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()
` [PATCH bpf-next 17/17] selftest/bpf: Add test for bpf_getsockopt()

[PATCH bpf-next v2 0/2] Add table of BPF program types to docs
 2022-08-24 22:10 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] Add subdir support to Documentation makefile
` [PATCH bpf-next v2 2/2] Add table of BPF program types to libbpf docs

[PATCH RFC bpf-next 0/2] propagate nullness information for reg to reg comparisons
 2022-08-24 22:05 UTC  (4+ messages)
` [PATCH RFC bpf-next 1/2] bpf: "

[PATCH v3 0/4] bpf: Add user-space-publisher ringbuffer map type
 2022-08-24 22:03 UTC  (10+ messages)
` [PATCH v3 1/4] bpf: Define new BPF_MAP_TYPE_USER_RINGBUF "
` [PATCH v3 2/4] bpf: Add bpf_user_ringbuf_drain() helper
` [PATCH v3 3/4] bpf: Add libbpf logic for user-space ring buffer
` [PATCH v3 4/4] selftests/bpf: Add selftests validating the user ringbuf

[PATCH bpf-next,v4] bpf/scripts: assert helper enum value is aligned with comment order
 2022-08-24 21:50 UTC  (2+ messages)

[PATCH ipsec-next 0/3] xfrm: support collect metadata mode for xfrm interfaces
 2022-08-24 21:33 UTC  (8+ messages)
` [PATCH ipsec-next 2/3] xfrm: interface: support collect metadata mode
` [PATCH ipsec-next 3/3] xfrm: lwtunnel: add lwtunnel support for xfrm interfaces in collect_md mode

[PATCH v3 bpf-next 00/15] bpf: BPF specific memory allocator
 2022-08-24 20:03 UTC  (10+ messages)
` [PATCH v3 bpf-next 09/15] bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU
` [PATCH v3 bpf-next 13/15] bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs

[PATCH bpf-next v9 00/23] Introduce eBPF support for HID devices
 2022-08-24 19:30 UTC  (27+ messages)
` [PATCH bpf-next v9 01/23] bpf/verifier: allow all functions to read user provided context
` [PATCH bpf-next v9 02/23] bpf/verifier: do not clear meta in check_mem_size
` [PATCH bpf-next v9 03/23] selftests/bpf: add test for accessing ctx from syscall program type
` [PATCH bpf-next v9 04/23] bpf/verifier: allow kfunc to return an allocated mem
` [PATCH bpf-next v9 05/23] selftests/bpf: Add tests for kfunc returning a memory pointer
` [PATCH bpf-next v9 06/23] bpf: prepare for more bpf syscall to be used from kernel and user space
` [PATCH bpf-next v9 07/23] libbpf: add map_get_fd_by_id and map_delete_elem in light skeleton
` [PATCH bpf-next v9 08/23] HID: core: store the unique system identifier in hid_device
` [PATCH bpf-next v9 09/23] HID: export hid_report_type to uapi
` [PATCH bpf-next v9 10/23] HID: convert defines of HID class requests into a proper enum
` [PATCH bpf-next v9 11/23] HID: Kconfig: split HID support and hid-core compilation
` [PATCH bpf-next v9 12/23] HID: initial BPF implementation
` [PATCH bpf-next v9 13/23] selftests/bpf: add tests for the HID-bpf initial implementation
` [PATCH bpf-next v9 14/23] HID: bpf: allocate data memory for device_event BPF programs
` [PATCH bpf-next v9 15/23] selftests/bpf/hid: add test to change the report size
` [PATCH bpf-next v9 16/23] HID: bpf: introduce hid_hw_request()
` [PATCH bpf-next v9 17/23] selftests/bpf: add tests for bpf_hid_hw_request
` [PATCH bpf-next v9 18/23] HID: bpf: allow to change the report descriptor
` [PATCH bpf-next v9 19/23] selftests/bpf: add report descriptor fixup tests
` [PATCH bpf-next v9 20/23] selftests/bpf: Add a test for BPF_F_INSERT_HEAD
` [PATCH bpf-next v9 21/23] samples/bpf: add new hid_mouse example
` [PATCH bpf-next v9 21/23] samples/bpf: HID: "
` [PATCH bpf-next v9 22/23] HID: bpf: add Surface Dial example
` [PATCH bpf-next v9 22/23] samples/bpf: HID: "
` [PATCH bpf-next v9 23/23] Documentation: add HID-BPF docs

[PATCH bpf-next v2 00/12] bpf: Introduce selectable memcg for bpf map
 2022-08-24 19:02 UTC  (15+ messages)
          ` [RFD RESEND] cgroup: Persistent memory usage tracking

BPF Linked Lists discussion
 2022-08-24 18:56 UTC  (7+ messages)

[PATCH net-next v2] bonding: Remove unnecessary check
 2022-08-24 18:07 UTC  (2+ messages)

[PATCH -next] selftests/bpf: fix wrong size passed to bpf_setsockopt()
 2022-08-24 17:40 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Add cb_refs test to s390x deny list
 2022-08-24 17:30 UTC  (2+ messages)

[PATCH bpf-next,v3] bpf/scripts: assert helper enum value is aligned with comment order
 2022-08-24 17:25 UTC  (2+ messages)

[PATCH bpf-next,v3] selftests/bpf: add lwt ip encap tests to test_progs
 2022-08-24 17:20 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the bpf-next tree
 2022-08-24 17:04 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix incorrect fcntl call
 2022-08-24 15:50 UTC  (3+ messages)

[PATCH v3 00/18] Mutex wrapper, locking and memory leak fixes
 2022-08-24 15:39 UTC  (19+ messages)
` [PATCH v3 01/18] perf mutex: Wrapped usage of mutex and cond
` [PATCH v3 02/18] perf bench: Update use of pthread mutex/cond
` [PATCH v3 03/18] perf tests: Avoid pthread.h inclusion
` [PATCH v3 04/18] perf hist: Update use of pthread mutex
` [PATCH v3 05/18] perf bpf: Remove unused pthread.h include
` [PATCH v3 06/18] perf lock: "
` [PATCH v3 07/18] perf record: Update use of pthread mutex
` [PATCH v3 08/18] perf sched: "
` [PATCH v3 09/18] perf ui: "
` [PATCH v3 10/18] perf mmap: Remove unnecessary pthread.h include
` [PATCH v3 11/18] perf dso: Update use of pthread mutex
` [PATCH v3 12/18] perf annotate: "
` [PATCH v3 13/18] perf top: "
` [PATCH v3 14/18] perf dso: Hold lock when accessing nsinfo
` [PATCH v3 15/18] perf mutex: Add thread safety annotations
` [PATCH v3 16/18] perf sched: Fixes for thread safety analysis
` [PATCH v3 17/18] perf top: "
` [PATCH v3 18/18] perf build: Enable -Wthread-safety with clang

[PATCH v2 00/18] Mutex wrapper, locking and memory leak fixes
 2022-08-24 15:04 UTC  (7+ messages)
` [PATCH v2 01/18] perf mutex: Wrapped usage of mutex and cond
` [PATCH v2 07/18] perf record: Update use of pthread mutex

[PATCH] libbpf: Support raw btf placed in the default path
 2022-08-24 14:05 UTC 

[PATCH bpf-next,v2] selftests/bpf: add lwt ip encap tests to test_progs
 2022-08-24 10:50 UTC  (4+ messages)

[PATCH bpf-next] Add table of BPF program types to docs
 2022-08-24 10:24 UTC  (3+ messages)

[PATCH bpf-next,v2] bpf/scripts: assert helper enum value is aligned with comment order
 2022-08-24 10:03 UTC  (2+ messages)

[PATCH bpf-next v7 02/24] bpf/verifier: allow kfunc to read user provided context
 2022-08-24  9:57 UTC  (5+ messages)
` [PATCH bpf-next v8 "

[PATCH bpf-next v7 00/24] Introduce eBPF support for HID devices
 2022-08-24  9:48 UTC  (6+ messages)
` [PATCH bpf-next v7 13/24] HID: initial BPF implementation

[PATCH bpf-next] bpf/scripts: use helper enum value instead of relying on comment order
 2022-08-24  9:04 UTC  (5+ messages)

[Patch net v3 0/4] tcp: some bug fixes for tcp_read_skb()
 2022-08-24  8:17 UTC  (3+ messages)
` [Patch net v3 1/4] tcp: fix sock skb accounting in tcp_read_skb()

[PATCH bpf-next] bpf: Add bpf_read_raw_record() helper
 2022-08-24  6:09 UTC  (6+ messages)

Konu: News: Mude von niedrigen Lohnen und hohen Benzinpreisen? Es gibt eine Losung
 2022-08-24  1:00 UTC 

[PATCH v2 bpf-next 00/14] xsk: stop NAPI Rx processing on full XSK RQ
 2022-08-24  5:18 UTC  (5+ messages)

KASAN: use-after-free in tcp_write_timer_handler
 2022-08-24  5:01 UTC  (3+ messages)

[PATCH v5 bpf-next 0/4] bpf: Support setting variable-length tunnel options
 2022-08-24  4:41 UTC  (5+ messages)
` [PATCH v5 bpf-next 1/4] bpf: Add 'bpf_dynptr_get_data' helper
` [PATCH v5 bpf-next 2/4] bpf: Support setting variable-length tunnel options
` [PATCH v5 bpf-next 3/4] selftests/bpf: Simplify test_tunnel setup for allowing non-local tunnel traffic
` [PATCH v5 bpf-next 4/4] selftests/bpf: Add geneve with bpf_skb_set_tunnel_opt_dynptr test-case to test_progs

[PATCH v4 bpf-next 0/4] bpf: Support setting variable-length tunnel options
 2022-08-24  4:07 UTC  (4+ messages)
` [PATCH v4 bpf-next 1/4] bpf: Add 'bpf_dynptr_get_data' helper

[PATCH bpf-next v2] bpftool: implement perf attach command
 2022-08-24  3:38 UTC 

[RFC PATCH bpf-next 00/17] bpf: Add tracing multi link
 2022-08-24  1:22 UTC  (3+ messages)
` [RFC PATCH bpf-next 10/17] bpf: Add support to attach program to multiple trampolines

[PATCH v1 bpf 0/4] bpf: sysctl: Fix data-races around net.core.bpf_XXX
 2022-08-24  1:10 UTC  (2+ messages)

[PATCH net 0/2][pull request] ice: xsk: reduced queue count fixes
 2022-08-24  1:00 UTC  (2+ messages)

[PATCH bpf-next v8 0/5] bpf: rstat: cgroup hierarchical stats
 2022-08-24  0:23 UTC  (4+ messages)
` [PATCH bpf-next v8 1/5] bpf: Introduce cgroup iter

[PATCH bpf v2 0/3] Fix reference state management for synchronous callbacks
 2022-08-23 23:30 UTC  (2+ messages)

[PATCH bpf v1 0/3] Fix reference state management for synchronous callbacks
 2022-08-23 23:27 UTC  (5+ messages)
` [PATCH bpf v1 1/3] bpf: Move bpf_loop and bpf_for_each_map_elem under CAP_BPF

[PATCH bpf-next v5 0/5] bpf: expose bpf_{g,s}et_retval to more cgroup hooks
 2022-08-23 23:20 UTC  (5+ messages)
` [PATCH bpf-next v5 1/5] bpf: Introduce cgroup_{common,current}_func_proto
` [PATCH bpf-next v5 5/5] selftests/bpf: Make sure bpf_{g,s}et_retval is exposed everywhere

[PATCH bpf-next 0/3] A couple of small refactorings of BPF program call sites
 2022-08-23 22:29 UTC  (2+ messages)

[PATCH v3 bpf] bpf: Fix a data-race around bpf_jit_limit
 2022-08-23 22:30 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).