bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-28 06:03:46 to 2020-07-29 23:06:22 UTC [more...]

[PATCH v4 bpf-next 0/4] bpf: Populate bpffs with map and prog iterators
 2020-07-29 23:06 UTC  (7+ messages)
` [PATCH v4 bpf-next 1/4] bpf: Factor out bpf_link_get_by_id() helper
` [PATCH v4 bpf-next 2/4] bpf: Add BPF program and map iterators as built-in BPF programs
` [PATCH v4 bpf-next 3/4] bpf: Add kernel module with user mode driver that populates bpffs

[PATCH bpf-next 0/5] BPF link force-detach support
 2020-07-29 23:05 UTC  (6+ messages)
` [PATCH bpf-next 1/5] bpf: add support for forced LINK_DETACH command
` [PATCH bpf-next 2/5] libbpf: add bpf_link detach APIs
` [PATCH bpf-next 3/5] selftests/bpf: add link detach tests for cgroup, netns, and xdp bpf_links
` [PATCH bpf-next 4/5] tools/bpftool: add `link detach` subcommand
` [PATCH bpf-next 5/5] tools/bpftool: add documentation and bash-completion for `link detach`

[PATCH bpf-next 1/2] bpf: expose socket storage to BPF_PROG_TYPE_CGROUP_SOCK
 2020-07-29 22:52 UTC  (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: verify socket storage in cgroup/sock_{create,release}

[PATCH bpf-next 1/2] bpf: add missing newline characters in verifier error messages
 2020-07-29 22:44 UTC  (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: test bpf_iter buffer access with negative offset

[PATCH bpf-next 0/3] samples/bpf: A couple s390 fixes
 2020-07-29 22:17 UTC  (18+ messages)
` [PATCH bpf-next 1/3] samples/bpf: Fix building out of srctree
` [PATCH bpf-next 2/3] samples/bpf: Fix test_map_in_map on s390
` [PATCH bpf-next 3/3] libbpf: Use bpf_probe_read_kernel

[bpf PATCH v2 0/5] Fix sock_ops field read splat
 2020-07-29 21:57 UTC  (12+ messages)
` [bpf PATCH v2 1/5] bpf: sock_ops ctx access may stomp registers in corner case
` [bpf PATCH v2 2/5] bpf: sock_ops sk access may stomp registers when dst_reg = src_reg
` [bpf PATCH v2 3/5] bpf, selftests: Add tests for ctx access in sock_ops with single register
` [bpf PATCH v2 4/5] bpf, selftests: Add tests for sock_ops load with r9, r8.r7 registers
` [bpf PATCH v2 5/5] bpf, selftests: Add tests to sock_ops for loading sk

[PATCH v2 0/5] Fixes for setting event freq/periods
 2020-07-29 21:43 UTC  (16+ messages)
` [PATCH v2 1/5] perf record: Set PERF_RECORD_PERIOD if attr->freq is set
` [PATCH v2 2/5] perf record: Prevent override of attr->sample_period for libpfm4 events
` [PATCH v2 3/5] perf test: Ensure sample_period is set "
` [PATCH v2 4/5] perf record: Don't clear event's period if set by a term
` [PATCH v2 5/5] perf test: Leader sampling shouldn't clear sample period

[PATCH v8 bpf-next 00/13] bpf: Add d_path helper
 2020-07-29 21:38 UTC  (36+ messages)
` [PATCH v8 bpf-next 01/13] selftests/bpf: Fix resolve_btfids test
` [PATCH v8 bpf-next 02/13] tools resolve_btfids: Add support for set symbols
` [PATCH v8 bpf-next 03/13] bpf: Move btf_resolve_size into __btf_resolve_size
` [PATCH v8 bpf-next 04/13] bpf: Add elem_id pointer as argument to __btf_resolve_size
` [PATCH v8 bpf-next 06/13] bpf: Factor btf_struct_access function
` [PATCH v8 bpf-next 07/13] bpf: Add btf_struct_ids_match function
` [PATCH v8 bpf-next 08/13] bpf: Add BTF_SET_START/END macros
` [PATCH v8 bpf-next 09/13] bpf: Add d_path helper
` [PATCH v8 bpf-next 11/13] selftests/bpf: Add verifier test for "
` [PATCH v8 bpf-next 12/13] selftests/bpf: Add "
` [PATCH v8 bpf-next 13/13] selftests/bpf: Add set test to resolve_btfids

[PATCH bpf-next 0/1] arm64: Add BPF exception tables
 2020-07-29 21:29 UTC  (4+ messages)
` [PATCH bpf-next 1/1] arm64: bpf: "

[PATCH v4 bpf 1/2] bpf: fix map leak in HASH_OF_MAPS map
 2020-07-29 21:17 UTC  (6+ messages)
` [PATCH v4 bpf 2/2] selftests/bpf: extend map-in-map selftest to detect memory leaks

[PATCH v5 bpf-next 0/6] bpf: tailcalls in BPF subprograms
 2020-07-29 21:10 UTC  (6+ messages)
` [PATCH v5 bpf-next 4/6] bpf, x64: rework pro/epilogue and tailcall handling in JIT

[PATCH bpf-next v2] Documentation/bpf: Use valid and new links in index.rst
 2020-07-29 21:06 UTC  (2+ messages)

[PATCH] net/mlx5e: fix bpf_prog refcnt leaks in mlx5e_alloc_rq
 2020-07-29 20:51 UTC  (4+ messages)

general protection fault in security_inode_getattr
 2020-07-29 20:23 UTC 

Clang target bpf compile issue/fail on Ubuntu and Debian
 2020-07-29 19:13 UTC 

[PATCH] net/mlx5e: fix bpf_prog reference count leaks in mlx5e_alloc_rq
 2020-07-29 18:36 UTC 

BPF program metadata
 2020-07-29 16:27 UTC 

[PATCH] bpf: Add bpf_ktime_get_real_ns
 2020-07-29 14:08 UTC  (7+ messages)

[PATCH bpf-next v4 00/14] xsk: support shared umems between devices and queues
 2020-07-29 13:22 UTC  (34+ messages)
` [PATCH bpf-next v4 01/14] xsk: i40e: ice: ixgbe: mlx5: pass buffer pool to driver instead of umem
` [PATCH bpf-next v4 02/14] xsk: i40e: ice: ixgbe: mlx5: rename xsk zero-copy driver interfaces
` [PATCH bpf-next v4 03/14] xsk: create and free buffer pool independently from umem
` [PATCH bpf-next v4 04/14] xsk: move fill and completion rings to buffer pool
` [PATCH bpf-next v4 05/14] xsk: move queue_id, dev and need_wakeup "
` [PATCH bpf-next v4 06/14] xsk: move xsk_tx_list and its lock "
` [PATCH bpf-next v4 07/14] xsk: move addrs from buffer pool to umem
` [PATCH bpf-next v4 08/14] xsk: enable sharing of dma mappings
` [PATCH bpf-next v4 09/14] xsk: rearrange internal structs for better performance
` [PATCH bpf-next v4 10/14] xsk: add shared umem support between queue ids
` [PATCH bpf-next v4 11/14] xsk: add shared umem support between devices
` [PATCH bpf-next v4 12/14] libbpf: support shared umems between queues and devices
` [PATCH bpf-next v4 13/14] samples/bpf: add new sample xsk_fwd.c
` [PATCH bpf-next v4 14/14] xsk: documentation for XDP_SHARED_UMEM between queues and netdevs

[PATCH bpf-next] Documentation/bpf: Use valid and new links in index.rst
 2020-07-29 13:09 UTC 

[PATCH bpf-next v5 00/15] Run a BPF program on socket lookup
 2020-07-29  8:57 UTC  (6+ messages)
` [PATCH bpf-next v5 15/15] selftests/bpf: Tests for BPF_SK_LOOKUP attach point

fentry/fexit attach to EXT type XDP program does not work
 2020-07-29  8:09 UTC  (8+ messages)

[PATCH bpf-next] selftests/bpf: don't destroy failed link
 2020-07-29  6:16 UTC  (4+ messages)

[bpf PATCH 0/3] Fix sock_ops field read splat
 2020-07-29  1:14 UTC  (10+ messages)
` [bpf PATCH 1/3] bpf: sock_ops ctx access may stomp registers in corner case
` [bpf PATCH 2/3] bpf, selftests: Add tests for ctx access in sock_ops with single register
` [bpf PATCH 3/3] bpf, selftests: Add tests for sock_ops load with r9, r8.r7 registers

[PATCH bpf-next] bpf: fix build without CONFIG_NET when using BPF XDP link
 2020-07-28 22:32 UTC  (4+ messages)

[bpf-next PATCH] bpf, selftests: use ::1 for localhost in tcp_server.py
 2020-07-28 22:28 UTC  (4+ messages)

[PATCH v3 bpf 1/2] bpf: fix map leak in HASH_OF_MAPS map
 2020-07-28 20:54 UTC  (3+ messages)
` [PATCH v3 bpf 2/2] selftests/bpf: extend map-in-map selftest to detect memory leaks

[PATCH bpf-next] udp, bpf: Ignore connections in reuseport group after BPF sk lookup
 2020-07-28 19:19 UTC  (6+ messages)

[PATCH bpf-next v2 00/35] bpf: switch to memcg-based memory accounting
 2020-07-28 19:16 UTC  (20+ messages)
` [PATCH bpf-next v2 27/35] bpf: eliminate rlimit-based memory accounting infra for bpf maps
` [PATCH bpf-next v2 31/35] bpf: runqslower: don't touch RLIMIT_MEMLOCK
` [PATCH bpf-next v2 32/35] bpf: selftests: delete bpf_rlimit.h
` [PATCH bpf-next v2 33/35] bpf: selftests: don't touch RLIMIT_MEMLOCK
` [PATCH bpf-next v2 34/35] bpf: samples: do not "
` [PATCH bpf-next v2 35/35] perf: don't "

[PATCH][next] bpf: fix swapped arguments in calls to check_buffer_access
 2020-07-28 19:12 UTC  (5+ messages)

linux-next: Tree for Jul 27 (kernel/bpf/syscall.o)
 2020-07-28 19:06 UTC  (3+ messages)

[RFC net-next 00/22] Introduce mb bit in xdp_buff/xdp_frame
 2020-07-28 15:10 UTC  (3+ messages)

[Linux-kernel-mentees] [PATCH net] xdp: Prevent kernel-infoleak in xsk_getsockopt()
 2020-07-28 11:07 UTC  (7+ messages)
` [Linux-kernel-mentees] [PATCH net v2] "

[PATCH bpf-next] selftests/bpf: add new bpf_iter context structs to fix build on old kernels
 2020-07-28 10:29 UTC  (2+ messages)

[PATCH bpf-next] bpf: fix bpf_ringbuf_output() signature to return long
 2020-07-28 10:29 UTC  (2+ messages)

[PATCH bpf-next 0/2] tools: bpftool: update prog names list and fix segfault
 2020-07-28 10:16 UTC  (2+ messages)

[PATCH v3 bpf-next] fold test_current_pid_tgid_new_ns into test_progs
 2020-07-28 10:15 UTC  (2+ messages)

get rid of the address_space override in setsockopt v2
 2020-07-28  8:17 UTC  (8+ messages)
` [PATCH 12/26] netfilter: switch nf_setsockopt to sockptr_t

[PATCH][next] net/mlx5: Use fallthrough pseudo-keyword
 2020-07-28  7:53 UTC  (3+ messages)

[PATCH] kprobes: fix NULL pointer dereference at kprobe_ftrace_handler
 2020-07-28  6:45 UTC 


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