public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-22 19:20:12 to 2023-08-24 14:36:34 UTC [more...]

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

[PATCH bpf-next 0/3] bpf: Enable preemption after irq_work_raise() completes
 2023-08-24 14:07 UTC  (8+ messages)
` [PATCH bpf-next 1/3] bpf: Enable preemption after irq_work_raise() in unit_alloc()

[PATCH bpf-next v2 0/3] bpf, riscv: use BPF prog pack allocator in BPF JIT
 2023-08-24 13:31 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] riscv: extend patch_text_nosync() for multiple pages
` [PATCH bpf-next v2 2/3] riscv: implement a memset like function for text
` [PATCH bpf-next v2 3/3] bpf, riscv: use prog pack allocator in the BPF JIT

[PATCH bpf-next 1/2] selftests/bpf: add uprobe_multi test binary to .gitignore
 2023-08-24 13:07 UTC  (6+ messages)
` [PATCH bpf-next 2/2] libbpf: fix signedness determination in CO-RE relo handling logic

[PATCH bpf-next v2 00/11] seltests/xsk: various improvements to xskxceiver
 2023-08-24 12:28 UTC  (12+ messages)
` [PATCH bpf-next v2 01/11] selftests/xsk: print per packet info in verbose mode
` [PATCH bpf-next v2 02/11] selftests/xsk: add timeout for Tx thread
` [PATCH bpf-next v2 03/11] selftests/xsk: add option to only run tests in a single mode
` [PATCH bpf-next v2 04/11] selftests/xsk: move all tests to separate functions
` [PATCH bpf-next v2 05/11] selftests/xsk: declare test names in struct
` [PATCH bpf-next v2 06/11] selftests/xsk: add option that lists all tests
` [PATCH bpf-next v2 07/11] selftests/xsk: add option to run single test
` [PATCH bpf-next v2 08/11] selftests/xsk: use ksft_print_msg uniformly
` [PATCH bpf-next v2 09/11] selftests/xsk: fail single test instead of all tests
` [PATCH bpf-next v2 10/11] selftests/xsk: display command line options with -h
` [PATCH bpf-next v2 11/11] selftests/xsk: introduce XSKTEST_ETH environment variable

[PATCH bpf-next] libbpf: add basic BTF sanity validation
 2023-08-24 12:10 UTC  (3+ messages)

[PATCH bpf-next v3 0/7] samples/bpf: Remove unmaintained XDP sample utilities
 2023-08-24 10:22 UTC  (8+ messages)
` [PATCH bpf-next v3 1/7] samples/bpf: Remove the xdp_monitor utility
` [PATCH bpf-next v3 2/7] samples/bpf: Remove the xdp_redirect* utilities
` [PATCH bpf-next v3 3/7] samples/bpf: Remove the xdp_rxq_info utility
` [PATCH bpf-next v3 4/7] samples/bpf: Remove the xdp1 and xdp2 utilities
` [PATCH bpf-next v3 5/7] samples/bpf: Remove the xdp_sample_pkts utility
` [PATCH bpf-next v3 6/7] samples/bpf: Cleanup .gitignore
` [PATCH bpf-next v3 7/7] samples/bpf: Add note to README about the XDP utilities moved to xdp-tools

[PATCH bpf-next v2 0/6] samples/bpf: Remove unmaintained XDP sample utilities
 2023-08-24  9:36 UTC  (9+ messages)
` [PATCH bpf-next v2 1/6] samples/bpf: Remove the xdp_monitor utility
` [PATCH bpf-next v2 2/6] samples/bpf: Remove the xdp_redirect* utilities
` [PATCH bpf-next v2 3/6] samples/bpf: Remove the xdp_rxq_info utility
` [PATCH bpf-next v2 4/6] samples/bpf: Remove the xdp1 and xdp2 utilities
` [PATCH bpf-next v2 5/6] samples/bpf: Remove the xdp_sample_pkts utility
` [PATCH bpf-next v2 6/6] samples/bpf: Cleanup .gitignore

[PATCH bpf-next v2 0/7] Add support cpu v4 insns for RV64
 2023-08-24  9:50 UTC  (12+ messages)
` [PATCH bpf-next v2 1/7] riscv, bpf: Fix missing exception handling and redundant zext for LDX_B/H/W
` [PATCH bpf-next v2 2/7] riscv, bpf: Support sign-extension load insns
` [PATCH bpf-next v2 3/7] riscv, bpf: Support sign-extension mov insns
` [PATCH bpf-next v2 4/7] riscv, bpf: Support 32-bit offset jmp insn
` [PATCH bpf-next v2 5/7] riscv, bpf: Support signed div/mod insns
` [PATCH bpf-next v2 6/7] riscv, bpf: Support unconditional bswap insn
` [PATCH bpf-next v2 7/7] selftests/bpf: Enable cpu v4 tests for RV64

[PATCH bpf-next v2 1/2] bpf: Remove a WARN_ON_ONCE warning related to local kptr
 2023-08-24  6:34 UTC  (2+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add a local kptr test with no special fields

[PATCH bpf-next 1/2] bpf: Remove a WARN_ON_ONCE warning related to local kptr
 2023-08-24  5:56 UTC  (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add a local kptr test with no special fields

[PATCH v2 bpf-next 0/7] BPF Refcount followups 3: bpf_mem_free_rcu refcounted nodes
 2023-08-24  4:01 UTC  (19+ messages)
` [PATCH v2 bpf-next 3/7] bpf: Use bpf_mem_free_rcu when bpf_obj_dropping "
` [PATCH v2 bpf-next 5/7] bpf: Consider non-owning refs to refcounted nodes RCU protected
` [PATCH v2 bpf-next 6/7] bpf: Allow bpf_spin_{lock,unlock} in sleepable progs

[PATCH net-next] net: fec: add exception tracing for XDP
 2023-08-24  2:30 UTC  (3+ messages)

[PATCH bpf-next 0/7] Add support cpu v4 insns for RV64
 2023-08-24  1:23 UTC  (21+ messages)
` [PATCH bpf-next 1/7] riscv, bpf: Fix missing exception handling and redundant zext for LDX_B/H/W
` [PATCH bpf-next 2/7] riscv, bpf: Support sign-extension load insns
` [PATCH bpf-next 3/7] riscv, bpf: Support sign-extension mov insns
` [PATCH bpf-next 4/7] riscv, bpf: Support 32-bit offset jmp insn
` [PATCH bpf-next 5/7] riscv, bpf: Support signed div/mod insns
` [PATCH bpf-next 6/7] riscv, bpf: Support unconditional bswap insn
` [PATCH bpf-next 7/7] selftests/bpf: Enable cpu v4 tests for RV64

[PATCH bpf-next v2] libbpf: Add bpf_object__unpin()
 2023-08-24  0:20 UTC  (2+ messages)

[PATCH] libbpf: handle producer position overflow
 2023-08-24  0:07 UTC  (6+ messages)

[PATCH bpf-next] libbpf: Add bpf_object__unpin()
 2023-08-23 21:16 UTC  (7+ messages)

[PATCH V11 0/5] riscv: Optimize function trace
 2023-08-23 20:20 UTC  (2+ messages)

[PATCH v3 bpf-next 0/3] Open-coded task_vma iter
 2023-08-23 18:13 UTC  (25+ messages)
` [PATCH v3 bpf-next 1/3] bpf: Don't explicitly emit BTF for struct btf_iter_num
` [PATCH v3 bpf-next 2/3] bpf: Introduce task_vma open-coded iterator kfuncs
` [PATCH v3 bpf-next 3/3] selftests/bpf: Add tests for open-coded task_vma iter

[PATCH v2 bpf-next 0/2] bpf: Fix an issue in verifing allow_ptr_leaks
 2023-08-23 16:50 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/2] bpf: Fix issue in verifying allow_ptr_leaks
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add selftest for allow_ptr_leaks

[PATCH bpf-next 0/2] bpf: Fix an issue in verifing allow_ptr_leaks
 2023-08-23 15:51 UTC  (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add selftest for allow_ptr_leaks

[PATCH v4 0/9] bpf: fprobe: rethook: Use ftrace_regs instead of pt_regs
 2023-08-23 15:17 UTC  (10+ messages)
` [PATCH v4 1/9] Documentation: probes: Add a new ret_ip callback parameter
` [PATCH v4 2/9] fprobe: Use fprobe_regs in fprobe entry handler
` [PATCH v4 3/9] tracing: Expose ftrace_regs regardless of CONFIG_FUNCTION_TRACER
` [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 v4 6/9] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v4 7/9] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v4 8/9] Documentations: probes: Update fprobe document to use ftrace_regs
` [PATCH v4 9/9] Documentation: tracing: Add a note about argument and retval access

[PATCH bpf-next v3] xsk: fix xsk_build_skb() error: 'skb' dereferencing possible ERR_PTR()
 2023-08-23 14:47 UTC 

[PATCH net v3] net: handle ARPHRD_PPP in dev_is_mac_header_xmit()
 2023-08-23 14:51 UTC  (2+ messages)

[PATCH v3 0/9] io_uring: Initial support for {s,g}etsockopt commands
 2023-08-23 13:48 UTC  (6+ messages)
` [PATCH v3 8/9] io_uring/cmd: BPF hook for getsockopt cmd

[RFC PATCH v1 1/1] tracing/kprobe: Add multi-probe support for 'perf_kprobe' PMU
 2023-08-23 13:45 UTC  (5+ messages)

[PATCH net v2] net: handle ARPHRD_PPP in dev_is_mac_header_xmit()
 2023-08-23 13:38 UTC  (7+ messages)

Warning when compiling with python3.12
 2023-08-23  8:44 UTC  (4+ messages)
` [PATCH] Fix invalid escape sequence warnings

[PATCH 0/2] perf/x86: Package residency counter improvements
 2023-08-23  5:56 UTC  (3+ messages)
` [PATCH 1/2] perf/x86/cstate: Allow reading the package statistics from local CPU
` [PATCH 2/2] perf/core: Allow reading package events from perf_event_read_local

[RFC PATCH bpf-next v2 0/2] bpf, x64: Fix tailcall infinite loop
 2023-08-23  1:49 UTC  (6+ messages)
` [RFC PATCH bpf-next v2 1/2] "

[RFC PATCH bpf-next 0/2] Improve prog array uref semantics
 2023-08-23  0:08 UTC  (3+ messages)
` [RFC PATCH bpf-next 1/2] net: bpf: Make xdp and cls_bpf use bpf_prog_put_dev()
` [RFC PATCH bpf-next 2/2] bpf: Take a uref on BPF_MAP_TYPE_PROG_ARRAY maps during dev attachment

[PATCH bpf-next] libbpf: Free btf_vmlinux when closing bpf_object
 2023-08-22 23:20 UTC  (2+ messages)

[PATCH bpf-next v2 00/14] Exceptions - 1/2
 2023-08-22 23:06 UTC  (11+ messages)
` [PATCH bpf-next v2 12/14] libbpf: Add support for custom exception callbacks

selftests: hid: trouble building with clang due to missing header
 2023-08-22 21:42 UTC  (10+ messages)

[PATCH bpf-next v1 0/2] Fix for check_func_arg_reg_off
 2023-08-22 20:00 UTC  (2+ messages)

[PATCH bpf-next v5 00/21] XDP metadata via kfuncs for ice
 2023-08-22 19:50 UTC  (5+ messages)
` [PATCH bpf-next v5 13/21] ice: Implement checksum hint

[PATCH bpf-next 0/6] samples/bpf: Remove unmaintained XDP sample utilities
 2023-08-22 19:27 UTC  (2+ messages)


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