BPF List
 help / color / mirror / Atom feed
 messages from 2024-07-25 19:58:17 to 2024-07-29 08:20:49 UTC [more...]

[PATCH bpf-next v2 0/3] selftests/bpf: convert test_dev_cgroup to test_progs
 2024-07-29  8:20 UTC  (3+ messages)
` [PATCH bpf-next v2 1/3] selftests/bpf: do not disable /dev/null device access in cgroup dev test
` [PATCH bpf-next v2 3/3] selftests/bpf: add wrong type test to cgroup dev

[RFC PATCH net-next v6 03/14] af_vsock: support multi-transport datagrams
 2024-07-29  5:12 UTC  (4+ messages)

[PATCH resend v4 00/11] Improve the copy of task comm
 2024-07-29  2:37 UTC  (12+ messages)
` [PATCH v4 01/11] fs/exec: Drop task_lock() inside __get_task_comm()
` [PATCH v4 02/11] auditsc: Replace memcpy() with __get_task_comm()
` [PATCH v4 03/11] security: "
` [PATCH v4 04/11] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v4 05/11] mm/util: Fix possible race condition in kstrdup()
` [PATCH v4 06/11] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v4 07/11] mm/kmemleak: Replace strncpy() with __get_task_comm()
` [PATCH v4 08/11] tsacct: "
` [PATCH v4 09/11] tracing: "
` [PATCH v4 10/11] net: Replace strcpy() "
` [PATCH v4 11/11] drm: "

[PATCH bpf-next v3 0/2] bpf: Fix updating attached freplace prog to prog_array map
 2024-07-29  2:25 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: Add testcase for "

[PATCH bpf-next v4 13/20] bpf, lsm: Add check for BPF LSM return value
 2024-07-28 22:38 UTC  (6+ messages)
` [PATCH bpf-next v4 16/20] bpf: Add a special case for bitwise AND on range [-1, 0]
      ` [RFC bpf-next] bpf, verifier: improve signed ranges inference for BPF_AND

[RFC PATCH net-next v6 02/14] af_vsock: refactor transport lookup code
 2024-07-28 22:10 UTC  (3+ messages)

[RFC PATCH net-next v6 00/14] virtio/vsock: support datagrams
 2024-07-28 22:06 UTC  (13+ messages)
` [RFC PATCH net-next v6 04/14] af_vsock: generalize bind table functions
` [RFC PATCH net-next v6 05/14] af_vsock: use a separate dgram bind table
` [RFC PATCH net-next v6 07/14] virtio/vsock: add common datagram send path
` [RFC PATCH net-next v6 14/14] test/vsock: add vsock dgram tests

[PATCH v3 bpf-next 0/3] introduce new VFS based BPF kfuncs
 2024-07-28 20:35 UTC  (20+ messages)
` [PATCH v3 bpf-next 1/3] bpf: "
` [PATCH v3 bpf-next 2/3] selftests/bpf: add negative tests for "
` [PATCH v3 bpf-next 3/3] selftests/bpf: add positive "

[PATCH bpf-next 1/1] libbpf: add an ability to delete qdisc via bpf_tc_hook_destroy from C++
 2024-07-28 20:28 UTC 

[PATCH v2 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-07-28 19:38 UTC  (23+ messages)
` [PATCH v2 bpf-next 01/10] lib/buildid: add single page-based file reader abstraction
` [PATCH v2 bpf-next 02/10] lib/buildid: take into account e_phoff when fetching program headers
` [PATCH v2 bpf-next 05/10] lib/buildid: implement sleepable build_id_parse() API
` [PATCH v2 bpf-next 10/10] selftests/bpf: add build ID tests

[PATCH] kbuild: pahole-version: avoid errors if executing fails
 2024-07-28 12:55 UTC 

[PATCH bpf] selftests/bpf: Filter out _GNU_SOURCE when compiling test_cpp
 2024-07-28  4:27 UTC  (7+ messages)

[PATCH v1 bpf-next 0/4] Support bpf_kptr_xchg into local kptr
 2024-07-28  3:01 UTC  (5+ messages)
` [PATCH v1 bpf-next 1/4] bpf: Search for kptrs in prog BTF structs
` [PATCH v1 bpf-next 2/4] bpf: Rename ARG_PTR_TO_KPTR -> ARG_KPTR_XCHG_DEST
` [PATCH v1 bpf-next 3/4] bpf: Support bpf_kptr_xchg into local kptr
` [PATCH v1 bpf-next 4/4] selftests/bpf: Test bpf_kptr_xchg stashing "

[PATCH AUTOSEL 5.4 2/6] selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRT
 2024-07-28  0:56 UTC 

[PATCH AUTOSEL 5.10 2/6] selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRT
 2024-07-28  0:55 UTC 

[PATCH AUTOSEL 5.15 2/6] selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRT
 2024-07-28  0:55 UTC 

[PATCH AUTOSEL 6.1 04/11] selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRT
 2024-07-28  0:55 UTC 

[PATCH AUTOSEL 6.6 05/15] selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRT
 2024-07-28  0:54 UTC 

[PATCH AUTOSEL 6.10 07/27] selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRT
 2024-07-28  0:52 UTC  (3+ messages)
` [PATCH AUTOSEL 6.10 10/27] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT
` [PATCH AUTOSEL 6.10 15/27] bpf: add missing check_func_arg_reg_off() to prevent out-of-bounds memory accesses

[PATCH v2 0/2] selftests: harness: refactor __constructor_order
 2024-07-27 14:37 UTC  (2+ messages)
` [PATCH v2 1/2] selftests: harness: remove unneeded __constructor_order_last()

[RFC PATCH v3 30/37] kvx: Add multi-processor (SMP) support
 2024-07-27 14:22 UTC  (4+ messages)
` [RFC PATCH v3 35/37] kvx: Add IPI driver

[PATCH -v2] cgroup: fix deadlock caused by cgroup_mutex and cpu_hotplug_lock
 2024-07-27 10:21 UTC  (4+ messages)

[PATCH 0/3] selftests/bpf: convert test_dev_cgroup to test_progs
 2024-07-27  8:01 UTC  (6+ messages)
` [PATCH 2/3] "

[PATCH -next] cgroup/cpuset: reduce redundant comparisons for generating shecd domains
 2024-07-27  7:26 UTC  (3+ messages)

[PATCH] bpf, cpumap: Fix use after free of bpf_cpu_map_entry in cpu_map_enqueue
 2024-07-27  4:36 UTC  (4+ messages)

[syzbot] [bpf?] [net?] possible deadlock in sock_hash_update_common
 2024-07-27  4:24 UTC  (2+ messages)

[PATCH bpf-next v1 0/8] selftests/bpf: Improve libc portability / musl support (part 2)
 2024-07-27  4:22 UTC  (13+ messages)
` [PATCH bpf-next v1 2/8] selftests/bpf: Fix arg parsing in veristat, test_progs
` [PATCH bpf-next v1 5/8] selftests/bpf: Fix order-of-include compile errors in lwt_reroute.c
` [PATCH bpf-next v1 6/8] selftests/bpf: Fix compile if backtrace support missing in libc
` [PATCH bpf-next v1 7/8] selftests/bpf: Fix using stdout, stderr as struct field names

[PATCH bpf-next v2] bpf: Add bpf_check_attach_target_with_klog method to output failure logs to kernel
 2024-07-27  4:04 UTC  (9+ messages)

[PATCH 00/10] perf/uprobe: Optimize uprobes
 2024-07-27  3:45 UTC  (11+ messages)

[PATCH bpf-next v2 0/2] bpf: Fix updating attached freplace prog to prog_array map
 2024-07-27  3:39 UTC  (8+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add testcase for "

[syzbot] [net?] [bpf?] general protection fault in __dev_flush
 2024-07-27  2:28 UTC  (7+ messages)
` [PATCH net] tun: Add missing bpf_net_ctx_clear() in do_xdp_generic()

Assistance needed with TCP BBR to BPF Conversion Issue
 2024-07-27  0:23 UTC  (2+ messages)

[PATCH v2 00/11] perf/uprobe: Optimize uprobes
 2024-07-27  0:18 UTC  (2+ messages)

perf_event_output payload capture flags?
 2024-07-26 23:45 UTC  (4+ messages)
  ` [Bpf] "
  ` [EXTERNAL] "

[RFC PATCH v9 00/11] bpf qdisc
 2024-07-26 22:45 UTC  (14+ messages)
` [RFC PATCH v9 03/11] bpf: Allow struct_ops prog to return referenced kptr
` [RFC PATCH v9 05/11] bpf: net_sched: Support implementation of Qdisc_ops in bpf
` [RFC PATCH v9 06/11] bpf: net_sched: Add bpf qdisc kfuncs
` [RFC PATCH v9 07/11] bpf: net_sched: Allow more optional operators in Qdisc_ops

[PATCH bpf-next] xsk: Try to make xdp_umem_reg extension a bit more future-proof
 2024-07-26 22:20 UTC 

[PATCH bpf] bpf/selftests: Fix ASSERT_OK condition check in uprobe_syscall test
 2024-07-26 21:18 UTC  (2+ messages)

[PATCH bpf 0/6] selftest/bpf: Various sockmap-related fixes
 2024-07-26 20:45 UTC  (11+ messages)
` [PATCH bpf 1/6] selftest/bpf: Support more socket types in create_pair()
` [PATCH bpf 3/6] selftest/bpf: Simplify inet_socketpair() and vsock_unix_redir_connectible()
` [PATCH bpf 6/6] selftest/bpf: Introduce __attribute__((cleanup)) in create_pair()

[PATCH bpf-next 0/2] Add kfuncs to support reading xattr from dentry
 2024-07-26 19:43 UTC  (9+ messages)
` [PATCH bpf-next 1/2] bpf: Add kfunc bpf_get_dentry_xattr() to read "
` [PATCH bpf-next 2/2] selftests/bpf: Add tests for bpf_get_dentry_xattr

[PATCH bpf-next] bpf/bpf_lru_list: make bpf_percpu_lru_pop_free safe in NMI
 2024-07-26 18:55 UTC  (3+ messages)

[PATCH] perf/bpf: Don't call bpf_overflow_handler() for tracing events
 2024-07-26 16:35 UTC  (13+ messages)

[PATCH V2 bpf-next] bpf: export btf_find_by_name_kind and bpf_base_func_proto
 2024-07-26 16:06 UTC  (3+ messages)

[PATCH net 0/8][pull request] ice: fix AF_XDP ZC timeout and concurrency issues
 2024-07-26 14:37 UTC  (11+ messages)
` [PATCH net 6/8] ice: improve updating ice_{t, r}x_ring::xsk_pool

perf tools build clash with capstone
 2024-07-26 13:33 UTC  (2+ messages)

[PATCH dwarves] btf_encoder: log libbpf errors when they cause encoding errors
 2024-07-26 12:31 UTC  (2+ messages)

[PATCH] bpf: export btf_find_by_name_kind and bpf_base_func_proto
 2024-07-26 11:52 UTC  (7+ messages)

XDP Performance Regression in recent kernel versions
 2024-07-26  8:09 UTC  (10+ messages)

[PATCH bpf-next 0/2] bpf: Fix updating attached freplace prog to PROG_ARRAY map
 2024-07-26  7:33 UTC  (11+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Add testcase for "

[PATCH] test_bpf: Convert comma to semicolon
 2024-07-26  5:30 UTC  (2+ messages)

bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTT (commit: 23729ff23186424)
 2024-07-26  3:29 UTC  (2+ messages)

[Syzkaller & bisect] There is KASAN: slab-use-after-free Read in __nf_unregister_net_hook in v6.10
 2024-07-26  3:21 UTC 

[PATCHSET v3 0/8] perf record: Use a pinned BPF program for filter
 2024-07-26  1:41 UTC  (6+ messages)
` [PATCH v3 1/8] perf bpf-filter: Make filters map a single entry hashmap

[PATCH bpf-next v2 0/4] monitor network traffic for flaky test cases
 2024-07-26  0:23 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] selftests/bpf: Add traffic monitor functions

[PATCH bpf-next] selftests/bpf: Load struct_ops map in global_maps_resize test
 2024-07-25 20:40 UTC  (2+ messages)

[GIT PULL] Networking for v6.11-rc1
 2024-07-25 20:37 UTC  (3+ messages)

[GIT PULL] sysctl constification changes for v6.11-rc1
 2024-07-25 20:37 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox