bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-28 17:41:31 to 2019-07-02 14:36:43 UTC [more...]

[PATCH bpf] xdp: fix race on generic receive path
 2019-07-02 14:36 UTC 

[PATCH bpf-next v2 0/6] add need_wakeup flag to the AF_XDP rings
 2019-07-02 13:58 UTC  (11+ messages)
` [PATCH bpf-next v2 1/6] xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup
` [PATCH bpf-next v2 2/6] xsk: add support for need_wakeup flag in AF_XDP rings
` [PATCH bpf-next v2 3/6] i40e: add support for AF_XDP need_wakup feature
` [PATCH bpf-next v2 4/6] ixgbe: "
` [PATCH bpf-next v2 5/6] libbpf: add support for need_wakeup flag in AF_XDP part
` [PATCH bpf-next v2 6/6] samples/bpf: add use of need_sleep flag in xdpsock

[PATCH bpf-next] bpf: cgroup: Fix build error without CONFIG_NET
 2019-07-02 13:29 UTC 

[PATCH] bpf, libbpf: Smatch: Fix potential NULL pointer dereference
 2019-07-02 10:25 UTC 

[PATCH 00/11] XDP unaligned chunk placement support
 2019-07-02  9:27 UTC  (8+ messages)

[PATCH bpf-next] libbpf: fix GCC8 warning for strncpy
 2019-07-02  7:32 UTC  (3+ messages)

[PATCH v2 bpf-next 0/4] sys_bpf() access control via /dev/bpf
 2019-07-02  1:59 UTC  (10+ messages)
` [PATCH v2 bpf-next 1/4] bpf: unprivileged BPF access "

[PATCH bpf-next 0/8] bpf: TCP RTT sock_ops bpf callback
 2019-07-02  0:39 UTC  (17+ messages)
` [PATCH bpf-next 1/8] bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTT
` [PATCH bpf-next 2/8] bpf: split shared bpf_tcp_sock and bpf_sock_ops implementation
` [PATCH bpf-next 3/8] bpf: add dsack_dups/delivered{,_ce} to bpf_tcp_sock
` [PATCH bpf-next 4/8] bpf: add icsk_retransmits "
` [PATCH bpf-next 5/8] bpf/tools: sync bpf.h
` [PATCH bpf-next 6/8] selftests/bpf: test BPF_SOCK_OPS_RTT_CB
` [PATCH bpf-next 7/8] samples/bpf: add sample program that periodically dumps TCP stats
` [PATCH bpf-next 8/8] samples/bpf: fix tcp_bpf.readme detach command

[PATCH v5 bpf-next 0/9] libbpf: add bpf_link and tracing attach APIs
 2019-07-02  0:36 UTC  (11+ messages)
` [PATCH v5 bpf-next 1/9] libbpf: make libbpf_strerror_r agnostic to sign of error
` [PATCH v5 bpf-next 2/9] libbpf: introduce concept of bpf_link
` [PATCH v5 bpf-next 3/9] libbpf: add ability to attach/detach BPF program to perf event
` [PATCH v5 bpf-next 4/9] libbpf: add kprobe/uprobe attach API
` [PATCH v5 bpf-next 5/9] libbpf: add tracepoint "
` [PATCH v5 bpf-next 6/9] libbpf: add raw "
` [PATCH v5 bpf-next 7/9] selftests/bpf: switch test to new attach_perf_event API
` [PATCH v5 bpf-next 8/9] selftests/bpf: add kprobe/uprobe selftests
` [PATCH v5 bpf-next 9/9] selftests/bpf: convert existing tracepoint tests to new APIs

[PATCH v4 bpf-next 0/9] libbpf: add bpf_link and tracing attach APIs
 2019-07-01 23:09 UTC  (30+ messages)
` [PATCH v4 bpf-next 1/9] libbpf: make libbpf_strerror_r agnostic to sign of error
` [PATCH v4 bpf-next 2/9] libbpf: introduce concept of bpf_link
` [PATCH v4 bpf-next 3/9] libbpf: add ability to attach/detach BPF program to perf event
` [PATCH v4 bpf-next 4/9] libbpf: add kprobe/uprobe attach API
` [PATCH v4 bpf-next 5/9] libbpf: add tracepoint "
` [PATCH v4 bpf-next 6/9] libbpf: add raw "
` [PATCH v4 bpf-next 7/9] selftests/bpf: switch test to new attach_perf_event API
` [PATCH v4 bpf-next 8/9] selftests/bpf: add kprobe/uprobe selftests
` [PATCH v4 bpf-next 9/9] selftests/bpf: convert existing tracepoint tests to new APIs

[PATCH v4 bpf-next 0/4] libbpf: add perf buffer abstraction and API
 2019-07-01 22:04 UTC  (6+ messages)
` [PATCH v4 bpf-next 1/4] libbpf: add perf buffer API
` [PATCH v4 bpf-next 2/4] libbpf: auto-set PERF_EVENT_ARRAY size to number of CPUs
` [PATCH v4 bpf-next 3/4] selftests/bpf: test perf buffer API
` [PATCH v4 bpf-next 4/4] tools/bpftool: switch map event_pipe to libbpf's perf_buffer

[RESEND] test_verifier #13 fails on arm64: "retval 65507 != -29"
 2019-07-01 21:51 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: do not ignore clang failures
 2019-07-01 18:40 UTC  (5+ messages)
      ` [PATCH v2 "

[PATCH bpf] selftests: bpf: fix inlines in test_lwt_seg6local
 2019-07-01 18:39 UTC  (5+ messages)

[PATCH bpf-next 1/2] bpf: allow wide (u64) aligned stores for some fields of bpf_sock_addr
 2019-07-01 18:38 UTC  (11+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add verifier tests for wide stores

[PATCH bpf-next v3 0/3] bpf: allow wide (u64) aligned stores for some fields of bpf_sock_addr
 2019-07-01 17:50 UTC  (5+ messages)
` [PATCH bpf-next v3 1/3] "
` [PATCH bpf-next v3 2/3] bpf: sync bpf.h to tools/
` [PATCH bpf-next v3 3/3] selftests/bpf: add verifier tests for wide stores

[PATCH bpf-next v2 0/3] bpf: allow wide (u64) aligned stores for some fields of bpf_sock_addr
 2019-07-01 17:34 UTC  (7+ messages)
` [PATCH bpf-next v2 1/3] "
` [PATCH bpf-next v2 2/3] bpf: sync bpf.h to tools/
` [PATCH bpf-next v2 3/3] selftests/bpf: add verifier tests for wide stores

[PATCH net-next] xdp: xdp_umem: fix umem pages mapping for 32bits systems
 2019-07-01 13:10 UTC  (4+ messages)

WARNING in is_bpf_text_address
 2019-07-01  8:12 UTC  (3+ messages)

[net/bpf] Re: WARNING in mark_lock
 2019-07-01  5:51 UTC  (3+ messages)
      `  "

[PATCH 0/7] Compile-test UAPI and kernel headers
 2019-07-01  0:58 UTC  (4+ messages)
` [PATCH 1/7] init/Kconfig: add CONFIG_CC_CAN_LINK
` [PATCH 2/7] kbuild: compile-test exported headers to ensure they are self-contained
` [PATCH 7/7] kbuild: compile-test kernel "

[PATCH v3 0/4] Compile-test UAPI and kernel headers
 2019-06-30  7:57 UTC  (8+ messages)
` [PATCH v3 1/4] kbuild: compile-test UAPI headers to ensure they are self-contained
` [PATCH v3 4/4] kbuild: compile-test kernel "

[PATCH v3 bpf-next 0/4] libbpf: add perf buffer abstraction and API
 2019-06-30  6:44 UTC  (8+ messages)
` [PATCH v3 bpf-next 1/4] libbpf: add perf buffer API
` [PATCH v3 bpf-next 2/4] libbpf: auto-set PERF_EVENT_ARRAY size to number of CPUs
` [PATCH v3 bpf-next 3/4] selftests/bpf: test perf buffer API
` [PATCH v3 bpf-next 4/4] tools/bpftool: switch map event_pipe to libbpf's perf_buffer

[PATCH V2] include: linux: Regularise the use of FIELD_SIZEOF macro
 2019-06-29 16:45 UTC  (5+ messages)

[PATCH bpf 1/3] bpf, x32: Fix bug with ALU64 {LSH,RSH,ARSH} BPF_X shift by 0
 2019-06-29  5:57 UTC  (3+ messages)
` [PATCH bpf 2/3] bpf, x32: Fix bug with ALU64 {LSH,RSH,ARSH} BPF_K "
` [PATCH bpf 3/3] selftests: bpf: add tests for shifts by zero

[PATCH v2 bpf-next 0/3] libbpf: add perf buffer abstraction and API
 2019-06-29  5:56 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/3] libbpf: add perf buffer API

[PATCH 0/2] tls, add unhash callback
 2019-06-29  3:46 UTC  (10+ messages)
` [PATCH 1/2] tls: remove close callback sock unlock/lock and flush_sync

BUG: unable to handle kernel paging request in __do_softirq
 2019-06-29  2:10 UTC 

[PATCH v3] bpf: fix uapi bpf_prog_info fields alignment
 2019-06-28 23:37 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: fix -Wstrict-aliasing in test_sockopt_sk.c
 2019-06-28 23:33 UTC  (3+ messages)

[PATCH v3 bpf-next 0/9] libbpf: add bpf_link and tracing attach APIs
 2019-06-28 20:34 UTC  (36+ messages)
` [PATCH v3 bpf-next 1/9] libbpf: make libbpf_strerror_r agnostic to sign of error
` [PATCH v3 bpf-next 2/9] libbpf: introduce concept of bpf_link
` [PATCH v3 bpf-next 3/9] libbpf: add ability to attach/detach BPF program to perf event
` [PATCH v3 bpf-next 4/9] libbpf: add kprobe/uprobe attach API
` [PATCH v3 bpf-next 5/9] libbpf: add tracepoint "
` [PATCH v3 bpf-next 6/9] libbpf: add raw "
` [PATCH v3 bpf-next 7/9] selftests/bpf: switch test to new attach_perf_event API
` [PATCH v3 bpf-next 8/9] selftests/bpf: add kprobe/uprobe selftests
` [PATCH v3 bpf-next 9/9] selftests/bpf: convert existing tracepoint tests to new APIs

[bpf/tools] cd17d77705: kernel_selftests.bpf.test_sock_addr.sh.fail
 2019-06-28 20:13 UTC  (6+ messages)

BUG: unable to handle kernel paging request in hrtimer_interrupt
 2019-06-28 19:39 UTC 

[PATCH bpf-next] bpf: fix precision tracking
 2019-06-28 19:36 UTC  (3+ messages)

[PATCH v2 bpf-next 0/4] capture integers in BTF type info for map defs
 2019-06-28 18:26 UTC  (9+ messages)
` [PATCH v2 bpf-next 1/4] libbpf: capture value in BTF type info for BTF-defined "
` [PATCH v2 bpf-next 2/4] selftests/bpf: add __int and __type macro for BTF-defined maps
` [PATCH v2 bpf-next 3/4] selftests/bpf: convert selftests using BTF-defined maps to new syntax
` [PATCH v2 bpf-next 4/4] selftests/bpf: convert legacy BPF maps to BTF-defined ones

[PATCH v1] tools: Keep list of tools in alphabetical order
 2019-06-28 17:53 UTC  (2+ messages)

[RFC PATCH bpf-next v2 0/6] bpf: add BPF_MAP_DUMP command to
 2019-06-28 17:50 UTC  (6+ messages)
` [RFC PATCH bpf-next v2 2/6] bpf: add BPF_MAP_DUMP command to access more than one entry per call

[PATCH v2 bpf-next] RV32G eBPF JIT
 2019-06-28 17:41 UTC  (3+ 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).