bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-30 12:20:13 to 2021-12-03 19:37:35 UTC [more...]

[PATCH -next] mm: delete oversized WARN_ON() in kvmalloc() calls
 2021-12-03 19:37 UTC  (6+ messages)

[PATCH bpf-next 0/3] bpf: add signature
 2021-12-03 19:35 UTC  (6+ messages)
` [PATCH bpf-next 1/3] bpf: add signature to eBPF instructions
` [PATCH bpf-next 2/3] bpf: add option to require BPF signature
` [PATCH bpf-next 3/3] bpftool: add signature in skeleton

[PATCH v5 bpf-next 00/17] bpf: CO-RE support in the kernel
 2021-12-03 19:23 UTC  (23+ messages)
` [PATCH v5 bpf-next 01/17] libbpf: Replace btf__type_by_id() with btf_type_by_id()
` [PATCH v5 bpf-next 02/17] bpf: Rename btf_member accessors
` [PATCH v5 bpf-next 03/17] bpf: Prepare relo_core.c for kernel duty
` [PATCH v5 bpf-next 04/17] bpf: Define enum bpf_core_relo_kind as uapi
` [PATCH v5 bpf-next 05/17] bpf: Pass a set of bpf_core_relo-s to prog_load command
` [PATCH v5 bpf-next 06/17] bpf: Adjust BTF log size limit
` [PATCH v5 bpf-next 07/17] libbpf: Cleanup struct bpf_core_cand
` [PATCH v5 bpf-next 08/17] bpf: Add bpf_core_add_cands() and wire it into bpf_core_apply_relo_insn()
` [PATCH v5 bpf-next 09/17] libbpf: Use CO-RE in the kernel in light skeleton
` [PATCH v5 bpf-next 10/17] libbpf: Support init of inner maps "
` [PATCH v5 bpf-next 11/17] libbpf: Clean gen_loader's attach kind
` [PATCH v5 bpf-next 12/17] selftests/bpf: Add lskel version of kfunc test
` [PATCH v5 bpf-next 13/17] selftests/bpf: Improve inner_map test coverage
` [PATCH v5 bpf-next 14/17] selftests/bpf: Convert map_ptr_kern test to use light skeleton
` [PATCH v5 bpf-next 15/17] selftests/bpf: Additional test for CO-RE in the kernel
` [PATCH v5 bpf-next 16/17] selftests/bpf: Revert CO-RE removal in test_ksyms_weak
` [PATCH v5 bpf-next 17/17] selftests/bpf: Add CO-RE relocations to verifier scale test

[PATCH bpf v2] treewide: add missing includes masked by cgroup -> bpf dependency
 2021-12-03 19:10 UTC  (5+ messages)

[PATCH bpf-next] libbpf: Reduce bpf_core_apply_relo_insn() stack usage
 2021-12-03 18:28 UTC 

[PATCH bpf-next v1 0/8] Introduce BPF iterators for io_uring and epoll
 2021-12-03 15:52 UTC  (8+ messages)
` [PATCH bpf-next v1 1/8] io_uring: Implement eBPF iterator for registered buffers

[PATCH bpf-next v5] bpf: disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)
 2021-12-03  5:30 UTC 

[PATCH v19 bpf-next 00/23] mvneta: introduce XDP multi-buffer support
 2021-12-03  2:10 UTC  (5+ messages)
` [PATCH v19 bpf-next 20/23] net: xdp: introduce bpf_xdp_pointer utility routine

[PATCH bpf-next 0/5] introduce bpf_strncmp() helper
 2021-12-03  2:09 UTC  (7+ messages)
` [PATCH bpf-next 1/5] bpf: add bpf_strncmp helper
` [PATCH bpf-next 2/5] selftests/bpf: fix checkpatch error on empty function parameter
` [PATCH bpf-next 3/5] selftests/bpf: factor out common helpers for benchmarks
` [PATCH bpf-next 4/5] selftests/bpf: add benchmark for bpf_strncmp() helper
` [PATCH bpf-next 5/5] selftests/bpf: add test cases for bpf_strncmp()

[PATCH v2] selftests/seccomp: Unconditionally define seccomp_metadata
 2021-12-03  2:06 UTC 

[PATCH bpf-next] perf: mute libbpf API deprecations temporarily
 2021-12-03  1:47 UTC  (3+ messages)

[RFC PATCH bpf-next v2 0/9] Introduce composable bpf types
 2021-12-03  0:14 UTC  (14+ messages)
` [RFC PATCH bpf-next v2 1/9] bpf: Introduce composable reg, ret and arg types
` [RFC PATCH bpf-next v2 3/9] bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULL
` [RFC PATCH bpf-next v2 8/9] bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem

[PATCH bpf-next] libbpf: Fix null pointer when using old pref_buffer__new()
 2021-12-03  0:01 UTC  (2+ messages)

[PATCH bpf-next 0/9] Deprecate bpf_prog_load_xattr() API
 2021-12-02 23:40 UTC  (12+ messages)
` [PATCH bpf-next 1/9] libbpf: use __u32 fields in bpf_map_create_opts
` [PATCH bpf-next 2/9] libbpf: add API to get/set log_level at per-program level
` [PATCH bpf-next 3/9] bpftool: migrate off of deprecated bpf_create_map_xattr() API
` [PATCH bpf-next 4/9] selftests/bpf: remove recently reintroduced legacy btf__dedup() use
` [PATCH bpf-next 5/9] selftests/bpf: mute xdpxceiver.c's deprecation warnings
` [PATCH bpf-next 6/9] selftests/bpf: remove all the uses of deprecated bpf_prog_load_xattr()
` [PATCH bpf-next 7/9] samples/bpf: clean up samples/bpf build failes
` [PATCH bpf-next 8/9] samples/bpf: get rid of deprecated libbpf API uses
` [PATCH bpf-next 9/9] libbpf: deprecate bpf_prog_load_xattr() API

[PATCH bpf v2 0/3] Fixes for kfunc-mod regressions and warnings
 2021-12-02 22:39 UTC  (6+ messages)
` [PATCH bpf v2 3/3] tools/resolve_btfids: Skip unresolved symbol warning for empty BTF sets

kernel-selftests: make run_tests -C bpf cost 5 hours
 2021-12-02 20:41 UTC  (4+ messages)

[PATCH] testing/bpf: Update test names for xchg and cmpxchg
 2021-12-02 20:11 UTC  (2+ messages)

[PATCH v2 bpf-next 1/2] bpf, docs: add kernel version to map_cgroup_storage
 2021-12-02 20:08 UTC  (3+ messages)
` [PATCH v2 bpf-next 2/2] bpf, docs: document BPF_MAP_TYPE_ARRAY

[PATCH v2 bpf-next] selftests/bpf: Build testing_helpers.o out of tree
 2021-12-02 20:00 UTC  (2+ messages)

[RFC 0/8] perf/bpf: Add batch support for [ku]probes attach
 2021-12-02  5:10 UTC  (6+ messages)
` [PATCH 1/8] perf/kprobe: Add support to create multiple probes

Questions Regarding eBPF Programming
 2021-12-02  5:06 UTC 

[PATCH bpf-next v4 0/2] clean-up for BPF_LOG_KERNEL log level
 2021-12-02  3:42 UTC  (6+ messages)
` [PATCH bpf-next v4 1/2] bpf: clean-up bpf_verifier_vlog() "
` [PATCH bpf-next v4 2/2] bpf: disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)

[ANNOUNCEMENT] libbpf v0.6 release
 2021-12-02  1:01 UTC 

[PATCH bpf-next 0/8] Add support for transmitting packets using XDP in bpf_prog_run()
 2021-12-02  0:02 UTC  (9+ messages)
` [PATCH bpf-next 1/8] page_pool: Add callback to init pages when they are allocated
` [PATCH bpf-next 2/8] page_pool: Store the XDP mem id
` [PATCH bpf-next 3/8] xdp: Allow registering memory model without rxq reference
` [PATCH bpf-next 4/8] xdp: Move conversion to xdp_frame out of map functions
` [PATCH bpf-next 5/8] xdp: add xdp_do_redirect_frame() for pre-computed xdp_frames
` [PATCH bpf-next 6/8] bpf: Add XDP_REDIRECT support to XDP for bpf_prog_run()
` [PATCH bpf-next 7/8] selftests/bpf: Add selftest for XDP_REDIRECT in bpf_prog_run()
` [PATCH bpf-next 8/8] samples/bpf: Add xdp_trafficgen sample

[PATCH bpf-next] samples: bpf: fix conflicting types in fds_example
 2021-12-01 22:40 UTC  (4+ messages)

[RFC bpf-next v5 00/29] bpf: Add batch support for attaching trampolines
 2021-12-01 21:20 UTC  (16+ messages)
` [PATCH bpf-next 06/29] bpf: Add bpf_arg/bpf_ret_value helpers for tracing programs
` [PATCH bpf-next 09/29] bpf: Add support to load multi func tracing program

[PATCH bpf-next 00/10] New BPF helpers to accelerate synproxy
 2021-12-01 18:06 UTC  (15+ messages)
` [PATCH bpf-next 09/10] bpf: Add a helper to issue timestamp cookies in XDP

[PATCH v2 net-next 00/26] net: introduce and use generic XDP stats
 2021-12-01 15:21 UTC  (16+ messages)
` [PATCH v2 net-next 03/26] ena: implement generic XDP statistics callbacks

[PATCH net-next 0/2][pull request] 1GbE Intel Wired LAN Driver Updates 2021-11-30
 2021-12-01 14:50 UTC  (5+ messages)
` [PATCH net-next 1/2] igc: AF_XDP zero-copy metadata adjust breaks SKBs on XDP_PASS
` [PATCH net-next 2/2] igc: enable XDP metadata in driver

[PATCH bpf-next] selftests/bpf: Build testing_helpers.o out of tree
 2021-12-01 14:13 UTC  (3+ messages)

[PATCH bpf] bpf: Fix the off-by-two error in range markings
 2021-12-01 11:31 UTC  (3+ messages)

[PATCH -next v2] bpf: Add oversize check before call kvmalloc()
 2021-12-01 11:23 UTC  (2+ messages)

[PATCH -next] bpf: Add oversize check before call kvmalloc()
 2021-12-01 10:29 UTC  (3+ messages)

[PATCH bpf-next] libbpf: Let any two INT/UNION compatible if their names and sizes match
 2021-12-01  8:54 UTC  (3+ messages)
  ` [External] "

[PATCH bpf] libbpf: fix missing section "sk_skb/skb_verdict"
 2021-12-01  5:38 UTC  (8+ messages)

[PATCH bpf-next v3 00/10] Introduce BPF iterators for io_uring and epoll
 2021-12-01  4:23 UTC  (11+ messages)
` [PATCH bpf-next v3 01/10] io_uring: Implement eBPF iterator for registered buffers
` [PATCH bpf-next v3 02/10] bpf: Add bpf_page_to_pfn helper
` [PATCH bpf-next v3 03/10] io_uring: Implement eBPF iterator for registered files
` [PATCH bpf-next v3 04/10] epoll: Implement eBPF iterator for registered items
` [PATCH bpf-next v3 05/10] bpftool: Output io_uring iterator info
` [PATCH bpf-next v3 06/10] selftests/bpf: Add test for io_uring BPF iterators
` [PATCH bpf-next v3 07/10] selftests/bpf: Add test for epoll BPF iterator
` [PATCH bpf-next v3 08/10] selftests/bpf: Test partial reads for io_uring, epoll iterators
` [PATCH bpf-next v3 09/10] selftests/bpf: Fix btf_dump test for bpf_iter_link_info
` [PATCH RFC bpf-next v3 10/10] samples/bpf: Add example to checkpoint/restore io_uring

[PATCH bpf-next v1 0/3] Apply suggestions for typeless/weak ksym series
 2021-11-30 23:50 UTC  (2+ messages)

[PATCH v4 bpf-next 00/16] bpf: CO-RE support in the kernel
 2021-11-30 23:12 UTC  (7+ messages)
` [PATCH v4 bpf-next 07/16] bpf: Add bpf_core_add_cands() and wire it into bpf_core_apply_relo_insn()

[PATCH bpf-next 1/2] bpf: Allow bpf_local_storage to be used by sleepable programs
 2021-11-30 22:51 UTC  (13+ messages)

[PATCH bpf-next v3 0/2] clean-up for BPF_LOG_KERNEL log level
 2021-11-30 19:32 UTC  (3+ messages)

[PATCH v4 bpf-next 0/4] Add bpf_loop helper
 2021-11-30 19:01 UTC  (2+ messages)

split up filter.rst v2
 2021-11-30 18:55 UTC  (2+ messages)

[PATCH net-next 1/2] i40e: remove dead stores on XSK hotpath
 2021-11-30 18:36 UTC  (2+ messages)
` [PATCH net-next 2/2] ice: remove dead store "

[PATCH bpf] bpf: Fix the test_task_vma selftest to support output shorter than 1 kB
 2021-11-30 18:18 UTC 

[PATCH v3 bpf-next 0/4] Add bpf_loop helper
 2021-11-30 16:54 UTC  (5+ messages)
` [PATCH v3 bpf-next 1/4] bpf: "
` [PATCH v3 bpf-next 4/4] selftest/bpf/benchs: add bpf_loop benchmark

[PATCH bpf] mips, bpf: Fix reference to non-existing Kconfig symbol
 2021-11-30 16:30 UTC  (2+ messages)

[PATCH v2 0/7] task comm cleanups
 2021-11-30 15:53 UTC  (12+ messages)
` [PATCH v2 4/7] fs/binfmt_elf: replace open-coded string copy with get_task_comm
` [PATCH v2 7/7] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN

[PATCH v2 net-next 21/26] ice: add XDP and XSK generic per-channel statistics
 2021-11-30 15:07 UTC  (18+ messages)

[PATCH AUTOSEL 5.10 20/43] selftests/tc-testings: Be compatible with newer tc output
 2021-11-30 14:49 UTC 

[PATCH AUTOSEL 5.4 09/25] selftests/tc-testings: Be compatible with newer tc output
 2021-11-30 14:51 UTC 

[PATCH AUTOSEL 4.19 08/17] selftests/tc-testings: Be compatible with newer tc output
 2021-11-30 14:52 UTC 

[PATCH 0/2] Update non-RT users of migrate_disable()
 2021-11-30 14:50 UTC  (2+ messages)

[PATCH AUTOSEL 5.15 31/68] selftests/tc-testings: Be compatible with newer tc output
 2021-11-30 14:46 UTC 

[PATCH 1/1 v2] Documentation: Add minimum pahole version
 2021-11-30 14:38 UTC  (3+ messages)

Reference to non-existing symbol WAR_R10000 in arch/mips/net/bpf_jit_comp.h
 2021-11-30 13:57 UTC  (2+ messages)

[PATCH net 1/1] ice: xsk: clear status_error0 for each allocated desc
 2021-11-30 12:20 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).