messages from 2019-07-01 08:12:45 to 2019-07-03 20:09:56 UTC [more...]
[PATCH bpf-next] selftests/bpf: add test_tcp_rtt to .gitignore
2019-07-03 20:09 UTC
[PATCH bpf-next v2 0/8] bpf: TCP RTT sock_ops bpf callback
2019-07-03 19:54 UTC (14+ messages)
` [PATCH bpf-next v2 1/8] bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTT
` [PATCH bpf-next v2 2/8] bpf: split shared bpf_tcp_sock and bpf_sock_ops implementation
` [PATCH bpf-next v2 3/8] bpf: add dsack_dups/delivered{,_ce} to bpf_tcp_sock
` [PATCH bpf-next v2 4/8] bpf: add icsk_retransmits "
` [PATCH bpf-next v2 5/8] bpf/tools: sync bpf.h
` [PATCH bpf-next v2 6/8] selftests/bpf: test BPF_SOCK_OPS_RTT_CB
` [PATCH bpf-next v2 7/8] samples/bpf: add sample program that periodically dumps TCP stats
` [PATCH bpf-next v2 8/8] samples/bpf: fix tcp_bpf.readme detach command
[PATCH v3 bpf-next 0/4] capture integers in BTF type info for map defs
2019-07-03 19:19 UTC (6+ messages)
` [PATCH v3 bpf-next 1/4] libbpf: capture value in BTF type info for BTF-defined "
` [PATCH v3 bpf-next 2/4] selftests/bpf: add __int and __type macro for BTF-defined maps
` [PATCH v3 bpf-next 3/4] selftests/bpf: convert selftests using BTF-defined maps to new syntax
` [PATCH v3 bpf-next 4/4] selftests/bpf: convert legacy BPF maps to BTF-defined ones
pull-request: bpf 2019-07-03
2019-07-03 19:09 UTC (2+ messages)
[PATCH net-next] net: socionext: remove set but not used variable 'pkts'
2019-07-03 18:30 UTC (3+ messages)
[PATCH bpf-next RFC v3 0/6] bpf: add BPF_MAP_DUMP command to dump more than one entry per call
2019-07-03 17:01 UTC (7+ messages)
` [PATCH bpf-next RFC v3 1/6] bpf: add bpf_map_value_size and bp_map_copy_value helper functions
` [PATCH bpf-next RFC v3 2/6] bpf: add BPF_MAP_DUMP command to dump more than one entry per call
` [PATCH bpf-next RFC v3 3/6] bpf: keep bpf.h in sync with tools/
` [PATCH bpf-next RFC v3 4/6] libbpf: support BPF_MAP_DUMP command
` [PATCH bpf-next RFC v3 5/6] selftests/bpf: test BPF_MAP_DUMP command on a bpf hashmap
` [PATCH bpf-next RFC v3 6/6] selftests/bpf: add test to measure performance of BPF_MAP_DUMP
[PATCH bpf v2] xdp: fix race on generic receive path
2019-07-03 16:48 UTC (3+ messages)
[PATCH v5 bpf-next 0/9] libbpf: add bpf_link and tracing attach APIs
2019-07-03 16:47 UTC (13+ 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/4] libbpf: add perf buffer abstraction and API
2019-07-03 16:27 UTC (5+ messages)
` [PATCH v4 bpf-next 4/4] tools/bpftool: switch map event_pipe to libbpf's perf_buffer
kernel panic: corrupted stack end in dput
2019-07-03 16:14 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: fix "alu with different scalars 1" on s390
2019-07-03 16:03 UTC
[net/tls] Re: KMSAN: uninit-value in aesti_encrypt
2019-07-03 16:01 UTC
[PATCH bpf v6 0/2] xdp: fix hang while unregistering device bound to xdp socket
2019-07-03 15:05 UTC (2+ messages)
[PATCH bpf v2] selftests: bpf: fix inlines in test_lwt_seg6local
2019-07-03 15:04 UTC (3+ messages)
[PATCH bpf-next] selftests: bpf: standardize to static __always_inline
2019-07-03 15:03 UTC (2+ messages)
[PATCH bpf-next] bpf: cgroup: Fix build error without CONFIG_NET
2019-07-03 14:45 UTC (8+ messages)
` [PATCH v2 "
[PATCH v2 bpf-next 0/4] selftests/bpf: fix compiling loop{1,2,3}.c on s390
2019-07-03 13:27 UTC (5+ messages)
` [PATCH v2 bpf-next 1/4] selftests/bpf: compile progs with -D__TARGET_ARCH_$(ARCH)
` [PATCH v2 bpf-next 2/4] selftests/bpf: fix s390 -> s390 typo
` [PATCH v2 bpf-next 3/4] selftests/bpf: make PT_REGS_* work in userspace
` [PATCH v2 bpf-next 4/4] selftests/bpf: fix compiling loop{1,2,3}.c on s390
[PATCH bpf-next] selftests/bpf: fix compiling loop{1,2,3}.c on s390
2019-07-03 12:56 UTC (6+ messages)
[PATCH bpf] xdp: fix race on generic receive path
2019-07-03 12:03 UTC (5+ messages)
[PATCH bpf-next] selftests/bpf: fix test_reuseport_array on s390
2019-07-03 11:50 UTC
[PATCH] bpf, libbpf: Smatch: Fix potential NULL pointer dereference
2019-07-03 11:46 UTC (4+ messages)
[PATCH] bpf: Replace a seq_printf() call by seq_puts() in btf_enum_seq_show()
2019-07-03 10:43 UTC (4+ messages)
[PATCH v2 bpf-next] libbpf: fix GCC8 warning for strncpy
2019-07-03 10:21 UTC (4+ messages)
[PATCH bpf-next] bpf: fix precision tracking
2019-07-03 9:50 UTC (2+ messages)
[PATCH bpf 1/3] bpf, x32: Fix bug with ALU64 {LSH,RSH,ARSH} BPF_X shift by 0
2019-07-03 9:49 UTC (2+ messages)
bpf: jit: s390 64/32 bits for index in tail call
2019-07-03 9:22 UTC (2+ messages)
[PATCH v2 bpf-next 0/4] sys_bpf() access control via /dev/bpf
2019-07-03 7:28 UTC (15+ messages)
` [PATCH v2 bpf-next 1/4] bpf: unprivileged BPF access "
Reminder: 36 open syzbot bugs in "net/bpf" subsystem
2019-07-03 6:01 UTC
[PATCH V2] include: linux: Regularise the use of FIELD_SIZEOF macro
2019-07-02 16:33 UTC (6+ messages)
[PATCH v2 bpf-next 0/9] libbpf random fixes
2019-07-02 23:18 UTC (4+ messages)
` [PATCH v2 bpf-next 6/9] libbpf: use negative fd to specify missing BTF
[PATCH v2 bpf-next 0/4] capture integers in BTF type info for map defs
2019-07-02 19:29 UTC (4+ messages)
` [PATCH v2 bpf-next 1/4] libbpf: capture value in BTF type info for BTF-defined "
[PATCH bpf] selftests: bpf: fix inlines in test_lwt_seg6local
2019-07-02 17:29 UTC (6+ messages)
[PATCH 0/7] Compile-test UAPI and kernel headers
2019-07-02 16:47 UTC (3+ messages)
` [PATCH 7/7] kbuild: compile-test kernel headers to ensure they are self-contained
[PATCH 00/11] XDP unaligned chunk placement support
2019-07-02 16:33 UTC (6+ messages)
[PATCH bpf-next] libbpf: fix GCC8 warning for strncpy
2019-07-02 15:14 UTC (4+ messages)
[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 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 v4 bpf-next 0/9] libbpf: add bpf_link and tracing attach APIs
2019-07-01 23:09 UTC (26+ messages)
` [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
[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-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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox