messages from 2019-06-27 10:15:54 to 2019-06-30 07:58:26 UTC [more...]
[PATCH v3 0/4] Compile-test UAPI and kernel headers
2019-06-30 7:57 UTC (9+ 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 v4 bpf-next 0/4] libbpf: add perf buffer abstraction and API
2019-06-30 6:51 UTC (5+ 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
[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 bpf-next 1/2] bpf: allow wide (u64) aligned stores for some fields of bpf_sock_addr
2019-06-30 6:01 UTC (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add verifier tests for wide stores
[PATCH v2 bpf-next 0/4] sys_bpf() access control via /dev/bpf
2019-06-30 0:12 UTC (13+ messages)
` [PATCH v2 bpf-next 1/4] bpf: unprivileged BPF access "
` [PATCH v2 bpf-next 2/4] bpf: sync tools/include/uapi/linux/bpf.h
` [PATCH v2 bpf-next 3/4] libbpf: add libbpf_[enable|disable]_sys_bpf()
` [PATCH v2 bpf-next 4/4] bpftool: use libbpf_[enable|disable]_sys_bpf()
[PATCH bpf] selftests: bpf: fix inlines in test_lwt_seg6local
2019-06-29 18:04 UTC (3+ messages)
[PATCH net-next] xdp: xdp_umem: fix umem pages mapping for 32bits systems
2019-06-29 17:53 UTC (3+ messages)
[PATCH V2] include: linux: Regularise the use of FIELD_SIZEOF macro
2019-06-29 16:45 UTC (5+ messages)
[PATCH v4 bpf-next 0/9] libbpf: add bpf_link and tracing attach APIs
2019-06-29 8:50 UTC (12+ 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 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 (12+ messages)
` [PATCH 1/2] tls: remove close callback sock unlock/lock and flush_sync
` [PATCH 2/2] bpf: tls, implement unhash to avoid transition out of ESTABLISHED
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 bpf-next] selftests/bpf: do not ignore clang failures
2019-06-28 20:35 UTC (2+ 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
[PATCH 00/11] XDP unaligned chunk placement support
2019-06-28 20:29 UTC (5+ messages)
[bpf/tools] cd17d77705: kernel_selftests.bpf.test_sock_addr.sh.fail
2019-06-28 20:13 UTC (7+ 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 (11+ messages)
` [RFC PATCH bpf-next v2 1/6] bpf: add bpf_map_value_size and bp_map_copy_value helper functions
` [RFC PATCH bpf-next v2 2/6] bpf: add BPF_MAP_DUMP command to access more than one entry per call
` [RFC PATCH bpf-next v2 3/6] bpf: keep bpf.h in sync with tools/
` [RFC PATCH bpf-next v2 4/6] libbpf: support BPF_MAP_DUMP command
` [RFC PATCH bpf-next v2 5/6] selftests/bpf: test BPF_MAP_DUMP command on a bpf hashmap
` [RFC PATCH bpf-next v2 6/6] selftests/bpf: add test to measure performance of BPF_MAP_DUMP
[PATCH v2 bpf-next] RV32G eBPF JIT
2019-06-28 17:41 UTC (3+ messages)
[PATCH bpf-next v3 0/2] net: xdp: XSKMAP improvements
2019-06-28 17:33 UTC (4+ messages)
` [PATCH bpf-next v3 1/2] xsk: remove AF_XDP socket from map when the socket is released
WARNING in is_bpf_text_address
2019-06-28 15:17 UTC (3+ messages)
[PATCH 27/39] docs: cgroup-v1: add it to the admin-guide book
2019-06-28 12:30 UTC
[PATCH bpf v6 0/2] xdp: fix hang while unregistering device bound to xdp socket
2019-06-28 8:04 UTC (3+ messages)
` [PATCH bpf v6 1/2] xdp: hold device for umem regardless of zero-copy mode
` [PATCH bpf v6 2/2] xdp: fix hang while unregistering device bound to xdp socket
[PATCH bpf v5 0/2] xdp: fix hang while unregistering device bound to xdp socket
2019-06-28 8:01 UTC (6+ messages)
` [PATCH bpf v5 1/2] xdp: hold device for umem regardless of zero-copy mode
` [PATCH bpf v5 2/2] xdp: fix hang while unregistering device bound to xdp socket
[PATCH bpf-next v9 0/9] bpf: getsockopt and setsockopt hooks
2019-06-27 22:46 UTC (13+ messages)
` [PATCH bpf-next v9 1/9] bpf: implement "
` [PATCH bpf-next v9 2/9] bpf: sync bpf.h to tools/
` [PATCH bpf-next v9 3/9] libbpf: support sockopt hooks
` [PATCH bpf-next v9 4/9] selftests/bpf: test sockopt section name
` [PATCH bpf-next v9 5/9] selftests/bpf: add sockopt test
` [PATCH bpf-next v9 6/9] selftests/bpf: add sockopt test that exercises sk helpers
` [PATCH bpf-next v9 7/9] selftests/bpf: add sockopt test that exercises BPF_F_ALLOW_MULTI
` [PATCH bpf-next v9 8/9] bpf: add sockopt documentation
` [PATCH bpf-next v9 9/9] bpftool: support cgroup sockopt
WARNING in mark_lock
2019-06-27 22:03 UTC
[PATCH v2 bpf-next 0/7] libbpf: add tracing attach APIs
2019-06-27 21:42 UTC (6+ messages)
` [PATCH v2 bpf-next 3/7] libbpf: add kprobe/uprobe attach API
[PATCH bpf-next 0/3] capture integers in BTF type info for map defs
2019-06-27 20:19 UTC (7+ messages)
` [PATCH bpf-next 1/3] libbpf: capture value in BTF type info for BTF-defined "
[PATCH bpf-next 0/4] sys_bpf() access control via /dev/bpf
2019-06-27 17:00 UTC (9+ messages)
` [PATCH bpf-next 1/4] bpf: unprivileged BPF access "
[PATCH v2 0/4] Compile-test UAPI and kernel headers
2019-06-27 16:42 UTC (3+ messages)
[PATCH v2 bpf-next 00/11] BTF-defined BPF map definitions
2019-06-27 15:11 UTC (5+ messages)
` [PATCH v2 bpf-next 04/11] libbpf: refactor map initialization
samples/bpf compilation failures - 5.2.0
2019-06-27 11:36 UTC (4+ 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