bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-14 00:37:35 to 2021-12-16 23:44:49 UTC [more...]

[PATCH bpf-next v5 0/3] bpf: remove the cgroup -> bpf header dependecy
 2021-12-16 23:44 UTC  (6+ messages)
` [PATCH bpf-next v5 1/3] add includes masked by cgroup -> bpf dependency
` [PATCH bpf-next v5 2/3] add missing bpf-cgroup.h includes
` [PATCH bpf-next v5 3/3] bpf: remove the cgroup -> bpf header dependecy

[PATCH bpf-next 0/2] perf: stop using deprecated bpf APIs
 2021-12-16 22:21 UTC  (3+ messages)
` [PATCH bpf-next 1/2] perf: stop using deprecated bpf_prog_load() API
` [PATCH bpf-next 2/2] perf: stop using deprecated bpf__object_next() API

[PATCH bpf-next v2 00/11] bpf: add support for new btf kind BTF_KIND_TAG
 2021-12-16 21:52 UTC  (4+ messages)

[PATCH v3 bpf-next 0/3] Improve verifier log readability
 2021-12-16 21:33 UTC  (4+ messages)
` [PATCH v3 bpf-next 1/3] Only print scratched registers and stack slots to verifier logs
` [PATCH v3 bpf-next 2/3] Right align verifier states in "
` [PATCH v3 bpf-next 3/3] Only output backtracking information in log level 2

[PATCH bpf] bpftool: Flush tracelog output
 2021-12-16 21:30 UTC 

pull-request: bpf 2021-12-16
 2021-12-16 21:10 UTC  (2+ messages)

[PATCH bpf] bpf: selftests: Fix racing issue in btf_skc_cls_ingress test
 2021-12-16 20:43 UTC  (2+ messages)

[PATCH bpf-next v2 0/6] tools/bpf: Enable cross-building with clang
 2021-12-16 20:32 UTC  (9+ messages)
` [PATCH bpf-next v2 1/6] tools: Help "
` [PATCH bpf-next v2 2/6] tools/resolve_btfids: Support cross-building the kernel "
` [PATCH bpf-next v2 3/6] tools/libbpf: Enable cross-building "
` [PATCH bpf-next v2 4/6] bpftool: "
` [PATCH bpf-next v2 5/6] tools/runqslower: "
` [PATCH bpf-next v2 6/6] selftests/bpf: "

[PATCH] selftests/bpf: remove ARRAY_SIZE defines from tests
 2021-12-16 20:22 UTC  (9+ messages)

[PATCH v2 bpf-next 0/7] bpf_prog_pack allocator
 2021-12-16 20:06 UTC  (14+ messages)
` [PATCH v2 bpf-next 1/7] x86/Kconfig: select HAVE_ARCH_HUGE_VMALLOC with HAVE_ARCH_HUGE_VMAP
` [PATCH v2 bpf-next 2/7] bpf: use bytes instead of pages for bpf_jit_[charge|uncharge]_modmem
` [PATCH v2 bpf-next 3/7] bpf: use size instead of pages in bpf_binary_header
` [PATCH v2 bpf-next 4/7] bpf: add a pointer of bpf_binary_header to bpf_prog
` [PATCH v2 bpf-next 5/7] x86/alternative: introduce text_poke_jit
` [PATCH v2 bpf-next 6/7] bpf: introduce bpf_prog_pack allocator
` [PATCH v2 bpf-next 7/7] bpf, x86_64: use "

[PATCH v2 bpf-next 0/3] Improve verifier log readability
 2021-12-16 19:37 UTC  (10+ messages)
` [PATCH v2 bpf-next 1/3] Only print scratched registers and stack slots to verifier logs
` [PATCH v2 bpf-next 2/3] Right align verifier states in "
` [PATCH v2 bpf-next 3/3] Only output backtracking information in log level 2

[PATCH v3] cgroup/bpf: fast path skb BPF filtering
 2021-12-16 18:24 UTC  (15+ messages)

[PATCH bpf-next v2 0/4] xsk: Tx improvements
 2021-12-16 13:59 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] i40e: xsk: move tmp desc array from driver to pool
` [PATCH bpf-next v2 2/4] ice: xsk: avoid potential dead AF_XDP Tx processing
` [PATCH bpf-next v2 3/4] ice: xsk: improve AF_XDP ZC Tx and use batching API
` [PATCH bpf-next v2 4/4] ice: xsk: borrow xdp_tx_active logic from i40e

[PATCH] sfc: potential dereference of null pointer
 2021-12-16  8:49 UTC 

[PATCH bpf-next 0/3] Revamp and fix libbpf's feature-probing APIs
 2021-12-16  7:04 UTC  (4+ messages)
` [PATCH bpf-next 1/3] libbpf: rework "
` [PATCH bpf-next 2/3] selftests/bpf: add libbpf feature-probing API selftests
` [PATCH bpf-next 3/3] bpftool: reimplement large insn size limit feature probing

[PATCH bpf-next 0/3] Revamp and fix libbpf's feature-probing APIs
 2021-12-16  5:05 UTC 

[PATCH bpf-next] selftests/bpf: Fix building error when using userspace pt_regs
 2021-12-16  4:06 UTC  (4+ messages)

[PATCH] libbpf: fix typo in btf__dedup@LIBBPF_0.0.2 definition
 2021-12-16  3:33 UTC  (4+ messages)

[PATCH v2 bpf-next 0/5] bpf: allow cgroup progs to export custom retval to userspace
 2021-12-16  2:04 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/5] bpf: Make BPF_PROG_RUN_ARRAY return -err instead of allow boolean
` [PATCH v2 bpf-next 2/5] bpf: Move getsockopt retval to struct bpf_cg_run_ctx
` [PATCH v2 bpf-next 3/5] bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return value
` [PATCH v2 bpf-next 4/5] selftests/bpf: Test bpf_{get,set}_retval behavior with cgroup/sockopt
` [PATCH v2 bpf-next 5/5] selftests/bpf: Update sockopt_sk test to the use bpf_set_retval

[PATCH bpf-next v3 0/9] Introduce unstable CT lookup helpers
 2021-12-15 23:49 UTC  (12+ messages)
` [PATCH bpf-next v3 7/9] net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPF
` [PATCH bpf-next v3 9/9] selftests/bpf: Add test for unstable CT lookup API

[PATCH bpf-next v4 0/3] bpf: remove the cgroup -> bpf header dependecy
 2021-12-15 19:47 UTC  (7+ messages)
` [PATCH bpf-next v4 1/3] add includes masked by cgroup -> bpf dependency
` [PATCH bpf-next v4 2/3] add missing bpf-cgroup.h includes
` [PATCH bpf-next v4 3/3] bpf: remove the cgroup -> bpf header dependecy

[PATCH bpf-next] bpf: limit bpf_core_types_are_compat() recursion
 2021-12-15 18:21 UTC  (5+ messages)

PPC jit and pseudo_btf_id
 2021-12-15 14:48 UTC  (4+ messages)

ANNOUNCE: pahole v1.22 (Multithreaded DWARF Loading, detached BTF encoding)
 2021-12-15 14:56 UTC  (4+ messages)
` ANNOUNCE: pahole v1.23 (BTF tags and alignment inference)

[PATCH v2] cgroup/bpf: fast path for not loaded skb BPF filtering
 2021-12-15 11:45 UTC  (5+ messages)

[PATCH bpf-next v3 0/3] bpf: remove the cgroup -> bpf header dependecy
 2021-12-15  6:19 UTC  (4+ messages)
` [PATCH bpf-next v3 1/3] add includes masked by cgroup -> bpf dependency
` [PATCH bpf-next v3 2/3] bpf: add header for enum bpf_cgroup_storage_type and bpf_link
` [PATCH bpf-next v3 3/3] bpf: remove the cgroup -> bpf header dependecy

[PATCH bpf-next] libbpf: avoid reading past ELF data section end when copying license
 2021-12-15  6:08 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] bpf: remove the cgroup -> bpf header dependecy
 2021-12-15  5:54 UTC  (7+ messages)
` [PATCH bpf-next v2 1/4] bpf: add header for enum bpf_cgroup_storage_type and bpf_link
` [PATCH bpf-next v2 2/4] bpf: create a header for inline helpers
` [PATCH bpf-next v2 3/4] add includes masked by cgroup -> bpf dependency
` [PATCH bpf-next v2 4/4] bpf: remove the cgroup -> bpf header dependecy

improve the eBPF documentation
 2021-12-15  5:40 UTC  (6+ messages)
` [PATCH 1/4] bpf, docs: Fix verifier reference
` [PATCH 2/4] bpf, docs: Move the introduction to eBPF into a separate document
` [PATCH 3/4] bpf, docs: Only document eBPF in instruction-set.rst
` [PATCH 4/4] bpf, docs: Generate nicer tables for instruction encodings

[PATCH v4 bpf-next 0/4] Stop using bpf_object__find_program_by_title API
 2021-12-14 23:10 UTC  (6+ messages)
` [PATCH v4 bpf-next 1/4] selftests/bpf: "
` [PATCH v4 bpf-next 2/4] samples/bpf: "
` [PATCH v4 bpf-next 3/4] tools/perf: "
` [PATCH v4 bpf-next 4/4] libbpf: Mark bpf_object__find_program_by_title API deprecated

[PATCH bpf-next v2 1/3] net: Parse IPv6 ext headers from TCP sock_ops
 2021-12-14 22:15 UTC  (3+ messages)

[PATCH v4 bpf-next 0/2] libbpf: auto-bump RLIMIT_MEMLOCK on old kernels
 2021-12-14 21:20 UTC  (4+ messages)
` [PATCH v4 bpf-next 1/2] libbpf: auto-bump RLIMIT_MEMLOCK if kernel needs it for BPF
` [PATCH v4 bpf-next 2/2] selftests/bpf: remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftests

[PATCH v3 bpf-next 0/2] libbpf: auto-bump RLIMIT_MEMLOCK on old kernels
 2021-12-14 21:09 UTC  (9+ messages)
` [PATCH v3 bpf-next 1/2] libbpf: auto-bump RLIMIT_MEMLOCK if kernel needs it for BPF
` [PATCH v3 bpf-next 2/2] selftests/bpf: remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftests

[PATCH bpf-next 4/5] bpf: remove the cgroup -> bpf header dependecy
 2021-12-14 19:27 UTC  (2+ messages)

[BPF PATCH for-next] cgroup/bpf: fast path for not loaded skb BPF filtering
 2021-12-14 18:04 UTC  (8+ messages)

[syzbot] BUG: corrupted list in netif_napi_add
 2021-12-14 17:56 UTC  (3+ messages)

[PATCH bpf-next 0/3] Improve verifier log readability
 2021-12-14 17:41 UTC  (5+ messages)
` [PATCH bpf-next 2/3] Right align verifier states in verifier logs

[PATCH bpf-next 0/5] bpf: remove the cgroup -> bpf header dependecy
 2021-12-14 15:24 UTC  (6+ messages)
` [PATCH bpf-next 3/5] bpf: create a header for struct bpf_link

[PATCH bpf-next] libbpf: add sane strncpy alternative and use it internally
 2021-12-14 14:50 UTC  (2+ messages)

[PATCH v2 intel-net 0/6] ice: xsk: Rx processing fixes
 2021-12-14 14:46 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH bpf-next] libbpf: fix potential uninit memory read
 2021-12-14 14:40 UTC  (2+ messages)

[PATCH bpf-next] xsk: add test for tx_writeable to batched path
 2021-12-14 14:35 UTC  (4+ messages)

[PATCH bpf-next] selftests/bpf: Fix OOB write in test_verifier
 2021-12-14 14:30 UTC  (2+ messages)

[PATCH bpf] xsk: do not sleep in poll() when need_wakeup set
 2021-12-14 14:30 UTC  (3+ messages)

[PATCH bpf-next v3 0/8] Add support for transmitting packets using XDP in bpf_prog_run()
 2021-12-14 11:46 UTC  (14+ messages)
` [PATCH bpf-next v3 6/8] bpf: Add XDP_REDIRECT support to XDP for bpf_prog_run()
` [PATCH bpf-next v3 8/8] samples/bpf: Add xdp_trafficgen sample

[PATCH] virtio-net: make copy len check in xdp_linearize_page
 2021-12-14  6:14 UTC  (5+ messages)

Question: `libbpf_err` vs `libbpf_err_errno`
 2021-12-14  3:49 UTC  (3+ messages)

[PATCH v3 bpf-next 0/4] Stop using bpf_object__find_program_by_title API
 2021-12-14  3:41 UTC  (5+ messages)
` [PATCH v3 bpf-next 1/4] selftests/bpf: "
` [PATCH v3 bpf-next 2/4] samples/bpf: "
` [PATCH v3 bpf-next 3/4] tools/perf: "
` [PATCH v3 bpf-next 4/4] libbpf: Mark bpf_object__find_program_by_title API deprecated

[PATCH v1 0/2] perf: Fix perf in non-root PID namespace
 2021-12-14  3:24 UTC  (4+ messages)
` [PATCH v1 2/2] perf evlist: Don't run perf in non-root PID namespace when launch workload

[PATCH v2] tracing: check the return value of kstrdup()
 2021-12-14  1:28 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).