BPF List
 help / color / mirror / Atom feed
 messages from 2024-05-10 19:24:23 to 2024-05-15 06:00:28 UTC [more...]

[PATCH bpf-next 0/9] add netns helpers
 2024-05-15  5:59 UTC  (4+ messages)
` [PATCH bpf-next 1/9] selftests/bpf: Add unshare_netns helper
` [PATCH bpf-next 2/9] selftests/bpf: Use "
` [PATCH bpf-next 3/9] selftests/bpf: Drop duplicate create_netns

[PATCH bpf-next v2 0/4] use network helpers, part 5
 2024-05-15  4:20 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] selftests/bpf: Use post_socket_cb in connect_to_fd_opts
` [PATCH bpf-next v2 2/4] selftests/bpf: Use start_server_addr in bpf_tcp_ca
` [PATCH bpf-next v2 3/4] selftests/bpf: Use connect_to_fd_opts in do_test "
` [PATCH bpf-next v2 4/4] selftests/bpf: Add post_connect_cb callback

[GIT PULL] Networking for v6.10
 2024-05-15  4:06 UTC  (4+ messages)

[PATCHv5 bpf-next 0/8] uprobe: uretprobe speed up
 2024-05-15  1:44 UTC  (14+ messages)
` [PATCHv5 bpf-next 6/8] x86/shstk: Add return uprobe support
` [PATCHv5 bpf-next 7/8] selftests/x86: Add return uprobe shadow stack test

[PATCH bpf-next 0/4] use network helpers, part 5
 2024-05-15  1:32 UTC  (6+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: Use post_socket_cb in connect_to_fd_opts
` [PATCH bpf-next 2/4] selftests/bpf: Use start_server_addr in bpf_tcp_ca
` [PATCH bpf-next 3/4] selftests/bpf: Use connect_to_fd_opts in do_test "
` [PATCH bpf-next 4/4] selftests/bpf: Add post_connect_cb callback

[PATCHSET v6] sched: Implement BPF extensible scheduler class
 2024-05-14 22:06 UTC  (12+ messages)

[linux-next:master] BUILD REGRESSION 26dd54d03cd94ecc035d9e1e9fd4fc0f3ab311cf
 2024-05-14 20:15 UTC 

[PATCH bpf] MAINTAINERS: Update ARM64 BPF JIT maintainer
 2024-05-14 18:39 UTC 

[syzbot] [bpf?] BUG: unable to handle kernel paging request in jhash
 2024-05-14 17:24 UTC  (2+ messages)

[PATCH net-next v9 00/14] Device Memory TCP
 2024-05-14 17:15 UTC  (17+ 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 net-next v9 08/14] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v9 09/14] net: support non paged skb frags
` [PATCH net-next v9 10/14] net: add support for skbs with unreadable frags
` [PATCH net-next v9 11/14] tcp: RX path for devmem TCP
` [PATCH net-next v9 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v9 13/14] net: add devmem TCP documentation
` [PATCH net-next v9 14/14] selftests: add ncdevmem, netcat for devmem TCP

[PATCH v3 bpf-next 00/11] bpf: support resilient split BTF
 2024-05-14 16:33 UTC  (23+ messages)
` [PATCH v3 bpf-next 01/11] libbpf: add btf__distill_base() creating split BTF with distilled base BTF
` [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 07/11] libbpf: split BTF relocation
` [PATCH v3 bpf-next 08/11] selftests/bpf: extend distilled BTF tests to cover "
` [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 v2 bpf-next] kbuild,bpf: switch to using --btf_features for pahole v1.26 and later
 2024-05-14 16:29 UTC  (9+ messages)

[PATCH bpf-next] kbuild, bpf: use test-ge check for v1.25-only pahole
 2024-05-14 16:27 UTC 

[PATCH net-next v2 1/1] net: intel: Use *-y instead of *-objs in Makefile
 2024-05-14 15:00 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH bpf] bpf, docs: Fix the description of 'src' in ALU instructions
 2024-05-14 14:33 UTC  (3+ messages)
  ` [Bpf] "

[PATCH v4 bpf-next] bpftool: introduce btf c dump sorting
 2024-05-14 14:30 UTC  (2+ messages)

[PATCH v2] riscv, bpf: Optimize zextw insn with Zba extension
 2024-05-14 13:37 UTC  (4+ messages)

[PATCH v3 bpf-next 2/2] selftests/bpf: Added selftests to check deadlocks in queue and stack map
 2024-05-14 12:40 UTC  (2+ messages)
` [PATCH v3 bpf-next 1/2] bpf: Patch to Fix deadlocks in queue and stack maps

[PATCH v2 bpf-next 2/2] selftests/bpf: Added selftests to check deadlocks in queue and stack map
 2024-05-14 12:29 UTC  (3+ messages)
` [PATCH v2 bpf-next 1/2] bpf: Patch to Fix deadlocks in queue and stack maps

[PATCH net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT
 2024-05-14 12:20 UTC  (11+ messages)
          ` [PATCH net-next 14/15 v2] "

[PATCH v3 bpf-next] bpftool: introduce btf c dump sorting
 2024-05-14 10:27 UTC  (5+ messages)

[PATCH] bpf: Fix potential integer overflow in resolve_btfids
 2024-05-14  7:09 UTC 

[PATCH bpf v3] powerpc/bpf: enforce full ordering for ATOMIC operations with BPF_FETCH
 2024-05-14  1:09 UTC  (5+ messages)

[PATCH net-next] net: mana: Enable MANA driver on ARM64 with 4K page size
 2024-05-14  1:00 UTC  (5+ messages)

pull-request: bpf-next 2024-05-13
 2024-05-14  0:00 UTC  (2+ messages)

[PATCH RFC 0/6] net: stmmac: convert stmmac "pcs" to phylink
 2024-05-13 23:53 UTC  (5+ messages)
` [PATCH RFC net-next 1/6] net: stmmac: convert sgmii/rgmii "

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

[PATCH bpf-next v3 0/2] bpf: bpftool: Support dumping kfunc prototypes from BTF
 2024-05-13 21:14 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] kbuild: bpf: Tell pahole to DECL_TAG kfuncs
` [PATCH bpf-next v3 2/2] bpftool: Support dumping kfunc prototypes from BTF

[PATCH v4 0/3] perf/core: Check sample_type in sample data saving helper functions
 2024-05-13 20:39 UTC  (7+ messages)
` [PATCH v4 3/3] perf/core: Check sample_type in perf_sample_save_brstack

pull-request: bpf 2024-05-13
 2024-05-13 20:20 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 6ba6c795dc73c22ce2c86006f17c4aa802db2a60
 2024-05-13 19:59 UTC 

[PATCH v11 0/5] Reduce overhead of LSMs with static calls
 2024-05-13 19:02 UTC  (5+ messages)
` [PATCH v11 4/5] security: Update non standard hooks to use "
` [PATCH v11 5/5] bpf: Only enable BPF LSM hooks when an LSM program is attached

[PATCH] libbpf: fix feature detectors when using token_fd
 2024-05-13 18:08 UTC 

[PATCH v4 00/66] Define _GNU_SOURCE for sources using
 2024-05-13 17:02 UTC  (3+ messages)
` [PATCH v4 08/66] selftests/cgroup: Drop define _GNU_SOURCE

[PATCH bpf-next v4 0/3] Support kCFI + BPF on arm64
 2024-05-13 16:39 UTC  (5+ messages)
` [PATCH bpf-next v4 1/3] cfi: add C CFI type macro
` [PATCH bpf-next v4 2/3] arm64/cfi,bpf: Support kCFI + BPF on arm64
` [PATCH bpf-next v4 3/3] arm64/cfi,bpf: Use DEFINE_CFI_TYPE in arm64

[PATCH bpf-next] bpftool: fix make dependencies for vmlinux.h
 2024-05-13 11:34 UTC  (2+ messages)

[PATCH AUTOSEL 6.1 19/25] x86/mm: Remove broken vsyscall emulation code from the page fault code
 2024-05-13  8:22 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] Add some 'malloc' failure checks
 2024-05-13  7:52 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] selftests/bpf: Add some null pointer checks

[PATCH bpf v2] powerpc/bpf: enforce full ordering for ATOMIC operations with BPF_FETCH
 2024-05-13  6:18 UTC  (2+ messages)

[PATCH bpf] powerpc/bpf: enforce full ordering for ATOMIC operations with BPF_FETCH
 2024-05-13  6:10 UTC  (3+ messages)

[PATCH v3 00/68] Define _GNU_SOURCE for sources using
 2024-05-13  5:11 UTC  (3+ messages)
` [PATCH v3 27/68] selftests/landlock: Drop define _GNU_SOURCE

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-05-13  2:57 UTC  (7+ messages)

[PATCH bpf-next V2] bpf: make list_for_each_entry portable
 2024-05-13  0:50 UTC  (3+ messages)

[PATCH bpf-next] bpf: disable strict aliasing in test_global_func9.c
 2024-05-13  0:40 UTC  (2+ messages)

[PATCH bpf-next] bpf: ignore expected GCC warning in test_global_func10.c
 2024-05-13  0:40 UTC  (2+ messages)

[PATCH bpf-next n2 0/1] selftests/bpf: Fix a few tests for GCC related
 2024-05-13  0:30 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Free strdup memory in xdp_hw_metadata
 2024-05-13  0:30 UTC  (2+ messages)

[PATCH bpf-next] tools: remove redundant ethtool.h from tooling infra
 2024-05-13  0:20 UTC  (2+ messages)

[PATCH bpf-next] bpf: avoid gcc overflow warning in test_xdp_vlan.c
 2024-05-13  0:20 UTC  (2+ messages)

[PATCH v1 bpf-next 00/17] Retire progs/test_sock_addr.c
 2024-05-13  0:20 UTC  (5+ messages)

[PATCH bpf-next v2] ARC: Add eBPF JIT support
 2024-05-13  0:00 UTC  (2+ messages)

[PATCH bpf-next v6 0/4] bpf: Inline helpers in arm64 and riscv JITs
 2024-05-13  0:00 UTC  (2+ messages)

[PATCH bpf] riscv, bpf: make some atomic operations fully ordered
 2024-05-13  0:00 UTC  (2+ messages)

[PATCH bpf-next v2] s390/bpf: Emit a barrier for BPF_FETCH instructions
 2024-05-13  0:00 UTC  (2+ messages)

[PATCH] riscv, bpf: Fix typo in comment
 2024-05-13  0:00 UTC  (2+ messages)

[syzbot] Monthly bpf report (May 2024)
 2024-05-12 18:21 UTC 

[PATCH] bpf, sockmap: defer sk_psock_free_link() using RCU
 2024-05-12  7:21 UTC 

[PATCH dwarves] btf_encoder: add "distilled_base" BTF feature to split BTF generation
 2024-05-11  9:24 UTC  (2+ messages)

[syzbot] [bpf?] [net?] INFO: rcu detected stall in handle_softirqs
 2024-05-11  7:31 UTC 

[syzbot] [net?] [bpf?] possible deadlock in __lock_task_sighand (2)
 2024-05-11  5:58 UTC  (3+ messages)
` [syzbot] [bpf?] [net?] "

[PATCH bpf-next 0/4] selftests/bpf: new MPTCP subflow subtest & improvements
 2024-05-11  1:42 UTC  (6+ messages)
` [PATCH bpf-next 2/4] selftests/bpf: Add RUN_MPTCP_TEST macro

[PATCH] riscv, bpf: Optimize zextw insn with Zba extension
 2024-05-11  1:17 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Running BOF
 2024-05-10 23:35 UTC  (2+ messages)

[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:29 UTC  (12+ messages)
` [PATCH bpf-next v5 7/9] selftests/bpf: Test kptr arrays and kptrs in nested struct fields

[RFC PATCH v8 00/20] bpf qdisc
 2024-05-10 22:16 UTC  (11+ messages)
` [RFC PATCH v8 02/20] selftests/bpf: Test referenced kptr arguments of struct_ops programs
` [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

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


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