bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH bpf] riscv, bpf: make some atomic operations fully ordered
 2024-05-06 15:38 UTC  (5+ messages)

[PATCH bpf-next 0/2] selftests/bpf: Fix number of arguments in test
 2024-05-06 15:18 UTC  (3+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: Add CFLAGS per source file and runner
` [PATCH bpf-next 2/2] selftests/bpf: Change functions definitions to support GCC

[PATCH bpf-next] s390/bpf: Fully order atomic "add", "and", "or" and "xor"
 2024-05-06 14:56 UTC  (2+ messages)

[PATCH net] selftests/bpf: fix pointer arithmetic in test_xdp_do_redirect
 2024-05-06 14:50 UTC 

[syzbot] [bpf?] [net?] WARNING in __xdp_reg_mem_model
 2024-05-06 14:49 UTC  (3+ messages)

[PATCH bpf-next v5 0/6] bpf/verifier: range computation improvements
 2024-05-06 14:18 UTC  (7+ messages)
` [PATCH bpf-next v5 1/6] bpf/verifier: replace calls to mark_reg_unknown
` [PATCH bpf-next v5 2/6] bpf/verifier: refactor checks for range computation
` [PATCH bpf-next v5 3/6] bpf/verifier: improve XOR and OR "
` [PATCH bpf-next v5 4/6] selftests/bpf: XOR and OR range computation tests
` [PATCH bpf-next v5 5/6] bpf/verifier: relax MUL range computation check
` [PATCH bpf-next v5 6/6] selftests/bpf: MUL range computation tests

[PATCH 0/5] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-05-06 13:58 UTC  (20+ messages)
` [PATCH 1/5] fs/procfs: extract logic for getting VMA name constituents
` [PATCH 2/5] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
` [PATCH 3/5] tools: sync uapi/linux/fs.h header into tools subdir
` [PATCH 4/5] selftests/bpf: make use of PROCFS_PROCMAP_QUERY ioctl, if available
` [PATCH 5/5] selftests/bpf: a simple benchmark tool for /proc/<pid>/maps APIs

[PATCH bpf-next] bpftool: introduce btf c dump sorting
 2024-05-06 13:44 UTC 

[RFC PATCH net-next v8 00/14] Device Memory TCP
 2024-05-06 12:04 UTC  (11+ messages)
` [RFC PATCH net-next v8 02/14] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v8 07/14] page_pool: devmem support
` [RFC PATCH net-next v8 13/14] net: add devmem TCP documentation

[PATCH net-next v5 0/7] dma: skip calling no-op sync ops when possible
 2024-05-06 11:50 UTC  (9+ messages)
` [PATCH net-next v5 1/7] dma: compile-out DMA sync op calls when not used
` [PATCH net-next v5 2/7] dma: avoid redundant calls for sync operations
` [PATCH net-next v5 3/7] iommu/dma: avoid expensive indirect "
` [PATCH net-next v5 4/7] page_pool: make sure frag API fields don't span between cachelines
` [PATCH net-next v5 5/7] page_pool: don't use driver-set flags field directly
` [PATCH net-next v5 6/7] page_pool: check for DMA sync shortcut earlier
` [PATCH net-next v5 7/7] xsk: use generic DMA sync shortcut instead of a custom one

[PATCHv4 bpf-next 0/7] uprobe: uretprobe speed up
 2024-05-06 10:56 UTC  (15+ messages)
` [PATCHv4 bpf-next 2/7] uprobe: Add uretprobe syscall to speed up return probe

[PATCH net-next v4 0/7] dma: skip calling no-op sync ops when possible
 2024-05-06  9:43 UTC  (9+ messages)
` [PATCH net-next v4 6/7] page_pool: check for DMA sync shortcut earlier

[PATCH v2 1/2] arm64/arch_timer: include <linux/percpu.h>
 2024-05-06  6:57 UTC  (11+ messages)
` [PATCH v2 2/2] arm64: implement raw_smp_processor_id() using thread_info

[RFC bpf-next] bpf: avoid clang-specific push/pop attribute pragmas in bpftool
 2024-05-06  6:26 UTC  (6+ messages)

[PATCH v7 bpf-next 0/2] bpf: Add a generic bits iterator
 2024-05-06  3:33 UTC  (3+ messages)
` [PATCH v7 bpf-next 1/2] bpf: Add "
` [PATCH v7 bpf-next 2/2] selftests/bpf: Add selftest for bits iter

[PATCH v2] bpftool, selftests/hid/bpf: fix 29 clang warnings
 2024-05-06  0:00 UTC  (2+ messages)

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

[PATCH] fix array-index-out-of-bounds in bpf_prog_select_runtime
 2024-05-05 23:18 UTC  (3+ messages)

[PATCH] bpftool, selftests/hid/bpf: fix 29 clang warnings
 2024-05-05 22:51 UTC  (4+ messages)

[PATCH RESEND v8 00/16] mm: jit/text allocator
 2024-05-05 19:33 UTC  (18+ messages)
` [PATCH RESEND v8 01/16] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
` [PATCH RESEND v8 02/16] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH RESEND v8 03/16] nios2: define virtual address space for modules
` [PATCH RESEND v8 04/16] sparc: simplify module_alloc()
` [PATCH RESEND v8 05/16] module: make module_memory_{alloc,free} more self-contained
` [PATCH RESEND v8 06/16] mm: introduce execmem_alloc() and execmem_free()
` [PATCH RESEND v8 07/16] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH RESEND v8 08/16] mm/execmem, arch: convert remaining "
` [PATCH RESEND v8 09/16] riscv: extend execmem_params for generated code allocations
` [PATCH RESEND v8 10/16] arm64: extend execmem_info "
` [PATCH RESEND v8 11/16] powerpc: extend execmem_params for kprobes allocations
` [PATCH RESEND v8 12/16] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH RESEND v8 13/16] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH RESEND v8 14/16] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH RESEND v8 15/16] kprobes: remove dependency on CONFIG_MODULES
` [PATCH RESEND v8 16/16] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH v9 4/4] bpf: Only enable BPF LSM hooks when an LSM program is attached
 2024-05-05 16:25 UTC  (3+ messages)

[PATCH v8 00/17] mm: jit/text allocator
 2024-05-05 16:21 UTC  (19+ messages)
` [PATCH v8 01/17] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
` [PATCH v8 02/17] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v8 03/17] nios2: define virtual address space for modules
` [PATCH v8 04/17] sparc: simplify module_alloc()
` [PATCH v8 05/17] module: make module_memory_{alloc,free} more self-contained
` [PATCH v8 06/17] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v8 07/17] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v8 08/17] mm/execmem, arch: convert remaining "
` [PATCH v8 09/17] riscv: extend execmem_params for generated code allocations
` [PATCH v8 10/17] arm64: extend execmem_info "
` [PATCH v8 11/17] powerpc: extend execmem_params for kprobes allocations
` [PATCH v8 12/17] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v8 13/17] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v8 14/17] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH v8 15/17] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v8 16/17] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of
` [PATCH v8 17/17] fixup: convert remaining archs: defaults handling

[syzbot] [bpf?] [trace?] general protection fault in bpf_get_attach_cookie_tracing
 2024-05-05 16:13 UTC 

[PATCH bpf-next 0/6] use network helpers, part 4
 2024-05-05 11:35 UTC  (7+ 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 3/6] selftests/bpf: Use start_server_addr in test_tcp_check_syncookie
` [PATCH bpf-next 4/6] selftests/bpf: Use connect_to_fd in sockopt_inherit
` [PATCH bpf-next 5/6] selftests/bpf: Use connect_to_fd in test_tcp_check_syncookie
` [PATCH bpf-next 6/6] selftests/bpf: Drop get_port "

[PATCH bpf-next] bpf: avoid clang-specific push/pop attribute pragmas in bpftool
 2024-05-04 20:55 UTC 

[PATCH stable, 6.1] net: sockmap, fix missing MSG_MORE causing TCP disruptions
 2024-05-04 16:48 UTC  (4+ messages)

[PATCH bpf-next 1/2] Patch to Fix deadlocks in queue and stack maps
 2024-05-04 12:22 UTC  (2+ messages)

[PATCH bpf-next 0/1] Fix for bpf_sysctl_set_new_value
 2024-05-04 10:23 UTC  (2+ messages)
` [PATCH bpf-next 1/1] "

[syzbot] [bpf?] KASAN: slab-use-after-free Read in htab_map_alloc (2)
 2024-05-04 10:21 UTC 

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

[PATCH bpf-next] selftests/bpf: Use bpf_tracing.h instead of bpf_tcp_helpers.h
 2024-05-04  0:50 UTC 

[RFC PATCH bpf-next v5 0/2] Replace mono_delivery_time with tstamp_type
 2024-05-03 22:14 UTC  (6+ messages)
` [RFC PATCH bpf-next v5 2/2] net: Add additional bit to support clockid_t timestamp type

[PATCH bpf-next 0/6] Notify user space when a struct_ops object is detached/unregisterd
 2024-05-03 21:59 UTC  (14+ messages)
` [PATCH bpf-next 3/6] bpf: provide a function to unregister struct_ops objects from consumers
` [PATCH bpf-next 6/6] selftests/bpf: test detaching struct_ops links

[PATCH bpf-next v4 0/7] bpf/verifier: range computation improvements
 2024-05-03 19:33 UTC  (6+ messages)

[PATCH net-next 11/15] lwt: Don't disable migration prio invoking BPF
 2024-05-03 18:25 UTC  (5+ messages)
` [PATCH net-next 12/15] seg6: Use nested-BH locking for seg6_bpf_srh_states
` [PATCH net-next 13/15] net: Use nested-BH locking for bpf_scratchpad
` [PATCH net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT
` [PATCH net-next 15/15] net: Move per-CPU flush-lists to bpf_net_context "

[PATCH bpf-next v3 0/7] Enable BPF programs to declare arrays of kptr, bpf_rb_root, and bpf_list_head
 2024-05-03 18:10 UTC  (8+ messages)
` [PATCH bpf-next v3 3/7] bpf: create repeated fields for arrays
` [PATCH bpf-next v3 4/7] bpf: look into the types of the fields of a struct type recursively

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

On inlining more helpers in the JITs or the verifier
 2024-05-03 16:04 UTC  (3+ messages)

[PATCH bpf-next 0/4] Add some 'malloc' failure checks
 2024-05-03 15:51 UTC  (4+ messages)
` [PATCH bpf-next 4/4] selftests/bpf: Add a null pointer check for the serial_test_tp_attach_query

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

[PATCH bpf-next v3] selftests/bpf: Move test_dev_cgroup to prog_tests
 2024-05-03 13:55 UTC  (7+ messages)

[PATCH bpf-next] bpf: disable some `attribute ignored' warnings in GCC
 2024-05-03 12:32 UTC 

[PATCH v7 00/16] mm: jit/text allocator
 2024-05-03 10:40 UTC  (7+ messages)

[PATCH bpf-next V2] bpf: avoid casts from pointers to enums in bpf_tracing.h
 2024-05-03  8:00 UTC  (4+ messages)

[PATCH bpf-next] bpf: fix bpf_ksym_exists in GCC
 2024-05-03  7:50 UTC  (9+ 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 NNTP newsgroup(s).