BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-05 18:49:59 to 2023-12-07 02:05:23 UTC [more...]

[PATCH 12/36] sched_ext: Implement BPF extensible scheduler class
 2023-12-07  2:04 UTC  (2+ messages)
` [PATCH] scx: set p->scx.ops_state using atomic_long_set_release

[PATCH v1] perf env: Avoid recursively taking env->bpf_progs.lock
 2023-12-07  1:46 UTC 

[PATCH v7 bpf-next 0/7] Allocate bpf trampoline on bpf_prog_pack
 2023-12-07  1:40 UTC  (9+ messages)
` [PATCH v7 bpf-next 1/7] bpf: Let bpf_prog_pack_free handle any pointer
` [PATCH v7 bpf-next 2/7] bpf: Adjust argument names of arch_prepare_bpf_trampoline()
` [PATCH v7 bpf-next 3/7] bpf: Add helpers for trampoline image management
` [PATCH v7 bpf-next 4/7] bpf, x86: Adjust arch_prepare_bpf_trampoline return value
` [PATCH v7 bpf-next 5/7] bpf: Add arch_bpf_trampoline_size()
` [PATCH v7 bpf-next 6/7] bpf: Use arch_bpf_trampoline_size
` [PATCH v7 bpf-next 7/7] x86, bpf: Use bpf_prog_pack for bpf trampoline

[PATCH bpf-next v12 00/14] Registrating struct_ops types from modules
 2023-12-07  1:39 UTC  (15+ messages)
` [PATCH bpf-next v12 01/14] bpf: refactory struct_ops type initialization to a function
` [PATCH bpf-next v12 02/14] bpf: get type information with BPF_ID_LIST
` [PATCH bpf-next v12 03/14] bpf, net: introduce bpf_struct_ops_desc
` [PATCH bpf-next v12 04/14] bpf: add struct_ops_tab to btf
` [PATCH bpf-next v12 05/14] bpf: make struct_ops_map support btfs other than btf_vmlinux
` [PATCH bpf-next v12 06/14] bpf: lookup struct_ops types from a given module BTF
` [PATCH bpf-next v12 07/14] bpf: pass attached BTF to the bpf_struct_ops subsystem
` [PATCH bpf-next v12 08/14] bpf: hold module for bpf_struct_ops_map
` [PATCH bpf-next v12 09/14] bpf: validate value_type
` [PATCH bpf-next v12 10/14] bpf, net: switch to dynamic registration
` [PATCH bpf-next v12 11/14] libbpf: Find correct module BTFs for struct_ops maps and progs
` [PATCH bpf-next v12 12/14] bpf: export btf_ctx_access to modules
` [PATCH bpf-next v12 13/14] selftests/bpf: test case for register_bpf_struct_ops()
` [PATCH bpf-next v12 14/14] bpf: pass btf object id in bpf_map_info

linux-next: manual merge of the security tree with the bpf-next tree
 2023-12-07  1:08 UTC 

[PATCH 0/3] net/sched: Load modules via alias
 2023-12-06 23:55 UTC  (10+ messages)
` [PATCH 1/3] net/sched: cls: Load net classifier "
` [PATCH 2/3] net/sched: sch: Load qdisc "
` [PATCH 3/3] net/sched: act: Load TC action "

[PATCH net 0/2] fixes for ktls
 2023-12-06 23:27 UTC  (3+ messages)
` [PATCH net 1/2] net: tls, update curr on splice as well
` [PATCH net 2/2] bpf: sockmap, updating the sg structure should also update curr

[PATCH bpf-next] selftests/bpf: Test the release of map btf
 2023-12-06 23:16 UTC  (3+ messages)

[PATCH net-next v5 0/3] ethtool: Add ethtool_puts()
 2023-12-06 23:16 UTC  (4+ messages)
` [PATCH net-next v5 1/3] ethtool: Implement ethtool_puts()
` [PATCH net-next v5 2/3] checkpatch: add ethtool_sprintf rules
` [PATCH net-next v5 3/3] net: Convert some ethtool_sprintf() to ethtool_puts()

[PATCH bpf-next] bpf: rename MAX_BPF_LINK_TYPE into __MAX_BPF_LINK_TYPE for consistency
 2023-12-06 22:50 UTC  (3+ messages)

pull-request: bpf 2023-12-06
 2023-12-06 22:05 UTC 

[PATCHv4 bpf 0/2] bpf: Fix map poke update
 2023-12-06 21:50 UTC  (4+ messages)
` [PATCHv4 bpf 1/2] bpf: Fix prog_array_map_poke_run "
` [PATCHv4 bpf 2/2] selftests/bpf: Add test for early update in prog_array_map_poke_run

[PATCH v2 0/2] x86/bpf: Fix FineIBT vs eBPF
 2023-12-06 21:39 UTC  (14+ messages)
` [PATCH v2 2/2] x86/cfi,bpf: Fix BPF JIT call

[PATCH v6 bpf-next 0/7] Allocate bpf trampoline on bpf_prog_pack
 2023-12-06 21:31 UTC  (5+ messages)
` [PATCH v6 bpf-next 5/7] bpf: Add arch_bpf_trampoline_size()

[PATCH bpf-next v4] bpf: Fix a race condition between btf_put() and map_free()
 2023-12-06 21:09 UTC 

[PATCH bpf-next v4 0/2] Allow data_meta size > 32
 2023-12-06 20:59 UTC  (3+ messages)
` [PATCH bpf-next v4 1/2] selftests/bpf: increase invalid metadata size
` [PATCH bpf-next v4 2/2] net, xdp: allow metadata > 32

[PATCH bpf-next v3 0/3] xsk: TX metadata Launch Time support
 2023-12-06 19:06 UTC  (12+ messages)
` [PATCH bpf-next v3 2/3] net: stmmac: add Launch Time support to XDP ZC
        ` [xdp-hints] "

[PATCH bpf-next v4 0/2] bpf: fix verification of indirect var-off stack access
 2023-12-06 19:04 UTC  (6+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] bpf: guard stack limits against 32bit overflow

[PATCH bpf-next 00/13] Enhance BPF global subprogs with argument tags
 2023-12-06 18:47 UTC  (35+ messages)
` [PATCH bpf-next 01/13] bpf: log PTR_TO_MEM memory size in verifier log
` [PATCH bpf-next 02/13] bpf: emit more dynptr information "
` [PATCH bpf-next 03/13] bpf: tidy up exception callback management a bit
` [PATCH bpf-next 04/13] bpf: use bitfields for simple per-subprog bool flags
` [PATCH bpf-next 05/13] bpf: abstract away global subprog arg preparation logic from reg state setup
` [PATCH bpf-next 06/13] bpf: remove unnecessary and (mostly) ignored BTF check for main program
` [PATCH bpf-next 07/13] bpf: prepare btf_prepare_func_args() for handling static subprogs
` [PATCH bpf-next 08/13] bpf: move subprog call logic back to verifier.c
` [PATCH bpf-next 09/13] bpf: reuse subprog argument parsing logic for subprog call checks
` [PATCH bpf-next 10/13] bpf: support 'arg:xxx' btf_decl_tag-based hints for global subprog args
` [PATCH bpf-next 11/13] bpf: add dynptr global subprog arg tag support
` [PATCH bpf-next 13/13] selftests/bpf: add global subprog annotation tests

[PATCH v12 bpf-next 00/17] BPF token and BPF FS-based delegation
 2023-12-06 18:24 UTC  (5+ messages)
` [PATCH v12 bpf-next 03/17] bpf: introduce BPF token object

[PATCH bpf-next v2] bpf: Support uid and gid when mounting bpffs
 2023-12-06 18:20 UTC  (4+ messages)

[PATCH bpf-next] bpf: Support uid and gid when mounting bpffs
 2023-12-06 17:18 UTC  (6+ messages)

[PATCH bpf v3 0/2] bpf: fix verification of indirect var-off stack access
 2023-12-06 17:14 UTC  (8+ messages)
` [PATCH bpf v3 1/2] "
` [PATCH bpf v3 2/2] bpf: guard stack limits against 32bit overflow

[PATCH bpf-next v3] bpf: Fix a race condition between btf_put() and map_free()
 2023-12-06 16:50 UTC  (3+ messages)

[PATCH v3 net-next 0/2] add multi-buff support for xdp running in generic mode
 2023-12-06 16:03 UTC  (10+ messages)
` [PATCH v3 net-next 2/2] xdp: "

[PATCH net-next v9 13/15] p4tc: add runtime table entry create, update, get, delete, flush and dump
 2023-12-06 15:08 UTC  (3+ messages)

BPF LSM prevent program unload
 2023-12-06 15:02 UTC  (3+ messages)

[PATCH net-next v9 00/15] Introducing P4TC
 2023-12-06 14:59 UTC  (7+ messages)
` [PATCH net-next v9 15/15] p4tc: add P4 classifier

[PATCH bpf-next 0/7] BPF Static Keys
 2023-12-06 14:10 UTC  (8+ messages)
` [PATCH bpf-next 1/7] bpf: extract bpf_prog_bind_map logic into an inline helper
` [PATCH bpf-next 2/7] bpf: rename and export a struct definition
` [PATCH bpf-next 3/7] bpf: adjust functions offsets when patching progs
` [PATCH bpf-next 4/7] bpf: implement BPF Static Keys support
` [PATCH bpf-next 5/7] bpf: x86: implement static keys support
` [PATCH bpf-next 6/7] libbpf: BPF Static Keys support
` [PATCH bpf-next 7/7] selftests/bpf: Add tests for BPF Static Keys

[PATCH bpf-next 0/3] bpf: Expand bpf_cgrp_storage to support cgroup1 non-attach case
 2023-12-06 11:53 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpf: Enable bpf_cgrp_storage for "
` [PATCH bpf-next 2/3] selftests/bpf: Add a new cgroup helper open_classid()
` [PATCH bpf-next 3/3] selftests/bpf: Add selftests for cgroup1 local storage

[PATCH bpf-next] netkit: Add some ethtool ops to provide information to user
 2023-12-06 10:57 UTC  (8+ messages)
  ` [External] "
      `  "

[PATCH] net: atlantic: Fix NULL dereference of skb pointer in
 2023-12-06 10:50 UTC  (4+ messages)
` [EXT] "

[PATCH 00/10] sysctl: Remove sentinel elements from kernel dir
 2023-12-06  9:55 UTC  (5+ messages)
` [PATCH 07/10] printk: Remove the now superfluous sentinel elements from ctl_table array

[PATCH bpf v2 1/2] bpf: syzkaller found null ptr deref in unix_bpf proto add
 2023-12-06  9:47 UTC  (4+ messages)

[RFC PATCH bpf-next 0/3] bpf: Expand bpf_cgrp_storage to support cgroup1 non-attach case
 2023-12-06  9:00 UTC  (11+ messages)
` [RFC PATCH bpf-next 1/3] bpf: Enable bpf_cgrp_storage for "
` [RFC PATCH bpf-next 2/3] selftests/bpf: Add a new cgroup helper open_classid()
` [RFC PATCH bpf-next 3/3] selftests/bpf: Add selftests for cgroup1 local storage

[PATCH bpf-next v8 00/18] XDP metadata via kfuncs for ice + VLAN hint
 2023-12-06  8:52 UTC  (22+ messages)
` [PATCH bpf-next v8 01/18] ice: make RX hash reading code more reusable
` [PATCH bpf-next v8 02/18] ice: make RX HW timestamp "
` [PATCH bpf-next v8 03/18] ice: Make ptype internal to descriptor info processing
` [PATCH bpf-next v8 04/18] ice: Introduce ice_xdp_buff
` [PATCH bpf-next v8 05/18] ice: Support HW timestamp hint
` [PATCH bpf-next v8 06/18] ice: Support RX hash XDP hint
` [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 09/18] xdp: Add VLAN tag hint
` [PATCH bpf-next v8 10/18] ice: Implement "
` [PATCH bpf-next v8 11/18] ice: use VLAN proto from ring packet context in skb path
` [PATCH bpf-next v8 12/18] veth: Implement VLAN tag XDP hint
` [PATCH bpf-next v8 13/18] net: make vlan_get_tag() return -ENODATA instead of -EINVAL
` [PATCH bpf-next v8 14/18] mlx5: implement VLAN tag XDP hint
` [PATCH bpf-next v8 15/18] selftests/bpf: Allow VLAN packets in xdp_hw_metadata
` [PATCH bpf-next v8 16/18] selftests/bpf: Add flags and VLAN hint to xdp_hw_metadata
` [PATCH bpf-next v8 17/18] selftests/bpf: Add AF_INET packet generation to xdp_metadata
` [PATCH bpf-next v8 18/18] selftests/bpf: Check VLAN tag and proto in xdp_metadata

[RFC PATCH bpf-next v2 0/4] bpf, x64: Fix tailcall hierarchy
 2023-12-06  6:51 UTC  (4+ messages)
` [RFC PATCH bpf-next v2 2/4] "

[PATCH v4 bpf-next 0/3] bpf: tcp: Support arbitrary SYN Cookie at TC
 2023-12-06  6:39 UTC  (11+ messages)
` [PATCH v4 bpf-next 1/3] bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check()
` [PATCH v4 bpf-next 2/3] bpf: tcp: Support arbitrary SYN Cookie
` [PATCH v4 bpf-next 3/3] selftest: bpf: Test bpf_sk_assign_tcp_reqsk()

[PATCH bpf-next v7 1/3] bpf: make common crypto API for TC/XDP programs
 2023-12-06  5:56 UTC  (4+ messages)

[ANN] Winter break shutdown plan
 2023-12-06  2:01 UTC  (2+ messages)

[PATCH v4 bpf-next 00/10] Complete BPF verifier precision tracking support for register spills
 2023-12-05 23:20 UTC  (5+ messages)
` [PATCH v4 bpf-next 10/10] bpf: use common instruction history across all states

[PATCH bpf] bpf: Fix a race condition between btf_put() and map_free()
 2023-12-05 22:50 UTC  (8+ messages)

[PATCHv3 bpf 0/2] bpf: Fix map poke update
 2023-12-05 21:57 UTC  (6+ messages)
` [PATCHv3 bpf 2/2] selftests/bpf: Add test for early update in prog_array_map_poke_run

[PATCH net-next] tcp: add tracepoints for data send/recv/acked
 2023-12-05 20:50 UTC  (5+ messages)

[PATCH 0/2] Combine perf and bpf for fast eval of hw breakpoint conditions
 2023-12-05 19:19 UTC  (6+ messages)
` [PATCH 1/2] perf/bpf: Allow a bpf program to suppress I/O signals

[PATCH v3 bpf-next 00/10] Complete BPF verifier precision tracking support for register spills
 2023-12-05 18:55 UTC  (10+ messages)
` [PATCH v3 bpf-next 03/10] bpf: fix check for attempt to corrupt spilled pointer


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).