bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-03 18:42:04 to 2020-12-07 12:56:21 UTC [more...]

[PATCH v2 bpf 0/5] New netdev feature flags for XDP
 2020-12-07 12:54 UTC  (21+ messages)
` [PATCH v2 bpf 1/5] net: ethtool: add xdp properties flag set
` [PATCH v2 bpf 2/5] drivers/net: turn XDP properties on
` [PATCH v2 bpf 3/5] xsk: add usage of xdp properties flags
` [PATCH v2 bpf 4/5] xsk: add check for full support of XDP in bind
` [PATCH v2 bpf 5/5] ethtool: provide xdp info with XDP_PROPERTIES_GET

[PATCH] bpf: propagate __user annotations properly
 2020-12-07 12:37 UTC 

BUG: unable to handle kernel paging request in bpf_lru_populate
 2020-12-07 11:43 UTC 

[PATCH bpf-next v3 00/14] Atomics for eBPF
 2020-12-07 11:28 UTC  (34+ messages)
` [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

Latest libbpf fails to load programs compiled with old LLVM
 2020-12-07 10:59 UTC  (6+ messages)

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

[PATCH bpf] tools/bpftool: Add/Fix support for modules btf dump
 2020-12-07  5:20 UTC 

[PATCH v2 bpf-next 0/3] bpf: support module BTF in BTF display helpers
 2020-12-07  3:38 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/3] bpf: eliminate btf_module_mutex as RCU synchronization can be used
` [PATCH v2 bpf-next 2/3] bpf: add module support to btf display helpers
` [PATCH v2 bpf-next 3/3] selftests/bpf: verify module-specific types can be shown via bpf_snprintf_btf

Problem with BPF_CORE_READ macro function
 2020-12-06 20:56 UTC  (5+ messages)

[PATCH] dwarves: Fix compilation on 32-bit architectures
 2020-12-06 17:26 UTC 

[PATCH v1 bpf-next 00/11] Socket migration for SO_REUSEPORT
 2020-12-06  4:43 UTC  (13+ messages)
` [PATCH v1 bpf-next 01/11] tcp: Keep TCP_CLOSE sockets in the reuseport group
` [PATCH v1 bpf-next 03/11] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues
` [PATCH v1 bpf-next 09/11] bpf: Support bpf_get_socket_cookie_sock() for BPF_PROG_TYPE_SK_REUSEPORT
` [PATCH v1 bpf-next 11/11] bpf: Test BPF_SK_REUSEPORT_SELECT_OR_MIGRATE

[PATCH v1 bpf-next 06/11] bpf: Introduce two attach types for BPF_PROG_TYPE_SK_REUSEPORT
 2020-12-06  4:32 UTC  (4+ messages)

[PATCH bpf-next] libbpf: support module BTF for BPF_TYPE_ID_TARGET CO-RE relocation
 2020-12-06  0:37 UTC  (2+ messages)

[PATCH bpf] tools/bpftool: fix PID fetching with a lot of results
 2020-12-05 19:11 UTC  (2+ messages)

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

[Patch net v2 1/2] lwt: disable BH too in run_lwt_bpf()
 2020-12-05  7:59 UTC  (2+ messages)
` [Patch net v2 2/2] lwt_bpf: replace preempt_disable() with migrate_disable()

[PATCH bpf-next] bpf: return -EOPNOTSUPP when attaching to non-kernel BTF
 2020-12-05  3:14 UTC  (2+ messages)

[Patch net] lwt: disable BH too in run_lwt_bpf()
 2020-12-05  2:00 UTC  (9+ messages)

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

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

[PATCH bpf-next v5 1/6] net: Remove the err argument from sock_from_file
 2020-12-04 22:00 UTC  (7+ messages)
` [PATCH bpf-next v5 2/6] bpf: Add a bpf_sock_from_file helper
` [PATCH bpf-next v5 3/6] bpf: Expose bpf_sk_storage_* to iterator programs
` [PATCH bpf-next v5 4/6] selftests/bpf: Add an iterator selftest for bpf_sk_storage_delete
` [PATCH bpf-next v5 5/6] selftests/bpf: Add an iterator selftest for bpf_sk_storage_get
` [PATCH bpf-next v5 6/6] selftests/bpf: Test bpf_sk_storage_get in tcp iterators

[PATCH 0/2 v3] Improve error handling of verifier tests
 2020-12-04 20:30 UTC  (4+ messages)
` [PATCH 1/2] selftests/bpf: Print reason when a tester could not run a program
` [PATCH 2/2] selftests/bpf: Avoid errno clobbering

[PATCH bpf-next v2 1/3] bpf: Expose bpf_get_socket_cookie to tracing programs
 2020-12-04 19:47 UTC  (6+ 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 bpf-next] selftests/bpf: Add verbosity to ima_setup.sh
 2020-12-04 19:43 UTC  (2+ messages)

[PATCH v2] bpf: remove trailing semicolon in macro definition
 2020-12-04 19:40 UTC  (2+ messages)

[PATCH v6 bpf-next 00/14] Support BTF-powered BPF tracing programs for kernel modules
 2020-12-04 19:31 UTC  (17+ 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] dpaa_eth: fix build errorr in dpaa_fq_init
 2020-12-04 18:27 UTC  (3+ messages)

pull-request: bpf-next 2020-12-03
 2020-12-04 18:26 UTC  (2+ messages)

[PATCH bpf 0/7] selftests/bpf: Restore test_offload.py to working order
 2020-12-04 17:12 UTC  (14+ 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

[PATCH net v2] xsk: Return error code if force_zc is set
 2020-12-04 16:00 UTC  (3+ messages)

[LSFMMBPF 2021] A status update
 2020-12-04 15:48 UTC 

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

[PATCH bpf-next v4 1/6] net: Remove the err argument from sock_from_file
 2020-12-04 11:37 UTC  (6+ 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 net] xsk: Fix error return code in __xp_assign_dev()
 2020-12-04 10:18 UTC  (3+ messages)

[PATCH] bpf, x64: bump the number of passes to 64
 2020-12-04 10:15 UTC  (5+ messages)

[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 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

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

[PATCH bpf-next] bpf: Fix cold build of test_progs-no_alu32
 2020-12-03 20:20 UTC  (2+ 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  (10+ messages)
` [PATCH bpf-next v3 1/4] selftests/bpf: Update ima_setup.sh for busybox
` [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  (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).