bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-17 04:19:03 to 2021-11-19 01:12:37 UTC [more...]

[REGRESSION] 5.16rc1: SA_IMMUTABLE breaks debuggers
 2021-11-19  1:12 UTC  (22+ messages)
                    ` [PATCH 0/2] SA_IMMUTABLE fixes
                      ` [PATCH 1/2] signal: Don't always set SA_IMMUTABLE for forced signals
                      ` [PATCH 2/2] signal: Replace force_fatal_sig with force_exit_sig when in doubt

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

[PATCH v2] bpf: Remove config check to enable bpf support for branch records
 2021-11-18 22:48 UTC  (2+ messages)

Custom 'hello' BPF CO-RE example failed on Debian 10 again for some reason
 2021-11-18 22:39 UTC  (2+ messages)

[PATCH bpf-next v1 0/8] Introduce BPF iterators for io_uring and epoll
 2021-11-18 22:02 UTC  (21+ 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

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

[GIT PULL] Networking for 5.16-rc2
 2021-11-18 21:10 UTC  (2+ messages)

[PATCH bpf-next] libbpf: Add ability to clear per-program load flags
 2021-11-18 20:29 UTC  (3+ messages)

[PATCH RFC 0/4] Add ability to attach bpf programs to a tracepoint inside a cgroup
 2021-11-18 20:28 UTC  (5+ messages)
` [PATCH RFC 1/4] cgroup, perf: Add ability to connect to perf cgroup from other cgroup controller
` [PATCH RFC 2/4] bpf, perf: add ability to attach complete array of bpf prog to perf event
` [PATCH RFC 3/4] bpf,cgroup,tracing: add new BPF_PROG_TYPE_CGROUP_TRACEPOINT
` [PATCH RFC 4/4] bpf,cgroup,perf: extend bpf-cgroup to support tracepoint attachment

[PATCH bpf-next 0/3] Add bpf_for_each helper
 2021-11-18 20:23 UTC  (13+ 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-next 2/7] set_memory: introduce set_memory_[ro|x]_noalias
 2021-11-18 18:58 UTC  (10+ messages)

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

[PATCH bpf] selfetests/bpf: Adapt vmtest.sh to s390 libbpf CI changes
 2021-11-18 18:44 UTC  (4+ messages)

[PATCH v2 bpf-next] libbpf: add runtime APIs to query libbpf version
 2021-11-18 17:40 UTC 

[PATCH] selftests/seccomp: fix check of fds being assigned
 2021-11-18 17:37 UTC  (2+ messages)

Re: Re: Clarification on bpftool dual licensing
 2021-11-18 16:37 UTC 

[PATCH dwarves 0/4] btf: support btf_type_tag attribute
 2021-11-18 16:11 UTC  (7+ 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 v4 0/12] riscv: switch to relative extable and other improvements
 2021-11-18 15:21 UTC  (15+ messages)
` [PATCH 01/12] riscv: remove unused __cmpxchg_user() macro
` [PATCH 02/12] riscv: consolidate __ex_table construction
` [PATCH 03/12] riscv: switch to relative exception tables
` [PATCH 04/12] riscv: bpf: move rv_bpf_fixup_exception signature to extable.h
` [PATCH 05/12] riscv: extable: make fixup_exception() return bool
` [PATCH 06/12] riscv: extable: use `ex` for `exception_table_entry`
` [PATCH 07/12] riscv: lib: uaccess: fold fixups into body
` [PATCH 08/12] riscv: extable: consolidate definitions
` [PATCH 09/12] riscv: extable: add `type` and `data` fields
` [PATCH 10/12] riscv: add gpr-num.h
` [PATCH 11/12] riscv: extable: add a dedicated uaccess handler
` [PATCH 12/12] riscv: vmlinux.lds.S|vmlinux-xip.lds.S: remove `.fixup` section

[PATCH bpf] selftests: bpf: check map in map pruning
 2021-11-18 15:20 UTC  (9+ messages)

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

[PATCH 1/1] Documentation: Add minimum pahole version
 2021-11-18 13:23 UTC  (4+ messages)

[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] libbpf: add runtime APIs to query libbpf version
 2021-11-18 10:58 UTC  (3+ messages)

[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] 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  (5+ 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 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 v2 bpf-next 00/12] bpf: CO-RE support in the kernel
 2021-11-17 17:29 UTC  (7+ messages)
` [PATCH v2 bpf-next 12/12] selftests/bpf: Additional test for CO-RE "

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

[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 0/4] Address some bad references to Kernel docs
 2021-11-17 13:12 UTC  (2+ messages)

[PATCH v18 bpf-next 00/23] mvneta: introduce XDP multi-buffer support
 2021-11-17 11:12 UTC  (6+ messages)
` [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  (6+ messages)
` [PATCH bpf-next v2 1/4] libbpf: Implement btf__save_raw()
` [PATCH bpf-next v2 3/4] libbpf: Introduce 'bpf_object__prepare()'

[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


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).