bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-09 09:19:11 to 2021-08-12 15:30:23 UTC [more...]

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

[PATCH bpf v3 0/2] selftests: bpf: test that dead ldx_w insns are accepted
 2021-08-12 15:18 UTC  (3+ 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 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 bpf-next v6 0/5] sockmap: add sockmap support for unix stream socket
 2021-08-12  7:44 UTC  (8+ 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] net: drop skbs in napi->rx_list when removing the napi context
 2021-08-12  7:07 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 "

libbpf attaching a raw socket
 2021-08-12  1:36 UTC 

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

[PATCH bpf-next v3] libbpf: support weak typed ksyms
 2021-08-12  0:38 UTC 

[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  (10+ messages)
` [PATCH bpf-next v6 0/7]: "
  ` [PATCH bpf-next v6 1/7] net: bonding: Refactor bond_xmit_hash for use with xdp_buff
  ` [PATCH bpf-next v6 7/7] selftests/bpf: Add tests for XDP bonding

[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  (21+ 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  (8+ messages)
` [PATCH bpf v3 1/2] bpf: add rcu read_lock in bpf_get_current_[ancestor_]cgroup_id() helpers
` [PATCH bpf v3 2/2] bpf: add missing bpf_read_[un]lock_trace() for syscall program

[BUG] ipv6: possible null-pointer dereference in ip6_xmit()
 2021-08-10 13:46 UTC 

[PATCH v3 intel-next 0/6] XDP_TX improvements for ice
 2021-08-10 13:10 UTC  (4+ messages)
` [PATCH v3 intel-next 1/6] ice: split ice_ring onto Tx/Rx separate structs

[PATCH bpf-next 0/1] Refactor cgroup_bpf internals to use more specific attach_type
 2021-08-10 11:51 UTC  (5+ messages)
` [PATCH bpf-next 1/1] bpf: migrate cgroup_bpf to internal cgroup_bpf_attach_type enum

[PATCH] bpf: core: fix kernel-doc notation
 2021-08-10 11:20 UTC  (2+ messages)

[PATCH bpf-next v2 00/14] bpf/tests: Extend the eBPF test suite
 2021-08-10 11:00 UTC  (13+ messages)
` [PATCH bpf-next v2 01/14] bpf/tests: Add BPF_JMP32 test cases
` [PATCH bpf-next v2 03/14] bpf/tests: Fix typos in test case descriptions
` [PATCH bpf-next v2 04/14] bpf/tests: Add more tests of ALU32 and ALU64 bitwise operations
` [PATCH bpf-next v2 05/14] bpf/tests: Add more ALU32 tests for BPF_LSH/RSH/ARSH
` [PATCH bpf-next v2 08/14] bpf/tests: Add tests for ALU operations implemented with function calls
` [PATCH bpf-next v2 09/14] bpf/tests: Add word-order tests for load/store of double words
` [PATCH bpf-next v2 10/14] bpf/tests: Add branch conversion JIT test
` [PATCH bpf-next v2 11/14] bpf/tests: Add test for 32-bit context pointer argument passing
` [PATCH bpf-next v2 12/14] bpf/tests: Add tests for atomic operations
` [PATCH bpf-next v2 13/14] bpf/tests: Add tests for BPF_CMPXCHG
` [PATCH bpf-next v2 14/14] bpf/tests: Add tail call test suite

[PATCH] samples: bpf: add an explict comment to handle nested vlan tagging
 2021-08-10  9:20 UTC  (2+ messages)

[PATCH bpf] bpf: fix potentially incorrect results with bpf_get_local_storage()
 2021-08-10  8:30 UTC  (3+ messages)

[PATCH bpf-next v1] bpf: Reconfigure libbpf docs to remove unversioned API
 2021-08-10  2:11 UTC  (2+ messages)

[PATCH v3 bpf-next 00/14] BPF perf link and user-provided bpf_cookie
 2021-08-10  0:52 UTC  (10+ messages)
` [PATCH v3 bpf-next 01/14] bpf: refactor BPF_PROG_RUN into a function
` [PATCH v3 bpf-next 02/14] bpf: refactor BPF_PROG_RUN_ARRAY family of macros into functions
` [PATCH v3 bpf-next 05/14] bpf: allow to specify user-provided bpf_cookie for BPF perf links

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

[PATCH bpf v2 0/2] bpf: fix a couple of issues with syscall program
 2021-08-09 22:34 UTC  (9+ messages)
` [PATCH bpf v2 1/2] bpf: don't call bpf_get_current_[ancestor_]cgroup_id() in sleepable progs
` [PATCH bpf v2 2/2] bpf: add missing bpf_read_[un]lock_trace() for syscall program

[PATCH bpf-next 0/7] Fix MAX_TAIL_CALL_CNT handling in eBPF JITs
 2021-08-09 21:09 UTC  (12+ messages)
` [PATCH bpf-next 1/7] arm: bpf: Fix off-by-one in tail call count limiting
` [PATCH bpf-next 2/7] arm64: "
` [PATCH bpf-next 3/7] powerpc: "
` [PATCH bpf-next 4/7] s390: "
` [PATCH bpf-next 5/7] sparc: "
` [PATCH bpf-next 6/7] mips: "
` [PATCH bpf-next 7/7] x86: bpf: Fix comments on "


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