BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-09 10:32:02 to 2024-10-10 15:24:43 UTC [more...]

[PATCH v5 0/8] x86/module: use large ROX pages for text allocations
 2024-10-10 15:20 UTC  (24+ messages)
` [PATCH v5 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v5 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v5 3/8] asm-generic: introduce text-patching.h
` [PATCH v5 4/8] module: prepare to handle ROX allocations for text
` [PATCH v5 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v5 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v5 7/8] execmem: add support for cache of large ROX pages
` [PATCH v5 8/8] x86/module: enable ROX caches for module text
  ` Bisected: "

[PATCH bpf-next v6 0/3] bpf: Fix tailcall infinite loop caused by freplace
 2024-10-10 14:27 UTC  (11+ messages)
` [PATCH bpf-next v6 1/3] bpf: Prevent "
` [PATCH bpf-next v6 3/3] selftests/bpf: Add cases to test tailcall in freplace

[for-next][PATCH 01/10] tracing: Declare system call tracepoints with TRACE_EVENT_SYSCALL
 2024-10-10 14:25 UTC  (8+ messages)
` [for-next][PATCH 02/10] tracing/ftrace: disable preemption in syscall probe
` [for-next][PATCH 03/10] tracing/perf: "
` [for-next][PATCH 04/10] tracing/bpf: "
` [for-next][PATCH 05/10] tracing: Allow system call tracepoints to handle page faults
` [for-next][PATCH 06/10] tracing/ftrace: Add might_fault check to syscall probes
` [for-next][PATCH 07/10] tracing/perf: "
` [for-next][PATCH 08/10] tracing/bpf: "

NULL pointer deref when running BPF monitor program (6.11.0-rc1)
 2024-10-10 13:49 UTC  (17+ messages)

[PATCH bpf v2 0/3] Fix caching of BTF for kfuncs in the verifier
 2024-10-10 13:27 UTC  (4+ messages)
` [PATCH bpf v2 1/3] bpf: fix kfunc btf caching for modules
` [PATCH bpf v2 2/3] selftests/bpf: Provide a generic [un]load_module helper
` [PATCH bpf v2 3/3] selftests/bpf: Add test for kfunc module order

[PATCH v3] mm, kasan, kmsan: copy_from/to_kernel_nofault
 2024-10-10 13:11 UTC  (8+ messages)
` [PATCH v4] "
      ` [PATCH v5] "

[PATCH v5 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-10-10 11:37 UTC  (19+ messages)
` [PATCH v5 11/17] kbuild: Add generic hook for architectures to use before the final vmlinux link
` [PATCH v5 12/17] powerpc64/ftrace: Move ftrace sequence out of line
` [PATCH v5 13/17] powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubs
` [PATCH v5 17/17] powerpc64/bpf: Add support for bpf trampolines

[PATCH net-next v25 00/13] Device Memory TCP
 2024-10-10 11:16 UTC  (3+ messages)
` [PATCH net-next v25 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags

[PATCH v2] arm64: insn: Simulate nop instruction for better uprobe performance
 2024-10-10 10:58 UTC  (4+ messages)

[PATCH net-next v2 0/7] net: ip: add drop reasons to input route
 2024-10-10 10:32 UTC  (6+ messages)
` [PATCH net-next v2 1/7] net: ip: make fib_validate_source() return drop reason

[PATCH v4 net 0/4] net: enetc: fix some issues of XDP
 2024-10-10  9:20 UTC  (5+ messages)
` [PATCH v4 net 1/4] net: enetc: remove xdp_drops statistic from enetc_xdp_drop()
` [PATCH v4 net 2/4] net: enetc: block concurrent XDP transmissions during ring reconfiguration
` [PATCH v4 net 3/4] net: enetc: disable Tx BD rings after they are empty
` [PATCH v4 net 4/4] net: enetc: disable NAPI after all rings are disabled

[PATCH bpf 0/4] Fix caching of BTF for kfuncs in the verifier
 2024-10-10  8:59 UTC  (6+ messages)
` [PATCH bpf 2/4] selftests/bpf: Consolidate kernel modules into common directory

[PATCH bpf 0/4] bpf, vsock: Fixes related to sockmap/sockhash redirection
 2024-10-10  8:55 UTC  (8+ messages)
` [PATCH bpf 1/4] bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsock
` [PATCH bpf 2/4] vsock: Update rx_bytes on read_skb()
` [PATCH bpf 3/4] vsock: Update msg_count "
` [PATCH bpf 4/4] bpf, vsock: Drop static vsock_bpf_prot initialization

[PATCH] selftests/bpf: Removed redundant fd after close in bpf_prog_load_log_buf
 2024-10-10  5:57 UTC 

[PATCH -next v3 0/2] perf stat: Support inherit events for bperf
 2024-10-10  4:53 UTC  (10+ messages)
` [PATCH -next v3 1/2] perf stat: Support inherit events during fork() "

[PATCH net-next] net/smc: Introduce a hook to modify syn_smc at runtime
 2024-10-10  3:58 UTC 

[PATCH bpf v2] bpf: fix argument type in bpf_loop documentation
 2024-10-10  3:56 UTC 

[PATCH bpf 0/7] Misc fixes for bpf
 2024-10-10  2:22 UTC  (16+ messages)
` [PATCH bpf 1/7] bpf: Add the missing BPF_LINK_TYPE invocation for sockmap
` [PATCH bpf 3/7] bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()
` [PATCH bpf 5/7] bpf: Change the type of unsafe_ptr in bpf_iter_bits_new()

[PATCH bpf-next 00/16] Support dynptr key for hash map
 2024-10-10  2:21 UTC  (3+ messages)
` [PATCH bpf-next 01/16] bpf: Introduce map flag BPF_F_DYNPTR_IN_KEY

[PATCH bpf-next 0/2] bpf: Add kfuncs for read-only string operations
 2024-10-10  2:03 UTC  (14+ messages)
` [PATCH bpf-next 1/2] "

[PATCH] samples/bpf: Fix a resource leak
 2024-10-10  1:41 UTC 

[PATCH bpf-next] libbpf: fix sym_is_subprog() logic for weak global subprogs
 2024-10-10  1:40 UTC  (2+ messages)

[PATCH bpf v1] selftests/bpf: Fix error compiling cgroup_ancestor.c with musl libc
 2024-10-10  1:40 UTC  (3+ messages)

[PATCH] samples/bpf: Remove unused variables
 2024-10-10  1:30 UTC  (2+ messages)

[PATCH bpf] riscv, bpf: Fix possible infinite tailcall when CONFIG_CFI_CLANG is enabled
 2024-10-10  1:30 UTC  (4+ messages)

[PATCH] bpf: use kvzmalloc to allocate BPF verifier environment
 2024-10-10  1:20 UTC  (2+ messages)

[PATCH bpf v7 1/2] bpf: fix unpopulated name_len field in perf_event link info
 2024-10-10  1:20 UTC  (2+ messages)

[PATCH bpf-next v1 1/2] bpf: force checkpoints at loop back-edges
 2024-10-10  1:08 UTC  (3+ messages)

[PATCH bpf RESEND 0/2] Check the remaining info_cnt before repeating btf fields
 2024-10-09 23:50 UTC  (2+ messages)

[PATCH bpf-next v2 0/6] selftests/bpf: Various sockmap-related fixes
 2024-10-09 22:31 UTC  (12+ messages)

[PATCH bpf v1 1/2] bpf: fix unpopulated path_size when uprobe_multi fields unset
 2024-10-09 22:06 UTC  (2+ messages)
` [PATCH bpf v1 2/2] selftests/bpf: assert link info uprobe_multi count & path_size if unset

[PATCH 1/2] perf tools: Fix possible compiler warnings in hashmap
 2024-10-09 20:20 UTC 

CONFIG_X86_X32_ABI silently breaks some fentry hooks
 2024-10-09 18:58 UTC 

[PATCH v2 tip/perf/core 0/5] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-10-09 19:37 UTC  (7+ messages)
` [PATCH v2 tip/perf/core 3/5] fs: add back RCU-delayed freeing of FMODE_BACKING file

[PATCH bpf] bpf: fix argument type in bpf_loop documentation
 2024-10-09 18:27 UTC  (2+ messages)

[PATCH rcu 01/12] srcu: Rename srcu_might_be_idle() to srcu_should_expedite()
 2024-10-09 18:07 UTC  (12+ messages)
` [PATCH rcu 02/12] srcu: Introduce srcu_gp_is_expedited() helper function
` [PATCH rcu 03/12] srcu: Renaming in preparation for additional reader flavor
` [PATCH rcu 04/12] srcu: Bit manipulation changes "
` [PATCH rcu 05/12] srcu: Standardize srcu_data pointers to "sdp" and similar
` [PATCH rcu 06/12] srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite()
` [PATCH rcu 07/12] srcu: Allow inlining of __srcu_read_{,un}lock_lite()
` [PATCH rcu 08/12] rcutorture: Expand RCUTORTURE_RDR_MASK_[12] to eight bits
` [PATCH rcu 09/12] rcutorture: Add reader_flavor parameter for SRCU readers
` [PATCH rcu 10/12] rcutorture: Add srcu_read_lock_lite() support to rcutorture.reader_flavor
` [PATCH rcu 11/12] rcutorture: Add light-weight SRCU scenario
` [PATCH rcu 12/12] refscale: Add srcu_read_lock_lite() support using "srcu-lite"

[PATCH rcu 6/7] doc: Remove kernel-parameters.txt entry for rcutorture.read_exit
 2024-10-09 18:00 UTC 

[PATCH v4 01/13] LSM: Add the lsm_prop data structure
 2024-10-09 17:32 UTC 

[PATCH bpf-next v3 0/5] bpf: Support private stack for bpf progs
 2024-10-09 17:37 UTC  (24+ messages)
` [PATCH bpf-next v3 4/5] bpf, x86: Add jit support for private stack
  ` yet another approach Was: "

[PATCH v3] selftests: sched_ext: Add sched_ext as proper selftest target
 2024-10-09 16:46 UTC  (3+ messages)

[PATCH 1/3] ima: Remove inode lock
 2024-10-09 16:43 UTC  (11+ messages)
` [PATCH 2/3] ima: Ensure lock is held when setting iint pointer in inode security blob

[PATCH net-next 00/18] idpf: XDP chapter III: core XDP changes (+libeth_xdp)
 2024-10-09 15:27 UTC  (19+ messages)
` [PATCH net-next 01/18] jump_label: export static_key_slow_{inc,dec}_cpuslocked()
` [PATCH net-next 02/18] skbuff: allow 2-4-argument skb_frag_dma_map()
` [PATCH net-next 03/18] unroll: add generic loop unroll helpers
` [PATCH net-next 04/18] bpf, xdp: constify some bpf_prog * function arguments
` [PATCH net-next 05/18] xdp, xsk: constify read-only arguments of some static inline helpers
` [PATCH net-next 06/18] xdp: allow attaching already registered memory model to xdp_rxq_info
` [PATCH net-next 07/18] net: Register system page pool as an XDP memory model
` [PATCH net-next 08/18] page_pool: make page_pool_put_page_bulk() actually handle array of pages
` [PATCH net-next 09/18] page_pool: allow mixing PPs within one bulk
` [PATCH net-next 10/18] xdp: get rid of xdp_frame::mem.id
` [PATCH net-next 11/18] xdp: add generic xdp_buff_add_frag()
` [PATCH net-next 12/18] xdp: add generic xdp_build_skb_from_buff()
` [PATCH net-next 13/18] xsk: allow attaching XSk pool via xdp_rxq_info_reg_mem_model()
` [PATCH net-next 14/18] xsk: make xsk_buff_add_frag really add a frag via __xdp_buff_add_frag()
` [PATCH net-next 15/18] xsk: add generic XSk &xdp_buff -> skb conversion
` [PATCH net-next 16/18] xsk: add helper to get &xdp_desc's DMA and meta pointer in one go
` [PATCH net-next 17/18] libeth: support native XDP and register memory model
` [PATCH net-next 18/18] libeth: add a couple of XDP helpers (libeth_xdp)

[PATCH net-next 0/9] net-timestamp: bpf extension to equip applications transparently
 2024-10-09 15:20 UTC  (33+ messages)
` [PATCH net-next 1/9] net-timestamp: add bpf infrastructure to allow exposing more information later
` [PATCH net-next 5/9] net-timestamp: ready to turn on the button to generate tx timestamps
` [PATCH net-next 6/9] net-timestamp: add tx OPT_ID_TCP support for bpf case
` [PATCH net-next 7/9] net-timestamp: open gate for bpf_setsockopt

[PATCH bpf] bpf: fix %p% runtime check in bpf_bprintf_prepare
 2024-10-09 13:15 UTC  (2+ messages)

[PATCH v3 net 0/3] net: enetc: fix some issues of XDP
 2024-10-09 12:56 UTC  (9+ messages)
` [PATCH v3 net 1/3] net: enetc: remove xdp_drops statistic from enetc_xdp_drop()
` [PATCH v3 net 2/3] net: enetc: fix the issues of XDP_REDIRECT feature
` [PATCH v3 net 3/3] net: enetc: disable IRQ after Rx and Tx BD rings are disabled

[RFC/RFT v2 0/3] Introduce GRO support to cpumap codebase
 2024-10-09 12:50 UTC  (6+ messages)

extend usage of KMEM_CACHE() for cache creation?
 2024-10-09 12:38 UTC 

[PATCH v2 0/6] sysctl: prepare sysctl core for const struct ctl_table
 2024-10-09 11: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).