bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-26 06:12:53 to 2019-06-28 09:06:08 UTC [more...]

[PATCH v2 bpf-next 0/4] sys_bpf() access control via /dev/bpf
 2019-06-28  9:05 UTC  (9+ 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 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 v3 bpf-next 0/9] libbpf: add bpf_link and tracing attach APIs
 2019-06-28  5:53 UTC  (10+ 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 v3 0/4] Compile-test UAPI and kernel headers
 2019-06-28  4:57 UTC  (4+ 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: fix uapi bpf_prog_info fields alignment
 2019-06-28  4:08 UTC 

[bpf/tools] cd17d77705: kernel_selftests.bpf.test_sock_addr.sh.fail
 2019-06-28  2:38 UTC  (5+ messages)

[PATCH bpf-next] selftests/bpf: fix -Wstrict-aliasing in test_sockopt_sk.c
 2019-06-28  1:12 UTC 

[PATCH bpf-next v3 0/2] net: xdp: XSKMAP improvements
 2019-06-28  0:33 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] xsk: remove AF_XDP socket from map when the socket is released

[PATCH 0/2] tls, add unhash callback
 2019-06-27 23:44 UTC  (5+ 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

[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

[RFC PATCH bpf-next v2 0/6] bpf: add BPF_MAP_DUMP command to
 2019-06-27 22:14 UTC  (9+ 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

WARNING in mark_lock
 2019-06-27 22:03 UTC 

[PATCH v2 bpf-next 0/3] libbpf: add perf buffer abstraction and API
 2019-06-27 21:45 UTC  (12+ messages)
` [PATCH v2 bpf-next 1/3] libbpf: add perf buffer API
` [PATCH v2 bpf-next 2/3] libbpf: auto-set PERF_EVENT_ARRAY size to number of CPUs
` [PATCH v2 bpf-next 3/3] selftests/bpf: test perf buffer API

[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  (9+ messages)
` [PATCH bpf-next 1/3] libbpf: capture value in BTF type info for BTF-defined "
` [PATCH bpf-next 2/3] selftests/bpf: convert selftests using BTF-defined maps to new syntax
` [PATCH bpf-next 3/3] selftests/bpf: convert legacy BPF maps to BTF-defined ones

[PATCH bpf-next 0/4] sys_bpf() access control via /dev/bpf
 2019-06-27 17:00 UTC  (13+ 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  (6+ messages)
` [PATCH v2 1/4] kbuild: compile-test UAPI headers to ensure they are self-contained
` [PATCH v2 4/4] kbuild: compile-test kernel "

[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

[PATCH v2 bpf-next] RV32G eBPF JIT
 2019-06-27 12:18 UTC  (2+ messages)

samples/bpf compilation failures - 5.2.0
 2019-06-27 11:36 UTC  (4+ messages)

[PATCH bpf-next] selftests/bpf: do not ignore clang failures
 2019-06-27  9:14 UTC 

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

[PATCH bpf v4 0/2] xdp: fix hang while unregistering device bound to xdp socket
 2019-06-27  7:23 UTC  (5+ messages)
    ` [PATCH bpf v4 1/2] xdp: hold device for umem regardless of zero-copy mode
    ` [PATCH bpf v4 2/2] xdp: fix hang while unregistering device bound to xdp socket

BUG: unable to handle kernel paging request in tls_prots
 2019-06-27  5:24 UTC  (2+ messages)

[PATCH AUTOSEL 5.1 08/95] bpf: fix out-of-bounds read in __bpf_skc_lookup
 2019-06-27  0:30 UTC  (18+ messages)
` [PATCH AUTOSEL 5.1 09/95] samples, bpf: fix to change the buffer size for read()
` [PATCH AUTOSEL 5.1 10/95] samples, bpf: suppress compiler warning
` [PATCH AUTOSEL 5.1 11/95] bpf, riscv: clear target register high 32-bits for and/or/xor on ALU32
` [PATCH AUTOSEL 5.1 12/95] bpf: sockmap, restore sk_write_space when psock gets dropped
` [PATCH AUTOSEL 5.1 14/95] bpf: sockmap, fix use after free from sleep in psock backlog workqueue
` [PATCH AUTOSEL 5.1 24/95] bpf, riscv: clear high 32 bits for ALU32 add/sub/neg/lsh/rsh/arsh
` [PATCH AUTOSEL 5.1 30/95] bpf: udp: ipv6: Avoid running reuseport's bpf_prog from __udp6_lib_err
` [PATCH AUTOSEL 5.1 31/95] bpf: udp: Avoid calling reuseport's bpf_prog from udp_gro
` [PATCH AUTOSEL 5.1 33/95] tools: bpftool: Fix JSON output when lookup fails
` [PATCH AUTOSEL 5.1 48/95] bpf: lpm_trie: check left child of last leftmost node for NULL
` [PATCH AUTOSEL 5.1 54/95] xdp: check device pointer before clearing
` [PATCH AUTOSEL 5.1 58/95] bpf: fix div64 overflow tests to properly detect errors
` [PATCH AUTOSEL 5.1 68/95] bpf, devmap: Fix premature entry free on destroying map
` [PATCH AUTOSEL 5.1 69/95] bpf, devmap: Add missing bulk queue free
` [PATCH AUTOSEL 5.1 70/95] bpf, devmap: Add missing RCU read lock on flush
` [PATCH AUTOSEL 5.1 71/95] bpf, x64: fix stack layout of JITed bpf code
` [PATCH AUTOSEL 5.1 75/95] bpf: fix nested bpf tracepoints with per-cpu data

[PATCH AUTOSEL 4.19 04/60] samples, bpf: fix to change the buffer size for read()
 2019-06-27  0:36 UTC  (10+ messages)
` [PATCH AUTOSEL 4.19 05/60] samples, bpf: suppress compiler warning
` [PATCH AUTOSEL 4.19 07/60] bpf: sockmap, fix use after free from sleep in psock backlog workqueue
` [PATCH AUTOSEL 4.19 17/60] bpf: udp: Avoid calling reuseport's bpf_prog from udp_gro
` [PATCH AUTOSEL 4.19 31/60] bpf: lpm_trie: check left child of last leftmost node for NULL
` [PATCH AUTOSEL 4.19 42/60] bpf, devmap: Fix premature entry free on destroying map
` [PATCH AUTOSEL 4.19 43/60] bpf, devmap: Add missing bulk queue free
` [PATCH AUTOSEL 4.19 44/60] bpf, devmap: Add missing RCU read lock on flush
` [PATCH AUTOSEL 4.19 45/60] bpf, x64: fix stack layout of JITed bpf code
` [PATCH AUTOSEL 4.19 49/60] bpf: fix nested bpf tracepoints with per-cpu data

[PATCH AUTOSEL 4.14 02/35] samples, bpf: fix to change the buffer size for read()
 2019-06-27  0:38 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 03/35] bpf: sockmap, fix use after free from sleep in psock backlog workqueue
` [PATCH AUTOSEL 4.14 10/35] bpf: udp: Avoid calling reuseport's bpf_prog from udp_gro

[PATCH AUTOSEL 4.9 02/21] samples, bpf: fix to change the buffer size for read()
 2019-06-27  0:41 UTC 

[PATCH AUTOSEL 4.4 02/12] samples, bpf: fix to change the buffer size for read()
 2019-06-27  0:42 UTC 

[RFC PATCH bpf-next] RV32G eBPF JIT
 2019-06-26 23:20 UTC  (3+ messages)

KASAN: slab-out-of-bounds Write in validate_chain
 2019-06-26 22:24 UTC  (2+ messages)

ANNOUNCE: pahole v1.14 (Bug fixes)
 2019-06-26 21:16 UTC 

[PATCH bpf-next V6 00/16] AF_XDP infrastructure improvements and mlx5e support
 2019-06-26 20:26 UTC  (19+ messages)
` [PATCH bpf-next V6 01/16] net/mlx5e: Attach/detach XDP program safely
` [PATCH bpf-next V6 02/16] xsk: Add API to check for available entries in FQ
` [PATCH bpf-next V6 03/16] xsk: Add getsockopt XDP_OPTIONS
` [PATCH bpf-next V6 04/16] libbpf: Support "
` [PATCH bpf-next V6 05/16] xsk: Change the default frame size to 4096 and allow controlling it
` [PATCH bpf-next V6 06/16] xsk: Return the whole xdp_desc from xsk_umem_consume_tx
` [PATCH bpf-next V6 07/16] net/mlx5e: Replace deprecated PCI_DMA_TODEVICE
` [PATCH bpf-next V6 08/16] net/mlx5e: Calculate linear RX frag size considering XSK
` [PATCH bpf-next V6 09/16] net/mlx5e: Allow ICO SQ to be used by multiple RQs
` [PATCH bpf-next V6 10/16] net/mlx5e: Refactor struct mlx5e_xdp_info
` [PATCH bpf-next V6 11/16] net/mlx5e: Share the XDP SQ for XDP_TX between RQs
` [PATCH bpf-next V6 12/16] net/mlx5e: XDP_TX from UMEM support
` [PATCH bpf-next V6 13/16] net/mlx5e: Consider XSK in XDP MTU limit calculation
` [PATCH bpf-next V6 14/16] net/mlx5e: Encapsulate open/close queues into a function
` [PATCH bpf-next V6 15/16] net/mlx5e: Move queue param structs to en/params.h

[PATCH v2 bpf-next] bpf: fix cgroup bpf release synchronization
 2019-06-26 20:04 UTC  (3+ messages)

eBPF verifier slowness, more than 2 cpu seconds for about 600 instructions
 2019-06-26 19:38 UTC  (9+ messages)

[PATCH bpf-next v8 0/9] bpf: getsockopt and setsockopt hooks
 2019-06-26 19:21 UTC  (5+ messages)
` [PATCH bpf-next v8 1/9] bpf: implement "

bpf-next: building samples on s390x
 2019-06-26 16:15 UTC 

[bpf-next v2 00/10] Test the 32bit narrow reads
 2019-06-26 16:12 UTC  (5+ messages)
` [bpf-next v2 08/10] bpf: Implement bpf_prog_test_run for perf event programs

[PATCH net-next] xdp: Make __mem_id_disconnect static
 2019-06-26 14:33 UTC  (2+ messages)

[PATCH v2] samples: bpf: make the use of xdp samples consistent
 2019-06-26 14:33 UTC  (2+ messages)

[PATCH bpf-next] bpf: fix compiler warning with CONFIG_MODULES=n
 2019-06-26 14:32 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: build tests with debug info
 2019-06-26 14:32 UTC  (2+ messages)

[PATCH v2 bpf-next] libbpf: fix max() type mismatch for 32bit
 2019-06-26 14:32 UTC  (2+ messages)

[PATCH bpf] bpf: fix BPF_ALU32 | BPF_ARSH on BE arches
 2019-06-26 14:31 UTC  (2+ messages)

[PATCH bpf] tools: bpftool: use correct argument in cgroup errors
 2019-06-26 14:30 UTC  (2+ messages)

[PATCH] xsk: Properly terminate assignment in xskq_produce_flush_desc
 2019-06-26 14:30 UTC  (2+ 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).