public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-28 10:10:34 to 2024-07-01 23:07:46 UTC [more...]

[PATCH bpf-next] kbuild, bpf: reproducible BTF from pahole when KBUILD_BUILD_TIMESTAMP set
 2024-07-01 23:07 UTC  (2+ messages)

[PATCH v2 00/12] uprobes: add batched register/unregister APIs and per-CPU RW semaphore
 2024-07-01 22:39 UTC  (13+ messages)
` [PATCH v2 01/12] uprobes: update outdated comment
` [PATCH v2 02/12] uprobes: correct mmap_sem locking assumptions in uprobe_write_opcode()
` [PATCH v2 03/12] uprobes: simplify error handling for alloc_uprobe()
` [PATCH v2 04/12] uprobes: revamp uprobe refcounting and lifetime management
` [PATCH v2 05/12] uprobes: move offset and ref_ctr_offset into uprobe_consumer
` [PATCH v2 06/12] uprobes: add batch uprobe register/unregister APIs
` [PATCH v2 07/12] uprobes: inline alloc_uprobe() logic into __uprobe_register()
` [PATCH v2 08/12] uprobes: split uprobe allocation and uprobes_tree insertion steps
` [PATCH v2 09/12] uprobes: batch uprobes_treelock during registration
` [PATCH v2 10/12] uprobes: improve lock batching for uprobe_unregister_batch
` [PATCH v2 11/12] uprobes,bpf: switch to batch uprobe APIs for BPF multi-uprobes
` [PATCH v2 12/12] uprobes: switch uprobes_treelock to per-CPU RW semaphore

[PATCH 00/12] uprobes: add batched register/unregister APIs and per-CPU RW semaphore
 2024-07-01 22:15 UTC  (13+ messages)
` [PATCH 04/12] uprobes: revamp uprobe refcounting and lifetime management
` [PATCH 06/12] uprobes: add batch uprobe register/unregister APIs

[syzbot] [bpf?] [net?] stack segment fault in dev_hash_map_redirect
 2024-07-01 22:06 UTC 

[syzbot] [bpf?] [net?] stack segment fault in bpf_xdp_redirect
 2024-07-01 20:29 UTC 

[syzbot] [net?] [bpf?] general protection fault in dev_map_redirect
 2024-07-01 20:19 UTC 

[RFC PATCH v3 00/11] powerpc: Add support for ftrace direct and BPF trampolines
 2024-07-01 19:58 UTC  (20+ messages)
` [RFC PATCH v3 01/11] powerpc/kprobes: Use ftrace to determine if a probe is at function entry
` [RFC PATCH v3 02/11] powerpc/ftrace: Unify 32-bit and 64-bit ftrace entry code
` [RFC PATCH v3 03/11] powerpc/module_64: Convert #ifdef to IS_ENABLED()
` [RFC PATCH v3 04/11] powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftrace
` [RFC PATCH v3 05/11] kbuild: Add generic hook for architectures to use before the final vmlinux link
` [RFC PATCH v3 06/11] powerpc64/ftrace: Move ftrace sequence out of line
` [RFC PATCH v3 11/11] powerpc64/bpf: Add support for bpf trampolines

[PATCH net-next v15 00/14] Device Memory TCP
 2024-07-01 19:04 UTC  (7+ messages)
` [PATCH net-next v15 02/14] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v15 12/14] net: add devmem TCP documentation

[RFC bpf-next v1 0/8] no_caller_saved_registers attribute for helper calls
 2024-07-01 19:01 UTC  (10+ messages)
` [RFC bpf-next v1 1/8] bpf: add a get_helper_proto() utility function
` [RFC bpf-next v1 2/8] bpf: no_caller_saved_registers attribute for helper calls
` [RFC bpf-next v1 3/8] bpf, x86: no_caller_saved_registers for bpf_get_smp_processor_id()
` [RFC bpf-next v1 4/8] selftests/bpf: extract utility function for BPF disassembly
` [RFC bpf-next v1 5/8] selftests/bpf: no need to track next_match_pos in struct test_loader
` [RFC bpf-next v1 6/8] selftests/bpf: extract test_loader->expect_msgs as a data structure
` [RFC bpf-next v1 7/8] selftests/bpf: allow checking xlated programs in verifier_* tests
` [RFC bpf-next v1 8/8] selftests/bpf: test no_caller_saved_registers spill/fill removal

[PATCH v6 00/10] PCI: imx6: Fix\rename\clean up and add lut information for imx95
 2024-07-01 18:32 UTC  (18+ messages)
` [PATCH v6 01/10] PCI: imx6: Fix establish link failure in EP mode for iMX8MM and iMX8MP
` [PATCH v6 02/10] PCI: imx6: Fix i.MX8MP PCIe EP's occasional failure to trigger MSI
` [PATCH v6 04/10] PCI: imx6: Introduce SoC specific callbacks for controlling REFCLK
` [PATCH v6 05/10] PCI: imx6: Simplify switch-case logic by involve core_reset callback
` [PATCH v6 06/10] PCI: imx6: Improve comment for workaround ERR010728
` [PATCH v6 09/10] PCI: imx6: Call: Common PHY API to set mode, speed, and submode
` [PATCH v6 10/10] PCI: imx6: Add i.MX8Q PCIe root complex (RC) support

[PATCH bpf-next v2 00/11] s390/bpf: Implement arena
 2024-07-01 17:02 UTC  (14+ messages)
` [PATCH bpf-next v2 01/11] bpf: Fix atomic probe zero-extension
` [PATCH bpf-next v2 02/11] s390/bpf: Factor out emitting probe nops
` [PATCH bpf-next v2 03/11] s390/bpf: Get rid of get_probe_mem_regno()
` [PATCH bpf-next v2 04/11] s390/bpf: Introduce pre- and post- probe functions
` [PATCH bpf-next v2 05/11] s390/bpf: Land on the next JITed instruction after exception
` [PATCH bpf-next v2 06/11] s390/bpf: Support BPF_PROBE_MEM32
` [PATCH bpf-next v2 07/11] s390/bpf: Support address space cast instruction
` [PATCH bpf-next v2 08/11] s390/bpf: Enable arena
` [PATCH bpf-next v2 09/11] s390/bpf: Support arena atomics
` [PATCH bpf-next v2 10/11] selftests/bpf: Add UAF tests for "
` [PATCH bpf-next v2 11/11] selftests/bpf: Remove arena tests from DENYLIST.s390x

[PATCHv2 bpf-next 0/9] uprobe, bpf: Add session support
 2024-07-01 16:41 UTC  (10+ messages)
` [PATCHv2 bpf-next 1/9] uprobe: Add support for session consumer
` [PATCHv2 bpf-next 2/9] bpf: Add support for uprobe multi session attach
` [PATCHv2 bpf-next 3/9] bpf: Add support for uprobe multi session context
` [PATCHv2 bpf-next 4/9] libbpf: Add support for uprobe multi session attach
` [PATCHv2 bpf-next 5/9] libbpf: Add uprobe session attach type names to attach_type_name
` [PATCHv2 bpf-next 6/9] selftests/bpf: Add uprobe session test
` [PATCHv2 bpf-next 7/9] selftests/bpf: Add uprobe session cookie test
` [PATCHv2 bpf-next 8/9] selftests/bpf: Add uprobe session recursive test
` [PATCHv2 bpf-next 9/9] selftests/bpf: Add uprobe session consumers test

[PATCH bpf-next v2 0/2] selftests/xsk: Enhance traffic validation and batch size support
 2024-07-01 16:40 UTC  (6+ messages)
` [PATCH bpf-next v2 1/2] selftests/xsk: Ensure traffic validation proceeds after ring size adjustment in xskxceiver
` [PATCH bpf-next v2 2/2] selftests/xsk: Enhance batch size support with dynamic configurations

A question about BTF naming convention
 2024-07-01 16:30 UTC  (2+ messages)

[PATCH RESEND bpf-next v4 0/3] Add 12-argument support for RV64 bpf trampoline
 2024-07-01 16:12 UTC  (3+ messages)
` [PATCH RESEND bpf-next v4 2/3] selftests/bpf: Factor out many args tests from tracing_struct

[PATCH bpf v2] bpf: Fix null pointer dereference in resolve_prog_type() for BPF_PROG_TYPE_EXT
 2024-07-01 15:39 UTC  (2+ messages)

[PATCH RESEND bpf-next v2 0/3] Use bpf_prog_pack for RV64 bpf trampoline
 2024-07-01 15:20 UTC  (2+ messages)

[PATCH] selftests/bpf:Delete extra blank Lines
 2024-07-01 15:20 UTC  (2+ messages)

[PATCH bpf-next] libbpf: fix error handling in btf__distill_base()
 2024-07-01 15:10 UTC  (3+ messages)

[PATCH v6 bpf-next 0/3] netfilter: Add the capability to offload flowtable in XDP layer
 2024-07-01 15:10 UTC  (5+ messages)
` [PATCH v6 bpf-next 1/3] netfilter: nf_tables: add flowtable map for xdp offload
` [PATCH v6 bpf-next 2/3] netfilter: add bpf_xdp_flow_lookup kfunc
` [PATCH v6 bpf-next 3/3] selftests/bpf: Add selftest for "

[PATCH] LoongArch: uprobes: make UPROBE_SWBP_INSN/UPROBE_XOLBP_INSN constant
 2024-07-01 15:01 UTC  (9+ messages)
      ` [PATCH] LoongArch: make the users of larch_insn_gen_break() constant

[PATCH net v2] net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socket
 2024-07-01 14:04 UTC  (5+ messages)
` [PATCH net v3] "

[PATCH 0/6] HID: bpf: import some more fixes from udev-hid-bpf
 2024-07-01 13:46 UTC  (2+ messages)

[PATCH 5.10] arm64/bpf: Remove 128MB limit for BPF JIT programs
 2024-07-01 11:46 UTC 

[PATCH net v3 0/2] bugfixes for skmsg
 2024-07-01 10:29 UTC  (6+ messages)
` [PATCH net v3 1/2] skmsg: prevent empty ingress skb from enqueuing
` [PATCH net v3 2/2] skmsg: bugfix for sk_msg sge iteration

[PATCH bpf-next v2 0/2] Use overflow.h helpers to check for overflows
 2024-07-01  9:45 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] bpf: use check_add_overflow() to check for addition overflows
` [PATCH bpf-next v2 2/2] bpf: use check_sub_overflow() to check for subtraction overflows

[PATCH] selftests/bpf:fix a resource leak
 2024-07-01  9:27 UTC  (4+ messages)

[PATCH net-next v6 00/10] virtio-net: support AF_XDP zero copy
 2024-07-01  8:34 UTC  (12+ messages)
` [PATCH net-next v6 07/10] virtio_net: xsk: rx: support fill with xsk buffer
` [PATCH net-next v6 08/10] virtio_net: xsk: rx: support recv small mode

[PATCH v5 bpf-next 0/3] netfilter: Add the capability to offload flowtable in XDP layer
 2024-07-01  8:07 UTC  (12+ messages)
` [PATCH v5 bpf-next 1/3] netfilter: nf_tables: add flowtable map for xdp offload
` [PATCH v5 bpf-next 2/3] netfilter: add bpf_xdp_flow_lookup kfunc
` [PATCH v5 bpf-next 3/3] selftests/bpf: Add selftest for "

[Linux-v6.9.7] BTF/pahole issue with LLVM/Clang ThinLTO
 2024-06-30 23:10 UTC  (4+ messages)

[PATCH bpf-next 3/3] bpf: Implement bpf_check_basics_ok() as a macro
 2024-06-30 22:01 UTC  (3+ messages)

[RFC net-next 1/9] skb: introduce gro_disabled bit
 2024-06-30 13:40 UTC  (6+ messages)

XDP Performance Regression in recent kernel versions
 2024-06-30 11:43 UTC  (8+ messages)

[PATCH bpf 0/2] Fix reported sockmap splat
 2024-06-29 15:34 UTC  (3+ messages)
` [PATCH bpf 1/2] bpf: sockmap, fix introduced strparser recursive lock

[PATCH net-next v9 00/13] First try to replace page_frag with page_frag_cache
 2024-06-29 11:14 UTC  (5+ messages)

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

[PATCH v12 0/5] Reduce overhead of LSMs with static calls
 2024-06-29  8:28 UTC  (4+ messages)
` [PATCH v12 3/5] security: Replace indirect LSM hook calls "

[PATCH v12 5/5] bpf: Only enable BPF LSM hooks when an LSM program is attached
 2024-06-29  8:13 UTC  (3+ messages)

[Bpf] Re: Writing into a ring buffer map from user space
 2024-06-29  6:44 UTC  (10+ messages)
      ` [Bpf] Re: [EXTERNAL] "

[PATCH sched_ext/for-6.11 1/2] sched_ext: Take out ->priq and ->flags from scx_dsq_node
 2024-06-29  1:49 UTC  (2+ messages)
` [PATCH v3 sched_ext/for-6.11 2/2] sched_ext: Implement DSQ iterator

[PATCH sched_ext/for-6.11 1/2] sched_ext: Implement DSQ iterator
 2024-06-29  1:35 UTC  (11+ messages)
` [PATCH sched_ext/for-6.11 2/2] sched_ext: Implement scx_bpf_consume_task()

[PATCH bpf-next v6 0/9] use network helpers, part 8
 2024-06-29  1:20 UTC  (10+ messages)
` [PATCH bpf-next v6 1/9] selftests/bpf: Add backlog for network_helper_opts
` [PATCH bpf-next v6 2/9] selftests/bpf: Use start_server_str in sockmap_ktls
` [PATCH bpf-next v6 3/9] selftests/bpf: Use connect_to_fd "
` [PATCH bpf-next v6 4/9] selftests/bpf: Use make_sockaddr "
` [PATCH bpf-next v6 5/9] selftests/bpf: Close fd in error path in drop_on_reuseport
` [PATCH bpf-next v6 6/9] selftests/bpf: Use start_server_str in sk_lookup
` [PATCH bpf-next v6 7/9] selftests/bpf: Use connect_to_fd "
` [PATCH bpf-next v6 8/9] selftests/bpf: Use connect_to_addr "
` [PATCH bpf-next v6 9/9] selftests/bpf: Drop make_socket "

[PATCH net-next 0/3] net: bpf_net_context cleanups
 2024-06-29  1:07 UTC  (6+ messages)
` [PATCH net-next 1/3] net: Remove task_struct::bpf_net_context init on fork
` [PATCH net-next 2/3] net: Optimize xdp_do_flush() with bpf_net_context infos
` [PATCH net-next 3/3] net: Move flush list retrieval to where it is used

[PATCH v6 bpf-next 0/9] bpf: support resilient split BTF
 2024-06-28 23:30 UTC  (3+ messages)
` [PATCH v6 bpf-next 1/9] libbpf: add btf__distill_base() creating split BTF with distilled base BTF

[PATCH v6 0/6] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-06-28 23:03 UTC  (10+ messages)
` [PATCH v6 3/6] fs/procfs: add build ID fetching to PROCMAP_QUERY API

[PATCH bpf-next v5 0/9] use network helpers, part 8
 2024-06-28 22:38 UTC  (3+ messages)
` [PATCH bpf-next v5 6/9] selftests/bpf: Use start_server_str in sk_lookup

Question: Is it OK to assume the address of bpf_dynptr_kern will be 8-bytes aligned and reuse the lowest bits to save extra info ?
 2024-06-28 22:24 UTC  (17+ messages)
                      ` APIs for qp-trie //Re: "

Potential deadlock in bpf_htab_lru
 2024-06-28 19:02 UTC 

[PATCH net] net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socket
 2024-06-28 16:24 UTC  (3+ messages)

[PATCH RFC v2 0/8] net: stmmac: convert stmmac "pcs" to phylink
 2024-06-28 15:07 UTC  (9+ messages)
` [PATCH RFC net-next v2 10/17] net: stmmac: Introduce internal PCS offset-based CSR access
` [PATCH RFC net-next v2 14/17] net: stmmac: Move internal PCS PHYLINK ops to stmmac_pcs.c
` [PATCH RFC net-next v2 16/17] net: stmmac: Move internal PCS init method "
` [PATCH RFC net-next v2 17/17] net: stmmac: pcs: Drop the _SHIFT macros

[PATCH v2 0/4] Introduce user namespace capabilities
 2024-06-28 14:45 UTC  (4+ messages)
` [PATCH v2 2/4] capabilities: Add securebit to restrict userns caps


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox