BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-22 17:58:21 to 2024-08-26 17:28:37 UTC [more...]

[PATCH v2 0/8] x86/module: use large ROX pages for text allocations
 2024-08-26 17:29 UTC  (10+ messages)
` [PATCH v2 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v2 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v2 3/8] asm-generic: introduce text-patching.h
` [PATCH v2 4/8] module: prepare to handle ROX allocations for text
` [PATCH v2 5/8] ftrace: Add swap_func to ftrace_process_locs()
` [PATCH v2 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v2 7/8] execmem: add support for cache of large ROX pages
` [PATCH v2 8/8] x86/module: enable ROX caches for module text

[RFC] kbuild: bpf: Do not run pahole with -j on 32bit userspace
 2024-08-26 17:03 UTC  (10+ messages)

[PATCH v6 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-08-26 16:19 UTC  (12+ messages)
` [PATCH v6 bpf-next 08/10] bpf: decouple stack_map_get_build_id_offset() from perf_callchain_entry
` [PATCH v6 bpf-next 09/10] bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers
` [PATCH v6 bpf-next 10/10] selftests/bpf: add build ID tests

[PATCH dwarves 0/2] add distilled base BTF support to pahole
 2024-08-26 16:18 UTC  (3+ messages)

[PATCH v2] uprobes: make trace_uprobe->nhit counter a per-CPU one
 2024-08-26 16:17 UTC  (5+ messages)

pull-request: bpf-next 2024-08-23
 2024-08-26 16:10 UTC  (2+ messages)

[PATCH v2] tracing/uprobe: Add missing PID filter for uretprobe
 2024-08-26 14:52 UTC  (13+ messages)

[PATCH v3 1/3] perf bpf-filter: Support multiple events properly
 2024-08-26 14:39 UTC  (6+ messages)
` [PATCH v3 2/3] perf tools: Print lost samples due to BPF filter

[PATCH bpf-next 0/4] bpf: Fix tailcall infinite loop caused by freplace
 2024-08-26 14:32 UTC  (6+ messages)
` [PATCH bpf-next 1/4] bpf, x64: "
` [PATCH bpf-next 2/4] bpf, arm64: "
` [PATCH bpf-next 3/4] selftests/bpf: Add testcases for another tailcall infinite loop fixing
` [PATCH bpf-next 4/4] selftests/bpf: Fix verifier tailcall jit selftest

[PATCH v3] uprobes: turn trace_uprobe's nhit counter to be per-CPU one
 2024-08-26 13:50 UTC  (2+ messages)

[PATCH v7 0/8] Improve the copy of task comm
 2024-08-26 13:13 UTC  (6+ messages)
` [PATCH v7 6/8] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}

[syzbot] [bpf?] [trace?] WARNING in bpf_get_stack_raw_tp
 2024-08-26 12:52 UTC 

[PATCH net-next v15 11/13] net: replace page_frag with page_frag_cache
 2024-08-26 12:40 UTC 

[PATCH net,v3] tcp: fix forever orphan socket caused by tcp_abort
 2024-08-26 12:11 UTC  (2+ messages)

[PATCH bpf-next v2 0/8] libbpf, selftests/bpf: Support cross-endian usage
 2024-08-26 10:58 UTC  (16+ messages)
` [PATCH bpf-next v2 1/8] libbpf: Improve log message formatting
` [PATCH bpf-next v2 4/8] libbpf: Support BTF.ext loading and output in either endianness
` [PATCH bpf-next v2 5/8] libbpf: Support opening bpf objects of "
` [PATCH bpf-next v2 6/8] libbpf: Support linking "
` [PATCH bpf-next v2 7/8] libbpf: Support creating light skeleton "

Problem testing with S390x under QEMU on x86_64
 2024-08-26 10:50 UTC  (8+ messages)

[PATCH bpf-next 0/2] bpf, arm64: Simplify jited prologue/epilogue
 2024-08-26 10:37 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf, arm64: Get rid of fpb
` [PATCH bpf-next 2/2] bpf, arm64: Avoid blindly saving/restoring all callee-saved registers

[PATCH bpf 1/4] bpf: Fix helper writes to read-only maps
 2024-08-26  6:39 UTC  (7+ messages)
` [PATCH bpf 2/4] bpf: Zero ARG_PTR_TO_{LONG,INT} | MEM_UNINIT args in case of error
` [PATCH bpf 3/4] selftests/bpf: Fix ARG_PTR_TO_LONG {half-,}uninitialized test
` [PATCH bpf 4/4] selftests/bpf: Add a test case to write into .rodata

[PATCH v2] objpool: fix choosing allocation for percpu slots
 2024-08-26  6:07 UTC 

[PATCH] objpool: fix choosing allocation for percpu slots
 2024-08-26  5:43 UTC  (4+ messages)

Re: [PATCH bpf-next] bpf: Allow error injection for update_socket_protocol
 2024-08-26  4:05 UTC  (2+ messages)
  `  "

BPF CI and stable backports (was Re: [PATCH stable 6.6 2/2] selftests/bpf: Add a test to verify previous stacksafe() fix)
 2024-08-26  2:26 UTC  (3+ messages)

[PATCH bpf-next] bpf, x64: Fix a jit convergence issue
 2024-08-25 20:04 UTC 

[PATCH bpf-next 0/2] selftests: bpf: avoid duplicated UAPI headers
 2024-08-25 19:39 UTC  (7+ messages)
` [PATCH bpf-next 1/2] selftests: bpf: use KHDR_INCLUDES for the "

[PATCH v2] selftests: fix relative rpath usage
 2024-08-25  9:40 UTC  (3+ messages)

[PATCH net-next v22 00/13] Device Memory TCP
 2024-08-25  4:15 UTC  (14+ messages)
` [PATCH net-next v22 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v22 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v22 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v22 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v22 05/13] page_pool: devmem support
` [PATCH net-next v22 06/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v22 07/13] net: support non paged skb frags
` [PATCH net-next v22 08/13] net: add support for skbs with unreadable frags
` [PATCH net-next v22 09/13] tcp: RX path for devmem TCP
` [PATCH net-next v22 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v22 11/13] net: add devmem TCP documentation
` [PATCH net-next v22 12/13] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v22 13/13] netdev: add dmabuf introspection

[PATCH v2 0/6] sysctl: prepare sysctl core for const struct ctl_table
 2024-08-24 18:05 UTC  (3+ messages)
` [PATCH v2 1/6] sysctl: avoid spurious permanent empty tables

[PATCH net-next v2] net: refactor ->ndo_bpf calls into dev_xdp_propagate
 2024-08-24 14:30 UTC  (2+ messages)

[PATCH net v4] bpf, net: Check cgroup_bpf_enabled() only once in do_sock_getsockopt()
 2024-08-24  2:04 UTC  (6+ messages)

[PATCH v4 bpf-next 0/5] Support bpf_kptr_xchg into local kptr
 2024-08-23 23:59 UTC  (5+ messages)
` [PATCH v4 bpf-next 5/5] selftests/bpf: Test bpf_kptr_xchg stashing "

[PATCH bpf-next] selftests/bpf: compare vmlinux.h checksum when building %.bpf.o
 2024-08-23 23:06 UTC 

[bpf-next v10 1/2] bpf: Add bpf_copy_from_user_str kfunc
 2024-08-23 22:50 UTC  (4+ messages)
` [bpf-next v10 2/2] bpf: Add tests for "

[Patch net-next] tcp_bpf: remove an unused parameter for bpf_tcp_ingress()
 2024-08-23 22:48 UTC 

[PATCH bpf-next] selftests/bpf: use simply-expanded variables for libpcap flags
 2024-08-23 22:30 UTC  (3+ messages)

Weird failure with bpftool when building 6.11-rc4 with clang+rust+lto
 2024-08-23 21:45 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: make use of PROCMAP_QUERY ioctl if available
 2024-08-23 21:31 UTC  (7+ messages)

[bpf-next v9 1/2] bpf: Add bpf_copy_from_user_str kfunc
 2024-08-23 19:05 UTC  (6+ messages)
` [bpf-next v9 2/2] bpf: Add tests for "

[PATCH bpf-next v2] bpf: Fix bpf_get/setsockopt to tos not take effect when TCP over IPv4 via INET6 API
 2024-08-23 18:53 UTC  (4+ messages)

[PATCH] kbuild: pahole-version: avoid errors if executing fails
 2024-08-23 18:47 UTC  (4+ messages)

[PATCH net-next v14 09/11] net: replace page_frag with page_frag_cache
 2024-08-23 17:40 UTC  (2+ messages)

[PATCH net-next 0/6] Suspend IRQs during application busy periods
 2024-08-23 17:30 UTC  (2+ messages)
` [PATCH net-next 6/6] docs: networking: Describe irq suspension

[PATCH bpf-next] selftests/bpf: add multi-uprobe benchmarks
 2024-08-23 17:10 UTC  (5+ messages)

[RFC PATCH v3 34/37] kvx: Add power controller driver
 2024-08-23 14:46 UTC  (6+ messages)
` [RFC PATCH v3 35/37] kvx: Add IPI driver

[PATCH bpf-next 0/3] follow up for __jited test tag
 2024-08-23 14:40 UTC  (5+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: test_loader.c:get_current_arch() should not return 0
` [PATCH bpf-next 2/3] selftests/bpf: match both retq/rethunk in verifier_tailcall_jit
` [PATCH bpf-next 3/3] selftests/bpf: #define LOCAL_LABEL_LEN for jit_disasm_helpers.c

[PATCH net-next v9 0/3] Add minimal XDP support to TI AM65 CPSW Ethernet driver
 2024-08-23 14:20 UTC  (5+ messages)
` [PATCH net-next v9 3/3] net: ethernet: ti: am65-cpsw: Add minimal XDP support

[net-next v4 0/5] net: stmmac: Add PCI driver support for BCM8958x
 2024-08-23 13:48 UTC  (3+ messages)
` [net-next v4 3/5] net: stmmac: Integrate dw25gmac into stmmac hwif handling

[PATCH net] net: mana: Fix race of mana_hwc_post_rx_wqe and new hwc response
 2024-08-23 13:30 UTC  (2+ messages)

[PATCH bpf-next v2] net: Don't allow to attach xdp if bond slave device's upper already has a program
 2024-08-23 13:29 UTC  (4+ messages)

[PATCH bpf-next] netkit: Disable netpoll support
 2024-08-23 12:27 UTC  (3+ messages)

[PATCH iwl-net v4 0/6] ice: fix synchronization between .ndo_bpf() and reset
 2024-08-23 11:21 UTC  (10+ messages)
` [PATCH iwl-net v4 1/6] ice: move netif_queue_set_napi to rtnl-protected sections
` [PATCH iwl-net v4 2/6] ice: protect XDP configuration with a mutex
` [PATCH iwl-net v4 3/6] ice: check for XDP rings instead of bpf program when unconfiguring
` [PATCH iwl-net v4 4/6] ice: check ICE_VSI_DOWN under rtnl_lock when preparing for reset
` [PATCH iwl-net v4 5/6] ice: remove ICE_CFG_BUSY locking from AF_XDP code
` [PATCH iwl-net v4 6/6] ice: do not bring the VSI up, if it was down before the XDP setup

[PATCH bpf] bpf: add check for invalid name in btf_name_valid_section()
 2024-08-23 10:43 UTC 

[PATCH bpf-next 2/2] selftests/bpf: Add tests for bpf_get_dentry_xattr
 2024-08-23 10:38 UTC  (10+ messages)

[Patch bpf] tcp_bpf: fix return value of tcp_bpf_sendmsg()
 2024-08-23  8:25 UTC  (5+ messages)

[PATCH] selftests/bpf: Fix incorrect parameters in NULL pointer checking
 2024-08-23  7:12 UTC  (7+ messages)

[PATCH stable 6.6 1/2] bpf: Fix a kernel verifier crash in stacksafe()
 2024-08-23  1:48 UTC  (2+ messages)
` [PATCH stable 6.6 2/2] selftests/bpf: Add a test to verify previous stacksafe() fix

[PATCH stable 6.10 1/2] bpf: Fix a kernel verifier crash in stacksafe()
 2024-08-23  1:46 UTC  (2+ messages)
` [PATCH stable 6.10 2/2] selftests/bpf: Add a test to verify previous stacksafe() fix

[bpf-next v8 1/2] bpf: Add bpf_copy_from_user_str kfunc
 2024-08-23  0:51 UTC  (6+ messages)
` [bpf-next v8 2/2] bpf: Add tests for "

[PATCH net-next 00/12] Unmask upper DSCP bits - part 1
 2024-08-23  0:10 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: emit top frequent C code lines in veristat
 2024-08-22 22:29 UTC  (2+ messages)

[bpf-next v7 1/2] bpf: Add bpf_copy_from_user_str kfunc
 2024-08-22 22:20 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] bpf: Fix updating attached freplace prog to prog_array map
 2024-08-22 20:36 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] "

[PATCH bpf-next] bpf: Allow error injection for update_socket_protocol
 2024-08-22 18:43 UTC  (3+ messages)

Question: Move BPF_SK_LOOKUP ahead of connected UDP sk lookup?
 2024-08-22 18:29 UTC  (4+ messages)

[PATCH v2 bpf-next 0/8] bpf: Add gen_epilogue and allow kfunc call in pro/epilogue
 2024-08-22 17:58 UTC  (7+ messages)
` [PATCH v2 bpf-next 7/8] bpf: Allow pro/epilogue to call kfunc


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).