BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-10 00:10:21 to 2024-05-10 23:21:48 UTC [more...]

[PATCH net-next v9 00/14] Device Memory TCP
 2024-05-10 23:21 UTC  (8+ messages)
` [PATCH net-next v9 01/14] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v9 02/14] net: page_pool: create hooks for custom page providers
` [PATCH net-next v9 03/14] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v9 04/14] netdev: support binding dma-buf to netdevice
` [PATCH net-next v9 05/14] netdev: netdevice devmem allocator
` [PATCH net-next v9 06/14] page_pool: convert to use netmem
` [PATCH net-next v9 07/14] page_pool: devmem support

[PATCH bpf-next v5 0/9] Enable BPF programs to declare arrays of kptr, bpf_rb_root, and bpf_list_head
 2024-05-10 23:17 UTC  (20+ messages)
` [PATCH bpf-next v5 1/9] bpf: Remove unnecessary checks on the offset of btf_field
` [PATCH bpf-next v5 2/9] bpf: Remove unnecessary call to btf_field_type_size()
` [PATCH bpf-next v5 3/9] bpf: refactor btf_find_struct_field() and btf_find_datasec_var()
` [PATCH bpf-next v5 4/9] bpf: create repeated fields for arrays
` [PATCH bpf-next v5 5/9] bpf: look into the types of the fields of a struct type recursively
` [PATCH bpf-next v5 6/9] bpf: limit the number of levels of a nested struct type
` [PATCH bpf-next v5 7/9] selftests/bpf: Test kptr arrays and kptrs in nested struct fields
` [PATCH bpf-next v5 8/9] selftests/bpf: Test global bpf_rb_root arrays and fields in nested struct types
` [PATCH bpf-next v5 9/9] selftests/bpf: Test global bpf_list_head arrays

[PATCH v3 bpf-next 00/11] bpf: support resilient split BTF
 2024-05-10 22:46 UTC  (15+ messages)
` [PATCH v3 bpf-next 01/11] libbpf: add btf__distill_base() creating split BTF with distilled base BTF
` [PATCH v3 bpf-next 02/11] selftests/bpf: test distilled base, split BTF generation
` [PATCH v3 bpf-next 03/11] libbpf: add btf__parse_opts() API for flexible BTF parsing
` [PATCH v3 bpf-next 04/11] bpftool: support displaying raw split BTF using base BTF section as base
` [PATCH v3 bpf-next 05/11] resolve_btfids: use .BTF.base ELF section as base BTF if -B option is used
` [PATCH v3 bpf-next 06/11] kbuild, bpf: add module-specific pahole/resolve_btfids flags for distilled base BTF
` [PATCH v3 bpf-next 07/11] libbpf: split BTF relocation
` [PATCH v3 bpf-next 08/11] selftests/bpf: extend distilled BTF tests to cover "
` [PATCH v3 bpf-next 09/11] module, bpf: store BTF base pointer in struct module
` [PATCH v3 bpf-next 10/11] libbpf,bpf: share BTF relocate-related code with kernel
` [PATCH v3 bpf-next 11/11] bpftool: support displaying relocated-with-base split BTF

[PATCH v1 bpf-next 00/17] Retire progs/test_sock_addr.c
 2024-05-10 22:32 UTC  (21+ messages)
` [PATCH v1 bpf-next 01/17] selftests/bpf: Migrate recvmsg* return code tests to verifier_sock_addr.c
` [PATCH v1 bpf-next 02/17] selftests/bpf: Use program name for skel load/destroy functions
` [PATCH v1 bpf-next 03/17] selftests/bpf: Handle LOAD_REJECT test cases
` [PATCH v1 bpf-next 04/17] selftests/bpf: Handle ATTACH_REJECT "
` [PATCH v1 bpf-next 05/17] selftests/bpf: Handle SYSCALL_EPERM and SYSCALL_ENOTSUPP "
` [PATCH v1 bpf-next 06/17] selftests/bpf: Migrate WILDCARD_IP test
` [PATCH v1 bpf-next 07/17] selftests/bpf: Migrate sendmsg deny test cases
` [PATCH v1 bpf-next 08/17] selftests/bpf: Migrate sendmsg6 v4 mapped address tests
` [PATCH v1 bpf-next 09/17] selftests/bpf: Migrate wildcard destination rewrite test
` [PATCH v1 bpf-next 10/17] selftests/bpf: Migrate expected_attach_type tests
` [PATCH v1 bpf-next 11/17] selftests/bpf: Migrate ATTACH_REJECT test cases
` [PATCH v1 bpf-next 12/17] selftests/bpf: Remove redundant sendmsg "
` [PATCH v1 bpf-next 13/17] selftests/bpf: Retire test_sock_addr.(c|sh)
` [PATCH v1 bpf-next 14/17] selftests/bpf: Expand sockaddr program return value tests
` [PATCH v1 bpf-next 15/17] sefltests/bpf: Expand sockaddr hook deny tests
` [PATCH v1 bpf-next 16/17] selftests/bpf: Expand getsockname and getpeername tests
` [PATCH v1 bpf-next 17/17] selftests/bpf: Expand ATTACH_REJECT tests

[RFC PATCH v8 00/20] bpf qdisc
 2024-05-10 22:16 UTC  (23+ messages)
` [RFC PATCH v8 01/20] bpf: Support passing referenced kptr to struct_ops programs
` [RFC PATCH v8 02/20] selftests/bpf: Test referenced kptr arguments of "
` [RFC PATCH v8 03/20] bpf: Allow struct_ops prog to return referenced kptr
` [RFC PATCH v8 04/20] selftests/bpf: Test returning kptr from struct_ops programs
` [RFC PATCH v8 05/20] bpf: Generate btf_struct_metas for kernel BTF
` [RFC PATCH v8 06/20] bpf: Recognize kernel types as graph values
` [RFC PATCH v8 07/20] bpf: Allow adding kernel objects to collections
` [RFC PATCH v8 08/20] selftests/bpf: Test adding kernel object to bpf graph
` [RFC PATCH v8 09/20] bpf: Find special BTF fields in union
` [RFC PATCH v8 10/20] bpf: Introduce exclusive-ownership list and rbtree nodes
` [RFC PATCH v8 11/20] bpf: Allow adding exclusive nodes to bpf list and rbtree
` [RFC PATCH v8 12/20] selftests/bpf: Modify linked_list tests to work with macro-ified removes
` [RFC PATCH v8 13/20] bpf: net_sched: Support implementation of Qdisc_ops in bpf
` [RFC PATCH v8 14/20] bpf: net_sched: Add bpf qdisc kfuncs
` [RFC PATCH v8 15/20] bpf: net_sched: Allow more optional methods in Qdisc_ops
` [RFC PATCH v8 16/20] libbpf: Support creating and destroying qdisc
` [RFC PATCH v8 17/20] selftests: Add a basic fifo qdisc test
` [RFC PATCH v8 18/20] selftests: Add a bpf fq qdisc to selftest
` [RFC PATCH v8 19/20] selftests: Add a bpf netem "
` [RFC PATCH v8 20/20] selftests: Add a prio bpf qdisc

[PATCH v2 bpf-next] kbuild,bpf: switch to using --btf_features for pahole v1.26 and later
 2024-05-10 21:44 UTC  (6+ messages)

[PATCH v4 0/3] perf/core: Check sample_type in sample data saving helper functions
 2024-05-10 21:29 UTC  (7+ messages)
` [PATCH v4 1/3] perf/core: Save raw sample data conditionally based on sample type
` [PATCH v4 2/3] perf/core: Check sample_type in perf_sample_save_callchain
` [PATCH v4 3/3] perf/core: Check sample_type in perf_sample_save_brstack

[linux-next:master] BUILD REGRESSION 75fa778d74b786a1608d55d655d42b480a6fa8bd
 2024-05-10 21:06 UTC 

[PATCH] riscv, bpf: Optimize zextw insn with Zba extension
 2024-05-10 20:56 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] selftests/bpf: new MPTCP subflow subtest
 2024-05-10 19:21 UTC  (5+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add mptcp "

[PATCH bpf-next n2 0/1] selftests/bpf: Fix a few tests for GCC related
 2024-05-10 18:38 UTC  (2+ messages)
` [PATCH bpf-next v2 1/1] selftests/bpf: Fix a few tests for GCC related warnings

[PATCHSET v6] sched: Implement BPF extensible scheduler class
 2024-05-10 18:24 UTC  (2+ messages)

[PATCH v4 00/66] Define _GNU_SOURCE for sources using
 2024-05-10 17:45 UTC  (44+ messages)
` [PATCH v4 13/66] selftests/exec: Drop duplicate -D_GNU_SOURCE
` [PATCH v4 28/66] selftests/memfd: Drop define _GNU_SOURCE
` [PATCH v4 29/66] selftests/mincore: "
` [PATCH v4 30/66] selftests/mm: "
` [PATCH v4 31/66] selftests/mount: "
` [PATCH v4 32/66] selftests/mount_setattr: "
` [PATCH v4 33/66] selftests/move_mount_set_group: "
` [PATCH v4 34/66] selftests/mqueue: "
` [PATCH v4 35/66] selftests/net: "
` [PATCH v4 36/66] selftests/net: Drop duplicate -D_GNU_SOURCE
` [PATCH v4 37/66] selftests/nolibc: Drop define _GNU_SOURCE
` [PATCH v4 38/66] selftests/nsfs: "
` [PATCH v4 39/66] selftests/openat2: "
` [PATCH v4 40/66] selftests/perf_events: "
` [PATCH v4 41/66] selftests/pid_namespace: "
` [PATCH v4 42/66] selftests/pidfd: "
` [PATCH v4 43/66] selftests/ptrace: "
` [PATCH v4 44/66] selftests/powerpc: "
` [PATCH v4 45/66] selftests/proc: "
` [PATCH v4 46/66] selftests/proc: Drop duplicate -D_GNU_SOURCE
` [PATCH v4 47/66] selftests/ptp: Drop define _GNU_SOURCE
` [PATCH v4 48/66] selftests/resctrl: Drop duplicate -D_GNU_SOURCE
` [PATCH v4 49/66] selftests/riscv: Drop define _GNU_SOURCE
` [PATCH v4 50/66] selftests/riscv: Drop duplicate -D_GNU_SOURCE
` [PATCH v4 51/66] selftests/rlimits: Drop define _GNU_SOURCE
` [PATCH v4 52/66] selftests/rseq: "
` [PATCH v4 53/66] selftests/safesetid: "
` [PATCH v4 54/66] selftests/sched: "
` [PATCH v4 55/66] selftests/seccomp: "
` [PATCH v4 56/66] selftests/sigaltstack: "
` [PATCH v4 57/66] selftests/splice: "
` [PATCH v4 58/66] selftests/syscall_user_dispatch: "
` [PATCH v4 59/66] selftests/thermal: "
` [PATCH v4 60/66] selftests/timens: "
` [PATCH v4 61/66] selftests/tmpfs: Drop duplicate -D_GNU_SOURCE
` [PATCH v4 62/66] selftests/uevent: Drop define _GNU_SOURCE
` [PATCH v4 63/66] selftests/user_events: "
` [PATCH v4 64/66] selftests/vDSO: "
` [PATCH v4 65/66] selftests/wireguard: "
` [PATCH v4 66/66] selftests/x86: "

[PATCH net-next v3 00/13] First try to replace page_frag with page_frag_cache
 2024-05-10 17:29 UTC  (5+ messages)
` [PATCH net-next v3 11/13] net: "

[PATCH bpf-next] bpf: make list_for_each_entry portable
 2024-05-10 17:16 UTC  (5+ messages)

[PATCH v11 0/5] Reduce overhead of LSMs with static calls
 2024-05-10 17:11 UTC  (7+ messages)
` [PATCH v11 2/5] security: Count the LSMs enabled at compile time
` [PATCH v11 4/5] security: Update non standard hooks to use static calls
` [PATCH v11 5/5] bpf: Only enable BPF LSM hooks when an LSM program is attached

[PATCH net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT
 2024-05-10 16:22 UTC  (7+ messages)
          ` [PATCH net-next 14/15 v2] "

[PATCH] bpf: verifier: allow arrays of progs to be used in sleepable context
 2024-05-10 14:23 UTC  (12+ messages)

[RFC bpf-next v1 0/4] netfilter: Add the capability to offload flowtable in XDP layer
 2024-05-10 14:01 UTC  (5+ messages)
` [RFC bpf-next v1 1/4] netfilter: nf_tables: add flowtable map for xdp offload
` [RFC bpf-next v1 2/4] netfilter: add bpf_xdp_flow_offload_lookup kfunc
` [RFC bpf-next v1 3/4] samples/bpf: Add bpf sample to offload flowtable traffic to xdp
` [RFC bpf-next v1 4/4] selftests/bpf: Add selftest for bpf_xdp_flow_offload_lookup kfunc

[PATCH bpf-next v10 0/5] Reduce overhead of LSMs with static calls
 2024-05-10 13:23 UTC  (7+ messages)
` [PATCH bpf-next v10 5/5] bpf: Only enable BPF LSM hooks when an LSM program is attached

[PATCH bpf-next v2 0/4] bpf: make trusted args nullable
 2024-05-10 12:28 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] bpf: verifier: make kfuncs args nullalble
` [PATCH bpf-next v2 2/4] bpf: crypto: make state and IV dynptr nullable
` [PATCH bpf-next v2 3/4] selftests: bpf: crypto: use NULL instead of 0-sized dynptr
` [PATCH bpf-next v2 4/4] selftests: bpf: crypto: adjust bench to use nullable IV

[PATCH bpf-next v2 0/4] Add some 'malloc' failure checks
 2024-05-10 11:24 UTC  (9+ messages)
` [PATCH bpf-next v2 1/4] selftests/bpf: Add some null pointer checks
` [PATCH bpf-next v2 2/4] selftests/bpf/sockopt: Add a null pointer check for the run_test
` [PATCH bpf-next v2 3/4] selftests/bpf: Add a null pointer check for the load_btf_spec
` [PATCH bpf-next v2 4/4] selftests/bpf: Add a null pointer check for the serial_test_tp_attach_query

[PATCH v3 0/3] perf:core: Save raw sample data
 2024-05-10 11:15 UTC  (6+ messages)
` [PATCH v3 1/3] perf/core: Save raw sample data conditionally based on sample type
` [PATCH v3 2/3] perf: core: Check sample_type in perf_sample_save_callchain
` [PATCH v3 3/3] perf: core: Check sample_type in perf_sample_save_brstack

[PATCH dwarves] btf_encoder: add "distilled_base" BTF feature to split BTF generation
 2024-05-10 10:48 UTC 

[PATCH 0/2] Objpool performance improvements
 2024-05-10  9:15 UTC  (6+ messages)
` [PATCH 1/2] objpool: enable inlining objpool_push() and objpool_pop() operations

[PATCH bpf-next 0/4] Add some 'malloc' failure checks
 2024-05-10  8:21 UTC  (4+ messages)
` [PATCH bpf-next 4/4] selftests/bpf: Add a null pointer check for the serial_test_tp_attach_query

[PATCH] dma: fix DMA sync for drivers not calling dma_set_mask*()
 2024-05-10  7:12 UTC  (2+ messages)

[BPF Security] what security properties does verifier guarantee?
 2024-05-10  5:16 UTC  (3+ messages)
  `  "

[PATCH bpf-next 2/4] bpf: crypto: make state and IV dynptr nullable
 2024-05-10  3:07 UTC  (2+ messages)

[PATCH bpf-next v4 0/9] Enable BPF programs to declare arrays of kptr, bpf_rb_root, and bpf_list_head
 2024-05-10  2:36 UTC  (3+ messages)
` [PATCH bpf-next v4 5/9] bpf: look into the types of the fields of a struct type recursively

[PATCH bpf-next v3 0/7] Notify user space when a struct_ops object is detached/unregistered
 2024-05-10  0:29 UTC  (8+ messages)
` [PATCH bpf-next v3 1/7] bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops
` [PATCH bpf-next v3 2/7] bpf: enable detaching links of struct_ops objects
` [PATCH bpf-next v3 3/7] bpf: support epoll from bpf struct_ops links
` [PATCH bpf-next v3 4/7] bpf: export bpf_link_inc_not_zero
` [PATCH bpf-next v3 5/7] selftests/bpf: test struct_ops with epoll
` [PATCH bpf-next v3 6/7] selftests/bpf: detach a struct_ops link from the subsystem managing it
` [PATCH bpf-next v3 7/7] selftests/bpf: make sure bpf_testmod handling racing link destroying well


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 read-only IMAP folder(s) and NNTP newsgroup(s).