public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-27 15:02:53 to 2024-07-01 00:10:20 UTC [more...]

[PATCH v6 00/10] PCI: imx6: Fix\rename\clean up and add lut information for imx95
 2024-07-01  0:10 UTC  (16+ 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

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

[PATCH bpf-next 0/3] bpf: sparse cleanup
 2024-06-30 22:01 UTC  (6+ messages)
` [PATCH bpf-next 1/3] bpf: Add casts to keep sparse quiet
` [PATCH bpf-next 2/3] bpf: Move a few bpf_func_proto declarations
` [PATCH bpf-next 3/3] bpf: Implement bpf_check_basics_ok() as a macro

[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] uprobe: Do not use UPROBE_SWBP_INSN as static initializer
 2024-06-30  6:29 UTC  (19+ messages)
` [PATCH] LoongArch: uprobes: make UPROBE_SWBP_INSN/UPROBE_XOLBP_INSN constant
            ` [PATCH] LoongArch: make the users of larch_insn_gen_break() constant

[PATCH 00/12] uprobes: add batched register/unregister APIs and per-CPU RW semaphore
 2024-06-29 23:30 UTC  (10+ messages)
` [PATCH 04/12] uprobes: revamp uprobe refcounting and lifetime management
` [PATCH 06/12] uprobes: add batch uprobe register/unregister APIs

[PATCH v6 bpf-next 0/3] netfilter: Add the capability to offload flowtable in XDP layer
 2024-06-29 22:26 UTC  (4+ 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 v5 bpf-next 0/3] netfilter: Add the capability to offload flowtable in XDP layer
 2024-06-29 22:06 UTC  (11+ 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 "

[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 bpf-next] libbpf: fix error handling in btf__distill_base()
 2024-06-29 10:04 UTC  (2+ messages)

[RFC bpf-next v1 0/8] no_caller_saved_registers attribute for helper calls
 2024-06-29  9:47 UTC  (9+ 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 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  (15+ messages)
` [PATCH v6 1/6] fs/procfs: extract logic for getting VMA name constituents
` [PATCH v6 2/6] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
` [PATCH v6 3/6] fs/procfs: add build ID fetching to PROCMAP_QUERY API
` [PATCH v6 4/6] docs/procfs: call out ioctl()-based PROCMAP_QUERY command existence
` [PATCH v6 5/6] tools: sync uapi/linux/fs.h header into tools subdir
` [PATCH v6 6/6] selftests/proc: add PROCMAP_QUERY ioctl tests

[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  (21+ messages)
                      ` APIs for qp-trie //Re: "

[PATCH] selftests/bpf:fix a resource leak
 2024-06-28 22:23 UTC  (2+ messages)

[PATCH net v2] net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socket
 2024-06-28 20:35 UTC  (3+ messages)
` [PATCH net v3] "

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

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

[PATCH bpf-next 00/10] s390/bpf: Implement arena
 2024-06-28  9:13 UTC  (7+ messages)
` [PATCH bpf-next 08/10] s390/bpf: Support arena atomics
` [PATCH bpf-next 09/10] selftests/bpf: Add UAF tests for "

[PATCH v4 00/11] Improve the copy of task comm
 2024-06-28  9:05 UTC  (12+ messages)
` [PATCH v4 01/11] fs/exec: Drop task_lock() inside __get_task_comm()
  ` [PATCH v4 02/11] auditsc: Replace memcpy() with __get_task_comm()
  ` [PATCH v4 03/11] security: "
  ` [PATCH v4 04/11] bpftool: Ensure task comm is always NUL-terminated
  ` [PATCH v4 05/11] mm/util: Fix possible race condition in kstrdup()
  ` [PATCH v4 06/11] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
  ` [PATCH v4 07/11] mm/kmemleak: Replace strncpy() with __get_task_comm()
  ` [PATCH v4 08/11] tsacct: "
  ` [PATCH v4 09/11] tracing: "
  ` [PATCH v4 10/11] net: Replace strcpy() "
  ` [PATCH v4 11/11] drm: "

Backporting callback handling fixes to stable 6.1
 2024-06-28  8:26 UTC  (3+ messages)

[PATCH net-next v6 00/10] virtio-net: support AF_XDP zero copy
 2024-06-28  5:50 UTC  (15+ messages)
` [PATCH net-next v6 05/10] virtio_net: xsk: bind/unbind xsk for rx
` [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 net-next v6 09/10] virtio_net: xsk: rx: support recv merge mode
` [PATCH net-next v6 10/10] virtio_net: xsk: rx: free the unused xsk buffer

[PATCH net v3 0/2] bugfixes for skmsg
 2024-06-28  5:47 UTC  (3+ 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 0/6] HID: bpf: import some more fixes from udev-hid-bpf
 2024-06-28  0:22 UTC  (3+ messages)
` [PATCH 2/6] HID: bpf: add a driver for the Huion Inspiroy 2S (H641P)

[PATCH] mm: mmap_lock: replace get_memcg_path_buf() with on-stack buffer
 2024-06-27 21:41 UTC  (2+ messages)

[PATCH net-next v14 00/13] Device Memory TCP
 2024-06-27 20:47 UTC  (8+ messages)
` [PATCH net-next v14 13/13] selftests: add ncdevmem, netcat for devmem TCP

[PATCH v2 0/7] riscv: Various text patching improvements
 2024-06-27 17:50 UTC  (2+ messages)

[PATCH iwl-next v4 0/4] igb: Add support for AF_XDP zero-copy
 2024-06-27 17:18 UTC  (4+ messages)
  ` [Intel-wired-lan] "

[PATCH v5 0/8] Faultable Tracepoints
 2024-06-27 15:23 UTC  (9+ messages)
` [PATCH v5 1/8] cleanup.h: Header include guard should match header name
` [PATCH v5 2/8] cleanup.h guard: Rename DEFINE_ prefix to DECLARE_
` [PATCH v5 3/8] cleanup.h: Introduce DEFINE_INACTIVE_GUARD and activate_guard
` [PATCH v5 4/8] tracing: Introduce faultable tracepoints
` [PATCH v5 5/8] tracing/ftrace: Add support for "
` [PATCH v5 6/8] tracing/bpf-trace: "
` [PATCH v5 7/8] tracing/perf: "
` [PATCH v5 8/8] tracing: Convert sys_enter/exit to "

[PATCH bpf-next] libbpf: Make btf_name_info.needs_size unsigned
 2024-06-27 15:02 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