bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-07 21:54:59 to 2020-12-10 01:34:49 UTC [more...]

[PATCH bpf-next v2 0/2] bpf: permits pointers on stack for helper calls
 2020-12-10  1:33 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: add a test for ptr_to_map_value on stack for helper access

[PATCH] mm/filemap: add static for function __add_to_page_cache_locked
 2020-12-10  1:12 UTC  (11+ messages)

[PATCH v2 bpf-next 11/13] bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT
 2020-12-10  0:31 UTC  (2+ messages)

[PATCH bpf-next v4 00/11] Atomics for eBPF
 2020-12-10  0:22 UTC  (28+ messages)
` [PATCH bpf-next v4 04/11] bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
` [PATCH bpf-next v4 05/11] bpf: Move BPF_STX reserved field check into BPF_STX verifier code
` [PATCH bpf-next v4 06/11] bpf: Add BPF_FETCH field / create atomic_fetch_add instruction
` [PATCH bpf-next v4 07/11] bpf: Add instructions for atomic_[cmp]xchg
` [PATCH bpf-next v4 09/11] bpf: Add bitwise atomic instructions
` [PATCH bpf-next v4 10/11] bpf: Add tests for new BPF atomic operations
` [PATCH bpf-next v4 11/11] bpf: Document new atomic instructions

BPF selftests build failure in 5.10-rc
 2020-12-10  0:15 UTC  (2+ messages)

[PATCH v2 bpf-next] libbpf: support module BTF for BPF_TYPE_ID_TARGET CO-RE relocation
 2020-12-10  0:11 UTC  (3+ messages)

[PATCH v1 bpf-next 00/11] Socket migration for SO_REUSEPORT
 2020-12-10  0:07 UTC  (6+ messages)
` [PATCH v1 bpf-next 03/11] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues
` [PATCH v1 bpf-next 05/11] tcp: Migrate TCP_NEW_SYN_RECV requests

[PATCH bpf-next] libbpf: support module BTF for BPF_TYPE_ID_TARGET CO-RE relocation
 2020-12-09 23:21 UTC  (10+ messages)

Per-CPU variables in modules and pahole
 2020-12-09 20:53 UTC 

[PATCH bpf-next] selftests/bpf: Drop the need for LLVM's llc
 2020-12-09 20:53 UTC 

[PATCH bpf-next v2] selftests/bpf: Silence ima_setup.sh when not running in verbose mode
 2020-12-09 20:33 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Fix selftest compilation on clang 11
 2020-12-09 20:24 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf: permits pointers on stack for helper calls
 2020-12-09 18:31 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add a test for ptr_to_map_value on stack for helper access

[PATCH bpf-next v4 0/5] selftests/bpf: xsk selftests
 2020-12-09 18:29 UTC  (8+ messages)
` [PATCH bpf-next v4 2/5] selftests/bpf: xsk selftests - SKB POLL, NOPOLL
` [PATCH bpf-next v4 4/5] selftests/bpf: xsk selftests - Socket Teardown - SKB, DRV
` [PATCH bpf-next v4 5/5] selftests/bpf: xsk selftests - Bi-directional Sockets "

[PATCH v2 01/24] exec: Move unshare_files to fix posix file locking during exec
 2020-12-09 17:44 UTC  (19+ messages)
` [PATCH v2 02/24] exec: Simplify unshare_files
` [PATCH v2 09/24] file: Replace fcheck_files with files_lookup_fd_rcu
` [PATCH v2 15/24] proc/fd: In proc_readfd_common use task_lookup_next_fd_rcu
` [PATCH v2 00/24] exec: Move unshare_files and guarantee files_struct.count is correct

[PATCH] dt-bindings:<devicetree/bindings/trivial-devices.yaml>:Add compatible strings
 2020-12-09 17:42 UTC  (2+ messages)

[PATCH v2 bpf 0/5] New netdev feature flags for XDP
 2020-12-09 17:15 UTC  (22+ messages)
` [PATCH v2 bpf 1/5] net: ethtool: add xdp properties flag set

[PATCH v1 bpf-next 03/11] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues
 2020-12-09 16:57 UTC  (7+ messages)

[PATCH bpf v4 0/7] selftests/bpf: Restore test_offload.py to working order
 2020-12-09 16:35 UTC  (11+ messages)
` [PATCH bpf v4 1/7] xdp: remove the xdp_attachment_flags_ok() callback
` [PATCH bpf v4 2/7] selftests/bpf/test_offload.py: Remove check for program load flags match
` [PATCH bpf v4 3/7] netdevsim: Add debugfs toggle to reject BPF programs in verifier
` [PATCH bpf v4 4/7] selftests/bpf/test_offload.py: only check verifier log on verification fails
` [PATCH bpf v4 5/7] selftests/bpf/test_offload.py: fix expected case of extack messages
` [PATCH bpf v4 6/7] selftests/bpf/test_offload.py: reset ethtool features after failed setting
` [PATCH bpf v4 7/7] selftests/bpf/test_offload.py: filter bpftool internal map when counting maps

[PATCH bpf-next v4 1/4] bpf: Be less specific about socket cookies guarantees
 2020-12-09 16:35 UTC  (6+ messages)
` [PATCH bpf-next v4 2/4] bpf: Expose bpf_get_socket_cookie to tracing programs
` [PATCH bpf-next v4 3/4] selftests/bpf: Integrate the socket_cookie test to test_progs
` [PATCH bpf-next v4 4/4] selftests/bpf: Add a selftest for the tracing bpf_get_socket_cookie

[PATCH bpf v3 0/7] selftests/bpf: Restore test_offload.py to working order
 2020-12-09 13:51 UTC  (9+ messages)
` [PATCH bpf v3 1/7] xdp: remove the xdp_attachment_flags_ok() callback
` [PATCH bpf v3 2/7] selftests/bpf/test_offload.py: Remove check for program load flags match
` [PATCH bpf v3 3/7] netdevsim: Add debugfs toggle to reject BPF programs in verifier
` [PATCH bpf v3 4/7] selftests/bpf/test_offload.py: only check verifier log on verification fails
` [PATCH bpf v3 5/7] selftests/bpf/test_offload.py: fix expected case of extack messages
` [PATCH bpf v3 6/7] selftests/bpf/test_offload.py: reset ethtool features after failed setting
` [PATCH bpf v3 7/7] selftests/bpf/test_offload.py: filter bpftool internal map when counting maps

[PATCH bpf-next v3 1/4] bpf: Be less specific about socket cookies guarantees
 2020-12-09 13:23 UTC  (6+ messages)
` [PATCH bpf-next v3 2/4] bpf: Expose bpf_get_socket_cookie to tracing programs
` [PATCH bpf-next v3 3/4] selftests/bpf: Integrate the socket_cookie test to test_progs
` [PATCH bpf-next v3 4/4] selftests/bpf: Add a selftest for the tracing bpf_get_socket_cookie

[PATCH v5 bpf-next 00/14] mvneta: introduce XDP multi-buffer support
 2020-12-09 12:07 UTC  (21+ messages)
` [PATCH v5 bpf-next 01/14] xdp: introduce mb in xdp_buff/xdp_frame
` [PATCH v5 bpf-next 02/14] xdp: initialize xdp_buff mb bit to 0 in all XDP drivers
` [PATCH v5 bpf-next 03/14] xdp: add xdp_shared_info data structure
` [PATCH v5 bpf-next 13/14] bpf: add new frame_length field to the XDP ctx

[PATCH bpf-next v2 1/3] bpf: Expose bpf_get_socket_cookie to tracing programs
 2020-12-09  8:29 UTC  (7+ messages)

[PATCH bpf-next v3] bpf: Only provide bpf_sock_from_file with CONFIG_NET
 2020-12-09  2:30 UTC  (6+ messages)

Feature proposal - Attaching probes to cgroups
 2020-12-09  1:59 UTC  (3+ messages)

Latest libbpf fails to load programs compiled with old LLVM
 2020-12-08 22:38 UTC  (17+ messages)

[PATCH bpf v2 0/7] selftests/bpf: Restore test_offload.py to working order
 2020-12-08 22:00 UTC  (4+ messages)

[PATCH bpf] bpf, doc: Update KP's email in MAINTAINERS
 2020-12-08 21:49 UTC 

[PATCH bpf-next v3 00/14] Atomics for eBPF
 2020-12-08 18:31 UTC  (9+ messages)
` [PATCH bpf-next v3 12/14] bpf: Pull tools/build/feature biz into selftests Makefile

[PATCH bpf-next v2] bpf: Only call sock_from_file with CONFIG_NET
 2020-12-08 17:27 UTC  (3+ messages)

[PATCH v2 bpf-next] bpf: return -ENOTSUPP when attaching to non-kernel BTF
 2020-12-08 16:20 UTC  (2+ messages)

[PATCH bpf-next] xsk: Validate socket state in xsk_recvmsg, prior touching socket members
 2020-12-08 16:20 UTC  (2+ messages)

[PATCH bpf] tools/bpftool: fix PID fetching with a lot of results
 2020-12-08 15:50 UTC  (5+ messages)

[PATCHv2 bpf-next] samples/bpf: add xdp program on egress for xdp_redirect_map
 2020-12-08 12:01 UTC  (5+ messages)
` [PATCHv3 "
  ` [PATCHv4 "

[PATCH 1/7] net: 8021q: remove unneeded MODULE_VERSION() usage
 2020-12-08  9:55 UTC  (8+ messages)
` [PATCH 2/7] net: batman-adv: "

[PATCH v1 bpf-next 03/11] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues
 2020-12-08  9:02 UTC  (4+ messages)

BUG: unable to handle kernel paging request in bpf_lru_populate
 2020-12-08  7:25 UTC  (2+ messages)

KASAN: vmalloc-out-of-bounds Write in pcpu_freelist_populate
 2020-12-08  7:24 UTC  (2+ messages)

[PATCH bpf] tools/bpftool: Add/Fix support for modules btf dump
 2020-12-08  6:52 UTC  (7+ messages)

[PATCH bpf-next v3 0/5] selftests/bpf: xsk selftests
 2020-12-08  3:48 UTC  (9+ messages)
` [PATCH bpf-next v3 1/5] selftests/bpf: xsk selftests framework

[PATCH v2 bpf-next 0/3] bpf: support module BTF in BTF display helpers
 2020-12-08  3:42 UTC  (4+ messages)

[PATCH] bpf: propagate __user annotations properly
 2020-12-08  3:30 UTC  (2+ messages)

[PATCH bpf-next v9 00/34] bpf: switch to memcg-based memory accounting
 2020-12-08  2:53 UTC  (5+ messages)

[PATCH bpf-next] selftests/bpf: Add verbosity to ima_setup.sh
 2020-12-08  1:13 UTC  (3+ messages)

[PATCH RFC 00/10] New permission vmalloc interface
 2020-12-07 23:55 UTC  (4+ messages)
` [PATCH RFC 01/10] vmalloc: Add basic perm alloc implementation

[PATCH bpf-next] bpf: avoid overflows involving hash elem_size
 2020-12-07 22:50 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).