BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-08 20:56:13 to 2024-05-09 21:19:50 UTC [more...]

[PATCH v3 00/68] Define _GNU_SOURCE for sources using
 2024-05-09 21:19 UTC  (73+ messages)
` [PATCH v3 01/68] selftests: Compile kselftest headers with -D_GNU_SOURCE
` [PATCH v3 02/68] selftests/sgx: Include KHDR_INCLUDES in Makefile
` [PATCH v3 03/68] selftests: Compile with -D_GNU_SOURCE when including lib.mk
` [PATCH v3 04/68] selftests/arm64: Drop define _GNU_SOURCE
` [PATCH v3 05/68] selftests/arm64: Drop duplicate -D_GNU_SOURCE
` [PATCH v3 06/68] selftests/bpf: Drop define _GNU_SOURCE
` [PATCH v3 07/68] selftests/breakpoints: "
` [PATCH v3 08/68] selftests/cachestat: "
` [PATCH v3 09/68] selftests/capabilities: "
` [PATCH v3 10/68] selftests/cgroup: "
` [PATCH v3 11/68] selftests/clone3: "
` [PATCH v3 12/68] selftests/core: "
` [PATCH v3 13/68] selftests/damon: "
` [PATCH v3 14/68] selftests/drivers: "
` [PATCH v3 15/68] selftests/exec: Drop duplicate -D_GNU_SOURCE
` [PATCH v3 16/68] selftests/fchmodat2: Drop define _GNU_SOURCE
` [PATCH v3 17/68] selftests/filelock: "
` [PATCH v3 18/68] selftests/filesystems: "
` [PATCH v3 19/68] selftests/firmware: "
` [PATCH v3 20/68] selftests/fpu: "
` [PATCH v3 21/68] selftests/futex: "
` [PATCH v3 22/68] selftests/futex: Drop duplicate -D_GNU_SOURCE
` [PATCH v3 23/68] selftests/intel_pstate: "
` [PATCH v3 24/68] selftests/iommu: "
` [PATCH v3 25/68] selftests/ipc: Drop define _GNU_SOURCE
` [PATCH v3 26/68] selftests/kcmp: "
` [PATCH v3 27/68] selftests/landlock: "
` [PATCH v3 28/68] selftests/lsm: "
` [PATCH v3 29/68] selftests/membarrier: "
` [PATCH v3 30/68] selftests/memfd: "
` [PATCH v3 31/68] selftests/mincore: "
` [PATCH v3 32/68] selftests/mm: "
` [PATCH v3 33/68] selftests/mount: "
` [PATCH v3 34/68] selftests/mount_setattr: "
` [PATCH v3 35/68] selftests/move_mount_set_group: "
` [PATCH v3 36/68] selftests/mqueue: "
` [PATCH v3 37/68] selftests/net: "
` [PATCH v3 38/68] selftests/net: Drop duplicate -D_GNU_SOURCE
` [PATCH v3 39/68] selftests/nolibc: Drop define _GNU_SOURCE
` [PATCH v3 40/68] selftests/nsfs: "
` [PATCH v3 41/68] selftests/openat2: "
` [PATCH v3 42/68] selftests/perf_events: "
` [PATCH v3 43/68] selftests/pid_namespace: "
` [PATCH v3 44/68] selftests/pidfd: "
` [PATCH v3 45/68] selftests/ptrace: "
` [PATCH v3 46/68] selftests/powerpc: "
` [PATCH v3 47/68] selftests/proc: "
` [PATCH v3 48/68] selftests/proc: Drop duplicate -D_GNU_SOURCE
` [PATCH v3 49/68] selftests/ptp: Drop define _GNU_SOURCE
` [PATCH v3 50/68] selftests/resctrl: Drop duplicate -D_GNU_SOURCE
` [PATCH v3 51/68] selftests/riscv: Drop define _GNU_SOURCE
` [PATCH v3 52/68] selftests/riscv: Drop duplicate -D_GNU_SOURCE
` [PATCH v3 53/68] selftests/rlimits: Drop define _GNU_SOURCE
` [PATCH v3 54/68] selftests/rseq: "
` [PATCH v3 55/68] selftests/safesetid: "
` [PATCH v3 56/68] selftests/sched: "
` [PATCH v3 57/68] selftests/seccomp: "
` [PATCH v3 58/68] selftests/sigaltstack: "
` [PATCH v3 59/68] selftests/splice: "
` [PATCH v3 60/68] selftests/syscall_user_dispatch: "
` [PATCH v3 61/68] selftests/thermal: "
` [PATCH v3 62/68] selftests/timens: "
` [PATCH v3 63/68] selftests/tmpfs: Drop duplicate -D_GNU_SOURCE
` [PATCH v3 64/68] selftests/uevent: Drop define _GNU_SOURCE
` [PATCH v3 65/68] selftests/user_events: "
` [PATCH v3 66/68] selftests/vDSO: "
` [PATCH v3 67/68] selftests/wireguard: "
` [PATCH v3 68/68] selftests/x86: "

[PATCH bpf-next v8 0/3] Replace mono_delivery_time with tstamp_type
 2024-05-09 21:18 UTC  (4+ messages)
` [PATCH bpf-next v8 1/3] net: Rename mono_delivery_time to tstamp_type for scalabilty
` [PATCH bpf-next v8 2/3] net: Add additional bit to support clockid_t timestamp type
` [PATCH bpf-next v8 3/3] selftests/bpf: Handle forwarding of UDP CLOCK_TAI packets

[PATCH v2] perf/core: Save raw sample data conditionally based on sample type
 2024-05-09 21:04 UTC  (4+ messages)

[PATCH bpf-next 0/6] use network helpers, part 4
 2024-05-09 20:51 UTC  (6+ messages)
` [PATCH bpf-next 1/6] selftests/bpf: Add post_socket_cb for network_helper_opts
` [PATCH bpf-next 2/6] selftests/bpf: Use start_server_addr in sockopt_inherit

[PATCH bpf-next v10 0/5] Reduce overhead of LSMs with static calls
 2024-05-09 20:24 UTC  (8+ messages)
` [PATCH bpf-next v10 5/5] bpf: Only enable BPF LSM hooks when an LSM program is attached

[PATCH v11 0/5] Reduce overhead of LSMs with static calls
 2024-05-09 20:14 UTC  (6+ messages)
` [PATCH v11 1/5] kernel: Add helper macros for loop unrolling
` [PATCH v11 2/5] security: Count the LSMs enabled at compile time
` [PATCH v11 3/5] security: Replace indirect LSM hook calls with static calls
` [PATCH v11 4/5] security: Update non standard hooks to use "
` [PATCH v11 5/5] bpf: Only enable BPF LSM hooks when an LSM program is attached

[RFC PATCH bpf-next v7 0/3] Replace mono_delivery_time with tstamp_type
 2024-05-09 19:24 UTC  (8+ messages)
` [RFC PATCH bpf-next v7 1/3] net: Rename mono_delivery_time to tstamp_type for scalabilty
` [RFC PATCH bpf-next v7 2/3] net: Add additional bit to support clockid_t timestamp type
` [RFC PATCH bpf-next v7 3/3] selftests/bpf: Handle forwarding of UDP CLOCK_TAI packets

[PATCH v2 bpf-next] bpftool: introduce btf c dump sorting
 2024-05-09 18:42 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] selftests/bpf: new MPTCP subflow subtest
 2024-05-09 18:31 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] selftests/bpf: Add mptcp subflow example
` [PATCH bpf-next v2 2/2] selftests/bpf: Add mptcp subflow subtest

[PATCH bpf-next 00/10] selftests/bpf: Retire bpf_tcp_helpers.h
 2024-05-09 18:30 UTC  (13+ messages)
` [PATCH bpf-next 01/10] selftests/bpf: Remove bpf_tracing_net.h usages from two networking tests
` [PATCH bpf-next 02/10] selftests/bpf: Add a few tcp helper functions and macros to bpf_tracing_net.h
` [PATCH bpf-next 03/10] selftests/bpf: Reuse the tcp_sk() from the bpf_tracing_net.h
` [PATCH bpf-next 04/10] selftests/bpf: Sanitize the SEC and inline usages in the bpf-tcp-cc tests
` [PATCH bpf-next 05/10] selftests/bpf: Rename tcp-cc private struct in bpf_cubic and bpf_dctcp
` [PATCH bpf-next 06/10] selftests/bpf: Use bpf_tracing_net.h in bpf_cubic
` [PATCH bpf-next 07/10] selftests/bpf: Use bpf_tracing_net.h in bpf_dctcp
` [PATCH bpf-next 08/10] selftests/bpf: Remove bpf_tcp_helpers.h usages from other misc bpf tcp-cc tests
` [PATCH bpf-next 09/10] selftests/bpf: Remove the bpf_tcp_helpers.h usages from other non "
` [PATCH bpf-next 10/10] selftests/bpf: Retire bpf_tcp_helpers.h

[PATCH v5 1/2] mm: allow dynamic vmalloc range restrictions
 2024-05-09 18:27 UTC  (2+ messages)
` [PATCH v5 2/2] arm64: mm: code and data allocation partitioning

[PATCH v2 0/5] Define _GNU_SOURCE for sources using
 2024-05-09 18:20 UTC  (19+ messages)
` [PATCH v2 1/5] selftests: Compile kselftest headers with -D_GNU_SOURCE
` [PATCH v2 2/5] selftests/sgx: Include KHDR_INCLUDES in Makefile
` [PATCH v2 3/5] selftests: "
` [PATCH v2 4/5] selftests: Drop define _GNU_SOURCE
` [PATCH v2 5/5] selftests: Drop duplicate -D_GNU_SOURCE

[PATCH bpf-next v2 0/6] Notify user space when a struct_ops object is detached/unregistered
 2024-05-09 17:02 UTC  (16+ messages)
` [PATCH bpf-next v2 2/6] bpf: enable detaching links of struct_ops objects
` [PATCH bpf-next v2 4/6] selftests/bpf: test struct_ops with epoll
` [PATCH bpf-next v2 5/6] selftests/bpf: detach a struct_ops link from the subsystem managing it
` [PATCH bpf-next v2 6/6] selftests/bpf: make sure bpf_testmod handling racing link destroying well

[PATCHv5 bpf-next 0/8] uprobe: uretprobe speed up
 2024-05-09 16:24 UTC  (5+ messages)
` [PATCHv5 bpf-next 6/8] x86/shstk: Add return uprobe support

[PATCH net-next v3 00/13] First try to replace page_frag with page_frag_cache
 2024-05-09 16:22 UTC  (3+ messages)
` [PATCH net-next v3 11/13] net: "

[PATCH] dma: fix DMA sync for drivers not calling dma_set_mask*()
 2024-05-09 15:27 UTC  (5+ messages)

[PATCH bpf-next v4 0/5] bpf: Fix tailcall hierarchy
 2024-05-09 15:05 UTC  (6+ messages)
` [PATCH bpf-next v4 1/5] bpf, verifier: Correct tail_call_reachable when no tailcall in subprog
` [PATCH bpf-next v4 2/5] bpf: Introduce bpf_jit_supports_tail_call_cnt_ptr()
` [PATCH bpf-next v4 3/5] bpf, x64: Fix tailcall hierarchy
` [PATCH bpf-next v4 4/5] bpf, arm64: "
` [PATCH bpf-next v4 5/5] selftests/bpf: Add testcases for tailcall hierarchy fixing

[PATCH v6 0/7] dma: skip calling no-op sync ops when possible
 2024-05-09 14:43 UTC  (11+ messages)
  ` [PATCH v6 2/7] dma: avoid redundant calls for sync operations

[BPF Security] what security properties does verifier guarantee?
 2024-05-09 14:32 UTC  (2+ messages)

[PATCH bpf-next 0/4] bpf: make trusted args nullable
 2024-05-09 13:40 UTC  (5+ messages)
` [PATCH bpf-next 1/4] bpf: verifier: make kfuncs args nullalble
` [PATCH bpf-next 2/4] bpf: crypto: make state and IV dynptr nullable
` [PATCH bpf-next 3/4] selftests: bpf: crypto: use NULL instead of 0-sized dynptr
` [PATCH bpf-next 4/4] selftests: bpf: crypto: adjust bench to use nullable IV

[PATCH] riscv, bpf: Optimize zextw insn with Zba extension
 2024-05-09  9:31 UTC  (4+ messages)

[PATCH bpf-next] bpf: make list_for_each_entry portable
 2024-05-09  8:46 UTC 

[PATCH v2 bpf-next] kbuild,bpf: switch to using --btf_features for pahole v1.26 and later
 2024-05-09  8:18 UTC  (3+ messages)

[PATCHSET v6] sched: Implement BPF extensible scheduler class
 2024-05-09  7:38 UTC  (5+ messages)

[RFC PATCH net-next v8 02/14] net: page_pool: create hooks for custom page providers
 2024-05-09  4:49 UTC  (11+ messages)

[PATCH v7 bpf-next 0/2] bpf: Add a generic bits iterator
 2024-05-09  2:11 UTC  (6+ messages)
` [PATCH v7 bpf-next 2/2] selftests/bpf: Add selftest for bits iter

[PATCH net-next 0/7] virtnet_net: prepare for af-xdp
 2024-05-09  1:58 UTC  (4+ messages)

[PATCH bpf-next] tools: remove redundant ethtool.h from tooling infra
 2024-05-09  1:37 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf: Allow skb dynptr for tp_btf
 2024-05-09  1:11 UTC  (10+ messages)
` [PATCH bpf-next 1/2] bpf: Allow bpf_dynptr_from_skb() "
` [PATCH bpf-next 2/2] selftests/bpf: Expand skb dynptr selftests "

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-05-09  1:00 UTC  (4+ messages)

[PATCH bpf-next] bpftool: introduce btf c dump sorting
 2024-05-08 23:35 UTC  (5+ messages)

[PATCH] bpf: verifier: allow arrays of progs to be used in sleepable context
 2024-05-08 22:25 UTC  (11+ messages)

[PATCH bpf-next V2] bpf: avoid uninitialized value in BPF_CORE_READ_BITFIELD
 2024-05-08 22:10 UTC  (2+ messages)

[PATCH 0/4] Fix user stack traces captured from uprobes
 2024-05-08 21:26 UTC  (5+ messages)
` [PATCH 1/4] uprobes: rename get_trampoline_vaddr() and make it global
` [PATCH 2/4] perf,uprobes: fix user stack traces in the presence of pending uretprobes
` [PATCH 3/4] perf,x86: avoid missing caller address in stack traces captured in uprobe
` [PATCH 4/4] selftests/bpf: add test validating uprobe/uretprobe stack traces

[PATCH v3 1/2] arm64/arch_timer: include <linux/percpu.h>
 2024-05-08 21:13 UTC  (4+ messages)
` [PATCH v3 2/2] arm64: implement raw_smp_processor_id() using thread_info

[PATCH bpf-next] selftests/bpf: Fix a few tests for GCC related warnings
 2024-05-08 20:56 UTC  (2+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).