bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-02 22:52:34 to 2020-12-04 09:42:25 UTC [more...]

[PATCH bpf-next v3 00/14] Atomics for eBPF
 2020-12-04  9:41 UTC  (32+ messages)
` [PATCH bpf-next v3 01/14] bpf: x86: Factor out emission of ModR/M for *(reg + off)
` [PATCH bpf-next v3 02/14] bpf: x86: Factor out emission of REX byte
` [PATCH bpf-next v3 03/14] bpf: x86: Factor out function to emit NEG
` [PATCH bpf-next v3 04/14] bpf: x86: Factor out a lookup table for some ALU opcodes
` [PATCH bpf-next v3 05/14] bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
` [PATCH bpf-next v3 06/14] bpf: Move BPF_STX reserved field check into BPF_STX verifier code
` [PATCH bpf-next v3 07/14] bpf: Add BPF_FETCH field / create atomic_fetch_add instruction
` [PATCH bpf-next v3 08/14] bpf: Add instructions for atomic_[cmp]xchg
` [PATCH bpf-next v3 09/14] bpf: Pull out a macro for interpreting atomic ALU operations
` [PATCH bpf-next v3 10/14] bpf: Add bitwise atomic instructions
` [PATCH bpf-next v3 11/14] tools build: Implement feature check for BPF atomics in Clang
` [PATCH bpf-next v3 12/14] bpf: Pull tools/build/feature biz into selftests Makefile
` [PATCH bpf-next v3 13/14] bpf: Add tests for new BPF atomic operations
` [PATCH bpf-next v3 14/14] bpf: Document new atomic instructions

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

Latest libbpf fails to load programs compiled with old LLVM
 2020-12-04  9:34 UTC  (3+ messages)

[PATCH net] xsk: Fix error return code in __xp_assign_dev()
 2020-12-04  9:01 UTC  (2+ messages)

[PATCH v1 bpf-next 00/11] Socket migration for SO_REUSEPORT
 2020-12-04  5:56 UTC  (7+ messages)
` [PATCH v1 bpf-next 06/11] bpf: Introduce two attach types for BPF_PROG_TYPE_SK_REUSEPORT

[Patch net] lwt: disable BH too in run_lwt_bpf()
 2020-12-04  5:55 UTC  (9+ messages)

[PATCH] bpf, x64: bump the number of passes to 64
 2020-12-04  3:42 UTC  (4+ messages)

pull-request: bpf-next 2020-12-03
 2020-12-04  2:19 UTC 

[PATCH bpf-next v4 1/6] net: Remove the err argument from sock_from_file
 2020-12-04  2:05 UTC  (5+ messages)
` [PATCH bpf-next v4 5/6] bpf: Add an iterator selftest for bpf_sk_storage_get
` [PATCH bpf-next v4 6/6] bpf: Test bpf_sk_storage_get in tcp iterators

[PATCH v6 bpf-next 00/14] Support BTF-powered BPF tracing programs for kernel modules
 2020-12-04  1:53 UTC  (16+ messages)
` [PATCH v6 bpf-next 01/14] bpf: fix bpf_put_raw_tracepoint()'s use of __module_address()
` [PATCH v6 bpf-next 02/14] bpf: keep module's btf_data_size intact after load
` [PATCH v6 bpf-next 03/14] libbpf: add internal helper to load BTF data by FD
` [PATCH v6 bpf-next 04/14] libbpf: refactor CO-RE relocs to not assume a single BTF object
` [PATCH v6 bpf-next 05/14] libbpf: add kernel module BTF support for CO-RE relocations
` [PATCH v6 bpf-next 06/14] selftests/bpf: add bpf_testmod kernel module for testing
` [PATCH v6 bpf-next 07/14] selftests/bpf: add support for marking sub-tests as skipped
` [PATCH v6 bpf-next 08/14] selftests/bpf: add CO-RE relocs selftest relying on kernel module BTF
` [PATCH v6 bpf-next 09/14] bpf: remove hard-coded btf_vmlinux assumption from BPF verifier
` [PATCH v6 bpf-next 10/14] bpf: allow to specify kernel module BTFs when attaching BPF programs
` [PATCH v6 bpf-next 11/14] libbpf: factor out low-level BPF program loading helper
` [PATCH v6 bpf-next 12/14] libbpf: support attachment of BPF tracing programs to kernel modules
` [PATCH v6 bpf-next 13/14] selftests/bpf: add tp_btf CO-RE reloc test for modules
` [PATCH v6 bpf-next 14/14] selftests/bpf: add fentry/fexit/fmod_ret selftest for kernel module

[PATCH v4 bpf-next 0/2] Add support to set window_clamp from bpf setsockops
 2020-12-04  1:44 UTC  (3+ messages)

[PATCH bpf-next v4 0/4] Fixes for ima selftest
 2020-12-04  0:53 UTC  (8+ messages)
` [PATCH bpf-next v4 1/4] selftests/bpf: Update ima_setup.sh for busybox
` [PATCH bpf-next v4 2/4] selftests/bpf: Ensure securityfs mount before writing ima policy
` [PATCH bpf-next v4 3/4] selftests/bpf: Add config dependency on BLK_DEV_LOOP
` [PATCH bpf-next v4 4/4] selftests/bpf: Indent ima_setup.sh with tabs

[PATCH bpf-next 1/2] libbpf: use memcpy instead of strncpy to please GCC
 2020-12-03 23:54 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: fix invalid use of strncat in test_sockmap

[PATCHv2 0/3] btf_encoder: Detect kernel modules
 2020-12-03 23:37 UTC  (8+ messages)
` [PATCH 1/3] btf_encoder: Factor filter_functions function
` [PATCH 2/3] btf_encoder: Use address size based on ELF's class
` [PATCH 3/3] btf_encoder: Detect kernel module ftrace addresses

[PATCH bpf-next v2 1/3] bpf: Expose bpf_get_socket_cookie to tracing programs
 2020-12-03 21:33 UTC  (3+ messages)
` [PATCH bpf-next v2 2/3] selftests/bpf: Integrate the socket_cookie test to test_progs
` [PATCH bpf-next v2 3/3] bpf: Add a selftest for the tracing bpf_get_socket_cookie

[PATCH 0/2 v2] Improve error handling of verifier tests
 2020-12-03 21:13 UTC  (3+ messages)
` [PATCH 2/2] selftests/bpf: Avoid errno clobbering

Problem with BPF_CORE_READ macro function
 2020-12-03 20:35 UTC  (2+ messages)

[PATCH][next] samples/bpf: Fix spelling mistake "recieving" -> "receiving"
 2020-12-03 20:20 UTC  (3+ messages)

[PATCH bpf-next] bpf: Fix cold build of test_progs-no_alu32
 2020-12-03 20:20 UTC  (3+ messages)

[PATCH bpf-next] libbpf: cap retries in sys_bpf_prog_load
 2020-12-03 20:10 UTC  (2+ messages)

[PATCH bpf v3] libbpf: sanitise map names before pinning
 2020-12-03 20:10 UTC  (2+ messages)

[PATCH bpf-next v3] libbpf: fail early when loading programs with unspecified type
 2020-12-03 20:00 UTC  (2+ messages)

[PATCH bpf-next v3 0/4] Fixes for ima selftest
 2020-12-03 19:18 UTC  (19+ messages)
` [PATCH bpf-next v3 1/4] selftests/bpf: Update ima_setup.sh for busybox
` [PATCH bpf-next v3 2/4] selftests/bpf: Ensure securityfs mount before writing ima policy
` [PATCH bpf-next v3 3/4] selftests/bpf: Add config dependency on BLK_DEV_LOOP
` [PATCH bpf-next v3 4/4] selftests/bpf: Indent ima_setup.sh with tabs

[PATCH bpf-next] tools/resolve_btfids: Fix some error messages
 2020-12-03 18:41 UTC  (3+ messages)

[PATCH v7 bpf-next 0/2] libbpf: add support for privileged/unprivileged control separation
 2020-12-03 18:40 UTC  (4+ messages)
` [PATCH v7 bpf-next 1/2] libbpf: separate XDP program load with xsk socket creation
` [PATCH v7 bpf-next 2/2] samples/bpf: sample application for eBPF load and socket creation split

[PATCH bpf-next] selftests/bpf: copy file using read/write in local storage test
 2020-12-03 18:33 UTC  (2+ messages)

[PATCH bpf-next 0/3] bpf: expose bpf_{s,g}etsockopt helpers to bind{4,6} hooks
 2020-12-03 18:32 UTC  (2+ messages)

[PATCH bpf-next 0/3] bpftool: improve split BTF support
 2020-12-03 18:31 UTC  (2+ messages)

[PATCH bpf-next V7 0/8] bpf: New approach for BPF MTU handling
 2020-12-03 18:25 UTC  (3+ messages)
` [PATCH bpf-next V7 4/8] bpf: add BPF-helper for MTU checking

[PATCH] dpaa_eth: fix build errorr in dpaa_fq_init
 2020-12-03 15:51 UTC  (3+ messages)

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

[PATCH v1 bpf-next 05/11] tcp: Migrate TCP_NEW_SYN_RECV requests
 2020-12-03 14:12 UTC  (2+ messages)

[PATCH bpf v2] libbpf: sanitise map names before pinning
 2020-12-03  9:32 UTC  (3+ messages)

[PATCH v6 bpf-next 0/2] libbpf: add support for privileged/unprivileged control separation
 2020-12-03  6:54 UTC  (6+ messages)
` [PATCH v6 bpf-next 2/2] samples/bpf: sample application for eBPF load and socket creation split

[PATCH v5 bpf-next 00/14] Support BTF-powered BPF tracing programs for kernel modules
 2020-12-03  6:32 UTC  (22+ messages)
` [PATCH v5 bpf-next 01/14] bpf: fix bpf_put_raw_tracepoint()'s use of __module_address()
` [PATCH v5 bpf-next 02/14] bpf: keep module's btf_data_size intact after load
` [PATCH v5 bpf-next 03/14] libbpf: add internal helper to load BTF data by FD
` [PATCH v5 bpf-next 04/14] libbpf: refactor CO-RE relocs to not assume a single BTF object
` [PATCH v5 bpf-next 05/14] libbpf: add kernel module BTF support for CO-RE relocations
` [PATCH v5 bpf-next 06/14] selftests/bpf: add bpf_testmod kernel module for testing
` [PATCH v5 bpf-next 07/14] selftests/bpf: add support for marking sub-tests as skipped
` [PATCH v5 bpf-next 08/14] selftests/bpf: add CO-RE relocs selftest relying on kernel module BTF
` [PATCH v5 bpf-next 09/14] bpf: remove hard-coded btf_vmlinux assumption from BPF verifier
` [PATCH v5 bpf-next 10/14] bpf: allow to specify kernel module BTFs when attaching BPF programs
` [PATCH v5 bpf-next 11/14] libbpf: factor out low-level BPF program loading helper
` [PATCH v5 bpf-next 12/14] libbpf: support attachment of BPF tracing programs to kernel modules
` [PATCH v5 bpf-next 13/14] selftests/bpf: add tp_btf CO-RE reloc test for modules
` [PATCH v5 bpf-next 14/14] selftests/bpf: add fentry/fexit/fmod_ret selftest for kernel module

[PATCH bpf-next v2] libbpf: fail early when loading programs with unspecified type
 2020-12-03  4:15 UTC 

[PATCH bpf-next v9 00/34] bpf: switch to memcg-based memory accounting
 2020-12-03  3:26 UTC  (4+ messages)

[PATCH bpf-next v2 1/3] selftests/bpf: Update ima_setup.sh for busybox
 2020-12-03  0:51 UTC  (6+ messages)
` [PATCH bpf-next v2 2/3] selftests/bpf: Ensure securityfs mount before writing ima policy

[PATCH bpf V3 0/2] xsk: fix for xsk_poll writeable
 2020-12-03  0:20 UTC  (2+ messages)

[PATCH bpf-next V8 0/8] bpf: New approach for BPF MTU handling
 2020-12-03  0:06 UTC  (7+ messages)
` [PATCH bpf-next V8 4/8] bpf: add BPF-helper for MTU checking
` [PATCH bpf-next V8 5/8] bpf: drop MTU check when doing TC-BPF redirect to ingress
` [PATCH bpf-next V8 6/8] bpf: make it possible to identify BPF redirected SKBs

[PATCH v4 bpf-next 00/14] Support BTF-powered BPF tracing programs for kernel modules
 2020-12-02 23:14 UTC  (6+ messages)
` [PATCH v4 bpf-next 10/14] bpf: allow to specify kernel module BTFs when attaching BPF programs

[PATCH bpf-next] libbpf: add retries in sys_bpf_prog_load
 2020-12-02 22:51 UTC  (3+ 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).