bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-08 17:53:38 to 2021-09-10 16:15:52 UTC [more...]

[PATCH v14 bpf-next 00/18] mvneta: introduce XDP multi-buffer support
 2021-09-10 16:14 UTC  (11+ messages)
` [PATCH v14 bpf-next 01/18] net: skbuff: add size metadata to skb_shared_info for xdp
` [PATCH v14 bpf-next 02/18] xdp: introduce flags field in xdp_buff/xdp_frame
` [PATCH v14 bpf-next 03/18] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v14 bpf-next 04/18] net: mvneta: simplify mvneta_swbm_add_rx_fragment management
` [PATCH v14 bpf-next 05/18] net: xdp: add xdp_update_skb_shared_info utility routine
` [PATCH v14 bpf-next 06/18] net: marvell: rely on "
` [PATCH v14 bpf-next 07/18] xdp: add multi-buff support to xdp_return_{buff/frame}
` [PATCH v14 bpf-next 08/18] net: mvneta: add multi buffer support to XDP_TX
` [PATCH v14 bpf-next 09/18] net: mvneta: enable jumbo frames for XDP
` [PATCH v14 bpf-next 10/18] bpf: add multi-buff support to the bpf_xdp_adjust_tail() API

[PATCH bpf-next 0/9] bpf: add support for new btf kind BTF_KIND_TAG
 2021-09-10 16:04 UTC  (24+ messages)
` [PATCH bpf-next 1/9] bpf: "
` [PATCH bpf-next 2/9] libbpf: rename btf_{hash,equal}_int to btf_{hash,equal}_int_tag
` [PATCH bpf-next 3/9] libbpf: add support for BTF_KIND_TAG
` [PATCH bpf-next 4/9] bpftool: "
` [PATCH bpf-next 5/9] selftests/bpf: test libbpf API function btf__add_tag()
` [PATCH bpf-next 8/9] selftests/bpf: add a test with a bpf program with btf_tag attributes
` [PATCH bpf-next 9/9] docs/bpf: add documentation for BTF_KIND_TAG

[RFC PATCH] perf: fix panic by mark recursion inside perf_log_throttle
 2021-09-10 15:38 UTC  (3+ messages)

BPF_PROG_TYPE_CGROUP_SOCK bpf_sock ctx member direct access and BPF_CORE_READ return different values
 2021-09-10 15:36 UTC 

[PATCH v6 bpf-next 0/3] bpf: introduce bpf_get_branch_snapshot
 2021-09-10 13:54 UTC  (6+ messages)
` [PATCH v6 bpf-next 1/3] perf: enable branch record for software events

[RFC Patch net-next] net_sched: introduce eBPF based Qdisc
 2021-09-10 11:31 UTC  (12+ messages)

XDP-hints: Howto support multiple BTF types per packet basis?
 2021-09-10 11:16 UTC  (14+ messages)

[PATCH bpf-next v2 00/20] selftests: xsk: facilitate adding tests
 2021-09-10 12:54 UTC  (2+ messages)

[PATCH bpf-next] bpf, selftests: Replicate tailcall limit test for indirect call case
 2021-09-10  9:19 UTC 

Actual tail call count limits in x86 JITs and interpreter
 2021-09-09 23:20 UTC  (2+ messages)

[PATCH v3 bpf-next] libbpf: add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations
 2021-09-09 22:31 UTC  (7+ messages)

[PATCH bpf v2 1/3] bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed mode
 2021-09-09 22:29 UTC  (5+ messages)
` [PATCH bpf v2 2/3] bpf, selftests: Add cgroup v1 net_cls classid helpers
` [PATCH bpf v2 3/3] bpf, selftests: Add test case for mixed cgroup v1/v2

[PATCH bpf-next v3 0/2] add hwtstamp to __sk_buff
 2021-09-09 22:04 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] bpf: add hardware timestamp field "
` [PATCH bpf-next v3 2/2] selftests/bpf: test new __sk_buff field hwtstamp

[PATCH bpf-next/mm v5] bpf/mm: fix lockdep warning triggered by stack_map_get_build_id_offset()
 2021-09-09 21:57 UTC  (2+ messages)

[PATCH bpf-next] libbpf: Add sphinx code documentation comments
 2021-09-09 20:43 UTC 

[PATCH bpf 1/3] bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed mode
 2021-09-09 19:48 UTC  (7+ messages)
` [PATCH bpf 2/3] bpf, selftests: Add cgroup v1 net_cls classid helpers
` [PATCH bpf 3/3] bpf, selftests: Add test case for mixed cgroup v1/v2

[PATCH v3 bpf-next] selftests/bpf: Add parallelism to test_progs
 2021-09-09 19:35 UTC 

[PATCH v2 bpf-next] selftests/bpf: Add parallelism to test_progs
 2021-09-09 19:31 UTC 

[RFC bpf 0/2] bpf: kernel CO-RE relocation
 2021-09-09 18:23 UTC  (4+ messages)
` [RFC bpf 1/2] btf: copy relo_core from tools to kernel
` [RFC bpf 2/2] btf: adapt relo_core for kernel compilation

[PATCH bpf-next v4] bpf: fix lockdep warning triggered by stack_map_get_build_id_offset()
 2021-09-09 14:55 UTC  (5+ messages)

[PATCH net 0/2] sfc: fallback for lack of xdp tx queues
 2021-09-09 14:48 UTC  (7+ messages)
` [PATCH net 1/2] "
` [PATCH net 2/2] sfc: last resort "

[PATCH bpf-next v3 00/13] bpf/tests: Extend JIT test suite coverage
 2021-09-09 14:33 UTC  (14+ messages)
` [PATCH bpf-next v3 01/13] bpf/tests: Allow different number of runs per test case
` [PATCH bpf-next v3 02/13] bpf/tests: Reduce memory footprint of test suite
` [PATCH bpf-next v3 03/13] bpf/tests: Add exhaustive tests of ALU shift values
` [PATCH bpf-next v3 04/13] bpf/tests: Add exhaustive tests of ALU operand magnitudes
` [PATCH bpf-next v3 05/13] bpf/tests: Add exhaustive tests of JMP "
` [PATCH bpf-next v3 06/13] bpf/tests: Add staggered JMP and JMP32 tests
` [PATCH bpf-next v3 07/13] bpf/tests: Add exhaustive test of LD_IMM64 immediate magnitudes
` [PATCH bpf-next v3 08/13] bpf/tests: Add test case flag for verifier zero-extension
` [PATCH bpf-next v3 09/13] bpf/tests: Add JMP tests with small offsets
` [PATCH bpf-next v3 10/13] bpf/tests: Add JMP tests with degenerate conditional
` [PATCH bpf-next v3 11/13] bpf/tests: Expand branch conversion JIT test
` [PATCH bpf-next v3 12/13] bpf/tests: Add more BPF_END byte order conversion tests
` [PATCH bpf-next v3 13/13] bpf/tests: Add tail call limit test with external function call

[PATCH 0/9] get_abi.pl: Check for missing symbols at the ABI specs
 2021-09-09 13:51 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 08/74] netlink: Deal with ESRCH error in nlmsg_notify()
 2021-09-09 11:57 UTC  (6+ messages)
` [PATCH AUTOSEL 4.19 17/74] bpf/tests: Fix copy-and-paste error in double word test
` [PATCH AUTOSEL 4.19 18/74] bpf/tests: Do not PASS tests without actually testing the result
` [PATCH AUTOSEL 4.19 30/74] samples: bpf: Fix tracex7 error raised on the missing argument
` [PATCH AUTOSEL 4.19 35/74] bpf: Fix off-by-one in tail call count limiting
` [PATCH AUTOSEL 4.19 61/74] selftests/bpf: Enlarge select() timeout for test_maps

[PATCH AUTOSEL 5.4 012/109] netlink: Deal with ESRCH error in nlmsg_notify()
 2021-09-09 11:54 UTC  (7+ messages)
` [PATCH AUTOSEL 5.4 026/109] bpf/tests: Fix copy-and-paste error in double word test
` [PATCH AUTOSEL 5.4 027/109] bpf/tests: Do not PASS tests without actually testing the result
` [PATCH AUTOSEL 5.4 040/109] samples: bpf: Fix tracex7 error raised on the missing argument
` [PATCH AUTOSEL 5.4 048/109] bpf: Fix off-by-one in tail call count limiting
` [PATCH AUTOSEL 5.4 058/109] selftests/bpf: Fix xdp_tx.c prog section name
` [PATCH AUTOSEL 5.4 090/109] selftests/bpf: Enlarge select() timeout for test_maps

[PATCH AUTOSEL 4.9 05/48] netlink: Deal with ESRCH error in nlmsg_notify()
 2021-09-09 11:59 UTC  (4+ messages)
` [PATCH AUTOSEL 4.9 13/48] bpf/tests: Fix copy-and-paste error in double word test
` [PATCH AUTOSEL 4.9 14/48] bpf/tests: Do not PASS tests without actually testing the result
` [PATCH AUTOSEL 4.9 29/48] bpf: Fix off-by-one in tail call count limiting

[PATCH AUTOSEL 4.4 05/35] netlink: Deal with ESRCH error in nlmsg_notify()
 2021-09-09 12:00 UTC  (3+ messages)
` [PATCH AUTOSEL 4.4 10/35] bpf/tests: Fix copy-and-paste error in double word test
` [PATCH AUTOSEL 4.4 11/35] bpf/tests: Do not PASS tests without actually testing the result

[PATCH AUTOSEL 4.14 07/59] netlink: Deal with ESRCH error in nlmsg_notify()
 2021-09-09 11:58 UTC  (5+ messages)
` [PATCH AUTOSEL 4.14 15/59] bpf/tests: Fix copy-and-paste error in double word test
` [PATCH AUTOSEL 4.14 16/59] bpf/tests: Do not PASS tests without actually testing the result
` [PATCH AUTOSEL 4.14 31/59] bpf: Fix off-by-one in tail call count limiting
` [PATCH AUTOSEL 4.14 47/59] selftests/bpf: Enlarge select() timeout for test_maps

[PATCH AUTOSEL 5.10 005/176] libbpf: Fix reuse of pinned map on older kernel
 2021-09-09 11:51 UTC  (11+ messages)
` [PATCH AUTOSEL 5.10 016/176] netlink: Deal with ESRCH error in nlmsg_notify()
` [PATCH AUTOSEL 5.10 042/176] bpf/tests: Fix copy-and-paste error in double word test
` [PATCH AUTOSEL 5.10 043/176] bpf/tests: Do not PASS tests without actually testing the result
` [PATCH AUTOSEL 5.10 058/176] samples: bpf: Fix tracex7 error raised on the missing argument
` [PATCH AUTOSEL 5.10 059/176] libbpf: Fix race when pinning maps in parallel
` [PATCH AUTOSEL 5.10 071/176] bpf: Fix off-by-one in tail call count limiting
` [PATCH AUTOSEL 5.10 099/176] selftests/bpf: Fix xdp_tx.c prog section name
` [PATCH AUTOSEL 5.10 121/176] selftests/bpf: Fix flaky send_signal test
` [PATCH AUTOSEL 5.10 149/176] selftests/bpf: Enlarge select() timeout for test_maps
` [PATCH AUTOSEL 5.10 169/176] selftests/bpf: Fix potential unreleased lock

[PATCH AUTOSEL 5.13 011/219] libbpf: Fix reuse of pinned map on older kernel
 2021-09-09 11:46 UTC  (12+ messages)
` [PATCH AUTOSEL 5.13 024/219] netlink: Deal with ESRCH error in nlmsg_notify()
` [PATCH AUTOSEL 5.13 055/219] bpf/tests: Fix copy-and-paste error in double word test
` [PATCH AUTOSEL 5.13 056/219] bpf/tests: Do not PASS tests without actually testing the result
` [PATCH AUTOSEL 5.13 072/219] samples: bpf: Fix tracex7 error raised on the missing argument
` [PATCH AUTOSEL 5.13 073/219] libbpf: Fix race when pinning maps in parallel
` [PATCH AUTOSEL 5.13 087/219] bpf: Fix off-by-one in tail call count limiting
` [PATCH AUTOSEL 5.13 120/219] selftests/bpf: Fix xdp_tx.c prog section name
` [PATCH AUTOSEL 5.13 150/219] selftests/bpf: Correctly display subtest skip status
` [PATCH AUTOSEL 5.13 151/219] selftests/bpf: Fix flaky send_signal test
` [PATCH AUTOSEL 5.13 185/219] selftests/bpf: Enlarge select() timeout for test_maps
` [PATCH AUTOSEL 5.13 212/219] selftests/bpf: Fix potential unreleased lock

[PATCH AUTOSEL 5.14 017/252] libbpf: Fix reuse of pinned map on older kernel
 2021-09-09 11:40 UTC  (12+ messages)
` [PATCH AUTOSEL 5.14 030/252] netlink: Deal with ESRCH error in nlmsg_notify()
` [PATCH AUTOSEL 5.14 064/252] bpf/tests: Fix copy-and-paste error in double word test
` [PATCH AUTOSEL 5.14 065/252] bpf/tests: Do not PASS tests without actually testing the result
` [PATCH AUTOSEL 5.14 085/252] samples: bpf: Fix tracex7 error raised on the missing argument
` [PATCH AUTOSEL 5.14 086/252] libbpf: Fix race when pinning maps in parallel
` [PATCH AUTOSEL 5.14 101/252] bpf: Fix off-by-one in tail call count limiting
` [PATCH AUTOSEL 5.14 137/252] selftests/bpf: Fix xdp_tx.c prog section name
` [PATCH AUTOSEL 5.14 170/252] selftests/bpf: Correctly display subtest skip status
` [PATCH AUTOSEL 5.14 171/252] selftests/bpf: Fix flaky send_signal test
` [PATCH AUTOSEL 5.14 210/252] selftests/bpf: Enlarge select() timeout for test_maps
` [PATCH AUTOSEL 5.14 245/252] selftests/bpf: Fix potential unreleased lock

[PATCH -next] bpf: Add oversize check before call kvcalloc()
 2021-09-09  8:06 UTC  (3+ messages)

[PATCH mm/bpf v2] mm: bpf: add find_vma_no_check() without lockdep_assert on mm->mmap_lock
 2021-09-09  8:05 UTC  (22+ messages)

[PATCH bpf-next] bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
 2021-09-09  7:57 UTC  (3+ messages)

[PATCH bpf-next] bpf,x64 Emit IMUL instead of MUL for x86-64
 2021-09-09  5:52 UTC  (2+ messages)

[PATCH mm/bpf v3] mm: bpf: add find_vma_non_owner() without lockdep_assert on mm->mmap_lock
 2021-09-09  5:48 UTC  (3+ messages)

[PATCH bpf-next 1/2] libbpf: Deprecate bpf_{map,program}__{prev,next} APIs
 2021-09-09  4:47 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Replace bpf_{map,program}__next with bpf_object__next_{map,program}

[PATCH bpf-next] libbpf: deprecate bpf_object__unload() API
 2021-09-09  4:38 UTC  (2+ messages)

[PATCH bpf-next 1/2] libbpf: Support uniform BTF-defined key/value specification across all BPF maps
 2021-09-09  4:29 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Test BPF map creation using BTF-defined key/value

[PATCH bpf-next v2 0/2] add hwtstamp to __sk_buff
 2021-09-09  4:08 UTC  (3+ messages)

[PATCH bpf] bpf: handle return value of BPF_PROG_TYPE_STRUCT_OPS prog
 2021-09-09  1:45 UTC  (5+ messages)

[ANNOUNCEMENT] libbpf v0.5 release
 2021-09-08 23:24 UTC 

[PATCH v4 0/7] ARM: support THREAD_INFO_IN_TASK
 2021-09-08 19:06 UTC  (8+ messages)
  ` [PATCH v4 1/7] ARM: Pass cpu number to secondary_start_kernel
  ` [PATCH v4 2/7] ARM: Pass task "
  ` [PATCH v4 3/7] ARM: Use smp_processor_id() in vfp_pm_suspend instead of ti->cpu
  ` [PATCH v4 4/7] Make sure task_struct is available for raw_smp_processor_id
  ` [PATCH v4 5/7] ARM: Stop using TPIDRPRW to hold per_cpu_offset
  ` [PATCH v4 6/7] ARM: Use TPIDRPRW for current
  ` [PATCH v4 7/7] ARM: Move thread_info into task_struct (v7 only)

[PATCH bpf-next 0/5] Implement bloom filter map
 2021-09-08 19:10 UTC  (7+ messages)
` [PATCH bpf-next 1/5] bpf: Add bloom filter map implementation


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