bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-09 19:49:31 to 2022-05-11 06:10:54 UTC [more...]

[PATCH bpf-next v3 0/8] bpf: mptcp: Support for mptcp_sock and is_mptcp
 2022-05-11  6:10 UTC  (13+ messages)
` [PATCH bpf-next v3 1/8] bpf: expose is_mptcp flag to bpf_tcp_sock
` [PATCH bpf-next v3 5/8] selftests: bpf: test bpf_skc_to_mptcp_sock
` [PATCH bpf-next v3 6/8] selftests: bpf: verify token of struct mptcp_sock

[PATCH bpf-next v1 0/4] Follow ups for kptr series
 2022-05-11  6:02 UTC  (7+ messages)
` [PATCH bpf-next v1 1/4] bpf: Fix sparse warning for bpf_kptr_xchg_proto
` [PATCH bpf-next v1 2/4] bpf: Prepare prog_test_struct kfuncs for runtime tests
` [PATCH bpf-next v1 3/4] selftests/bpf: Add negative C tests for kptrs
` [PATCH bpf-next v1 4/4] selftests/bpf: Add tests for kptr_ref refcounting

[PATCH bpf-next v3 0/7] bpf trampoline for arm64
 2022-05-11  3:18 UTC  (7+ messages)
` [PATCH bpf-next v3 4/7] bpf, arm64: Impelment bpf_arch_text_poke() "
` [PATCH bpf-next v3 5/7] bpf, arm64: Support to poke bpf prog

linux-next: manual merge of the bpf-next tree with the net-next tree
 2022-05-11  1:10 UTC 

[PATCH bpf-next v8 0/5] Attach a cookie to a tracing program
 2022-05-11  1:10 UTC  (7+ messages)
` [PATCH bpf-next v8 1/5] bpf, x86: Generate trampolines from bpf_tramp_links
` [PATCH bpf-next v8 2/5] bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stack
` [PATCH bpf-next v8 3/5] bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm
` [PATCH bpf-next v8 4/5] libbpf: Assign cookies to links in libbpf
` [PATCH bpf-next v8 5/5] selftest/bpf: The test cses of BPF cookie for fentry/fexit/fmod_ret/lsm

[PATCH bpf-next 00/12] bpf: Add 64bit enum value support
 2022-05-11  0:39 UTC  (36+ messages)
` [PATCH bpf-next 01/12] bpf: Add btf enum64 support
` [PATCH bpf-next 02/12] libbpf: Permit 64bit relocation value
` [PATCH bpf-next 03/12] libbpf: Fix an error in 64bit relocation value computation
` [PATCH bpf-next 04/12] libbpf: Add btf enum64 support
` [PATCH bpf-next 05/12] bpftool: "
` [PATCH bpf-next 06/12] selftests/bpf: Fix selftests failure
` [PATCH bpf-next 09/12] selftests/bpf: Test BTF_KIND_ENUM64 for deduplication
` [PATCH bpf-next 10/12] selftests/bpf: add a test for enum64 value relocation

[PATCH bpf-next v9 0/5] New BPF helpers to accelerate synproxy
 2022-05-11  0:10 UTC  (12+ messages)
` [PATCH bpf-next v9 3/5] bpf: Add helpers to issue and check SYN cookies in XDP
` [PATCH bpf-next v9 4/5] bpf: Add selftests for raw syncookie helpers

[PATCHv2 0/3] perf tools: Fix prologue generation
 2022-05-10 23:48 UTC  (6+ messages)
` [PATCHv2 bpf-next 1/3] libbpf: Add bpf_program__set_insns function
` [PATCHv2 perf/core 2/3] perf tools: Register fallback libbpf section handler
` [PATCHv2 perf/core 3/3] perf tools: Rework prologue generation code

[RFC PATCH bpf-next 0/9] bpf: cgroup hierarchical stats collection
 2022-05-10 22:49 UTC  (29+ messages)
` [RFC PATCH bpf-next 1/9] bpf: introduce CGROUP_SUBSYS_RSTAT program type
` [RFC PATCH bpf-next 2/9] cgroup: bpf: flush bpf stats on rstat flush
` [RFC PATCH bpf-next 3/9] libbpf: Add support for rstat progs and links
` [RFC PATCH bpf-next 4/9] bpf: add bpf rstat helpers
` [RFC PATCH bpf-next 5/9] bpf: add bpf_map_lookup_percpu_elem() helper
` [RFC PATCH bpf-next 6/9] cgroup: add v1 support to cgroup_get_from_id()
` [RFC PATCH bpf-next 7/9] cgroup: Add cgroup_put() in !CONFIG_CGROUPS case
` [RFC PATCH bpf-next 8/9] bpf: Introduce cgroup iter
` [RFC PATCH bpf-next 9/9] selftest/bpf: add a selftest for cgroup hierarchical stats

[PATCH bpf] bpf_trace: bail out from bpf_kprobe_multi_link_attach when in compat
 2022-05-10 22:30 UTC  (4+ messages)

[PATCHv6 bpf-next 0/5] bpf: Speed up symbol resolving in kprobe multi link
 2022-05-10 22:00 UTC  (7+ messages)
` [PATCHv6 bpf-next 1/5] kallsyms: Make kallsyms_on_each_symbol generally available
` [PATCHv6 bpf-next 2/5] ftrace: Add ftrace_lookup_symbols function
` [PATCHv6 bpf-next 3/5] fprobe: Resolve symbols with ftrace_lookup_symbols
` [PATCHv6 bpf-next 4/5] bpf: Resolve symbols with ftrace_lookup_symbols for kprobe multi link
` [PATCHv6 bpf-next 5/5] selftests/bpf: Add attach bench test

[PATCH bpf-next v6 00/10] bpf: cgroup_sock lsm flavor
 2022-05-10 21:14 UTC  (23+ messages)
` [PATCH bpf-next v6 03/10] bpf: per-cgroup "
` [PATCH bpf-next v6 04/10] bpf: minimize number of allocated lsm slots per program
` [PATCH bpf-next v6 05/10] bpf: implement BPF_PROG_QUERY for BPF_LSM_CGROUP
` [PATCH bpf-next v6 10/10] selftests/bpf: verify lsm_cgroup struct sock access

[PATCH bpf-next] libbpf: clean up ringbuf size adjustment implementation
 2022-05-10 18:51 UTC 

[PATCH bpf-next 0/9] Misc libbpf fixes and small improvements
 2022-05-10 18:47 UTC  (4+ messages)
` [PATCH bpf-next 8/9] libbpf: automatically fix up BPF_MAP_TYPE_RINGBUF size, if necessary

[PATCH bpf-next v7 0/5] Attach a cookie to a tracing program
 2022-05-10 18:44 UTC  (16+ messages)
` [PATCH bpf-next v7 1/5] bpf, x86: Generate trampolines from bpf_tramp_links
` [PATCH bpf-next v7 2/5] bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stack
` [PATCH bpf-next v7 3/5] bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm
` [PATCH bpf-next v7 4/5] libbpf: Assign cookies to links in libbpf

[PATCH bpf-next v2 0/4] bpf: bpf link iterator
 2022-05-10 18:30 UTC  (6+ messages)
` [PATCH bpf-next v2 1/4] bpf: Add bpf_link iterator
` [PATCH bpf-next v2 2/4] selftests/bpf: Fix result check for test_bpf_hash_map
` [PATCH bpf-next v2 3/4] selftests/bpf: Use ASSERT_* instead of CHECK
` [PATCH bpf-next v2 4/4] selftests/bpf: Add bpf link iter test

[Patch bpf-next v2 0/4] sockmap: some performance optimizations
 2022-05-10 18:27 UTC  (4+ messages)
` [Patch bpf-next v2 1/4] tcp: introduce tcp_read_skb()

[External] [PATCH bpf-next v6 0/3] Add source ip in bpf tunnel key
 2022-05-10 18:00 UTC  (2+ messages)

[PATCH bpf-next v6 1/2] bpf: Extend batch operations for map-in-map bpf-maps
 2022-05-10 17:50 UTC  (3+ messages)
` [PATCH bpf-next v6 2/2] selftests/bpf: handle "

[PATCH bpf-next] bpftool: bpf_link_get_from_fd support for LSM programs in lskel
 2022-05-10 17:50 UTC  (2+ messages)

[PATCH] bpf: KUnit-based soundness tests for tnums
 2022-05-10 17:47 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] Modify some code in sysctl_net_core.c
 2022-05-10 17:30 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] net: sysctl: Use SYSCTL_TWO instead of &two
` [PATCH bpf-next v2 2/2] bpf: Print some info if disable bpf_jit_enable failed

[PATCH bpf-next 0/9] selftests: xsk: add busy-poll testing plus various fixes
 2022-05-10 17:07 UTC  (11+ messages)
` [PATCH bpf-next 1/9] selftests: xsk: cleanup bash scripts
` [PATCH bpf-next 2/9] selftests: xsk: do not send zero-length packets
` [PATCH bpf-next 3/9] selftests: xsk: run all tests for busy-poll
` [PATCH bpf-next 4/9] selftests: xsk: fix reporting of failed tests
` [PATCH bpf-next 5/9] selftests: xsk: add timeout to tests
` [PATCH bpf-next 6/9] selftests: xsk: cleanup veth pair at ctrl-c
` [PATCH bpf-next 7/9] selftests: xsk: introduce validation functions
` [PATCH bpf-next 8/9] selftests: xsk: make the stats tests normal tests
` [PATCH bpf-next 9/9] selftests: xsk: make stat tests not spin on getsockopt

[RFC 0/4] perf record: Implement off-cpu profiling with BPF (v2)
 2022-05-10 17:02 UTC  (5+ messages)
` [PATCH 1/4] perf report: Do not extend sample type of bpf-output event
` [PATCH 2/4] perf record: Enable off-cpu analysis with BPF

[syzbot] KASAN: use-after-free Read in bio_poll
 2022-05-10 12:45 UTC  (6+ messages)

LSF/MM session: eBPF standardization
 2022-05-10  8:16 UTC  (2+ messages)

[PATCH bpf-next] bpf: add bpf_map_lookup_percpu_elem for percpu map
 2022-05-10  5:52 UTC  (6+ messages)
    ` [External] "

BPF maps don't work without CONFIG_TRACING/CONFIG_FTRACE
 2022-05-10  5:12 UTC  (3+ messages)

[PATCH bpf-next v2 0/5] sleepable uprobe support
 2022-05-10  3:04 UTC  (15+ messages)
` [PATCH bpf-next v2 3/5] bpf: allow sleepable uprobe programs to attach
` [PATCH bpf-next v2 5/5] selftests/bpf: add tests for sleepable kprobes and uprobes
` [PATCH bpf-next v2 4/5] libbpf: add support for sleepable kprobe and uprobe programs
` [PATCH bpf-next v2 2/5] bpf: implement sleepable uprobes by chaining tasks_trace and normal rcu
` [PATCH bpf-next v2 1/5] bpf: move bpf_prog to bpf.h

[PATCH bpf-next 0/3] Modify some code in sysctl_net_core.c
 2022-05-10  2:42 UTC  (4+ messages)
` [PATCH bpf-next 2/3] net: sysctl: No need to check CAP_SYS_ADMIN for bpf_jit_*

[PATCH] samples: bpf: Don't fail for a missing VMLINUX_BTF when VMLINUX_H is provided
 2022-05-10  0:50 UTC  (2+ messages)

[PATCH bpf-next] bpf: Remove unused parameter from find_kfunc_desc_btf()
 2022-05-10  0:50 UTC  (4+ messages)

[PATCH] bpftool: declare generator name
 2022-05-10  0:50 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpftool: fix feature output when helper probes fail
 2022-05-10  0:30 UTC  (2+ messages)

[PATCH bpf-next v2] bpftool: Use sysfs vmlinux when dumping BTF by ID
 2022-05-10  0:24 UTC  (2+ messages)

Question: missing vmlinux BTF variable declarations
 2022-05-10  0:10 UTC  (13+ messages)

[PATCH bpf-next v4 0/6] Dynamic pointers
 2022-05-09 22:42 UTC  (7+ messages)
` [PATCH bpf-next v4 1/6] bpf: Add MEM_UNINIT as a bpf_type_flag
` [PATCH bpf-next v4 2/6] bpf: Add verifier support for dynptrs and implement malloc dynptrs
` [PATCH bpf-next v4 3/6] bpf: Dynptr support for ring buffers
` [PATCH bpf-next v4 4/6] bpf: Add bpf_dynptr_read and bpf_dynptr_write
` [PATCH bpf-next v4 5/6] bpf: Add dynptr data slices
` [PATCH bpf-next v4 6/6] bpf: Dynptr tests

[PATCH bpf-next v3 0/6] Dynamic pointers
 2022-05-09 20:58 UTC  (7+ messages)
` [PATCH bpf-next v3 3/6] bpf: Dynptr support for ring buffers

[PATCH] bpf.h: fix clang compiler warning with unpriv_ebpf_notify()
 2022-05-09 20:36 UTC 

[PATCH] net/core: Make bpf_skb_adjust_room BPF helper available for packets with non IPv4 or IPv6 payload
 2022-05-09 20:24 UTC  (2+ messages)

[PATCH bpf-next v6 00/13] Introduce typed pointer support in BPF maps
 2022-05-09 20:03 UTC  (4+ messages)
` [PATCH bpf-next v6 12/13] selftests/bpf: Add verifier tests for kptr


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