bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-09 18:27:33 to 2021-09-14 02:01:39 UTC [more...]

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

[RFC PATCH] perf: fix panic by mark recursion inside perf_log_throttle
 2021-09-14  1:58 UTC  (10+ messages)
` [PATCH] perf: fix panic by disable ftrace on fault.c

[PATCH bpf-next 0/4] libbpf: Streamline internal BPF program sections handling
 2021-09-14  1:47 UTC  (5+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: update selftests to always provide "struct_ops" SEC
` [PATCH bpf-next 2/4] libbpf: ensure BPF prog types are set before relocations
` [PATCH bpf-next 3/4] libbpf: simplify BPF program auto-attach code
` [PATCH bpf-next 4/4] libbpf: minimize explicit iterator of section definition array

[PATCH -tip v10 00/16] kprobes: Fix stacktrace with kretprobes on x86
 2021-09-14  1:36 UTC  (7+ messages)

[RFC Patch net-next v2] net_sched: introduce eBPF based Qdisc
 2021-09-13 23:11 UTC 

[PATCH v2 bpf-next] libbpf: make libbpf_version.h non-auto-generated
 2021-09-13 22:54 UTC  (2+ messages)

[PATCH bpf-next] libbpf: make libbpf_version.h non-auto-generated
 2021-09-13 21:27 UTC 

[PATCH v2 bpf-next] bpf,x64 Emit IMUL instead of MUL for x86-64
 2021-09-13 21:13 UTC 

[PATCH v4] lockdown,selinux: fix wrong subject in some SELinux lockdown checks
 2021-09-13 21:05 UTC  (3+ messages)

[PATCH bpf] bpf: handle return value of BPF_PROG_TYPE_STRUCT_OPS prog
 2021-09-13 20:37 UTC  (6+ messages)

[PATCH v4 bpf-next 1/3] selftests/bpf: Add parallelism to test_progs
 2021-09-13 19:39 UTC  (3+ messages)
` [PATCH v4 bpf-next 2/3] selftests/bpf: add per worker cgroup suffix
` [PATCH v4 bpf-next 3/3] selftests/bpf: pin some tests to worker 0

[PATCH v3 bpf-next] libbpf: add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations
 2021-09-13 19:32 UTC  (10+ messages)

[PATCH v7 bpf-next 0/3] bpf: introduce bpf_get_branch_snapshot
 2021-09-13 17:59 UTC  (9+ 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 v3 bpf-next 0/7] bpf: implement variadic printk helper
 2021-09-13 17:30 UTC  (4+ messages)
` [PATCH v3 bpf-next 2/7] bpf: add bpf_trace_vprintk helper

[PATCH bpf-next v2 00/11] bpf: add support for new btf kind BTF_KIND_TAG
 2021-09-13 16:40 UTC  (14+ messages)
` [PATCH bpf-next v2 01/11] btf: change BTF_KIND_* macros to enums
` [PATCH bpf-next v2 02/11] bpf: support for new btf kind BTF_KIND_TAG
` [PATCH bpf-next v2 03/11] libbpf: rename btf_{hash,equal}_int to btf_{hash,equal}_int_tag
` [PATCH bpf-next v2 04/11] libbpf: add support for BTF_KIND_TAG
` [PATCH bpf-next v2 05/11] bpftool: "
` [PATCH bpf-next v2 06/11] selftests/bpf: test libbpf API function btf__add_tag()
` [PATCH bpf-next v2 07/11] selftests/bpf: change NAME_NTH/IS_NAME_NTH for BTF_KIND_TAG format
` [PATCH bpf-next v2 08/11] selftests/bpf: add BTF_KIND_TAG unit tests
` [PATCH bpf-next v2 09/11] selftests/bpf: test BTF_KIND_TAG for deduplication
` [PATCH bpf-next v2 10/11] selftests/bpf: add a test with a bpf program with btf_tag attributes
` [PATCH bpf-next v2 11/11] docs/bpf: add documentation for BTF_KIND_TAG

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

[PATCH] bpf: fix kmalloc bug in bpf_check
 2021-09-13 15:36 UTC  (3+ messages)

bpf: bpf helper with locks
 2021-09-13 15:40 UTC  (2+ messages)

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

[PATCH 4.19 00/13] bpf: backport fixes for CVE-2021-34556/CVE-2021-35477
 2021-09-13 15:35 UTC  (14+ messages)
` [PATCH 4.19 01/13] bpf/verifier: per-register parent pointers
` [PATCH 4.19 02/13] bpf: correct slot_type marking logic to allow more stack slot sharing
` [PATCH 4.19 03/13] bpf: Support variable offset stack access from helpers
` [PATCH 4.19 04/13] bpf: Reject indirect var_off stack access in raw mode
` [PATCH 4.19 05/13] bpf: Reject indirect var_off stack access in unpriv mode
` [PATCH 4.19 06/13] bpf: Sanity check max value for var_off stack access
` [PATCH 4.19 07/13] selftests/bpf: Test variable offset "
` [PATCH 4.19 08/13] bpf: track spill/fill of constants
` [PATCH 4.19 09/13] selftests/bpf: fix tests due to const spill/fill
` [PATCH 4.19 10/13] bpf: Introduce BPF nospec instruction for mitigating Spectre v4
` [PATCH 4.19 11/13] bpf: Fix leakage due to insufficient speculative store bypass mitigation
` [PATCH 4.19 12/13] bpf: verifier: Allocate idmap scratch in verifier env
` [PATCH 4.19 13/13] bpf: Fix pointer arithmetic mask tightening under state pruning

XDP-hints as BTF early design discussion phase
 2021-09-13 11:35 UTC 

BPF_PROG_TYPE_CGROUP_SOCK bpf_sock ctx member direct access and BPF_CORE_READ return different values
 2021-09-13 10:02 UTC  (3+ messages)

[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] "

[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

[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  (3+ messages)
` [PATCH bpf-next v3 13/13] bpf/tests: Add tail call limit test with external function call

[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

[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 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  (5+ messages)
` [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 


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