bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-09 12:17:02 to 2021-09-13 09:19:00 UTC [more...]

[PATCH 5.4 0/4] bpf: backport fixes for CVE-2021-34556/CVE-2021-35477
 2021-09-13  9:17 UTC  (2+ messages)

possible deadlock in __perf_event_task_sched_out
 2021-09-13  8:11 UTC  (2+ messages)

[PATCH v7 intel-next 0/9] XDP_TX improvements for ice
 2021-09-13  6:50 UTC  (5+ messages)
` [PATCH v7 intel-next 1/9] ice: remove ring_active from ice_ring
  ` [Intel-wired-lan] "
` [PATCH v7 intel-next 2/9] ice: move ice_container_type onto ice_ring_container
  ` [Intel-wired-lan] "

Why does tail call only unwind the current stack frame instead of resetting the current stack?
 2021-09-13  5:04 UTC  (3+ messages)

[PATCH v5 bpf-next 0/9] bpf: implement variadic printk helper
 2021-09-13  3:56 UTC  (10+ messages)
` [PATCH v5 bpf-next 1/9] bpf: merge printk and seq_printf VARARG max macros
` [PATCH v5 bpf-next 2/9] selftests/bpf: stop using bpf_program__load
` [PATCH v5 bpf-next 3/9] bpf: add bpf_trace_vprintk helper
` [PATCH v5 bpf-next 4/9] libbpf: Modify bpf_printk to choose helper based on arg count
` [PATCH v5 bpf-next 5/9] libbpf: use static const fmt string in __bpf_printk
` [PATCH v5 bpf-next 6/9] bpftool: only probe trace_vprintk feature in 'full' mode
` [PATCH v5 bpf-next 7/9] selftests/bpf: Migrate prog_tests/trace_printk CHECKs to ASSERTs
` [PATCH v5 bpf-next 8/9] selftests/bpf: add trace_vprintk test prog
` [PATCH v5 bpf-next 9/9] bpf: clarify data_len param in bpf_snprintf and bpf_seq_printf comments

[RFC PATCH] perf: fix panic by mark recursion inside perf_log_throttle
 2021-09-13  3:30 UTC  (5+ messages)
` [PATCH] perf: fix panic by disable ftrace on fault.c

[PATCH v3 bpf-next] selftests/bpf: Add parallelism to test_progs
 2021-09-13  2:43 UTC  (4+ messages)

[PATCH -next v2] bpf: Add oversize check before call kvcalloc()
 2021-09-13  2:25 UTC  (2+ messages)

RFC: default to spec_store_bypass_disable=prctl spectre_v2_user=prctl
 2021-09-12 23:14 UTC  (5+ messages)
` [PATCH 1/1] x86: change "

[syzbot] riscv/fixes boot error: BUG: unable to handle kernel paging request in corrupted
 2021-09-12 10:41 UTC 

[PATCH bpf-next v4] libbpf: introduce legacy kprobe events support
 2021-09-12  6:52 UTC  (3+ messages)
` [PATCH bpf-next v5] "

[syzbot] riscv/fixes test error: BUG: unable to handle kernel paging request in corrupted
 2021-09-11 21:19 UTC 

RFC: default to spec_store_bypass_disable=prctl spectre_v2_user=prctl
 2021-09-11 21:13 UTC  (4+ messages)
` [PATCH 0/1] x86: deduplicate the spectre_v2_user documentation
  ` [PATCH 1/1] "

[PATCH bpf-next] bpf, selftests: Replicate tailcall limit test for indirect call case
 2021-09-11  9:14 UTC  (5+ messages)

Read process VM from kernel
 2021-09-11  9:02 UTC 

[PATCH] treewide: Remove unnamed static initializations to 0
 2021-09-11  2:08 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
 2021-09-11  1:56 UTC 

[PATCH bpf-next v3 0/2] add hwtstamp to __sk_buff
 2021-09-10 21:30 UTC  (4+ 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-10 20:30 UTC  (3+ messages)

[PATCH v4 0/7] ARM: support THREAD_INFO_IN_TASK
 2021-09-10 20:20 UTC  (3+ messages)
  ` [PATCH v4 4/7] Make sure task_struct is available for raw_smp_processor_id

[PATCH bpf-next v3 00/13] bpf/tests: Extend JIT test suite coverage
 2021-09-10 19:47 UTC  (15+ 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 v7 bpf-next 0/3] bpf: introduce bpf_get_branch_snapshot
 2021-09-10 19:28 UTC  (8+ messages)
` [PATCH v7 bpf-next 1/3] perf: enable branch record for software events
` [PATCH v7 bpf-next 2/3] bpf: introduce helper bpf_get_branch_snapshot
` [PATCH v7 bpf-next 3/3] selftests/bpf: add test for bpf_get_branch_snapshot

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

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

[PATCH bpf-next] libbpf: Add sphinx code documentation comments
 2021-09-10 18:31 UTC  (2+ messages)

[PATCH bpf-next 0/9] bpf: add support for new btf kind BTF_KIND_TAG
 2021-09-10 18:05 UTC  (25+ messages)
` [PATCH bpf-next 1/9] bpf: "
` [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 9/9] docs/bpf: add documentation for BTF_KIND_TAG

BPF_PROG_TYPE_CGROUP_SOCK bpf_sock ctx member direct access and BPF_CORE_READ return different values
 2021-09-10 17:44 UTC  (2+ messages)

[PATCH v14 bpf-next 00/18] mvneta: introduce XDP multi-buffer support
 2021-09-10 16:19 UTC  (21+ 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 v14 bpf-next 11/18] bpf: introduce bpf_xdp_get_buff_len helper
` [PATCH v14 bpf-next 12/18] bpf: add multi-buffer support to xdp copy helpers
` [PATCH v14 bpf-next 13/18] bpf: move user_size out of bpf_test_init
` [PATCH v14 bpf-next 14/18] bpf: introduce multibuff support to bpf_prog_test_run_xdp()
` [PATCH v14 bpf-next 15/18] bpf: test_run: add xdp_shared_info pointer in bpf_test_finish signature
` [PATCH v14 bpf-next 16/18] bpf: update xdp_adjust_tail selftest to include multi-buffer
` [PATCH v14 bpf-next 17/18] net: xdp: introduce bpf_xdp_adjust_data helper
` [PATCH v14 bpf-next 18/18] bpf: add bpf_xdp_adjust_data selftest

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

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 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 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  (3+ messages)

[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 150/219] selftests/bpf: Correctly display subtest skip status
 2021-09-09 11:46 UTC  (4+ messages)
` [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


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