bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-27 14:38:31 to 2021-09-01 04:02:57 UTC [more...]

[PATCH v4 bpf-next 0/3] bpf: introduce bpf_get_branch_snapshot
 2021-09-01  4:02 UTC  (5+ messages)
` [PATCH v4 bpf-next 1/3] perf: enable branch record for software events
` [PATCH v4 bpf-next 2/3] bpf: introduce helper bpf_get_branch_snapshot
` [PATCH v4 bpf-next 3/3] selftests/bpf: add test for bpf_get_branch_snapshot

[PATCH bpf-next RFC v1 0/8] Support kernel module function calls from eBPF
 2021-09-01  3:38 UTC  (17+ messages)
` [PATCH bpf-next RFC v1 1/8] bpf: Introduce BPF support for kernel module function calls
` [PATCH bpf-next RFC v1 2/8] bpf: Be conservative during verification for invalid kfunc calls
` [PATCH bpf-next RFC v1 3/8] libbpf: Support kernel module function calls
` [PATCH bpf-next RFC v1 4/8] libbpf: Resolve invalid kfunc calls with imm = 0, off = 0
` [PATCH bpf-next RFC v1 5/8] tools: Allow specifying base BTF file in resolve_btfids
` [PATCH bpf-next RFC v1 6/8] bpf: btf: Introduce helpers for dynamic BTF set registration
` [PATCH bpf-next RFC v1 7/8] bpf: enable TCP congestion control kfunc from modules
` [PATCH bpf-next RFC v1 8/8] bpf, selftests: Add basic test for module kfunc call

[PATCH bpf-next 0/5] Implement bloom filter map
 2021-09-01  2:55 UTC  (8+ messages)
` [PATCH bpf-next 1/5] bpf: Add bloom filter map implementation
` [PATCH bpf-next 2/5] libbpf: Allow the number of hashes in bloom filter maps to be configurable
` [PATCH bpf-next 3/5] selftests/bpf: Add bloom filter map test cases
` [PATCH bpf-next 4/5] bpf/benchs: Add benchmark test for bloom filter maps
` [PATCH bpf-next 5/5] bpf/benchs: Add benchmarks for comparing hashmap lookups with vs. without bloom filter

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

[PATCH bpf-next v4 00/27] x86/ftrace/bpf: Add batch support for direct/tracing attach
 2021-09-01  0:10 UTC  (12+ messages)
` [PATCH bpf-next v4 09/27] bpf: Add support to load multi func tracing program
` [PATCH bpf-next v4 17/27] bpf: Add multi trampoline attach support
` [PATCH bpf-next v4 18/27] bpf, x64: Store properly return value for trampoline with multi func programs
` [PATCH bpf-next v4 20/27] libbpf: Add btf__find_by_glob_kind function

[PATCH bpf-next v2] libbpf: ignore .eh_frame sections when parsing elf files
 2021-08-31 23:11 UTC  (4+ messages)

[PATCH bpf] libbpf: don't crash on object files with no symbol tables
 2021-08-31 22:45 UTC  (2+ messages)

[PATCH v3 bpf-next 0/3] bpf: introduce bpf_get_branch_snapshot
 2021-08-31 21:37 UTC  (14+ messages)
` [PATCH v3 bpf-next 1/3] perf: enable branch record for software events
` [PATCH v3 bpf-next 2/3] bpf: introduce helper bpf_get_branch_snapshot
` [PATCH v3 bpf-next 3/3] selftests/bpf: add test for bpf_get_branch_snapshot

[PATCH bpf-next 0/2] Sleepable local storage
 2021-08-31 19:38 UTC  (8+ messages)
` [PATCH bpf-next 1/2] bpf: Allow bpf_local_storage to be used by sleepable programs

[PATCH bpf-next] selftests/bpf: reduce more flakyness in sockmap_listen
 2021-08-31 19:33 UTC  (6+ messages)

[PATCH v3] lockdown,selinux: fix wrong subject in some SELinux lockdown checks
 2021-08-31 18:59 UTC  (9+ messages)

[PATCH bpf-next v2 00/13] bpfilter
 2021-08-31 15:45 UTC  (24+ messages)
` [PATCH bpf-next v2 01/13] bpfilter: Add types for usermode helper
` [PATCH bpf-next v2 02/13] bpfilter: Add logging facility
` [PATCH bpf-next v2 03/13] tools: Add bpfilter usermode helper header
` [PATCH bpf-next v2 04/13] bpfilter: Add map container
` [PATCH bpf-next v2 05/13] bpfilter: Add codegen infrastructure
` [PATCH bpf-next v2 06/13] bpfilter: Add struct match
` [PATCH bpf-next v2 07/13] bpfilter: Add struct target
` [PATCH bpf-next v2 08/13] bpfilter: Add struct rule
` [PATCH bpf-next v2 09/13] bpfilter: Add struct table
` [PATCH bpf-next v2 10/13] bpfilter: Add table codegen
` [PATCH bpf-next v2 11/13] bpfilter: Add handling of setsockopt() calls
` [PATCH bpf-next v2 12/13] bpfilter: Add filter table
` [PATCH bpf-next v2 13/13] bpfilter: Handle setsockopts

[PATCH] virtio_net: reduce raw_smp_processor_id() calling in virtnet_xdp_get_sq
 2021-08-31 14:33 UTC  (4+ messages)
  ` 答复: "

[RFC 0/1] add parallelism to test_progs
 2021-08-31 12:29 UTC  (5+ messages)
` [RFC 1/1] selftests/bpf: Add "

[syzbot] general protection fault in sock_from_file
 2021-08-31 11:50 UTC  (10+ messages)

[PATCH 0/8] x86/ftrace: Add direct batch interface
 2021-08-31  9:50 UTC  (9+ messages)
` [PATCH 1/8] x86/ftrace: Remove extra orig rax move
` [PATCH 2/8] x86/ftrace: Remove fault protection code in prepare_ftrace_return
` [PATCH 3/8] x86/ftrace: Make function graph use ftrace directly
` [PATCH 4/8] tracing: Add trampoline/graph selftest
` [PATCH 5/8] ftrace: Add ftrace_add_rec_direct function
` [PATCH 6/8] ftrace: Add multi direct register/unregister interface
` [PATCH 7/8] ftrace: Add multi direct modify interface
` [PATCH 8/8] ftrace/samples: Add multi direct interface test module

[syzbot] general protection fault in legacy_parse_param
 2021-08-31  7:38 UTC  (7+ messages)

[PATCH -tip v10 00/16] kprobes: Fix stacktrace with kretprobes on x86
 2021-08-31  6:06 UTC  (5+ messages)
` [RFC PATCH 0/1] Non stack-intrusive return probe event
  ` [RFC PATCH 1/1] [PoC] tracing: kprobe: Add non-stack intrusion "

[selftests/bpf] 8dff2c1958: BUG:using_smp_processor_id()in_preemptible
 2021-08-31  4:45 UTC 

[PATCH bpf-next v3] bpf testing: permit ingress_ifindex in bpf_prog_test_run_xattr
 2021-08-31  3:33 UTC 

[PATCH v3 bpf-next 0/7] bpf: implement variadic printk helper
 2021-08-31  0:37 UTC  (16+ messages)
` [PATCH v3 bpf-next 1/7] bpf: merge printk and seq_printf VARARG max macros
` [PATCH v3 bpf-next 2/7] bpf: add bpf_trace_vprintk helper
` [PATCH v3 bpf-next 3/7] libbpf: Modify bpf_printk to choose helper based on arg count
` [PATCH v3 bpf-next 4/7] libbpf: use static const fmt string in __bpf_printk
` [PATCH v3 bpf-next 5/7] bpftool: only probe trace_vprintk feature in 'full' mode
` [PATCH v3 bpf-next 6/7] selftests/bpf: Migrate prog_tests/trace_printk CHECKs to ASSERTs
` [PATCH v3 bpf-next 7/7] selftests/bpf: add trace_vprintk test prog

[PATCH v2 bpf-next 0/6] bpf: implement variadic printk helper
 2021-08-30 23:55 UTC  (5+ messages)
` [PATCH v2 bpf-next 3/6] libbpf: Modify bpf_printk to choose helper based on arg count

pull-request: bpf-next 2021-08-31
 2021-08-30 22:56 UTC 

[PATCH bpf-next v2] bpf testing: permit ingress_ifindex in bpf_prog_test_run_xattr
 2021-08-30 22:05 UTC  (2+ messages)

[PATCH] libbpf: Fix build with latest gcc/binutils with LTO
 2021-08-30 21:35 UTC  (2+ messages)

[PATCH] MAINTAINERS: Remove self from powerpc BPF JIT
 2021-08-30 20:30 UTC  (2+ messages)

[PATCH 4.14 0/4] BPF fixes for CVE-2021-3444 and CVE-2021-3600
 2021-08-30 18:32 UTC  (5+ messages)
` [PATCH 4.14 1/4] bpf: Do not use ax register in interpreter on div/mod
` [PATCH 4.14 2/4] bpf: fix subprog verifier bypass by div/mod by 0 exception
` [PATCH 4.14 3/4] bpf: Fix 32 bit src register truncation on div/mod
` [PATCH 4.14 4/4] bpf: Fix truncation handling for mod32 dst reg wrt zero

[PATCH v2 bpf-next 0/3] bpf: introduce bpf_get_branch_snapshot
 2021-08-30 18:07 UTC  (10+ messages)
` [PATCH v2 bpf-next 1/3] perf: enable branch record for software events

[PATCH bpf-next v2 0/5] Implement file local storage
 2021-08-30 15:31 UTC  (5+ messages)
` [PATCH bpf-next v2 1/5] bpf: "

[PATCH v5] ixgbe: let the xdpdrv work with more than 64 cpus
 2021-08-30 13:17 UTC  (2+ messages)

[PATCH v2 bpf-next 2/3] bpf: introduce helper bpf_get_branch_snapshot
 2021-08-30 10:47 UTC  (3+ messages)

cannot pass ebpf verify bound check due to compiler optimization
 2021-08-29  6:31 UTC  (2+ messages)

[PATCH v3 2/5] treewide: Replace open-coded flex arrays in unions
 2021-08-28  7:51 UTC  (2+ messages)

[PATCH v2 2/5] treewide: Replace open-coded flex arrays in unions
 2021-08-28  7:31 UTC  (6+ messages)

[PATCH bpf-next] bpf testing: permit ingress_ifindex in bpf_prog_test_run_xattr
 2021-08-28  0:55 UTC 

[PATCH 4.19 0/3] BPF fixes for CVE-2021-3444 and CVE-2021-3600
 2021-08-27 14:38 UTC  (2+ 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).