bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-08 17:29:59 to 2022-11-10 04:59:13 UTC [more...]

[PATCH bpf-next v2 0/4] Add ftrace direct call for arm64
 2022-11-10  4:58 UTC  (18+ messages)

[PATCH bpf-next v4 0/3] libbpf: Resolve unambigous forward declarations
 2022-11-10  4:54 UTC  (5+ messages)
` [PATCH bpf-next v4 1/3] libbpf: hashmap interface update to allow both long and void* keys/values
` [PATCH bpf-next v4 2/3] libbpf: Resolve unambigous forward declarations
` [PATCH bpf-next v4 3/3] selftests/bpf: Tests for btf_dedup_resolve_fwds

[PATCH bpf-next v3] bpf: Initialize same number of free nodes for each pcpu_freelist
 2022-11-10  4:05 UTC  (2+ messages)

[PATCH net] net: cpsw: disable napi in cpsw_ndo_open()
 2022-11-10  2:40 UTC  (3+ messages)

[PATCH bpf-next v2] bpf: Initialize same number of free nodes for each pcpu_freelist
 2022-11-10  2:39 UTC  (3+ messages)

[0/1 bpf-next] fix panic bringing up veth with xdp progs
 2022-11-10  2:25 UTC  (3+ messages)
` [1/1 bpf-next] bpf: veth driver panics when xdp prog attached before veth_open

[0/2 bpf-next] Expose netdev in XDP progs with BTF_ID
 2022-11-10  2:17 UTC  (5+ messages)
` [1/2 bpf-next] bpf: expose net_device from xdp for metadata
` [2/2 bpf-next] bpf: add selftest to read xdp_md fields

[PATCH v2] tracing: Optimize event type allocation with IDA
 2022-11-10  2:03 UTC 

[PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
 2022-11-10  1:50 UTC  (26+ messages)
  ` [PATCH bpf-next v2 5/5] x86: use register_text_tail_vm

[PATCH] tracing: Optimize event type allocation with IDA
 2022-11-10  1:36 UTC  (3+ messages)

[RFC bpf-next v2 00/14] xdp: hints via kfuncs
 2022-11-10  1:35 UTC  (19+ messages)
` [RFC bpf-next v2 04/14] veth: Support rx timestamp metadata for xdp
  ` [xdp-hints] "
` [RFC bpf-next v2 06/14] xdp: Carry over xdp metadata into skb context
          ` [xdp-hints] "

[PATCH bpf-next v1 00/13] Fixes for dynptr
 2022-11-10  0:41 UTC  (8+ messages)
` [PATCH bpf-next v1 04/13] bpf: Rework check_func_arg_reg_off
` [PATCH bpf-next v1 05/13] bpf: Fix state pruning for STACK_DYNPTR stack slots

[PATCH bpf-next v2 4/5] bpftool: clean-up usage of libbpf_get_error()
 2022-11-10  0:03 UTC  (2+ messages)

[PATCH bpf-next v2 3/5] bpftool: fix error message when function can't register struct_ops
 2022-11-09 23:59 UTC  (2+ messages)

[PATCH bpf-next v2 0/5] clean-up bpftool from legacy support
 2022-11-09 23:58 UTC  (5+ messages)
` [PATCH bpf-next v2 1/5] bpftool: remove support of --legacy option for bpftool
` [PATCH bpf-next v2 2/5] bpftool: replace return value PTR_ERR(NULL) with 0

WARNING in bpf_bprintf_prepare
 2022-11-09 23:53 UTC  (9+ messages)

[PATCH v4 15/17] iommufd: Add a selftest
 2022-11-09 23:51 UTC 

[PATCH bpf-next v5 00/25] Local kptrs, BPF linked lists
 2022-11-09 23:35 UTC  (38+ messages)
` [PATCH bpf-next v5 03/25] bpf: Support bpf_list_head in map values
` [PATCH bpf-next v5 04/25] bpf: Rename RET_PTR_TO_ALLOC_MEM
` [PATCH bpf-next v5 05/25] bpf: Rename MEM_ALLOC to MEM_RINGBUF
` [PATCH bpf-next v5 06/25] bpf: Introduce local kptrs
` [PATCH bpf-next v5 10/25] bpf: Allow locking bpf_spin_lock global variables
` [PATCH bpf-next v5 15/25] bpf: Teach verifier about non-size constant arguments
` [PATCH bpf-next v5 22/25] selftests/bpf: Update spinlock selftest
` [PATCH bpf-next v5 25/25] selftests/bpf: Add BTF sanity tests

[RFC bpf-next 0/2] bpf: standalone BTF support for modules
 2022-11-09 22:43 UTC  (5+ messages)
` [RFC bpf-next 1/2] bpf: support standalone BTF in modules

[PATCH v4,bpf-next] bpf: Don't redirect packets with invalid pkt_len
 2022-11-09 21:43 UTC  (6+ messages)

[PATCH bpf-next v3 0/7] bpf: Add bpf_rcu_read_lock() support
 2022-11-09 21:20 UTC  (8+ messages)
` [PATCH bpf-next v3 1/7] compiler_types: Define __rcu as __attribute__((btf_type_tag("rcu")))
` [PATCH bpf-next v3 2/7] bpf: Abstract out functions to check sleepable helpers
` [PATCH bpf-next v3 3/7] bpf: Add kfunc bpf_rcu_read_lock/unlock()
` [PATCH bpf-next v3 4/7] bpf: Add bpf_rcu_read_lock() verifier support
` [PATCH bpf-next v3 5/7] bpf: Enable sleeptable support for cgrp local storage
` [PATCH bpf-next v3 6/7] selftests/bpf: Add tests for bpf_rcu_read_lock()
` [PATCH bpf-next v3 7/7] selftests/bpf: Add rcu_read_lock test to s390x deny list

[PATCH bpf-next v2] selftests: fix test group SKIPPED result
 2022-11-09 21:11 UTC  (2+ messages)

[PATCH] selftests/bpf: Fix test_progs compilation failure in 32-bit arch
 2022-11-09 21:00 UTC  (2+ messages)

[PATCH net-next v3 0/4] net: lan966x: Add xdp support
 2022-11-09 20:46 UTC  (5+ messages)
` [PATCH net-next v3 1/4] net: lan966x: Add define IFH_LEN_BYTES
` [PATCH net-next v3 2/4] net: lan966x: Split function lan966x_fdma_rx_get_frame
` [PATCH net-next v3 3/4] net: lan966x: Add basic XDP support
` [PATCH net-next v3 4/4] net: lan96x: Use page_pool API

[PATCH bpf] selftests/bpf: Fix casting error when cross-compiling test_verifier for 32-bit platforms
 2022-11-09 20:40 UTC  (2+ messages)

[PATCH v2 00/14] Fix perf tools/lib includes
 2022-11-09 20:12 UTC  (16+ messages)
` [PATCH v2 01/14] tools lib api: Add install target
` [PATCH v2 02/14] tools lib subcmd: "
` [PATCH v2 03/14] perf build: Install libsubcmd locally when building
` [PATCH v2 04/14] perf build: Install libapi "
` [PATCH v2 05/14] perf build: Install libperf "
` [PATCH v2 06/14] perf build: Install libtraceevent "
` [PATCH v2 07/14] tools lib api: Add missing install headers
` [PATCH v2 08/14] tools lib perf: "
` [PATCH v2 09/14] tool lib symbol: Add Makefile/Build
` [PATCH v2 10/14] perf build: Install libsymbol locally when building
` [PATCH v2 11/14] perf expr: Tidy hashmap dependency
` [PATCH v2 12/14] perf thread_map: Reduce exposure of libperf internal API
` [PATCH v2 13/14] perf cpumap: Tidy libperf includes
` [PATCH v2 14/14] perf build: Use tools/lib headers from install path

[PATCH 1/4] bpf, docs: Add note about type convention
 2022-11-09 19:10 UTC  (8+ messages)
` [PATCH 3/4] bpf, docs: Use consistent names for the same field
` [PATCH 4/4] bpf, docs: Explain helper functions

[PATCH v1 00/14] Fix perf tools/lib includes
 2022-11-09 18:27 UTC  (6+ messages)

[PATCH bpf-next v10 0/1] Document BPF_MAP_TYPE_ARRAY
 2022-11-09 17:46 UTC  (2+ messages)
` [PATCH bpf-next v10 1/1] bpf, docs: document BPF_MAP_TYPE_ARRAY

[PATCH bpf-next] bpf: btf: don't log ignored BTF mismatches
 2022-11-09 16:45 UTC  (2+ messages)

[PATCH net-next 0/2] net: vlan: claim one bit from sk_buff
 2022-11-09 16:36 UTC  (4+ messages)
` [PATCH net-next 1/2] net: remove skb->vlan_present
` [PATCH net-next 2/2] net: gro: no longer use skb_vlan_tag_present()

[RFC PATCH v1 0/2] Fix offset when fault occurs in strncpy_from_kernel_nofault()
 2022-11-09 16:09 UTC  (10+ messages)
` [RFC PATCH v1 1/2] maccess: fix writing offset in case of fault "
` [RFC PATCH v1 2/2] selftests: bpf: add a test when bpf_probe_read_kernel_str() returns EFAULT

[PATCH bpf-next 0/3] bpf: Add bpf_vma_build_id_parse helper
 2022-11-09 13:35 UTC  (6+ messages)
` [PATCH bpf-next 1/3] bpf: Split btf_id/size union in struct bpf_func_proto
` [PATCH bpf-next 2/3] bpf: Add bpf_vma_build_id_parse helper
` [PATCH bpf-next 3/3] selftests/bpf: Add build_id_parse kfunc test

[PATCH v3 00/15] IOMMUFD Generic interface
 2022-11-09 13:05 UTC  (8+ messages)
` [PATCH v3 10/15] iommufd: IOCTLs for the io_pagetable

[PATCH] arm64/syscall: Include asm/ptrace.h in syscall_wrapper header
 2022-11-09 10:26 UTC  (2+ messages)

[PATCH bpf 0/3] Pin the start cgroup for cgroup iterator
 2022-11-09  9:30 UTC  (10+ messages)
` [PATCH bpf 1/3] bpf: Pin the start cgroup in cgroup_iter_seq_init()

[PATCH bpf-next v2 5/5] bpftool: remove function free_btf_vmlinux()
 2022-11-09  7:45 UTC 

[PATCH net-next v2 0/4] net: lan966x: Add xdp support
 2022-11-09  7:26 UTC  (6+ messages)
` [PATCH net-next v2 4/4] net: lan96x: Use page_pool API

[PATCH bpf-next v6 0/1] doc: DEVMAPs and XDP_REDIRECT
 2022-11-09  6:37 UTC  (3+ messages)
` [PATCH bpf-next v6 1/1] "

[PATCH bpf-next v3 0/3] libbpf: Resolve unambigous forward declarations
 2022-11-09  2:14 UTC  (5+ messages)
` [PATCH bpf-next v3 1/3] libbpf: hashmap interface update to long -> long

[PATCH bpf v2 0/5] bpf: Support kernel function call in 32-bit ARM
 2022-11-08 23:12 UTC  (3+ messages)
` [PATCH bpf v2 1/5] bpf: Adapt 32-bit return value kfunc for 32-bit ARM when zext extension

WARNING in bpf_check (3)
 2022-11-08 22:53 UTC  (3+ messages)
` [syzbot] "

[RFC 0/1] BPF tracing for arm64 using fprobe
 2022-11-08 22:06 UTC  (2+ messages)
` [RFC 1/1] bpf: Invoke tracing progs using fprobe on archs without direct call

[PATCH bpf-next v2 0/8] bpf: Add bpf_rcu_read_lock() support
 2022-11-08 20:40 UTC  (11+ messages)
` [PATCH bpf-next v2 4/8] bpf: Add kfunc bpf_rcu_read_lock/unlock()
` [PATCH bpf-next v2 5/8] bpf: Add bpf_rcu_read_lock() verifier support

[Patch bpf] sock_map: convert cancel_work_sync() to cancel_work()
 2022-11-08 19:57 UTC  (10+ messages)

[PATCH bpf v4] bpf: Fix memory leaks in __check_func_call
 2022-11-08 18:50 UTC  (2+ messages)

[PATCH 0/4] clean-up bpftool from legacy support
 2022-11-08 17:58 UTC  (9+ messages)
` [PATCH 1/4] bpftool: remove support of --legacy option for bpftool
` [PATCH 2/4] bpftool: replace return value PTR_ERR(NULL) with 0
` [PATCH 3/4] bpftool: fix error message when function can't register struct_ops
` [PATCH 4/4] bpftool: clean-up usage of libbpf_get_error()

[PATCH v4 12/17] iommufd: Add kAPI toward external drivers for physical devices
 2022-11-08 17:57 UTC  (3+ messages)


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