public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-23 00:18:50 to 2023-08-24 22:04:01 UTC [more...]

[PATCH v2 bpf-next 0/7] BPF Refcount followups 3: bpf_mem_free_rcu refcounted nodes
 2023-08-24 22:03 UTC  (16+ 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 bpf-next v2 0/3] bpf, riscv: use BPF prog pack allocator in BPF JIT
 2023-08-24 21:57 UTC  (5+ 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

[PATCHSET v4] sched: Implement BPF extensible scheduler class
 2023-08-24 21:31 UTC  (6+ messages)

[PATCH v2 bpf-next] libbpf: add basic BTF sanity validation
 2023-08-24 21:17 UTC  (2+ messages)

[PATCH] libbpf: handle producer position overflow
 2023-08-24 21:09 UTC  (7+ messages)

[QUESTION] bpf/tc verifier error: invalid access to map value, min value is outside of the allowed memory range
 2023-08-24 20:32 UTC 

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

[PATCH 0/2] Documentation: sphinx: Add sphinx-prompt
 2023-08-24 18:21 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] Documentation: bpf: Use sphinx-prompt

[linux-next:master] BUILD REGRESSION 2b3bd393093b04d4882152398019cbb96b0440ff
 2023-08-24 18:19 UTC 

[PATCH bpf-next] libbpf: add basic BTF sanity validation
 2023-08-24 16:21 UTC  (5+ messages)

[PATCH bpf-next v2 0/7] Add support cpu v4 insns for RV64
 2023-08-24 16:20 UTC  (13+ 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 v3 0/7] samples/bpf: Remove unmaintained XDP sample utilities
 2023-08-24 15:50 UTC  (9+ 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 1/2] bpf: Remove a WARN_ON_ONCE warning related to local kptr
 2023-08-24 15:20 UTC  (3+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add a local kptr test with no special fields

[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 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 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 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 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 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  (17+ messages)
` [PATCH v3 bpf-next 2/3] bpf: Introduce task_vma open-coded iterator kfuncs

[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  (3+ 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] "


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