public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-08 08:37:35 to 2023-09-11 18:17:48 UTC [more...]

duplicate BTF_IDs leading to symbol redefinition errors?
 2023-09-11 18:17 UTC  (7+ messages)

Question: Is it OK to assume the address of bpf_dynptr_kern will be 8-bytes aligned and reuse the lowest bits to save extra info ?
 2023-09-11 18:10 UTC  (16+ messages)

[PATCH bpf-next 1/2] bpf: return correct -ENOBUFS from bpf_clone_redirect
 2023-09-11 18:08 UTC  (7+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: update bpf_clone_redirect expected return code

Sockmap's parser/verdict programs and epoll notifications
 2023-09-11 18:01 UTC  (5+ messages)

[PATCH v1 1/5] perf parse-events: Remove unused header files
 2023-09-11 17:05 UTC  (5+ messages)
` [PATCH v1 2/5] perf parse-events: Make YYDEBUG dependent on doing a debug build
` [PATCH v1 3/5] perf expr: "
` [PATCH v1 4/5] perf pmu: Add YYDEBUG
` [PATCH v1 5/5] perf bpf-filter: "

[linux-next:master] BUILD REGRESSION 7bc675554773f09d88101bf1ccfc8537dc7c0be9
 2023-09-11 16:52 UTC 

[PATCH bpf-next 0/2] add ring_buffer__query
 2023-09-11 16:51 UTC  (4+ messages)
` [PATCH bpf-next 1/2] libbpf: "
    `  "

[PATCH v5 0/8] io_uring: Initial support for {s,g}etsockopt commands
 2023-09-11 16:46 UTC  (12+ messages)
` [PATCH v5 1/8] net/socket: Break down __sys_setsockopt
` [PATCH v5 2/8] net/socket: Break down __sys_getsockopt
` [PATCH v5 3/8] io_uring/cmd: Pass compat mode in issue_flags
` [PATCH v5 4/8] selftests/net: Extract uring helpers to be reusable
` [PATCH v5 5/8] io_uring/cmd: return -EOPNOTSUPP if net is disabled
` [PATCH v5 6/8] io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT
` [PATCH v5 7/8] io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPT
` [PATCH v5 8/8] selftests/bpf/sockopt: Add io_uring support

[PATCH net-next v1 1/2] net: core: Use the bitmap API to allocate bitmaps
 2023-09-11 15:45 UTC  (2+ messages)
` [PATCH net-next v1 2/2] net: core: Sort headers alphabetically

[PATCH net-next 0/6] net: stmmac: add and use library for setting clock
 2023-09-11 15:29 UTC  (7+ messages)
` [PATCH net-next 1/6] net: stmmac: add platform library
` [PATCH net-next 2/6] net: stmmac: imx: use dwmac_set_tx_clk_gmii()
` [PATCH net-next 3/6] net: stmmac: intel-plat: "
` [PATCH net-next 4/6] net: stmmac: rk: "
` [PATCH net-next 5/6] net: stmmac: starfive: "
` [PATCH net-next 6/6] net: stmmac: qos-eth: "

[PATCH net-next 6/6] net: stmmac: qos-eth: use dwmac_set_tx_clk_gmii()
 2023-09-11 15:29 UTC 

[PATCH net-next 5/6] net: stmmac: starfive: use dwmac_set_tx_clk_gmii()
 2023-09-11 15:29 UTC 

[PATCH net-next 4/6] net: stmmac: rk: use dwmac_set_tx_clk_gmii()
 2023-09-11 15:28 UTC 

[PATCH net-next 3/6] net: stmmac: intel-plat: use dwmac_set_tx_clk_gmii()
 2023-09-11 15:28 UTC 

[PATCH net-next 2/6] net: stmmac: imx: use dwmac_set_tx_clk_gmii()
 2023-09-11 15:28 UTC 

[PATCH net-next 1/6] net: stmmac: add platform library
 2023-09-11 15:28 UTC 

[PATCH bpf] docs/bpf: update out-of-date doc in BPF flow dissector
 2023-09-11 15:23 UTC 

[PATCH 6.1 091/600] tools lib subcmd: Add install target
 2023-09-11 13:42 UTC  (3+ messages)
` [PATCH 6.1 092/600] tools lib subcmd: Make install_headers clearer
` [PATCH 6.1 093/600] tools lib subcmd: Add dependency test to install_headers

[PATCH v4 0/9] bpf: fprobe: rethook: Use ftrace_regs instead of pt_regs
 2023-09-11 14:15 UTC  (15+ messages)
` [PATCH v4 4/9] fprobe: rethook: Use ftrace_regs in fprobe exit handler and rethook
` [PATCH v4 5/9] ftrace: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs

[PATCH net] veth: Update XDP feature set when bringing up device
 2023-09-11 13:58 UTC 

[PATCH v2 0/3] selftests/hid: fix building for older kernels
 2023-09-11 13:43 UTC  (8+ messages)
` [PATCH v2 1/3] selftests/hid: ensure we can compile the tests on kernels pre-6.3
` [PATCH v2 2/3] selftests/hid: do not manually call headers_install
` [PATCH v2 3/3] selftests/hid: force using our compiled libbpf headers

[PATCH bpf] bpf: Avoid deadlock when using queue and stack maps from NMI
 2023-09-11 13:28 UTC 

[PATCH RFC 0/4] bpf: cgroup device guard for non-initial user namespace
 2023-09-11 12:35 UTC  (8+ messages)
` [PATCH RFC 1/4] bpf: add cgroup device guard to flag a cgroup device prog

[PATCH net-next 0/2] bpf: Remove xdp_do_flush_map()
 2023-09-11  9:20 UTC  (6+ messages)
` [PATCH net-next 1/2] net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush()
` [PATCH net-next 2/2] bpf: Remove xdp_do_flush_map()

[PATCH bpf-next] xsk: add multi-buffer support for sockets sharing umem
 2023-09-11  8:50 UTC  (3+ messages)

[PATCH net 0/4] Add missing xdp_do_flush() invocations
 2023-09-11  6:50 UTC  (11+ messages)
` [PATCH net 1/4] net: ena: Flush XDP packets on error
` [PATCH net 2/4] bnxt_en: Flush XDP for bnxt_poll_nitroa0()'s NAPI
` [PATCH net 3/4] octeontx2-pf: Do xdp_do_flush() after redirects
` [PATCH net 4/4] bpf, cpumap: Flush xdp after cpu_map_bpf_prog_run_skb()

[PATCH bpf-next v3 0/3] libbpf: Support symbol versioning for uprobe
 2023-09-11  1:50 UTC  (4+ messages)
` [PATCH bpf-next v3 1/3] libbpf: Resolve symbol conflicts at the same offset "
` [PATCH bpf-next v3 2/3] libbpf: Support symbol versioning "
` [PATCH bpf-next v3 3/3] selftests/bpf: Add tests for "

[PATCH v6 00/11] io_uring getdents
 2023-09-10 22:01 UTC  (9+ messages)
` [PATCH 07/11] vfs: add nowait parameter for file_accessed()

[PATCHv2 bpf-next 0/9] bpf: Add missed stats for kprobes
 2023-09-10 18:54 UTC  (13+ messages)
` [PATCHv2 bpf-next 3/9] bpf: Add missed value to kprobe perf link info
` [PATCHv2 bpf-next 7/9] selftests/bpf: Add test for missed counts of perf event link kprobe

[PATCH bpf-next v2 0/3] libbpf: Support symbol versioning for uprobe
 2023-09-10 12:42 UTC  (12+ messages)
` [PATCH bpf-next v2 1/3] libbpf: Resolve symbol conflicts at the same offset "
` [PATCH bpf-next v2 2/3] libbpf: Support symbol versioning "
` [PATCH bpf-next v2 3/3] selftests/bpf: Add tests for "

[RFC PATCH bpf-next 0/5] bpf, cgroup: Enable cgroup_array map on cgroup1
 2023-09-10  3:17 UTC  (5+ messages)

[PATCH bpf 1/2] bpf: Add override check to kprobe multi link attach
 2023-09-09 18:51 UTC  (5+ messages)

[syzbot] [bpf?] general protection fault in bpf_prog_offload_verifier_prep
 2023-09-09 16:12 UTC  (2+ messages)

BPF memory model
 2023-09-09 12:47 UTC  (6+ messages)

[RFC PATCH v2] bpf: Using binary search to improve the performance of btf_find_by_name_kind
 2023-09-09 12:29 UTC  (2+ messages)

[PATCH bpf-next 0/3] bpf: expose information about netdev xdp-metadata kfunc support
 2023-09-09 11:23 UTC  (5+ messages)
` [PATCH bpf-next 1/3] bpf: make it easier to add new metadata kfunc
` [PATCH bpf-next 2/3] bpf: expose information about supported xdp "
` [PATCH bpf-next 3/3] tools: ynl: extend netdev sample to dump xdp-rx-metadata-features

[PATCH bpf-next v5 0/3] bpf, arm64: use BPF prog pack allocator in BPF JIT
 2023-09-09  9:13 UTC  (7+ messages)
` [PATCH bpf-next v5 1/3] arm64: patching: Add aarch64_insn_copy()
` [PATCH bpf-next v5 2/3] arm64: patching: Add aarch64_insn_set()
` [PATCH bpf-next v5 3/3] bpf, arm64: use bpf_jit_binary_pack_alloc

[RFC PATCH] bpf: Using binary search to improve the performance of btf_find_by_name_kind
 2023-09-09  5:52 UTC 

[PATCH bpf-next] selftests/bpf: Future-proof connect4_prog.c
 2023-09-09  0:28 UTC  (3+ messages)

[PATCH AUTOSEL 4.14 4/5] ARM: 9316/1: hw_breakpoint: fix single-stepping when using bpf_overflow_handler
 2023-09-09  0:24 UTC 

[PATCH AUTOSEL 4.19 5/6] ARM: 9316/1: hw_breakpoint: fix single-stepping when using bpf_overflow_handler
 2023-09-09  0:24 UTC 

[PATCH AUTOSEL 5.4 4/6] ARM: 9316/1: hw_breakpoint: fix single-stepping when using bpf_overflow_handler
 2023-09-09  0:24 UTC 

[PATCH AUTOSEL 5.10 4/5] ARM: 9316/1: hw_breakpoint: fix single-stepping when using bpf_overflow_handler
 2023-09-09  0:23 UTC 

[PATCH AUTOSEL 5.15 4/7] ARM: 9316/1: hw_breakpoint: fix single-stepping when using bpf_overflow_handler
 2023-09-09  0:23 UTC 

[PATCH AUTOSEL 6.1 5/9] ARM: 9316/1: hw_breakpoint: fix single-stepping when using bpf_overflow_handler
 2023-09-09  0:22 UTC 

[PATCH AUTOSEL 6.4 07/11] ARM: 9316/1: hw_breakpoint: fix single-stepping when using bpf_overflow_handler
 2023-09-09  0:22 UTC 

[PATCH AUTOSEL 6.5 07/11] ARM: 9316/1: hw_breakpoint: fix single-stepping when using bpf_overflow_handler
 2023-09-09  0:22 UTC 

[PATCH bpf-next v12 0/2] selftests/bpf: Optimize kallsyms cache
 2023-09-08 23:40 UTC  (2+ messages)

[PATCH v2] bpftool: fix -Wcast-qual warning
 2023-09-08 23:40 UTC  (2+ messages)

libbpf ringbuffer callback prototype
 2023-09-08 23:37 UTC  (2+ messages)

[RFC bpf-next] Registering struct_ops types from modules
 2023-09-08 21:03 UTC  (3+ messages)

[PATCH AUTOSEL 5.4 09/10] libbpf: Free btf_vmlinux when closing bpf_object
 2023-09-08 18:20 UTC 

[PATCH AUTOSEL 5.10 13/14] libbpf: Free btf_vmlinux when closing bpf_object
 2023-09-08 18:20 UTC 

[PATCH AUTOSEL 5.15 14/15] libbpf: Free btf_vmlinux when closing bpf_object
 2023-09-08 18:19 UTC 

[PATCH AUTOSEL 6.1 25/26] libbpf: Free btf_vmlinux when closing bpf_object
 2023-09-08 18:18 UTC 

[PATCH AUTOSEL 6.4 35/41] libbpf: Free btf_vmlinux when closing bpf_object
 2023-09-08 18:15 UTC  (3+ messages)
` [PATCH AUTOSEL 6.4 40/41] bpf: Consider non-owning refs trusted
` [PATCH AUTOSEL 6.4 41/41] bpf: Consider non-owning refs to refcounted nodes RCU protected

[PATCH AUTOSEL 6.5 19/45] net: annotate data-races around sock->ops
 2023-09-08 18:13 UTC  (4+ messages)
` [PATCH AUTOSEL 6.5 39/45] libbpf: Free btf_vmlinux when closing bpf_object
` [PATCH AUTOSEL 6.5 44/45] bpf: Consider non-owning refs trusted
` [PATCH AUTOSEL 6.5 45/45] bpf: Consider non-owning refs to refcounted nodes RCU protected

[RFC PATCH bpf-next 0/4] Add Open-coded process and css iters
 2023-09-08 18:10 UTC  (7+ messages)
` [RFC PATCH bpf-next 2/4] bpf: Introduce process open coded iterator kfuncs

[PATCH AUTOSEL 4.14 3/3] hw_breakpoint: fix single-stepping when using bpf_overflow_handler
 2023-09-08 18:04 UTC 

[PATCH AUTOSEL 4.19 3/3] hw_breakpoint: fix single-stepping when using bpf_overflow_handler
 2023-09-08 18:04 UTC 

[PATCH AUTOSEL 5.4 5/5] hw_breakpoint: fix single-stepping when using bpf_overflow_handler
 2023-09-08 18:03 UTC 

[PATCH AUTOSEL 5.10 8/8] hw_breakpoint: fix single-stepping when using bpf_overflow_handler
 2023-09-08 18:03 UTC 

[PATCH AUTOSEL 5.15 8/9] hw_breakpoint: fix single-stepping when using bpf_overflow_handler
 2023-09-08 18:02 UTC 

[PATCH AUTOSEL 6.1 08/10] hw_breakpoint: fix single-stepping when using bpf_overflow_handler
 2023-09-08 18:02 UTC 

[PATCH AUTOSEL 6.4 11/13] hw_breakpoint: fix single-stepping when using bpf_overflow_handler
 2023-09-08 18:00 UTC 

[PATCH AUTOSEL 6.5 13/16] hw_breakpoint: fix single-stepping when using bpf_overflow_handler
 2023-09-08 17:59 UTC 

[PATCH bpf-next v2 1/2] bpf: Move skb->len == 0 checks into __bpf_redirect
 2023-09-08 17:17 UTC  (4+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Make sure zero-len skbs aren't redirectable

[PATCH v4 00/10] io_uring: Initial support for {s,g}etsockopt commands
 2023-09-08 17:04 UTC  (6+ messages)
` [PATCH v4 07/10] io_uring/cmd: return -EOPNOTSUPP if net is disabled

Apply 13e07691a16f and co. to linux-6.1.y
 2023-09-08 16:52 UTC  (2+ messages)

[PATCH] bpf: Fix a erroneous check after snprintf()
 2023-09-08 16:33 UTC 

[linux-next:master] BUILD REGRESSION af3c30d33476bc2694b0d699173544b07f7ae7de
 2023-09-08 16:10 UTC 

[PATCH bpf-next v3 0/9] arm32, bpf: add support for cpuv4 insns
 2023-09-08 14:49 UTC  (6+ messages)
` [PATCH bpf-next v3 9/9] MAINTAINERS: Add myself for ARM32 BPF JIT maintainer

[PATCH bpf-next v4 0/7] add BPF_F_PERMANENT flag for sockmap skmsg redirect
 2023-09-08 13:45 UTC  (3+ messages)

[PATCH bpf 0/4] Fix the unmatched unit_size of bpf_mem_cache
 2023-09-08 13:39 UTC  (5+ messages)
` [PATCH bpf 1/4] bpf: Adjust size_index according to the value of KMALLOC_MIN_SIZE
` [PATCH bpf 2/4] bpf: Don't prefill for unused bpf_mem_cache
` [PATCH bpf 3/4] bpf: Ensure unit_size is matched with slab cache object size
` [PATCH bpf 4/4] selftests/bpf: Test all valid alloc sizes for bpf mem allocator

[PATCH v4 0/5] powerpc/bpf: use BPF prog pack allocator
 2023-09-08 13:27 UTC  (6+ messages)
` [PATCH v4 1/5] powerpc/bpf: implement bpf_arch_text_copy
` [PATCH v4 2/5] powerpc/bpf: implement bpf_arch_text_invalidate for bpf_prog_pack
` [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 v4 5/5] powerpc/bpf: use patch_instructions()


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