bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-30 23:55:23 to 2021-09-02 18:52:54 UTC [more...]

[PATCH bpf-next 00/13] bpf/tests: Extend JIT test suite coverage
 2021-09-02 18:52 UTC  (7+ messages)
` [PATCH bpf-next 01/13] bpf/tests: Allow different number of runs per test case
` [PATCH bpf-next 02/13] bpf/tests: Reduce memory footprint of test suite
` [PATCH bpf-next 03/13] bpf/tests: Add exhaustive tests of ALU shift values
` [PATCH bpf-next 04/13] bpf/tests: Add exhaustive tests of ALU operand magnitudes
` [PATCH bpf-next 05/13] bpf/tests: Add exhaustive tests of JMP "
` [PATCH bpf-next 06/13] bpf/tests: Add staggered JMP and JMP32 tests

[PATCH bpf-next] selftests/bpf: Fix build of task_pt_regs tests for arm64
 2021-09-02 18:32 UTC  (2+ messages)

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

[PATCH bpf-next v2] libbpf: ignore .eh_frame sections when parsing elf files
 2021-09-02 17:08 UTC  (6+ messages)

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

[RFC Patch net-next] net_sched: introduce eBPF based Qdisc
 2021-09-02 16:57 UTC  (8+ messages)

[PATCH bpf-next v4 00/27] x86/ftrace/bpf: Add batch support for direct/tracing attach
 2021-09-02 16:54 UTC  (17+ 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 0/8] x86/ftrace: Add direct batch interface
 2021-09-02 14:54 UTC  (12+ 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

XDP-hints: Howto support multiple BTF types per packet basis?
 2021-09-02  9:17 UTC  (12+ messages)

[PATCH] bpf: Add env_type_is_resolved() in front of env_stack_push() in btf_resolve()
 2021-09-02  6:37 UTC 

[PATCH bpf-next 0/5] Implement bloom filter map
 2021-09-02  6:16 UTC  (16+ 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 bpf-next 0/2] Sleepable local storage
 2021-09-02  4:44 UTC  (11+ 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-09-02  3:34 UTC  (8+ messages)

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

[PATCH v2 bpf-next 0/3] Bpf skeleton helper method
 2021-09-01 19:44 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/3] libbpf: Change bpf_object_skelecton data field to const void*
` [PATCH v2 bpf-next 2/3] bpftool: Provide a helper method for accessing bpf binary data
` [PATCH v2 bpf-next 3/3] selftests/bpf: Add checks for X__elf_bytes skeleton helper

[PATCH v4 bpf-next 0/3] bpf: introduce bpf_get_branch_snapshot
 2021-09-01 19:00 UTC  (9+ 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 v2 bpf-next 0/3] bpf: introduce bpf_get_branch_snapshot
 2021-09-01 17:12 UTC  (10+ messages)
` [PATCH v2 bpf-next 1/3] perf: enable branch record for software events

[RFC v2 1/7] RISC-V: Remove the current perf implementation
 2021-09-01 15:45 UTC  (3+ messages)
` Not compiling with CONFIG_BPF_SYSCALL enabled

[PATCH 4.14 0/4] BPF fixes for CVE-2021-3444 and CVE-2021-3600
 2021-09-01 12:09 UTC  (6+ messages)
` [PATCH 4.14 1/4] bpf: Do not use ax register in interpreter on div/mod

[PATCH bpf v2] libbpf: don't crash on object files with no symbol tables
 2021-09-01 11:48 UTC 

[PATCH bpf-next 00/20] selftests: xsk: facilitate adding tests
 2021-09-01 10:47 UTC  (21+ messages)
` [PATCH bpf-next 01/20] selftests: xsk: simplify xsk and umem arrays
` [PATCH bpf-next 02/20] selftests: xsk: introduce type for thread function
` [PATCH bpf-next 03/20] selftests: xsk: introduce test specifications
` [PATCH bpf-next 04/20] selftests: xsk: move num_frames and frame_headroom to xsk_umem_info
` [PATCH bpf-next 05/20] selftests: xsk: move rxqsize into xsk_socket_info
` [PATCH bpf-next 06/20] selftests: xsk: make frame_size configurable
` [PATCH bpf-next 07/20] selftests: xsx: introduce test name in test spec
` [PATCH bpf-next 08/20] selftests: xsk: add use_poll to ifobject
` [PATCH bpf-next 09/20] selftests: xsk: introduce rx_on and tx_on in ifobject
` [PATCH bpf-next 10/20] selftests: xsk: replace second_step global variable
` [PATCH bpf-next 11/20] selftests: xsk: specify number of sockets to create
` [PATCH bpf-next 12/20] selftests: xsk: make xdp_flags and bind_flags local
` [PATCH bpf-next 13/20] selftests: xsx: make pthreads local scope
` [PATCH bpf-next 14/20] selftests: xsk: eliminate MAX_SOCKS define
` [PATCH bpf-next 15/20] selftests: xsk: allow for invalid packets
` [PATCH bpf-next 16/20] selftests: xsk: introduce replacing the default packet stream
` [PATCH bpf-next 17/20] selftests: xsk: add test for unaligned mode
` [PATCH bpf-next 18/20] selftests: xsk: eliminate test specific if-statement in test runner
` [PATCH bpf-next 19/20] selftests: xsk: add tests for invalid xsk descriptors
` [PATCH bpf-next 20/20] selftests: xsk: add tests for 2K frame size

[PATCH bpf] libbpf: don't crash on object files with no symbol tables
 2021-09-01 10:19 UTC  (3+ messages)

[PATCH v7] ixgbe: let the xdpdrv work with more than 64 cpus
 2021-09-01 10:12 UTC 

[PATCH bpf] bpf: handle return value of BPF_PROG_TYPE_STRUCT_OPS prog
 2021-09-01  8:53 UTC 

[PATCH v6] ixgbe: let the xdpdrv work with more than 64 cpus
 2021-09-01  8:23 UTC  (4+ messages)

[PATCH bpf-next v3] bpf testing: permit ingress_ifindex in bpf_prog_test_run_xattr
 2021-09-01  5:56 UTC  (2+ messages)

[PATCH bpf-next RFC v1 0/8] Support kernel module function calls from eBPF
 2021-09-01  3:38 UTC  (10+ messages)
` [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 7/8] bpf: enable TCP congestion control kfunc from modules

[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 v3 bpf-next 0/3] bpf: introduce bpf_get_branch_snapshot
 2021-08-31 21:37 UTC  (10+ 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] 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  (10+ messages)
` [PATCH bpf-next v2 12/13] bpfilter: Add filter table

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

[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  (4+ messages)
` [RFC PATCH 0/1] Non stack-intrusive return probe event

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

[PATCH v3 bpf-next 0/7] bpf: implement variadic printk helper
 2021-08-31  0:37 UTC  (10+ messages)
` [PATCH v3 bpf-next 4/7] libbpf: use static const fmt string in __bpf_printk
` [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


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