messages from 2021-11-16 00:41:53 to 2021-11-18 11:30:44 UTC [more...]
[RFC bpf-next v5 00/29] bpf: Add batch support for attaching trampolines
2021-11-18 11:24 UTC (30+ messages)
` [PATCH bpf-next 01/29] ftrace: Use direct_ops hash in unregister_ftrace_direct
` [PATCH bpf-next 02/29] ftrace: Add cleanup to unregister_ftrace_direct_multi
` [PATCH bpf-next 03/29] ftrace: Add ftrace_set_filter_ips function
` [PATCH bpf-next 04/29] bpf: Factor bpf_check_attach_target function
` [PATCH bpf-next 05/29] bpf: Add bpf_check_attach_model function
` [PATCH bpf-next 06/29] bpf: Add bpf_arg/bpf_ret_value helpers for tracing programs
` [PATCH bpf-next 07/29] bpf, x64: Allow to use caller address from stack
` [PATCH bpf-next 08/29] bpf: Keep active attached trampoline in bpf_prog
` [PATCH bpf-next 09/29] bpf: Add support to load multi func tracing program
` [PATCH bpf-next 10/29] bpf: Add bpf_trampoline_id object
` [PATCH bpf-next 11/29] bpf: Add addr to "
` [PATCH bpf-next 12/29] bpf: Add struct bpf_tramp_node layer
` [PATCH bpf-next 13/29] bpf: Add bpf_tramp_attach layer for trampoline attachment
` [PATCH bpf-next 14/29] bpf: Add support to store multiple ids in bpf_tramp_id object
` [PATCH bpf-next 15/29] bpf: Add support to store multiple addrs "
` [PATCH bpf-next 16/29] bpf: Add bpf_tramp_id_single function
` [PATCH bpf-next 17/29] bpf: Resolve id in bpf_tramp_id_single
` [PATCH bpf-next 18/29] bpf: Add refcount_t to struct bpf_tramp_id
` [PATCH bpf-next 19/29] bpf: Add support to attach trampolines with multiple IDs
` [PATCH bpf-next 20/29] bpf: Add support for tracing multi link
` [PATCH bpf-next 21/29] libbpf: Add btf__find_by_glob_kind function
` [PATCH bpf-next 22/29] libbpf: Add support to link multi func tracing program
` [PATCH bpf-next 23/29] selftests/bpf: Add bpf_arg/bpf_ret_value test
` [PATCH bpf-next 24/29] selftests/bpf: Add fentry multi func test
` [PATCH bpf-next 25/29] selftests/bpf: Add fexit "
` [PATCH bpf-next 26/29] selftests/bpf: Add fentry/fexit "
` [PATCH bpf-next 27/29] selftests/bpf: Add mixed "
` [PATCH bpf-next 28/29] selftests/bpf: Add ret_mod "
` [PATCH bpf-next 29/29] selftests/bpf: Add attach "
[PATCH bpf-next 0/3] Add bpf_for_each helper
2021-11-18 11:18 UTC (7+ 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
[RFC PATCH 0/2] bpf: do not WARN in bpf_warn_invalid_xdp_action()
2021-11-18 11:11 UTC (7+ messages)
` [RFC PATCH 2/2] bpf: let bpf_warn_invalid_xdp_action() report more info
[PATCH bpf] selftests: bpf: check map in map pruning
2021-11-18 11:05 UTC (7+ messages)
[PATCH bpf-next] libbpf: add runtime APIs to query libbpf version
2021-11-18 10:58 UTC (3+ messages)
[PATCH bpf-next] libbpf: Add ability to clear per-program load flags
2021-11-18 10:33 UTC
[syzbot] WARNING: refcount bug in nsim_destroy
2021-11-18 9:31 UTC
[PATCH intel-next 0/2] ice: ethtool -L fixes
2021-11-18 9:05 UTC (5+ messages)
` [PATCH intel-next 1/2] ice: fix vsi->txq_map sizing
` [Intel-wired-lan] "
` [PATCH intel-next 2/2] ice: avoid bpf_prog refcount underflow
` [Intel-wired-lan] "
[PATCH bpf-next 2/7] set_memory: introduce set_memory_[ro|x]_noalias
2021-11-18 7:54 UTC (6+ messages)
[PATCH] selftests/bpf: fix array_size.cocci warning:
2021-11-18 7:11 UTC (3+ messages)
` [PATCH] selftests/bpf: fix array_size.cocci warning
sockmap test is broken
2021-11-18 5:20 UTC (6+ messages)
[PATCH -next] net: mvpp2: Use div64_ul instead of do_div
2021-11-18 4:00 UTC (2+ messages)
[RFC PATCH bpf-next 0/8] XDP_REDIRECT_XSK and Batched AF_XDP Rx
2021-11-18 2:54 UTC (13+ 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
[REGRESSION] 5.16rc1: SA_IMMUTABLE breaks debuggers
2021-11-18 1:32 UTC (14+ messages)
Re: Clarification on bpftool dual licensing
2021-11-18 0:37 UTC (2+ 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
[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 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 (2+ messages)
[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
[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
[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 (10+ messages)
` [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 20/23] net: xdp: introduce bpf_xdp_pointer utility routine
[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 (3+ messages)
` [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 (4+ messages)
` [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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox