BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-22 02:20:06 to 2024-06-25 02:47:33 UTC [more...]

[PATCH net-next v13 00/13] Device Memory TCP
 2024-06-25  2:47 UTC  (5+ messages)
` [PATCH net-next v13 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v13 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v13 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v13 04/13] netdev: netdevice devmem allocator

[PATCH -next] cgroup: fix uaf when proc_cpuset_show
 2024-06-25  2:40 UTC  (12+ messages)
  ` [PATCH] cgroup/cpuset: Prevent UAF in proc_cpuset_show()

[PATCHSET v7] sched: Implement BPF extensible scheduler class
 2024-06-25  1:58 UTC  (4+ messages)
` [PATCH 10/30] sched_ext: Add scx_simple and scx_example_qmap example schedulers
    ` [PATCH sched_ext/for-6.11] sched_ext: Drop tools_clean target from the top-level Makefile

pull-request: bpf 2024-06-24
 2024-06-25  1:41 UTC  (2+ messages)

[PATCH v11 00/18] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-06-25  1:37 UTC  (2+ messages)

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

[PATCH bpf-next v2 0/2] Zero overhead PROBE_MEM
 2024-06-25  1:26 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] x86: Perform BPF exception fixup in do_user_addr_fault

linux-next: build failure after merge of the bpf-next tree
 2024-06-25  1:22 UTC  (4+ messages)

[PATCH v2 0/4] Fix user stack traces captured from uprobes
 2024-06-25  1:22 UTC  (13+ messages)
` [PATCH v2 1/4] uprobes: rename get_trampoline_vaddr() and make it global
` [PATCH v2 2/4] perf,uprobes: fix user stack traces in the presence of pending uretprobes
` [PATCH v2 4/4] selftests/bpf: add test validating uprobe/uretprobe stack traces

[PATCH bpf-next v4 0/9] use network helpers, part 8
 2024-06-25  0:59 UTC  (13+ messages)
` [PATCH bpf-next v4 1/9] selftests/bpf: Add backlog for network_helper_opts
` [PATCH bpf-next v4 2/9] selftests/bpf: Use start_server_str in sockmap_ktls
` [PATCH bpf-next v4 3/9] selftests/bpf: Use connect_to_fd "
` [PATCH bpf-next v4 4/9] selftests/bpf: Use make_sockaddr "
` [PATCH bpf-next v4 5/9] selftests/bpf: Close fd in error path in drop_on_reuseport
` [PATCH bpf-next v4 6/9] selftests/bpf: Invoke attach_reuseport out of make_server
` [PATCH bpf-next v4 7/9] selftests/bpf: Use start_server_str in sk_lookup
` [PATCH bpf-next v4 8/9] selftests/bpf: Use connect_to_fd "
` [PATCH bpf-next v4 9/9] selftests/bpf: Use connect_to_addr "

[PATCHSET v6] sched: Implement BPF extensible scheduler class
 2024-06-24 23:59 UTC  (25+ messages)
` [PATCH 04/39] sched: Add sched_class->reweight_task()
` [PATCH 05/39] sched: Add sched_class->switching_to() and expose check_class_changing/changed()
` [PATCH 07/39] sched: Expose css_tg() and __setscheduler_prio()
` [PATCH 09/39] sched: Add @reason to sched_class->rq_{on|off}line()
` [PATCH 10/39] sched: Factor out update_other_load_avgs() from __update_blocked_others()
` [PATCH 18/39] sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED_EXT
` [PATCH 19/39] sched_ext: Print sched_ext info when dumping stack

[PATCH v9 net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT
 2024-06-24 23:37 UTC  (7+ messages)
` [PATCH v9 net-next 15/15] net: Move per-CPU flush-lists to bpf_net_context "

[PATCH] bpf, btf: Make if test explicit to fix Coccinelle error
 2024-06-24 23:27 UTC  (5+ messages)

[PATCH v3 0/8] Refactor perf python module build
 2024-06-24 22:26 UTC  (4+ messages)
` [PATCH v3 7/8] perf python: Switch module to linking libraries from building source

[PATCHSET v6] sched: Implement BPF extensible scheduler class
 2024-06-24 22:17 UTC  (38+ messages)
                ` [PATCH sched_ext/for-6.11] sched, sched_ext: Replace scx_next_task_picked() with sched_class->switch_class()
                    ` [PATCH sched_ext/for-6.11] sched, sched_ext: Simplify dl_prio() case handling in sched_fork()

[PATCH bpf-next 0/2] Use overflow.h helpers to check for overflows
 2024-06-24 20:17 UTC  (8+ messages)
` [PATCH bpf-next 1/2] bpf: verifier: use check_add_overflow() to check for addition overflows
` [PATCH bpf-next 2/2] bpf: verifier: use check_sub_overflow() to check for subtraction overflows

[PATCH bpf] libbpf: skip base btf sanity checks
 2024-06-24 20:10 UTC  (4+ messages)

[PATCH net 0/3] Fixes for BPF selftests on loongarch
 2024-06-24 20:08 UTC  (7+ messages)
` [PATCH net 1/3] skmsg: null check for page in sk_msg_recvmsg
` [PATCH net 2/3] inet: null check for close in inet_release
` [PATCH net 3/3] selftests/bpf: Null checks for link in bpf_tcp_ca

[PATCH bpf v2] af_unix: Disable MSG_OOB handling for sockets in sockmap/sockhash
 2024-06-24 20:02 UTC  (3+ messages)

[PATCH v2 bpf-next] libbpf: fix clang compilation error in btf_relocate.c
 2024-06-24 19:29 UTC 

[RFC net-next 1/9] skb: introduce gro_disabled bit
 2024-06-24 18:17 UTC  (12+ messages)

[PATCH bpf-next] libbpf: fix clang compilation error in
 2024-06-24 16:22 UTC  (2+ messages)

[PATCH v5 00/12] PCI: imx6: Fix\rename\clean up and add lut information for imx95
 2024-06-24 15:06 UTC  (4+ messages)
` [PATCH v5 08/12] PCI: imx6: Config look up table(LUT) to support MSI ITS and IOMMU for i.MX95

[PATCH v5 08/12] PCI: imx6: Config look up table(LUT) to support MSI ITS and IOMMU for i.MX95
 2024-06-24 15:00 UTC  (3+ messages)

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-24 14:12 UTC  (13+ messages)
                      ` APIs for qp-trie //Re: "

[PATCH RFC v2 0/8] net: stmmac: convert stmmac "pcs" to phylink
 2024-06-24 13:26 UTC  (10+ messages)
` [PATCH RFC net-next v2 09/17] net: stmmac: Introduce mac_device_info::priv pointer
` [PATCH RFC net-next v2 10/17] net: stmmac: Introduce internal PCS offset-based CSR access
` [PATCH RFC net-next v2 11/17] net: stmmac: Introduce internal PCS config register getter
` [PATCH RFC net-next v2 12/17] net: stmmac: Introduce internal PCS IRQ enable/disable methods
` [PATCH RFC net-next v2 13/17] net: stmmac: Move internal PCS ANE-control method to dwmac-qcom-ethqos.c
` [PATCH RFC net-next v2 14/17] net: stmmac: Move internal PCS PHYLINK ops to stmmac_pcs.c
` [PATCH RFC net-next v2 15/17] net: stmmac: Move internal PCS ISR "
` [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 bpf v2] bpf: Fix null pointer dereference in resolve_prog_type() for BPF_PROG_TYPE_EXT
 2024-06-24 12:05 UTC 

[RFC PATCH v3 00/11] powerpc: Add support for ftrace direct and BPF trampolines
 2024-06-24 11:59 UTC  (2+ messages)

XDP Performance Regression in recent kernel versions
 2024-06-24 11:46 UTC  (6+ messages)

[PATCH v2] build-id: require program headers to be right after ELF header
 2024-06-24 11:23 UTC 

[PATCH v2] xdp: remove WARN() from __xdp_reg_mem_model()
 2024-06-24 10:10 UTC  (2+ messages)

[PATCH HID 00/12] HID: bpf_struct_ops, part 2
 2024-06-24  8:52 UTC  (6+ messages)
` [PATCH HID 06/12] HID: bpf: add HID-BPF hooks for hid_hw_output_report

[PATCH net-next v12 00/13] Device Memory TCP
 2024-06-24  0:13 UTC  (9+ messages)
` [PATCH net-next v12 06/13] page_pool: devmem support
` [PATCH net-next v12 10/13] tcp: RX path for devmem TCP

[PATCH bpf-next] bpf: fix build when CONFIG_DEBUG_INFO_BTF[_MODULES] is undefined
 2024-06-23 20:00 UTC  (5+ messages)

[PATCH bpf-next v2] bpf, docs: Address comments from IETF Area Directors
 2024-06-23 16:20 UTC  (5+ messages)
` [Bpf] "
  ` [Bpf] "

[PATCH v5 bpf-next 0/3] bpf: Fix tailcall hierarchy
 2024-06-23 16:15 UTC  (4+ messages)
` [PATCH v5 bpf-next 1/3] bpf, x64: "
` [PATCH v5 bpf-next 2/3] bpf, arm64: "
` [PATCH v5 bpf-next 3/3] selftests/bpf: Add testcases for tailcall hierarchy fixing

[PATCH] selftests/bpf: don't close(-1) in serial_test_fexit_stress()
 2024-06-23 13:17 UTC 

[PATCH bpf-next] bpf, docs: Address comments from IETF Area Directors
 2024-06-23  6:53 UTC  (4+ messages)
` [Bpf] "
  ` [Bpf] "

[PATCH v3 00/11] Improve the copy of task comm
 2024-06-23  6:00 UTC  (8+ messages)
` [PATCH v3 06/11] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}

Returning negative values repeatedly from a SOCK_FILTER ebpf prog stalls kernel thread
 2024-06-23  4:51 UTC  (2+ messages)

[PATCH bpf-next v3 0/8] use network helpers, part 8
 2024-06-23  1:20 UTC  (9+ messages)
` [PATCH bpf-next v3 1/8] selftests/bpf: Add backlog for network_helper_opts
` [PATCH bpf-next v3 2/8] selftests/bpf: Use start_server_str in sockmap_ktls
` [PATCH bpf-next v3 3/8] selftests/bpf: Use connect_to_fd "
` [PATCH bpf-next v3 4/8] selftests/bpf: Use start_server_str in sk_lookup
` [PATCH bpf-next v3 5/8] selftests/bpf: Use connect_to_fd "
` [PATCH bpf-next v3 6/8] selftests/bpf: Use connect_to_addr "
` [PATCH bpf-next v3 7/8] selftests/bpf: Drop inetaddr_len "
` [PATCH bpf-next v3 8/8] selftests/bpf: Drop make_socket "

[PATCH net] af_unix: Disable MSG_OOB handling for sockets in sockmap/sockhash
 2024-06-22 22:38 UTC  (3+ messages)

Returning negative values repeatedly from a SOCK_FILTER ebpf prog stalls kernel thread
 2024-06-22 12:15 UTC 

[PATCH] mm: mmap_lock: replace get_memcg_path_buf() with on-stack buffer
 2024-06-22  5:57 UTC 

[PATCH RESEND bpf-next v2 0/3] Use bpf_prog_pack for RV64 bpf trampoline
 2024-06-22  3:04 UTC  (4+ messages)
` [PATCH RESEND bpf-next v2 1/3] bpf: Use precise image size for struct_ops trampoline
` [PATCH RESEND bpf-next v2 2/3] riscv, bpf: Fix out-of-bounds issue when preparing trampoline image
` [PATCH RESEND bpf-next v2 3/3] riscv, bpf: Use bpf_prog_pack for RV64 bpf trampoline

[PATCH RESEND bpf-next v4 0/3] Add 12-argument support for RV64 bpf trampoline
 2024-06-22  2:21 UTC  (3+ messages)
` [PATCH RESEND bpf-next v4 1/3] riscv, bpf: "
` [PATCH RESEND bpf-next v4 3/3] selftests/bpf: Add testcase where 7th argment is struct


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