bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-25 18:49:00 to 2023-09-27 13:27:26 UTC [more...]

[PATCH bpf-next v3 1/5] bpf: Support chain calling multiple BPF programs after each other
 2023-09-27 13:27 UTC  (11+ messages)
                ` bpf indirect calls

[PATCH v3 bpf-next 0/8] Allocate bpf trampoline on bpf_prog_pack
 2023-09-27 13:16 UTC  (10+ messages)
` [PATCH v3 bpf-next 1/8] s390/bpf: Let arch_prepare_bpf_trampoline return program size
` [PATCH v3 bpf-next 2/8] bpf: Let bpf_prog_pack_free handle any pointer
` [PATCH v3 bpf-next 3/8] bpf: Adjust argument names of arch_prepare_bpf_trampoline()
` [PATCH v3 bpf-next 4/8] bpf: Add helpers for trampoline image management
` [PATCH v3 bpf-next 5/8] bpf, x86: Adjust arch_prepare_bpf_trampoline return value
` [PATCH v3 bpf-next 6/8] bpf: Add arch_bpf_trampoline_size()
` [PATCH v3 bpf-next 7/8] bpf: Use arch_bpf_trampoline_size
` [PATCH v3 bpf-next 8/8] x86, bpf: Use bpf_prog_pack for bpf trampoline

[bug report] bpf: Implement BPF exceptions
 2023-09-27 11:02 UTC 

[PATCH bpf-next v3 0/1] samples/bpf: syscall_tp_user: Refactor and fix array index out-of-bounds bug
 2023-09-27 11:03 UTC  (3+ messages)
` [PATCH bpf-next v3 1/1] samples/bpf: Add -fsanitize=bounds to userspace programs

[PATCH bpf-next v2 0/8] Add a test for SHARED_UMEM feature
 2023-09-27 10:27 UTC  (5+ messages)
` [PATCH bpf-next v2 4/8] selftests/xsk: iterate over all the sockets in the receive pkts function

[PATCH bpf-next v3 0/7] Add Open-coded task, css_task and css iters
 2023-09-27 10:16 UTC  (5+ messages)
` [PATCH bpf-next v3 5/7] bpf: teach the verifier to enforce css_iter and task_iter in RCU CS

[PATCH v5 bpf-next 00/13] BPF token and BPF FS-based delegation
 2023-09-27  9:52 UTC  (5+ messages)
` [PATCH v5 bpf-next 03/13] bpf: introduce BPF token object

[PATCH bpf-next v5 0/7] add BPF_F_PERMANENT flag for sockmap skmsg redirect
 2023-09-27  9:30 UTC  (8+ messages)
` [PATCH bpf-next v5 1/7] bpf, sockmap: add BPF_F_PERMANENT flag for "
` [PATCH bpf-next v5 2/7] selftests/bpf: Add txmsg permanently test for sockmap
` [PATCH bpf-next v5 3/7] selftests/bpf: Add txmsg redir "
` [PATCH bpf-next v5 4/7] selftests/bpf: add skmsg verdict tests
` [PATCH bpf-next v5 5/7] selftests/bpf: add two skmsg verdict tests for BPF_F_PERMANENT flag
` [PATCH bpf-next v5 6/7] selftests/bpf: add tests for verdict skmsg to itself
` [PATCH bpf-next v5 7/7] selftests/bpf: add tests for verdict skmsg to closed socket

Possible kernel memory leak in bpf_timer
 2023-09-27  8:42 UTC  (2+ messages)

[PATCH bpf-next v6 0/9] Add cgroup sockaddr hooks for unix sockets
 2023-09-27  8:26 UTC  (11+ messages)
` [PATCH bpf-next v6 1/9] selftests/bpf: Add missing section name tests for getpeername/getsockname
` [PATCH bpf-next v6 2/9] bpf: Propagate modified uaddrlen from cgroup sockaddr programs
` [PATCH bpf-next v6 3/9] bpf: Add bpf_sock_addr_set_unix_addr() to allow writing unix sockaddr from bpf
` [PATCH bpf-next v6 4/9] bpf: Implement cgroup sockaddr hooks for unix sockets
` [PATCH bpf-next v6 5/9] libbpf: Add support for cgroup unix socket address hooks
` [PATCH bpf-next v6 6/9] bpftool: "
` [PATCH bpf-next v6 7/9] documentation/bpf: Document "
` [PATCH bpf-next v6 8/9] selftests/bpf: Make sure mount directory exists
` [PATCH bpf-next v6 9/9] selftests/bpf: Add tests for cgroup unix socket address hooks

[RFC bpf-next v2 00/24] XDP metadata via kfuncs for ice + mlx5
 2023-09-27  7:51 UTC  (25+ messages)
` [RFC bpf-next v2 01/24] ice: make RX hash reading code more reusable
` [RFC bpf-next v2 02/24] ice: make RX HW timestamp "
` [RFC bpf-next v2 03/24] ice: make RX checksum checking "
` [RFC bpf-next v2 04/24] ice: Make ptype internal to descriptor info processing
` [RFC bpf-next v2 05/24] ice: Introduce ice_xdp_buff
` [RFC bpf-next v2 06/24] ice: Support HW timestamp hint
` [RFC bpf-next v2 07/24] ice: Support RX hash XDP hint
` [RFC bpf-next v2 08/24] ice: Support XDP hints in AF_XDP ZC mode
` [RFC bpf-next v2 09/24] xdp: Add VLAN tag hint
` [RFC bpf-next v2 10/24] ice: Implement "
` [RFC bpf-next v2 11/24] ice: use VLAN proto from ring packet context in skb path
` [RFC bpf-next v2 12/24] xdp: Add checksum hint
` [RFC bpf-next v2 13/24] ice: Implement "
` [RFC bpf-next v2 14/24] ice: put XDP meta sources assignment under a static key condition
` [RFC bpf-next v2 15/24] selftests/bpf: Allow VLAN packets in xdp_hw_metadata
` [RFC bpf-next v2 16/24] net, xdp: allow metadata > 32
` [RFC bpf-next v2 17/24] selftests/bpf: Add flags and new hints to xdp_hw_metadata
` [RFC bpf-next v2 18/24] veth: Implement VLAN tag and checksum XDP hint
` [RFC bpf-next v2 19/24] net: make vlan_get_tag() return -ENODATA instead of -EINVAL
` [RFC bpf-next v2 20/24] selftests/bpf: Use AF_INET for TX in xdp_metadata
` [RFC bpf-next v2 21/24] selftests/bpf: Check VLAN tag and proto "
` [RFC bpf-next v2 22/24] selftests/bpf: check checksum state "
` [RFC bpf-next v2 23/24] mlx5: implement VLAN tag XDP hint
` [RFC bpf-next v2 24/24] mlx5: implement RX checksum "

Analiza należnych środków
 2023-09-27  7:40 UTC 

[PATCH v4 3/5] security: Replace indirect LSM hook calls with static calls
 2023-09-27  5:26 UTC  (2+ messages)

[RFC PATCH bpf-next 0/8] bpf, cgroup: Add bpf support for cgroup controller
 2023-09-27  2:27 UTC  (9+ messages)

[PATCH bpf-next] libbpf: Allow Golang symbols in uprobe secdef
 2023-09-27  2:17 UTC  (5+ messages)

[PATCH vhost v13 00/12] virtio core prepares for AF_XDP
 2023-09-27  1:50 UTC  (4+ messages)
` [PATCH vhost v13 12/12] virtio_net: merge dma operations when filling mergeable buffers

[PATCH] selftests: Fix wrong TARGET in kselftest top level Makefile
 2023-09-27  1:18 UTC  (2+ messages)

[PATCH] perf record: Fix BTF type checks in the off-cpu profiling
 2023-09-27  0:50 UTC  (3+ messages)

[syzbot] [bpf?] WARNING in bpf_mprog_pos_before
 2023-09-26 21:38 UTC  (2+ messages)

[PATCH bpf-next 0/8] Add bpf programmable device
 2023-09-26 21:35 UTC  (14+ messages)
` [PATCH bpf-next 1/8] meta, bpf: Add bpf programmable meta device
` [PATCH bpf-next 2/8] meta, bpf: Add bpf link support for "
` [PATCH bpf-next 3/8] tools: Sync if_link uapi header
` [PATCH bpf-next 4/8] libbpf: Add link-based API for meta
` [PATCH bpf-next 5/8] bpftool: Implement link show support "
` [PATCH bpf-next 6/8] bpftool: Extend net dump with meta progs
` [PATCH bpf-next 7/8] selftests/bpf: Add netlink helper library
` [PATCH bpf-next 8/8] selftests/bpf: Add selftests for meta

[PATCH v4 bpf-next 02/12] bpf: introduce BPF token object
 2023-09-26 21:32 UTC  (8+ messages)
` [PATCH v4 2/12] "

[syzbot] [bpf?] WARNING in bpf_mprog_attach
 2023-09-26 20:47 UTC 

[PATCH bpf-next v5 4/9] bpf: Implement cgroup sockaddr hooks for unix sockets
 2023-09-26 20:20 UTC  (4+ messages)

[BUG] verifier escape with iteration helpers (bpf_loop, ...)
 2023-09-26 16:25 UTC  (23+ messages)

[PATCH v9 bpf-next 0/9] bpf: Add socket destroy capability
 2023-09-26 16:07 UTC  (7+ messages)
` [PATCH v9 bpf-next 5/9] bpf: udp: Implement batching for sockets iterator

[PATCH v2 bpf-next 0/8] Allocate bpf trampoline on bpf_prog_pack
 2023-09-26 15:56 UTC  (11+ messages)
` [PATCH v2 bpf-next 1/8] s390/bpf: Let arch_prepare_bpf_trampoline return program size
` [PATCH v2 bpf-next 2/8] bpf: Let bpf_prog_pack_free handle any pointer
` [PATCH v2 bpf-next 3/8] bpf: Adjust argument names of arch_prepare_bpf_trampoline()
` [PATCH v2 bpf-next 4/8] bpf: Add helpers for trampoline image management
` [PATCH v2 bpf-next 5/8] bpf, x86: Adjust arch_prepare_bpf_trampoline return value
` [PATCH v2 bpf-next 6/8] bpf: Add arch_bpf_trampoline_size()
` [PATCH v2 bpf-next 7/8] bpf: Use arch_bpf_trampoline_size
` [PATCH v2 bpf-next 8/8] x86, bpf: Use bpf_prog_pack for bpf trampoline

[PATCH v5 00/12] tracing: fprobe: rethook: Use ftrace_regs instead of pt_regs
 2023-09-26 14:47 UTC  (9+ messages)
` [PATCH v5 04/12] fprobe: Use ftrace_regs in fprobe entry handler

[PATCH bpf-next v2 0/6] Zbb support and code simplification for RV64 JIT
 2023-09-26 13:30 UTC  (2+ messages)

[PATCH bpf-next 0/4] Mixing bpf2bpf and tailcalls for RV64
 2023-09-26 13:30 UTC  (2+ messages)

[PATCH bpf-next v1] bpf/selftests: improve arg parsing in test_verifier
 2023-09-26 12:54 UTC  (3+ messages)

[PATCH net-next v3 0/5] TSN auto negotiation between 1G and 2.5G
 2023-09-26 10:55 UTC  (5+ messages)
` [PATCH net-next v3 2/5] net: pcs: xpcs: combine C37 SGMII AN and 2500BASEX for Intel mGbE controller
` [PATCH net-next v3 4/5] net: stmmac: enable Intel mGbE 1G/2.5G auto-negotiation support

[PATCHSET v4] sched: Implement BPF extensible scheduler class
 2023-09-26  9:20 UTC  (8+ messages)

[PATCH v3 00/13] mm: jit/text allocator
 2023-09-26  8:32 UTC  (9+ messages)
` [PATCH v3 02/13] mm: introduce execmem_text_alloc() and execmem_free()
` [PATCH v3 10/13] arch: make execmem setup available regardless of CONFIG_MODULES

[PATCH v2 0/3] selftests/hid: fix building for older kernels
 2023-09-26  7:26 UTC  (2+ messages)

[PATCH v4 0/5] powerpc/bpf: use BPF prog pack allocator
 2023-09-26  6:51 UTC  (8+ messages)
` [PATCH v4 1/5] powerpc/bpf: implement bpf_arch_text_copy
` [PATCH v4 3/5] powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free]
` [PATCH v4 4/5] powerpc/code-patching: introduce patch_instructions()

[PATCH bpf-next v3 8/9] bpf/tests: add tests for cpuv4 instructions
 2023-09-26  6:45 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 8fff9184d1b5810dca5dd1a02726d4f844af88fc
 2023-09-26  6:11 UTC 

[PATCH bpf v3 0/3] bpf, sockmap complete fixes for avail bytes
 2023-09-26  3:53 UTC  (4+ messages)
` [PATCH bpf v3 1/3] bpf: tcp_read_skb needs to pop skb regardless of seq
` [PATCH bpf v3 2/3] bpf: sockmap, do not inc copied_seq when PEEK flag set
` [PATCH bpf v3 3/3] bpf: sockmap, add tests for MSG_F_PEEK

[PATCH bpf v2 0/3] bpf, sockmap complete fixes for avail bytes
 2023-09-26  3:52 UTC 

[RFC bpf-next v3 00/11] Registrating struct_ops types from modules
 2023-09-26  1:33 UTC  (31+ messages)
` [RFC bpf-next v3 02/11] bpf: add struct_ops_tab to btf
` [RFC bpf-next v3 03/11] bpf: add register and unregister functions for struct_ops
` [RFC bpf-next v3 04/11] bpf: attach a module BTF to a bpf_struct_ops
` [RFC bpf-next v3 05/11] bpf: hold module for bpf_struct_ops_map
` [RFC bpf-next v3 06/11] bpf: validate value_type
` [RFC bpf-next v3 07/11] bpf, net: switch to storing struct_ops in btf
` [RFC bpf-next v3 08/11] bpf: pass attached BTF to find correct type info of struct_ops progs
` [RFC bpf-next v3 09/11] libbpf: Find correct module BTFs for struct_ops maps and progs
` [RFC bpf-next v3 11/11] selftests/bpf: test case for register_bpf_struct_ops()

[PATCH bpf v2 0/3] bpf, sockmap complete fixes for avail bytes
 2023-09-26  0:39 UTC  (5+ messages)
` [PATCH bpf v2 1/3] bpf: tcp_read_skb needs to pop skb regardless of seq
` [PATCH bpf v2 2/3] bpf: sockmap, do not inc copied_seq when PEEK flag set
` [PATCH bpf v2 3/3] bpf: sockmap, add tests for MSG_F_PEEK

[PATCHv3 bpf-next 0/9] bpf: Add missed stats for kprobes
 2023-09-25 23:50 UTC  (2+ messages)

[PATCH bpf-next v2 00/14] add libbpf getters for individual ringbuffers
 2023-09-25 23:30 UTC  (16+ messages)
` [PATCH bpf-next v2 01/14] libbpf: refactor cleanup in ring_buffer__add
` [PATCH bpf-next v2 02/14] libbpf: switch rings to array of pointers
` [PATCH bpf-next v2 03/14] libbpf: add ring_buffer__ring
` [PATCH bpf-next v2 04/14] selftests/bpf: add tests for ring_buffer__ring
` [PATCH bpf-next v2 05/14] libbpf: add ring__producer_pos, ring__consumer_pos
` [PATCH bpf-next v2 06/14] selftests/bpf: add tests for ring__*_pos
` [PATCH bpf-next v2 07/14] libbpf: add ring__avail_data_size
` [PATCH bpf-next v2 08/14] selftests/bpf: add tests for ring__avail_data_size
` [PATCH bpf-next v2 09/14] libbpf: add ring__size
` [PATCH bpf-next v2 10/14] selftests/bpf: add tests for ring__size
` [PATCH bpf-next v2 11/14] libbpf: add ring__map_fd
` [PATCH bpf-next v2 12/14] selftests/bpf: add tests for ring__map_fd
` [PATCH bpf-next v2 13/14] libbpf: add ring__consume
` [PATCH bpf-next v2 14/14] selftests/bpf: add tests for ring__consume

[PATCH net-next 1/1] net/sched: Disambiguate verdict from return code
 2023-09-25 23:01 UTC  (4+ messages)

[PATCH net] ice: don't stop netdev tx queues when setting up XSK socket
 2023-09-25 22:58 UTC  (2+ messages)

[PATCH v4 0/5] Reduce overhead of LSMs with static calls
 2023-09-25 22:02 UTC  (8+ messages)

New Version Notification for draft-thaler-bpf-isa-02.txt
 2023-09-25 21:57 UTC  (2+ messages)
  ` [Bpf] "


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