bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-02 18:52:47 to 2021-09-07 23:01:01 UTC [more...]

[PATCH bpf-next 0/9] bpf: add support for new btf kind BTF_KIND_TAG
 2021-09-07 23:00 UTC 

[PATCH] bpf: Add env_type_is_resolved() in front of env_stack_push() in btf_resolve()
 2021-09-07 22:24 UTC  (2+ messages)

[PATCH bpf-next v2] libbpf: ignore .eh_frame sections when parsing elf files
 2021-09-07 22:24 UTC  (11+ messages)

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

[PATCH bpf-next] libbpf: Fix build with latest gcc/binutils with LTO
 2021-09-07 22:10 UTC 

[PATCH v6 bpf-next 0/3] bpf: introduce bpf_get_branch_snapshot
 2021-09-07 20:58 UTC  (6+ messages)
` [PATCH v6 bpf-next 1/3] perf: enable branch record for software events
` [PATCH v6 bpf-next 2/3] bpf: introduce helper bpf_get_branch_snapshot
` [PATCH v6 bpf-next 3/3] selftests/bpf: add test for bpf_get_branch_snapshot

[PATCH v5 bpf-next 0/3] bpf: introduce bpf_get_branch_snapshot
 2021-09-07 20:50 UTC  (27+ 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

[PATCH bpf-next v2 0/2] add hwtstamp to __sk_buff
 2021-09-07 19:09 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] bpf: add hardware timestamp field "
` [PATCH bpf-next v2 2/2] selftests/bpf: test new __sk_buff field hwtstamp

[PATCH bpf-next v2] selftests/bpf: Fix build of task_pt_regs test for arm64
 2021-09-07 15:30 UTC  (3+ messages)

[PATCH v13 bpf-next 00/18] mvneta: introduce XDP multi-buffer support
 2021-09-07 14:46 UTC  (25+ messages)
` [PATCH v13 bpf-next 01/18] net: skbuff: add size metadata to skb_shared_info for xdp
` [PATCH v13 bpf-next 02/18] xdp: introduce flags field in xdp_buff/xdp_frame
` [PATCH v13 bpf-next 03/18] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v13 bpf-next 04/18] net: mvneta: simplify mvneta_swbm_add_rx_fragment management
` [PATCH v13 bpf-next 05/18] net: xdp: add xdp_update_skb_shared_info utility routine
` [PATCH v13 bpf-next 06/18] net: marvell: rely on "
` [PATCH v13 bpf-next 07/18] xdp: add multi-buff support to xdp_return_{buff/frame}
` [PATCH v13 bpf-next 08/18] net: mvneta: add multi buffer support to XDP_TX
` [PATCH v13 bpf-next 09/18] net: mvneta: enable jumbo frames for XDP
` [PATCH v13 bpf-next 10/18] bpf: add multi-buff support to the bpf_xdp_adjust_tail() API
` [PATCH v13 bpf-next 11/18] bpf: introduce bpf_xdp_get_buff_len helper
` [PATCH v13 bpf-next 12/18] bpf: add multi-buffer support to xdp copy helpers
` [PATCH v13 bpf-next 13/18] bpf: move user_size out of bpf_test_init
` [PATCH v13 bpf-next 14/18] bpf: introduce multibuff support to bpf_prog_test_run_xdp()
` [PATCH v13 bpf-next 15/18] bpf: test_run: add xdp_shared_info pointer in bpf_test_finish signature
` [PATCH v13 bpf-next 16/18] bpf: update xdp_adjust_tail selftest to include multi-buffer
` [PATCH v13 bpf-next 17/18] net: xdp: introduce bpf_xdp_adjust_data helper
` [PATCH v13 bpf-next 18/18] bpf: add bpf_xdp_adjust_data selftest

[PATCH 5.4 0/4] bpf: backport fixes for CVE-2021-34556/CVE-2021-35477
 2021-09-07 13:17 UTC  (5+ messages)
` [PATCH 5.4 1/4] bpf: Introduce BPF nospec instruction for mitigating Spectre v4
` [PATCH 5.4 2/4] bpf: Fix leakage due to insufficient speculative store bypass mitigation
` [PATCH 5.4 3/4] bpf: verifier: Allocate idmap scratch in verifier env
` [PATCH 5.4 4/4] bpf: Fix pointer arithmetic mask tightening under state pruning

[PATCH bpf] bpf: handle return value of BPF_PROG_TYPE_STRUCT_OPS prog
 2021-09-07 11:13 UTC  (2+ messages)

XDP-hints: Howto support multiple BTF types per packet basis?
 2021-09-07  6:27 UTC  (11+ messages)

[PATCH v12 bpf-next 00/18] mvneta: introduce XDP multi-buffer support
 2021-09-07  8:35 UTC  (15+ messages)
` [PATCH v12 bpf-next 01/18] net: skbuff: add size metadata to skb_shared_info for xdp
` [PATCH v12 bpf-next 03/18] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v12 bpf-next 06/18] net: marvell: rely on xdp_update_skb_shared_info utility routine
` [PATCH v12 bpf-next 17/18] net: xdp: introduce bpf_xdp_adjust_data helper

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

[PATCH mm] mm/mmap: relax mmap_assert_locked() for find_vma()
 2021-09-07  6:26 UTC 

[PATCH -next] bpf: Add oversize check before call kvcalloc()
 2021-09-07  6:00 UTC 

[PATCH bpf-next] selftests/bpf: reduce more flakyness in sockmap_listen
 2021-09-07  2:24 UTC  (10+ messages)

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

[RFC Patch net-next] net_sched: introduce eBPF based Qdisc
 2021-09-06 11:45 UTC  (16+ messages)

[PATCH v2] ixgbe: Fix NULL pointer dereference in ixgbe_xdp_setup
 2021-09-06 11:31 UTC  (4+ messages)
` [Intel-wired-lan] "
  ` [External] "

[PATCH bpf-next 00/20] selftests: xsk: facilitate adding tests
 2021-09-06  8:06 UTC  (14+ 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 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 19/20] selftests: xsk: add tests for invalid xsk descriptors

[PATCH AUTOSEL 5.13 41/46] io-wq: remove GFP_ATOMIC allocation off schedule out path
 2021-09-06  1:20 UTC 

[PATCH AUTOSEL 5.14 41/47] io-wq: remove GFP_ATOMIC allocation off schedule out path
 2021-09-06  1:19 UTC 

[syzbot] WARNING: kmalloc bug in bpf_check
 2021-09-05 20:04 UTC  (3+ messages)

[PATCH net 1/1] net: stmmac: Fix overall budget calculation for rxtx_napi
 2021-09-05 12:10 UTC  (2+ messages)

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

[PATCH v2 bpf-next 0/3] bpf: introduce bpf_get_branch_snapshot
 2021-09-04 23:01 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/3] perf: enable branch record for software events

[PATCH bpf-next] bpf: add helpers documentation about GPL compatibility
 2021-09-04  2:28 UTC  (3+ messages)

[syzbot] WARNING: kmalloc bug in check_btf_line
 2021-09-03 23:51 UTC 

[PATCH bpf-next 0/5] Implement bloom filter map
 2021-09-03 17:22 UTC  (11+ messages)
` [PATCH bpf-next 1/5] bpf: Add bloom filter map implementation

[PATCH bpf-next] selftests/bpf: Fix build of task_pt_regs tests for arm64
 2021-09-03 16:51 UTC  (4+ messages)

[PATCH v7] ixgbe: let the xdpdrv work with more than 64 cpus
 2021-09-03 16:07 UTC  (2+ messages)

[PATCH bpf-next v4 00/27] x86/ftrace/bpf: Add batch support for direct/tracing attach
 2021-09-03  9:50 UTC  (8+ messages)
` [PATCH bpf-next v4 18/27] bpf, x64: Store properly return value for trampoline with multi func programs

[PATCH bpf-next 0/2] add hwtstamp to __sk_buff
 2021-09-03  8:35 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf: add hardware timestamp field "
` [PATCH bpf-next 2/2] selftests/bpf: test new __sk_buff field hwtstamp

[PATCH bpf-next 00/13] bpf/tests: Extend JIT test suite coverage
 2021-09-03  8:22 UTC  (12+ messages)
` [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 07/13] bpf/tests: Add exhaustive test of LD_IMM64 immediate magnitudes
` [PATCH bpf-next 08/13] bpf/tests: Add test case flag for verifier zero-extension
` [PATCH bpf-next 09/13] bpf/tests: Add JMP tests with small offsets
` [PATCH bpf-next 10/13] bpf/tests: Add JMP tests with degenerate conditional
` [PATCH bpf-next 11/13] bpf/tests: Expand branch conversion JIT test
` [PATCH bpf-next 12/13] bpf/tests: Add more BPF_END byte order conversion tests
` [PATCH bpf-next 13/13] bpf/tests: Add tail call limit test with external function call

[syzbot] BUG: unable to handle kernel paging request in vm_area_dup
 2021-09-03  8:17 UTC 

[PATCH v3 bpf-next 0/7] bpf: implement variadic printk helper
 2021-09-03  8:00 UTC  (3+ messages)
` [PATCH v3 bpf-next 2/7] bpf: add bpf_trace_vprintk helper

WARNING in submit_bio_checks
 2021-09-03  7:41 UTC 

[PATCH v6 intel-next 0/9] XDP_TX improvements for ice
 2021-09-03  6:54 UTC  (3+ messages)
` [PATCH v6 intel-next 9/9] ice: make use of ice_for_each_* macros
  ` [Intel-wired-lan] "

[PATCH v7 intel-next 0/9] XDP_TX improvements for ice
 2021-09-03  6:50 UTC  (11+ messages)
` [PATCH v7 intel-next 4/9] ice: unify xdp_rings accesses
  ` [Intel-wired-lan] "
` [PATCH v7 intel-next 5/9] ice: do not create xdp_frame on XDP_TX
  ` [Intel-wired-lan] "
` [PATCH v7 intel-next 6/9] ice: propagate xdp_ring onto rx_ring
  ` [Intel-wired-lan] "
` [PATCH v7 intel-next 7/9] ice: optimize XDP_TX workloads
  ` [Intel-wired-lan] "
` [PATCH v7 intel-next 8/9] ice: introduce XDP_TX fallback path
  ` [Intel-wired-lan] "

[PATCH] virtio_net: reduce raw_smp_processor_id() calling in virtnet_xdp_get_sq
 2021-09-03  4:00 UTC  (5+ messages)
  ` 答复: "
      ` 答复: "

[PATCH v4 bpf-next 0/9] bpf: implement variadic printk helper
 2021-09-02 23:14 UTC  (13+ messages)
` [PATCH v4 bpf-next 2/9] selftests/bpf: stop using bpf_program__load
` [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 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


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