bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-15 17:11:29 to 2021-11-18 01:20:58 UTC [more...]

[REGRESSION] 5.16rc1: SA_IMMUTABLE breaks debuggers
 2021-11-18  1:20 UTC  (13+ messages)

[PATCH bpf-next] libbpf: add runtime APIs to query libbpf version
 2021-11-18  1:20 UTC 

Re: Clarification on bpftool dual licensing
 2021-11-18  0:37 UTC  (2+ messages)

[PATCH bpf-next 0/3] Add bpf_for_each helper
 2021-11-18  1:04 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpf: "
` [PATCH bpf-next 2/3] selftests/bpf: Add tests for bpf_for_each
` [PATCH bpf-next 3/3] selftest/bpf/benchs: add bpf_for_each benchmark

[PATCH bpf] selftests: bpf: check map in map pruning
 2021-11-18  1:00 UTC  (4+ messages)

split up filter.rst
 2021-11-18  0:56 UTC  (5+ messages)
` [PATCH 1/2] bpf, docs: prune all references to "internal BPF"
` [PATCH 2/2] bpf, doc: split general purpose eBPF documentation out of filter.rst

[RFC PATCH 0/2] bpf: do not WARN in bpf_warn_invalid_xdp_action()
 2021-11-18  0:48 UTC  (6+ messages)
` [RFC PATCH 2/2] bpf: let bpf_warn_invalid_xdp_action() report more info

[PATCH bpf-next 0/4] libbpf: unify low-level map creation APIs
 2021-11-18  0:34 UTC  (5+ messages)
` [PATCH bpf-next 1/4] libbpf: unify low-level map creation APIs w/ new bpf_map_create()
` [PATCH bpf-next 2/4] libbpf: use bpf_map_create() consistently internally
` [PATCH bpf-next 3/4] libbpf: prevent deprecation warnings in xsk.c
` [PATCH bpf-next 4/4] selftests/bpf: migrate selftests to bpf_map_create()

[PATCH bpf-next 2/7] set_memory: introduce set_memory_[ro|x]_noalias
 2021-11-18  0:11 UTC  (5+ messages)

[PATCH] selftests/bpf: fix array_size.cocci warning:
 2021-11-17 22:42 UTC  (2+ messages)

[PATCH 1/1] Documentation: Add minimum pahole version
 2021-11-17 22:33 UTC  (3+ messages)

[PATCH bpf-next 0/3] Fix Navigation Issues in Docs
 2021-11-17 22:30 UTC  (4+ messages)
` [PATCH bpf-next 2/3] docs: Rename bpf_lsm.rst to prog_lsm.rst

[RFC PATCH bpf-next 0/3] compiler attribute: define __user as __attribute__((btf_type_tag("user")))
 2021-11-17 20:39 UTC  (4+ messages)
` [RFC PATCH bpf-next 1/3] compiler_types: "
` [RFC PATCH bpf-next 2/3] bpf: reject program if a __user tagged memory accessed in kernel way
` [RFC PATCH bpf-next 3/3] selftests/bpf: add a selftest with __user tag

[PATCH dwarves 0/4] btf: support btf_type_tag attribute
 2021-11-17 20:22 UTC  (5+ messages)
` [PATCH dwarves 1/4] libbpf: sync with latest libbpf repo
` [PATCH dwarves 2/4] dutil: move DW_TAG_LLVM_annotation definition to dutil.h
` [PATCH dwarves 3/4] dwarf_loader: support btf_type_tag attribute
` [PATCH dwarves 4/4] btf_encoder: "

[PATCH bpf-next 1/2] libbpf: accommodate DWARF/compiler bug with duplicated structs
 2021-11-17 19:42 UTC  (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add btf_dedup case with duplicated structs within CU

sockmap test is broken
 2021-11-17 18:08 UTC  (6+ messages)

[PATCH v2 bpf-next 00/12] bpf: CO-RE support in the kernel
 2021-11-17 17:29 UTC  (29+ messages)
` [PATCH v2 bpf-next 01/12] libbpf: s/btf__type_by_id/btf_type_by_id/
` [PATCH v2 bpf-next 02/12] bpf: Rename btf_member accessors
` [PATCH v2 bpf-next 03/12] bpf: Prepare relo_core.c for kernel duty
` [PATCH v2 bpf-next 04/12] bpf: Define enum bpf_core_relo_kind as uapi
` [PATCH v2 bpf-next 05/12] bpf: Pass a set of bpf_core_relo-s to prog_load command
` [PATCH v2 bpf-next 06/12] bpf: Add bpf_core_add_cands() and wire it into bpf_core_apply_relo_insn()
` [PATCH v2 bpf-next 07/12] libbpf: Use CO-RE in the kernel in light skeleton
` [PATCH v2 bpf-next 08/12] libbpf: Support init of inner maps "
` [PATCH v2 bpf-next 09/12] selftests/bpf: Convert kfunc test with CO-RE to lskel
` [PATCH v2 bpf-next 10/12] selftests/bpf: Improve inner_map test coverage
` [PATCH v2 bpf-next 11/12] selftests/bpf: Convert map_ptr_kern test to use light skeleton
` [PATCH v2 bpf-next 12/12] selftests/bpf: Additional test for CO-RE in the kernel

[PATCH bpf] bpf, x86: Fix "no previous prototype" warning
 2021-11-17 14:50 UTC  (2+ messages)

[PATCH v7 00/11] extend task comm from 16 to 24
 2021-11-17 14:31 UTC  (3+ messages)
` [PATCH v7 08/11] tools/perf/test: make perf test adopt to task comm size change

[RFC PATCH bpf-next 0/8] XDP_REDIRECT_XSK and Batched AF_XDP Rx
 2021-11-17 14:24 UTC  (12+ messages)
` [RFC PATCH bpf-next 1/8] xsk: add struct xdp_sock to netdev_rx_queue
` [RFC PATCH bpf-next 2/8] bpf: add bpf_redirect_xsk helper and XDP_REDIRECT_XSK action
` [RFC PATCH bpf-next 3/8] xsk: handle XDP_REDIRECT_XSK and expose xsk_rcv/flush
` [RFC PATCH bpf-next 4/8] i40e: handle the XDP_REDIRECT_XSK action
` [RFC PATCH bpf-next 5/8] xsk: implement a batched version of xsk_rcv
` [RFC PATCH bpf-next 6/8] i40e: isolate descriptor processing in separate function
` [RFC PATCH bpf-next 7/8] i40e: introduce batched XDP rx descriptor processing
` [RFC PATCH bpf-next 8/8] libbpf: use bpf_redirect_xsk in the default program

[syzbot] WARNING in perf_pending_event
 2021-11-17 14:07 UTC  (3+ messages)
` [PATCH] perf: Ignore sigtrap for tracepoints destined for other tasks

[PATCH bpf-next v1 0/8] Introduce BPF iterators for io_uring and epoll
 2021-11-17 13:39 UTC  (11+ messages)
` [PATCH bpf-next v1 1/8] io_uring: Implement eBPF iterator for registered buffers
` [PATCH bpf-next v1 2/8] bpf: Add bpf_page_to_pfn helper
` [PATCH bpf-next v1 3/8] io_uring: Implement eBPF iterator for registered files
` [PATCH bpf-next v1 4/8] epoll: Implement eBPF iterator for registered items
` [PATCH bpf-next v1 5/8] selftests/bpf: Add test for io_uring BPF iterators
` [PATCH bpf-next v1 6/8] selftests/bpf: Add test for epoll BPF iterator
` [PATCH bpf-next v1 7/8] selftests/bpf: Test partial reads for io_uring, epoll iterators
` [PATCH bpf-next v1 8/8] selftests/bpf: Fix btf_dump test for bpf_iter_link_info

[PATCH 0/4] Address some bad references to Kernel docs
 2021-11-17 13:12 UTC  (3+ messages)
` [PATCH 1/4] libbpf: update index.rst reference

[PATCH v18 bpf-next 00/23] mvneta: introduce XDP multi-buffer support
 2021-11-17 11:12 UTC  (30+ messages)
` [PATCH v18 bpf-next 01/23] net: skbuff: add size metadata to skb_shared_info for xdp
` [PATCH v18 bpf-next 02/23] xdp: introduce flags field in xdp_buff/xdp_frame
` [PATCH v18 bpf-next 03/23] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v18 bpf-next 04/23] net: mvneta: simplify mvneta_swbm_add_rx_fragment management
` [PATCH v18 bpf-next 05/23] net: xdp: add xdp_update_skb_shared_info utility routine
` [PATCH v18 bpf-next 06/23] net: marvell: rely on "
` [PATCH v18 bpf-next 07/23] xdp: add multi-buff support to xdp_return_{buff/frame}
` [PATCH v18 bpf-next 08/23] net: mvneta: add multi buffer support to XDP_TX
` [PATCH v18 bpf-next 09/23] bpf: introduce BPF_F_XDP_MB flag in prog_flags loading the ebpf program
` [PATCH v18 bpf-next 10/23] net: mvneta: enable jumbo frames if the loaded XDP program support mb
` [PATCH v18 bpf-next 11/23] bpf: introduce bpf_xdp_get_buff_len helper
` [PATCH v18 bpf-next 12/23] bpf: add multi-buff support to the bpf_xdp_adjust_tail() API
` [PATCH v18 bpf-next 13/23] bpf: add multi-buffer support to xdp copy helpers
` [PATCH v18 bpf-next 14/23] bpf: move user_size out of bpf_test_init
` [PATCH v18 bpf-next 15/23] bpf: introduce multibuff support to bpf_prog_test_run_xdp()
` [PATCH v18 bpf-next 16/23] bpf: test_run: add xdp_shared_info pointer in bpf_test_finish signature
` [PATCH v18 bpf-next 17/23] bpf: selftests: update xdp_adjust_tail selftest to include multi-buffer
` [PATCH v18 bpf-next 18/23] libbpf: Add SEC name for xdp_mb programs
` [PATCH v18 bpf-next 19/23] bpf: generalise tail call map compatibility check
` [PATCH v18 bpf-next 20/23] net: xdp: introduce bpf_xdp_pointer utility routine
` [PATCH v18 bpf-next 21/23] bpf: selftests: introduce bpf_xdp_{load,store}_bytes selftest
` [PATCH v18 bpf-next 22/23] bpf: selftests: add CPUMAP/DEVMAP selftests for xdp multi-buff
` [PATCH v18 bpf-next 23/23] xdp: disable XDP_REDIRECT "

[PATCH bpf-next v2 0/4] libbpf: Provide APIs for BTFGen
 2021-11-17  5:35 UTC  (8+ messages)
` [PATCH bpf-next v2 1/4] libbpf: Implement btf__save_raw()
` [PATCH bpf-next v2 2/4] libbpf: Introduce 'btf_custom' to 'bpf_obj_open_opts'
` [PATCH bpf-next v2 3/4] libbpf: Introduce 'bpf_object__prepare()'
` [PATCH bpf-next v2 4/4] libbpf: Expose CO-RE relocation results

[PATCH bpf v1 0/3] Fixes for kfunc-mod regressions and warnings
 2021-11-17  5:20 UTC  (5+ messages)
` [PATCH bpf v1 1/3] bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALL
` [PATCH bpf v1 2/3] bpf: Fix bpf_check_mod_kfunc_call for built-in modules
` [PATCH bpf v1 3/3] tools/resolve_btfids: Demote unresolved symbol message to debug

[PATCH bpf-next 0/4] selftests/bpf: improve test_progs
 2021-11-17  5:11 UTC  (4+ messages)
` [PATCH bpf-next 4/4] selftests/bpf: Add timing to tests_progs

pull-request: bpf 2021-11-16
 2021-11-17  3:00 UTC  (2+ messages)

Clarification on bpftool dual licensing
 2021-11-16 22:00 UTC  (3+ messages)

[PATCH bpf] tools/runqslower: Fix cross-build
 2021-11-16 19:03 UTC  (6+ messages)

[GIT PULL] Networking for 5.16-rc1
 2021-11-16 17:19 UTC  (7+ messages)
  ` 32bit x86 build broken (was: Re: [GIT PULL] Networking for 5.16-rc1)

[PATCH bpf-next 0/2] bpf: fix a couple of missed btf_type_tag handling in libbpf
 2021-11-16 16:19 UTC  (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add a dedup selftest with equivalent structure types

[PATCH] bpf: Enable bpf support for reading branch records in powerpc
 2021-11-16 15:21 UTC  (4+ messages)

[PATCH v2 bpf-next] selftests/bpf: add uprobe triggering overhead benchmarks
 2021-11-16 13:50 UTC  (2+ messages)

[PATCH bpf-next v6] bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
 2021-11-16 13:40 UTC  (2+ messages)

[PATCH bpf-next 0/3] bpftool: update documentation and fix checks
 2021-11-16 13:00 UTC  (5+ messages)
` [PATCH bpf-next 1/3] bpftool: Add SPDX tags to RST documentation files
` [PATCH bpf-next 2/3] bpftool: Update doc (use susbtitutions) and test_bpftool_synctypes.py
` [PATCH bpf-next 3/3] selftests/bpf: Configure dir paths via env in test_bpftool_synctypes.py

[RESEND PATCH bpf] udp: validate checksum in udp_read_sock()
 2021-11-16 12:30 UTC  (2+ messages)

[PATCH bpf-next v3] bpftool: add current libbpf_strict mode to version output
 2021-11-16  9:40 UTC  (3+ messages)

[PATCH] selftests/seccomp: fix check of fds being assigned
 2021-11-16  9:33 UTC  (2+ messages)

"resolve_btfids: unresolved" warnings while building v5.16-rc1
 2021-11-16  6:25 UTC  (3+ messages)

[PATCH bpf v2 0/2] Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs
 2021-11-16  4:44 UTC  (6+ messages)
` [PATCH bpf v2 1/2] bpf: "

[PATCH 6/6] vhost_net: use RCU callbacks instead of synchronize_rcu()
 2021-11-16  5:00 UTC  (2+ messages)

[PATCH bpf-next v2] bpftool: add current libbpf_strict mode to version output
 2021-11-15 23:54 UTC  (3+ messages)

[PATCH net-next 0/2] igc: driver change to support XDP metadata
 2021-11-15 20:36 UTC  (3+ 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] net/mlx5e: Avoid field-overflowing memcpy()
 2021-11-15 22:16 UTC 

[PATCH bpf] samples: bpf: fix build error due to -isystem removal
 2021-11-15 23:00 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: add uprobe triggering overhead benchmarks
 2021-11-15 22:34 UTC 

[PATCH 5.15 815/917] perf bpf: Add missing free to bpf_event__print_bpf_prog_info()
 2021-11-15 17:05 UTC 

[PATCH 5.14 758/849] perf bpf: Add missing free to bpf_event__print_bpf_prog_info()
 2021-11-15 17:04 UTC 

[PATCH 5.10 523/575] perf bpf: Add missing free to bpf_event__print_bpf_prog_info()
 2021-11-15 17:04 UTC 

pull-request: bpf-next 2021-11-15
 2021-11-15 17:27 UTC  (4+ messages)

[PATCH 5.4 322/355] perf bpf: Add missing free to bpf_event__print_bpf_prog_info()
 2021-11-15 17:04 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).