bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-09 00:22:21 to 2023-09-12 18:46:53 UTC [more...]

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

[PATCH bpf] selftests/bpf: Fix kprobe_multi_test/attach_override test
 2023-09-12 17:45 UTC  (4+ messages)

[PATCH bpf-next v4 0/7] add BPF_F_PERMANENT flag for sockmap skmsg redirect
 2023-09-12 17:21 UTC  (2+ messages)

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

[PATCH bpf-next v2 0/6] Add Open-coded process and css iters
 2023-09-12 17:13 UTC  (9+ messages)
` [PATCH bpf-next v2 1/6] cgroup: Prepare for using css_task_iter_*() in BPF
` [PATCH bpf-next v2 2/6] bpf: Introduce css_task open-coded iterator kfuncs
` [PATCH bpf-next v2 3/6] bpf: Introduce process open coded "
` [PATCH bpf-next v2 4/6] bpf: Introduce css_descendant open-coded "
` [PATCH bpf-next v2 5/6] bpf: teach the verifier to enforce css_iter and process_iter in RCU CS
` [PATCH bpf-next v2 6/6] selftests/bpf: Add tests for open-coded task and css iter

[PATCH net-next 1/6] net: stmmac: add platform library
 2023-09-12 17:08 UTC  (4+ messages)

[PATCH v2 0/7] Fix Python string escapes
 2023-09-12 15:33 UTC  (11+ messages)
` [PATCH v2 1/7] ia64: fix "
` [PATCH v2 2/7] Documentation/sphinx: "
` [PATCH v2 3/7] drivers/comedi: "
` [PATCH v2 4/7] scripts: "
` [PATCH v2 5/7] tools/perf: "
` [PATCH v2 6/7] tools/power: "
` [PATCH v2 7/7] selftests/bpf: "

[PATCH bpf-next 0/3] bpf, x64: Fix tailcall infinite loop
 2023-09-12 15:04 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpf, x64: Comment tail_call_cnt initialisation
` [PATCH bpf-next 2/3] bpf, x64: Fix tailcall infinite loop
` [PATCH bpf-next 3/3] selftests/bpf: Add testcases for tailcall infinite loop fixing

[PATCH bpf] selftests/bpf: ensure all CI arches set CONFIG_BPF_KPROBE_OVERRIDE=y
 2023-09-12 15:00 UTC  (2+ messages)

[RESEND PATCH 0/2] perf/x86: Package residency counter improvements
 2023-09-12 14:54 UTC  (5+ messages)
` [RESEND PATCH 1/2] perf/x86/cstate: Allow reading the package statistics from local CPU
` [RESEND PATCH 2/2] perf/core: Allow reading package events from perf_event_read_local

[PATCH net-next 0/6] net: stmmac: add and use library for setting clock
 2023-09-12 14:52 UTC  (9+ 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] veth: Update XDP feature set when bringing up device
 2023-09-12 14:40 UTC  (6+ messages)

[PATCH bpf] selftests/bpf: fix unpriv_disabled check in test_verifier
 2023-09-12 12:31 UTC  (2+ messages)

[PATCH net-next 0/2] bpf: Remove xdp_do_flush_map()
 2023-09-12 10:25 UTC  (10+ 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 0/2] Avoid dummy bpf_offload_netdev in __bpf_prog_dev_bound_init
 2023-09-12  9:59 UTC  (6+ messages)
` [PATCH bpf-next 1/2] bpf: "
` [PATCH bpf-next 2/2] selftests/bpf: Offloaded prog after non-offloaded should not cause BUG

[PATCH v5 0/8] io_uring: Initial support for {s,g}etsockopt commands
 2023-09-12  9:37 UTC  (14+ 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 v8 0/6] introduce page_pool_alloc() related API
 2023-09-12  8:31 UTC  (3+ messages)
` [PATCH net-next v8 5/6] page_pool: update document about frag API
` [PATCH net-next v8 6/6] net: veth: use newly added page pool API for veth with xdp

[PATCH bpf] bpf, cgroup: fix multiple kernel-doc warnings
 2023-09-12  6:08 UTC 

[PATCH v1 1/5] perf parse-events: Remove unused header files
 2023-09-12  6:00 UTC  (10+ 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: "

[RFC PATCH bpf-next 0/5] bpf, cgroup: Enable cgroup_array map on cgroup1
 2023-09-12  3:30 UTC  (12+ messages)
` [RFC PATCH bpf-next 1/5] cgroup: Enable task_under_cgroup_hierarchy() "

[PATCH bpf] bpf: Avoid deadlock when using queue and stack maps from NMI
 2023-09-12  2:10 UTC  (2+ messages)

[PATCH bpf-next 0/3] bpf: expose information about netdev xdp-metadata kfunc support
 2023-09-11 22:48 UTC  (5+ messages)
` [PATCH bpf-next 2/3] bpf: expose information about supported xdp metadata kfunc

[PATCH bpf-next] selftests/bpf: Correct map_fd to data_fd in tailcalls
 2023-09-12  0:30 UTC  (2+ messages)

[PATCH bpf-next v2 1/2] bpf: clarify error expectations from bpf_clone_redirect
 2023-09-11 20:40 UTC  (3+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: update bpf_clone_redirect expected return code

[PATCH bpf 0/4] Fix the unmatched unit_size of bpf_mem_cache
 2023-09-11 19:50 UTC  (2+ messages)

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

[PATCH bpf-next 1/2] bpf: return correct -ENOBUFS from bpf_clone_redirect
 2023-09-11 19:05 UTC  (9+ messages)

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)

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

[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 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 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  (9+ messages)
` [PATCH v4 4/9] fprobe: rethook: Use ftrace_regs in fprobe exit handler and rethook

[PATCH v2 0/3] selftests/hid: fix building for older kernels
 2023-09-11 13:43 UTC  (5+ messages)
` [PATCH v2 1/3] selftests/hid: ensure we can compile the tests on kernels pre-6.3

[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  (6+ messages)
` [PATCH net 1/4] net: ena: Flush XDP packets on error
` [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  (11+ 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  (10+ 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 "

[PATCH bpf 1/2] bpf: Add override check to kprobe multi link attach
 2023-09-09 18:51 UTC  (4+ 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)

[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 


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