bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-10 14:58:12 to 2021-08-15 07:06:52 UTC [more...]

[PATCH v5 bpf-next 00/16] BPF perf link and user-provided bpf_cookie
 2021-08-15  7:06 UTC  (14+ messages)
` [PATCH v5 bpf-next 01/16] bpf: refactor BPF_PROG_RUN into a function
` [PATCH v5 bpf-next 02/16] bpf: refactor BPF_PROG_RUN_ARRAY family of macros into functions
` [PATCH v5 bpf-next 03/16] bpf: refactor perf_event_set_bpf_prog() to use struct bpf_prog input
` [PATCH v5 bpf-next 04/16] bpf: implement minimal BPF perf link
` [PATCH v5 bpf-next 05/16] bpf: allow to specify user-provided bpf_cookie for BPF perf links
` [PATCH v5 bpf-next 06/16] bpf: add bpf_get_attach_cookie() BPF helper to access bpf_cookie value
` [PATCH v5 bpf-next 07/16] libbpf: re-build libbpf.so when libbpf.map changes
` [PATCH v5 bpf-next 08/16] libbpf: remove unused bpf_link's destroy operation, but add dealloc
` [PATCH v5 bpf-next 09/16] libbpf: use BPF perf link when supported by kernel
` [PATCH v5 bpf-next 10/16] libbpf: add bpf_cookie support to bpf_link_create() API
` [PATCH v5 bpf-next 11/16] libbpf: add bpf_cookie to perf_event, kprobe, uprobe, and tp attach APIs
` [PATCH v5 bpf-next 12/16] selftests/bpf: test low-level perf BPF link API
` [PATCH v5 bpf-next 13/16] selftests/bpf: extract uprobe-related helpers into trace_helpers.{c,h}

[PATCH] samples: bpf: offwaketime: define MAX_ENTRIES instead of a magic number
 2021-08-15  6:50 UTC 

[PATCH v5 intel-next 0/9] XDP_TX improvements for ice
 2021-08-14 14:08 UTC  (10+ messages)
` [PATCH v5 intel-next 1/9] ice: remove ring_active from ice_ring
` [PATCH v5 intel-next 2/9] ice: move ice_container_type onto ice_ring_container
` [PATCH v5 intel-next 3/9] ice: split ice_ring onto Tx/Rx separate structs
` [PATCH v5 intel-next 4/9] ice: unify xdp_rings accesses
` [PATCH v5 intel-next 5/9] ice: do not create xdp_frame on XDP_TX
` [PATCH v5 intel-next 6/9] ice: propagate xdp_ring onto rx_ring
` [PATCH v5 intel-next 7/9] ice: optimize XDP_TX workloads
` [PATCH v5 intel-next 8/9] ice: introduce XDP_TX fallback path
` [PATCH v5 intel-next 9/9] ice: make use of ice_for_each_* macros

[PATCH bpf-next v6 0/5] sockmap: add sockmap support for unix stream socket
 2021-08-14  4:31 UTC  (5+ messages)
  `  "

[PATCH bpf-next v6 0/5] sockmap: add sockmap support for unix stream socket
 2021-08-14  4:27 UTC  (6+ messages)
` [PATCH bpf-next v6 1/5] af_unix: add read_sock for stream socket types
` [PATCH bpf-next v6 2/5] af_unix: add unix_stream_proto for sockmap
` [PATCH bpf-next v6 3/5] selftest/bpf: add tests for sockmap with unix stream type
` [PATCH bpf-next v6 4/5] selftest/bpf: change udp to inet in some function names
` [PATCH bpf-next v6 5/5] selftest/bpf: add new tests in sockmap for unix stream to tcp

[PATCH v6 bpf-next 0/4] BPF iterator for UNIX domain socket
 2021-08-14  1:57 UTC  (5+ messages)
` [PATCH v6 bpf-next 1/4] bpf: af_unix: Implement "
` [PATCH v6 bpf-next 2/4] bpf: Support "%c" in bpf_bprintf_prepare()
` [PATCH v6 bpf-next 3/4] selftest/bpf: Implement sample UNIX domain socket iterator program
` [PATCH v6 bpf-next 4/4] selftest/bpf: Extend the bpf_snprintf() test for "%c"

[PATCH v5 bpf-next 0/4] BPF iterator for UNIX domain socket
 2021-08-14  1:00 UTC  (12+ messages)
` [PATCH v5 bpf-next 1/4] bpf: af_unix: Implement "
` [PATCH v5 bpf-next 2/4] bpf: Support "%c" in bpf_bprintf_prepare()
` [PATCH v5 bpf-next 3/4] selftest/bpf: Implement sample UNIX domain socket iterator program
` [PATCH v5 bpf-next 4/4] selftest/bpf: Extend the bpf_snprintf() test for "%c"

[PATCH bpf-next] selftests/bpf: Fix test_core_autosize on big-endian machines
 2021-08-13 23:50 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_CGROUP_SOCKOPT
 2021-08-13 23:27 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: verify "

signal/signal_deliver and bpf_send_signal()
 2021-08-13 23:08 UTC  (3+ messages)

[PATCH bpf-next v3] libbpf: support weak typed ksyms
 2021-08-13 23:01 UTC  (2+ messages)

Update percpu array from userspace?
 2021-08-13 22:55 UTC  (2+ messages)

[[RFC xdp-hints] 00/16] XDP hints and AF_XDP support
 2021-08-13 22:04 UTC  (6+ messages)

[PATCH] net: in_irq() cleanup
 2021-08-13 21:40 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_CGROUP_SOCKOPT
 2021-08-13 21:23 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: verify "

libbpf attaching a raw socket
 2021-08-13 19:01 UTC  (3+ messages)

[PATCH bpf v3 0/2] selftests: bpf: test that dead ldx_w insns are accepted
 2021-08-13 15:50 UTC  (4+ messages)
` [PATCH bpf v3 1/2] bpf: clear zext_dst of dead insns
` [PATCH bpf v3 2/2] selftests: bpf: test that dead ldx_w insns are accepted

[PATCH -tip v3 0/6] kprobes: treewide: Clean up kprobe code
 2021-08-13 15:26 UTC  (2+ messages)

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

[PATCH 4.19 03/11] bpf: Inherit expanded/patched seen count from old aux data
 2021-08-13 15:07 UTC  (4+ messages)
` [PATCH 4.19 04/11] bpf: Do not mark insn as seen under speculative path verification
` [PATCH 4.19 05/11] bpf: Fix leakage under speculation on mispredicted branches
` [PATCH 4.19 06/11] bpf, selftests: Adjust few selftest outcomes wrt unreachable code

[PATCH] net: drop skbs in napi->rx_list when removing the napi context
 2021-08-13 10:51 UTC  (5+ messages)

[PATCH 4.19 0/4] bpf: backport fixes for CVE-2021-33624
 2021-08-13  8:38 UTC  (6+ messages)
` [PATCH 4.19 1/4] bpf: Inherit expanded/patched seen count from old aux data
` [PATCH 4.19 2/4] bpf: Do not mark insn as seen under speculative path verification
` [PATCH 4.19 3/4] bpf: Fix leakage under speculation on mispredicted branches
` [PATCH 4.19 4/4] bpf, selftests: Adjust few selftest outcomes wrt unreachable code

[PATCH bpf-next 0/7] Fix MAX_TAIL_CALL_CNT handling in eBPF JITs
 2021-08-12 16:36 UTC  (2+ messages)

[PATCH net-next v2 0/4] add frag page support in page pool
 2021-08-12 15:17 UTC  (10+ messages)
` [PATCH net-next v2 2/4] page_pool: add interface to manipulate frag count "
        ` [Linuxarm] Re: [PATCH net-next v2 0/4] add frag page support "

[PATCH bpf 0/2] bpf: clear zext_dst of dead insns
 2021-08-12 15:09 UTC  (4+ messages)
` [PATCH bpf 1/2] "
` [PATCH bpf 2/2] selftests: bpf: test that dead ldx_w insns are accepted

[PATCH net-next 00/21] ethtool, stats: introduce and use standard XDP stats
 2021-08-12 12:19 UTC  (8+ messages)
` [PATCH net-next 03/21] ethtool, stats: introduce standard XDP statistics

[PATCH bpf-next] bpf: Clear zext_dst of dead insns
 2021-08-12 11:47 UTC  (2+ messages)

[Patch net-next 02/13] ipv4: introduce tracepoint trace_ip_queue_xmit()
 2021-08-12  5:46 UTC  (5+ messages)

[PATCH v4 bpf-next 0/3] BPF iterator for UNIX domain socket
 2021-08-12  5:03 UTC  (12+ messages)
` [PATCH v4 bpf-next 1/3] bpf: af_unix: Implement "
` [PATCH v4 bpf-next 2/3] bpf: Support "%c" in bpf_bprintf_prepare()
` [PATCH v4 bpf-next 3/3] selftest/bpf: Implement sample UNIX domain socket iterator program

[PATCH bpf-next 0/2] bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_CGROUP_SOCKOPT
 2021-08-12  2:35 UTC  (4+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: verify "

R11 is invalid with LLVM 12 and later
 2021-08-12  1:23 UTC  (5+ messages)

[PATCH bpf-next v2] libbpf: support weak typed ksyms
 2021-08-12  0:20 UTC  (3+ messages)

[PATCH bpf-next v2] libbpf: support weak typed ksyms
 2021-08-11 22:13 UTC  (3+ messages)

[PATCH v3 bpf-next 0/4] selftests/bpf: Improve the usability of test_progs
 2021-08-11 21:44 UTC  (7+ messages)
` [PATCH v3 bpf-next 1/4] selftests/bpf: skip loading bpf_testmod when using -l to list tests
` [PATCH v3 bpf-next 2/4] selftests/bpf: correctly display subtest skip status
` [PATCH v3 bpf-next 3/4] selftests/bpf: Support glob matching for test selector
` [PATCH v3 bpf-next 4/4] selftests/bpf: also print test name in subtest status message

[RFC Patch bpf-next] bpf: introduce bpf timer
 2021-08-11 21:03 UTC  (18+ messages)

[PATCH bpf v4] bpf: add rcu read_lock in bpf_get_current_[ancestor_]cgroup_id() helpers
 2021-08-11 18:46 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Fix running of XDP bonding tests
 2021-08-11 14:20 UTC  (2+ messages)

[PATCH bpf-next 0/3] XDP bonding support
 2021-08-11 14:05 UTC  (6+ messages)
` [PATCH bpf-next v6 0/7]: "
  ` [PATCH bpf-next v6 1/7] net: bonding: Refactor bond_xmit_hash for use with xdp_buff

[External] Kernel panic when running bpf selftest cases
 2021-08-11  5:51 UTC 

[PATCH v4 bpf-next 00/14] BPF perf link and user-provided bpf_cookie
 2021-08-10 21:36 UTC  (15+ messages)
` [PATCH v4 bpf-next 01/14] bpf: refactor BPF_PROG_RUN into a function
` [PATCH v4 bpf-next 02/14] bpf: refactor BPF_PROG_RUN_ARRAY family of macros into functions
` [PATCH v4 bpf-next 03/14] bpf: refactor perf_event_set_bpf_prog() to use struct bpf_prog input
` [PATCH v4 bpf-next 04/14] bpf: implement minimal BPF perf link
` [PATCH v4 bpf-next 05/14] bpf: allow to specify user-provided bpf_cookie for BPF perf links
` [PATCH v4 bpf-next 06/14] bpf: add bpf_get_attach_cookie() BPF helper to access bpf_cookie value
` [PATCH v4 bpf-next 07/14] libbpf: re-build libbpf.so when libbpf.map changes
` [PATCH v4 bpf-next 08/14] libbpf: remove unused bpf_link's destroy operation, but add dealloc
` [PATCH v4 bpf-next 09/14] libbpf: use BPF perf link when supported by kernel
` [PATCH v4 bpf-next 10/14] libbpf: add bpf_cookie support to bpf_link_create() API
` [PATCH v4 bpf-next 11/14] libbpf: add bpf_cookie to perf_event, kprobe, uprobe, and tp attach APIs
` [PATCH v4 bpf-next 12/14] selftests/bpf: test low-level perf BPF link API
` [PATCH v4 bpf-next 13/14] selftests/bpf: extract uprobe-related helpers into trace_helpers.{c,h}
` [PATCH v4 bpf-next 14/14] selftests/bpf: add bpf_cookie selftests for high-level APIs

[PATCH v2 bpf-next 0/5] Improve the usability of test_progs
 2021-08-10 21:28 UTC  (14+ messages)
` [PATCH v2 bpf-next 1/5] Skip loading bpf_testmod when using -l to list tests
` [PATCH v2 bpf-next 2/5] Add glob matching for test selector in test_progs
` [PATCH v2 bpf-next 3/5] Correctly display subtest skip status
` [PATCH v2 bpf-next 4/5] Display test number when listing test names
` [PATCH v2 bpf-next 5/5] Record all failed tests and output after the summary line

[syzbot] BUG: sleeping function called from invalid context in _copy_to_iter
 2021-08-10 18:29 UTC  (13+ messages)

pull-request: bpf-next 2021-08-10
 2021-08-10 17:39 UTC  (2+ messages)

pull-request: bpf 2021-08-10
 2021-08-10 17:39 UTC  (2+ messages)

[PATCH bpf-next v1 0/5] sockmap: add sockmap support for unix stream socket
 2021-08-10 17:04 UTC  (7+ messages)
` [PATCH bpf-next v1 2/5] af_unix: add unix_stream_proto for sockmap

[PATCH bpf v3 0/2] bpf: fix a couple of issues with syscall program
 2021-08-10 16:36 UTC  (5+ messages)
` [PATCH bpf v3 1/2] bpf: add rcu read_lock in bpf_get_current_[ancestor_]cgroup_id() helpers


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