public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-01 05:59:24 to 2024-07-02 20:44:01 UTC [more...]

[RFC bpf-next v1 0/8] no_caller_saved_registers attribute for helper calls
 2024-07-02 20:43 UTC  (22+ 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 bpf-next] libbpf: use original struct sizes for skeleton iterations
 2024-07-02 19:59 UTC 

[PATCH v2 00/12] uprobes: add batched register/unregister APIs and per-CPU RW semaphore
 2024-07-02 19:18 UTC  (20+ 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 v2 bpf-next 0/3] bpf: sparse cleanup
 2024-07-02 18:12 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/3] bpf: Add casts to keep sparse quiet
` [PATCH v2 bpf-next 2/3] bpf: Move a few bpf_func_proto declarations
` [PATCH v2 bpf-next 3/3] bpf: Implement bpf_check_basics_ok() as a macro

[syzbot] [net?] [bpf?] general protection fault in dev_map_redirect
 2024-07-02 18:40 UTC  (2+ messages)

[PATCH net-next v15 00/14] Device Memory TCP
 2024-07-02 18:14 UTC  (24+ messages)
` [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 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 v2] perf,x86: avoid missing caller address in stack traces captured in uprobe
 2024-07-02 17:18 UTC 

[PATCH] perf,x86: avoid missing caller address in stack traces captured in uprobe
 2024-07-02 17:17 UTC  (3+ messages)

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

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

[PATCH bpf-next] bpftool: Mount bpffs when pinmaps path not under the bpffs
 2024-07-02 16:30 UTC  (3+ messages)

[PATCHv2 bpf-next 0/9] uprobe, bpf: Add session support
 2024-07-02 16:10 UTC  (12+ 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 v6 0/6] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-07-02 14:49 UTC  (7+ messages)
` [PATCH v6 3/6] fs/procfs: add build ID fetching to PROCMAP_QUERY API

[PATCH bpf-next v6 0/3] Add 12-argument support for RV64 bpf trampoline
 2024-07-02 14:10 UTC  (7+ messages)
` [PATCH bpf-next v6 1/3] riscv, bpf: "
` [PATCH bpf-next v6 2/3] selftests/bpf: Factor out many args tests from tracing_struct
` [PATCH bpf-next v6 3/3] selftests/bpf: Add testcase where 7th argment is struct

[PATCH net-next 0/3] net: bpf_net_context cleanups
 2024-07-02 13:52 UTC  (5+ messages)

[PATCH bpf-next v3 0/2] selftests/xsk: Enhance traffic validation and batch size support
 2024-07-02 13:20 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] selftests/xsk: Ensure traffic validation proceeds after ring size adjustment in xskxceiver
` [PATCH bpf-next v3 2/2] selftests/xsk: Enhance batch size support with dynamic configurations

[PATCH net v2] net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socket
 2024-07-02 12:46 UTC  (5+ messages)

[PATCH bpf-next v5 0/3] Add 12-argument support for RV64 bpf trampoline
 2024-07-02 11:57 UTC  (6+ messages)
` [PATCH bpf-next v5 1/3] riscv, bpf: "
` [PATCH bpf-next v5 2/3] selftests/bpf: Factor out many args tests from tracing_struct
` [PATCH bpf-next v5 3/3] selftests/bpf: Add testcase where 7th argment is struct

[PATCH bpf-next] kbuild, bpf: reproducible BTF from pahole when KBUILD_BUILD_TIMESTAMP set
 2024-07-02  9:49 UTC  (5+ messages)

[PATCH v2 2/2] test_bpf: Introduce an skb_segment test for frag_list whose head_frag=true and gso_size was mangled
 2024-07-02  9:23 UTC  (3+ messages)
` [PATCH v2 1/2] net: Fix skb_segment when splitting gso_size mangled skb having linear-headed frag_list whose head_frag=true

[PATCH net v3 0/2] bugfixes for skmsg
 2024-07-02  7:02 UTC  (7+ 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 net v4] skmsg: skip empty sge in sk_msg_recvmsg
 2024-07-02  6:55 UTC 

linux-next: manual merge of the bpf-next tree with the risc-v tree
 2024-07-02  1:33 UTC 

[PATCH RESEND bpf-next v4 0/3] Add 12-argument support for RV64 bpf trampoline
 2024-07-02  1:24 UTC  (4+ 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-02  1:23 UTC  (3+ messages)

[PATCH 0/3] tools build: Incorrect fixdep dependencies
 2024-07-02  1:11 UTC  (6+ messages)
` [PATCH 1/3] tools build: Correct libsubcmd "
` [PATCH 2/3] tools build: Avoid circular .fixdep-in.o.cmd issues
` [PATCH 3/3] tools build: Correct bpf fixdep dependencies

[PATCH sched_ext/for-6.11 1/2] sched_ext: Implement DSQ iterator
 2024-07-02  0:55 UTC  (10+ messages)
` [PATCH sched_ext/for-6.11 2/2] sched_ext: Implement scx_bpf_consume_task()

[Bpf] Re: Writing into a ring buffer map from user space
 2024-07-02  0:54 UTC  (11+ messages)
      ` [Bpf] Re: [EXTERNAL] "

[PATCH v5 0/8] Faultable Tracepoints
 2024-07-02  0:02 UTC  (3+ messages)
` [PATCH v5 6/8] tracing/bpf-trace: Add support for faultable tracepoints

[syzbot] [bpf?] [net?] general protection fault in xdp_do_redirect
 2024-07-01 23:53 UTC 

[PATCH v12 5/5] bpf: Only enable BPF LSM hooks when an LSM program is attached
 2024-07-01 23:40 UTC  (4+ messages)

[regression] bpf_local_storage.c:785:60: error: ‘kvmalloc_array_node_noprof’ sizes specified with ‘sizeof’
 2024-07-01 23:21 UTC 

[syzbot] [bpf?] [net?] stack segment fault in bpf_xdp_redirect
 2024-07-01 23:19 UTC  (2+ messages)

[syzbot] [bpf?] [net?] stack segment fault in dev_hash_map_redirect
 2024-07-01 22:06 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 v6 00/10] PCI: imx6: Fix\rename\clean up and add lut information for imx95
 2024-07-01 18:32 UTC  (7+ messages)
` [PATCH v6 02/10] PCI: imx6: Fix i.MX8MP PCIe EP's occasional failure to trigger MSI
` [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

[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 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  (2+ messages)

[PATCH v6 bpf-next 0/3] netfilter: Add the capability to offload flowtable in XDP layer
 2024-07-01 15:10 UTC  (2+ messages)

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

[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 bpf-next v2 0/2] Use overflow.h helpers to check for overflows
 2024-07-01  9:45 UTC  (4+ messages)
` [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  (3+ 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  (5+ messages)
` [PATCH v5 bpf-next 3/3] selftests/bpf: Add selftest for bpf_xdp_flow_lookup kfunc


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