BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-07 20:54:56 to 2024-05-09 01:00:06 UTC [more...]

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

[PATCH bpf-next v2 0/6] Notify user space when a struct_ops object is detached/unregistered
 2024-05-09  0:46 UTC  (13+ 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

[PATCH v2 0/5] Define _GNU_SOURCE for sources using
 2024-05-09  0:29 UTC  (27+ 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 0/2] bpf: Allow skb dynptr for tp_btf
 2024-05-09  0:24 UTC  (9+ messages)
` [PATCH bpf-next 1/2] bpf: Allow bpf_dynptr_from_skb() "
` [PATCH bpf-next 2/2] selftests/bpf: Expand skb dynptr selftests "

[PATCH bpf-next] bpftool: introduce btf c dump sorting
 2024-05-08 23:35 UTC  (7+ 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)

[RFC PATCH bpf-next v7 0/3] Replace mono_delivery_time with tstamp_type
 2024-05-08 21:58 UTC  (4+ 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 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)

[linux-next:master] BUILD REGRESSION e7b4ef8fffaca247809337bb78daceb406659f2d
 2024-05-08 20:18 UTC 

[PATCH bpf-next] bpf: avoid gcc overflow warning in test_xdp_vlan.c
 2024-05-08 19:35 UTC 

[PATCH net-next v2 1/1] net: intel: Use *-y instead of *-objs in Makefile
 2024-05-08 18:27 UTC  (3+ messages)

[PATCH net-next v1 1/1] net: intel: Use *-y instead of *-objs in Makefile
 2024-05-08 18:02 UTC  (10+ messages)
        ` [Intel-wired-lan] "

[PATCH v4 00/12] PCI: imx6: Fix\rename\clean up and add lut information for imx95
 2024-05-08 17:52 UTC  (4+ messages)
` [PATCH v4 10/12] dt-bindings: imx6q-pcie: Add i.MX8Q pcie compatible string

[PATCH bpf v2] powerpc/bpf: enforce full ordering for ATOMIC operations with BPF_FETCH
 2024-05-08 17:02 UTC  (3+ messages)

[RFC PATCH net-next v8 02/14] net: page_pool: create hooks for custom page providers
 2024-05-08 17:02 UTC  (21+ messages)

[PATCH bpf-next V3] bpf: avoid UB in usages of the __imm_insn macro
 2024-05-08 17:00 UTC  (3+ messages)

[PATCH bpf-next] bpf: guard BPF_NO_PRESERVE_ACCESS_INDEX in skb_pkt_end.c
 2024-05-08 17:00 UTC  (3+ messages)

[PATCH bpf-next V2] bpf: avoid uninitialized warnings in verifier_global_subprogs.c
 2024-05-08 17:00 UTC  (2+ messages)

[PATCH net-next 0/7] virtnet_net: prepare for af-xdp
 2024-05-08 15:20 UTC  (10+ messages)
` [PATCH net-next 1/7] virtio_net: independent directory
` [PATCH net-next 2/7] virtio_net: move core structures to virtio_net.h
` [PATCH net-next 3/7] virtio_net: add prefix virtnet to all struct inside virtio_net.h
` [PATCH net-next 4/7] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next 5/7] virtio_net: separate virtnet_tx_resize()
` [PATCH net-next 6/7] virtio_net: separate receive_mergeable
` [PATCH net-next 7/7] virtio_net: separate receive_buf

[PATCH bpf-next] bpf, arm64: Add support for lse atomics in bpf_arena
 2024-05-08 14:40 UTC  (3+ messages)

[PATCH bpf-next 0/4] selftests/bpf: new MPTCP subflow subtest & improvements
 2024-05-08 14:32 UTC  (12+ messages)
` [PATCH bpf-next 2/4] selftests/bpf: Add RUN_MPTCP_TEST macro
` [PATCH bpf-next 3/4] selftests/bpf: Add mptcp subflow example

[PATCH v4 1/2] powerpc64/bpf: fix tail calls for PCREL addressing
 2024-05-08 13:39 UTC  (2+ messages)

[PATCH] powerpc/bpf/32: Fix failing test_bpf tests
 2024-05-08 13:39 UTC  (2+ messages)

[PATCH net-next v3 00/13] First try to replace page_frag with page_frag_cache
 2024-05-08 13:34 UTC  (3+ messages)
` [PATCH net-next v3 06/13] mm: page_frag: add '_va' suffix to page_frag API
` [PATCH net-next v3 11/13] net: replace page_frag with page_frag_cache

[PATCH bpf] powerpc/bpf: enforce full ordering for ATOMIC operations with BPF_FETCH
 2024-05-08 11:39 UTC  (3+ messages)

[PATCH] riscv, bpf: Optimize zextw insn with Zba extension
 2024-05-08 11:20 UTC  (3+ messages)

[PATCH bpf-next] tools: remove redundant ethtool.h from tooling infra
 2024-05-08 10:41 UTC 

[PATCH RFC HID 0/7] Use the new __s_async for HID-BPF
 2024-05-08 10:26 UTC  (8+ messages)
` [PATCH RFC HID 1/7] HID: bpf: change the prog run logic
` [PATCH RFC HID 2/7] selftests/hid: fix bpf programs for the new attachment logic
` [PATCH RFC HID 3/7] HID: bpf: allow for sleepable bpf hooks
` [PATCH RFC HID 4/7] HID: add source argument to HID low level functions
` [PATCH RFC HID 5/7] WIP: add HID-BPF hooks for hid_hw_raw_requests
` [PATCH RFC HID 6/7] WIP: selftests/hid: add tests for hid_hw_raw_request HID-BPF hooks
` [PATCH RFC HID 7/7] HID: bpf: prevent infinite recursions with hid_hw_raw_requests hooks

[PATCH bpf-next v3 0/3] Support kCFI + BPF on arm64
 2024-05-08 10:05 UTC  (5+ messages)
` [PATCH bpf-next v3 1/3] cfi: add C CFI type macro
` [PATCH bpf-next v3 2/3] arm64/cfi,bpf: Support kCFI + BPF on arm64
` [PATCH bpf-next v3 3/3] arm64/cfi,bpf: Use DEFINE_CFI_TYPE in arm64

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

[PATCH net-next v7 00/11] net/smc: SMC intra-OS shortcut with loopback-ism
 2024-05-08  6:39 UTC  (5+ messages)

[PATCH bpf-next v4 0/9] Enable BPF programs to declare arrays of kptr, bpf_rb_root, and bpf_list_head
 2024-05-08  6:32 UTC  (10+ messages)
` [PATCH bpf-next v4 1/9] bpf: Remove unnecessary checks on the offset of btf_field
` [PATCH bpf-next v4 2/9] bpf: Remove unnecessary call to btf_field_type_size()
` [PATCH bpf-next v4 3/9] bpf: refactor btf_find_struct_field() and btf_find_datasec_var()
` [PATCH bpf-next v4 4/9] bpf: create repeated fields for arrays
` [PATCH bpf-next v4 5/9] bpf: look into the types of the fields of a struct type recursively
` [PATCH bpf-next v4 6/9] bpf: limit the number of levels of a nested struct type
` [PATCH bpf-next v4 7/9] selftests/bpf: Test kptr arrays and kptrs in nested struct fields
` [PATCH bpf-next v4 8/9] selftests/bpf: Test global bpf_rb_root arrays and fields in nested struct types
` [PATCH bpf-next v4 9/9] selftests/bpf: Test global bpf_list_head arrays

[linux-next:master] BUILD REGRESSION 93a39e4766083050ca0ecd6a3548093a3b9eb60c
 2024-05-08  5:07 UTC 

[PATCH bpf-next v3 1/2] net: netfilter: Make ct zone opts configurable for bpf ct helpers
 2024-05-08  5:04 UTC  (2+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Update tests for new ct zone opts for nf_conntrack kfuncs

[PATCH vhost 0/5] virtio_net: introduce api to enable/disable premapped mode for sq
 2024-05-08  2:23 UTC  (6+ messages)
` [PATCH vhost 1/5] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH vhost 2/5] virtio_ring: introduce dma map api for page
` [PATCH vhost 3/5] virtio_ring: introduce virtqueue_dma_map_sg_attrs
` [PATCH vhost 4/5] virtio_ring: virtqueue_set_dma_premapped() support to disable
` [PATCH vhost 5/5] virtio_net: sq support premapped mode

[PATCH 0/5] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-05-08  1:20 UTC  (27+ messages)
` [PATCH 2/5] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
` [PATCH 5/5] selftests/bpf: a simple benchmark tool for /proc/<pid>/maps APIs

[PATCH bpf-next v1] bpf,arena: Rename the kfunc set variable
 2024-05-08  0:49 UTC  (6+ messages)

[PATCH bpf-next 0/7] libbpf: further struct_ops fixes and improvements
 2024-05-08  0:30 UTC  (2+ messages)

[PATCH RESEND v8 00/16] mm: jit/text allocator
 2024-05-07 23:52 UTC  (5+ messages)
` [PATCH RESEND v8 05/16] module: make module_memory_{alloc,free} more self-contained
` [PATCH RESEND v8 07/16] mm/execmem, arch: convert simple overrides of module_alloc to execmem

[PATCH bpf-next 0/1] Fix for bpf_sysctl_set_new_value
 2024-05-07 23:20 UTC  (3+ messages)
` [PATCH bpf-next 1/1] "

[PATCH AUTOSEL 5.15 13/15] x86/mm: Remove broken vsyscall emulation code from the page fault code
 2024-05-07 23:13 UTC 

[PATCH AUTOSEL 6.1 19/25] x86/mm: Remove broken vsyscall emulation code from the page fault code
 2024-05-07 23:12 UTC 

[PATCH AUTOSEL 6.6 18/43] bpf, x86: Fix PROBE_MEM runtime load check
 2024-05-07 23:09 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 36/43] x86/mm: Remove broken vsyscall emulation code from the page fault code

[PATCH AUTOSEL 6.8 23/52] bpf, x86: Fix PROBE_MEM runtime load check
 2024-05-07 23:07 UTC  (2+ messages)
` [PATCH AUTOSEL 6.8 44/52] x86/mm: Remove broken vsyscall emulation code from the page fault code

[PATCH] mm: Remove mm argument from mm_get_unmapped_area()
 2024-05-07 22:38 UTC  (2+ messages)

[PATCH bpf-next] bpf: temporarily define BPF_NO_PRESEVE_ACCESS_INDEX for GCC
 2024-05-07 21:50 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] Fix number of arguments in test
 2024-05-07 21:50 UTC  (2+ messages)

[PATCH bpf-next V2 0/2] bpf: avoid `attribute ignored' warnings in GCC
 2024-05-07 21:40 UTC  (2+ messages)

[syzbot] [bpf?] [trace?] general protection fault in bpf_get_attach_cookie_tracing
 2024-05-07 21:23 UTC  (2+ messages)

[PATCH bpf-next v1] bpf,arena: Remove redundant page mask of vmf->address
 2024-05-07 21:20 UTC  (2+ messages)

[PATCH bpf-next v6 0/4] bpf: Inline helpers in arm64 and riscv JITs
 2024-05-07 21:13 UTC  (7+ messages)
` [PATCH bpf-next v6 1/4] riscv, bpf: add internal-only MOV instruction to resolve per-CPU addrs
` [PATCH bpf-next v6 2/4] riscv, bpf: inline bpf_get_smp_processor_id()
` [PATCH bpf-next v6 3/4] arm64, bpf: add internal-only MOV instruction to resolve per-CPU addrs

[PATCH v9 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-05-07 21:04 UTC  (8+ 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).