BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-02 17:39:08 to 2024-04-04 02:40:27 UTC [more...]

[PATCH net,v2] net: mana: Fix Rx DMA datasize and skb_over_panic
 2024-04-04  2:40 UTC  (2+ messages)

[PATCH net v2] bpf, skmsg: fix NULL pointer dereference in sk_psock_skb_ingress_enqueue
 2024-04-04  2:10 UTC 

[PATCHv2 0/3] uprobe: uretprobe speed up
 2024-04-04  2:00 UTC  (10+ messages)
` [PATCHv2 1/3] uprobe: Add uretprobe syscall to speed up return probe

[syzbot] [mm?] BUG: unable to handle kernel paging request in copy_from_kernel_nofault (2)
 2024-04-04  1:41 UTC 

[PATCH net] bpf, skmsg: fix NULL pointer dereference in sk_psock_skb_ingress_enqueue
 2024-04-04  1:25 UTC  (4+ messages)

[PATCH bpf-next v3 0/5] bpf: Add bpf_link support for sk_msg and sk_skb progs
 2024-04-04  1:11 UTC  (16+ messages)
` [PATCH bpf-next v3 1/5] "
          ` run bpf prog w/o sockmap [was: bpf: Add bpf_link support for sk_msg and sk_skb progs]
` [PATCH bpf-next v3 2/5] libbpf: Add bpf_link support for BPF_PROG_TYPE_SOCKMAP
` [PATCH bpf-next v3 5/5] selftests/bpf: Add some tests with new bpf_program__attach_sockmap() APIs

[PATCH bpf-next 1/2] bpf: Allow invoking kfuncs from BPF_PROG_TYPE_SYSCALL progs
 2024-04-04  1:03 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Verify calling core kfuncs from BPF_PROG_TYPE_SYCALL

[PATCH bpf-next v5 0/6] sleepable bpf_timer (was: allow HID-BPF to do device IOs)
 2024-04-04  1:01 UTC  (6+ messages)
` [PATCH bpf-next v5 1/6] bpf/helpers: introduce sleepable bpf_timers

[PATCH bpf-next] selftests/bpf: Add F_SETFL for fcntl
 2024-04-04  0:27 UTC  (4+ messages)

[PATCH v3 bpf-next 0/2] Inline bpf_get_branch_snapshot() BPF helper
 2024-04-04  0:26 UTC  (3+ messages)
` [PATCH v3 bpf-next 1/2] bpf: make bpf_get_branch_snapshot() architecture-agnostic
` [PATCH v3 bpf-next 2/2] bpf: inline bpf_get_branch_snapshot() helper

[Bug Report] Packet drops after trimming skb using bpf_skb_adjust_room
 2024-04-04  0:22 UTC 

[RFC/PATCHES 00/12] pahole: Reproducible parallel DWARF loading/serial BTF encoding
 2024-04-04  0:08 UTC  (17+ messages)
` [PATCH 01/12] core: Allow asking for a reproducible build
` [PATCH 02/12] pahole: Disable BTF multithreaded encoded when doing reproducible builds
` [PATCH 03/12] dwarf_loader: Separate creating the cu/dcu pair from processing it
` [PATCH 04/12] dwarf_loader: Introduce dwarf_cus__process_cu()
` [PATCH 05/12] dwarf_loader: Create the cu/dcu pair in dwarf_cus__nextcu()
` [PATCH 06/12] dwarf_loader: Remove unused 'thr_data' arg from dwarf_cus__create_and_process_cu()
` [PATCH 07/12] core: Add unlocked cus__add() variant
` [PATCH 08/12] core: Add cus__remove(), counterpart of cus__add()
` [PATCH 09/12] dwarf_loader: Add the cu to the cus list early, remove on LSK_DELETE
` [PATCH 10/12] core/dwarf_loader: Add functions to set state of CU processing
` [PATCH 11/12] pahole: Encode BTF serially in a reproducible build
` [PATCH 12/12] tests: Add a BTF reproducible generation test

[PATCH bpf-next] bpf: pack struct bpf_fib_lookup
 2024-04-03 22:31 UTC  (7+ messages)

[PATCH bpf-next] rethook: Remove warning messages printed for finding return address of a frame
 2024-04-03 22:15 UTC  (4+ messages)

[PATCH v2 bpf-next 0/2] Inline bpf_get_branch_snapshot() BPF helper
 2024-04-03 22:10 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/2] bpf: make bpf_get_branch_snapshot() architecture-agnostic
` [PATCH v2 bpf-next 2/2] bpf: inline bpf_get_branch_snapshot() helper

[PATCH v3 1/2] ftrace: make extra rcu_is_watching() validation check optional
 2024-04-03 22:03 UTC  (2+ messages)
` [PATCH v3 2/2] rethook: honor CONFIG_FTRACE_VALIDATE_RCU_IS_WATCHING in rethook_try_get()

[PATCH v2 bpf-next 0/4] Add internal-only BPF per-CPU instruction
 2024-04-03 22:01 UTC  (8+ messages)

[PATCH bpf-next] bpf: Fix verifier error due to narrower scalar spill onto 64-bit spilled scalar slots
 2024-04-03 21:46 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Make sure libbpf doesn't enforce the signature of a func pointer
 2024-04-03 21:34 UTC  (7+ messages)

[PATCH net-next v2 0/4] Change BPF_TEST_RUN use the system page pool for live XDP frames
 2024-04-03 20:39 UTC  (6+ messages)
` [PATCH net-next v2 1/4] net: Register system page pool as an XDP memory model
` [PATCH net-next v2 2/4] bpf: test_run: Use system page pool for XDP live frame mode

10x regression in processed instructions after recent verifier change
 2024-04-03 20:09 UTC  (4+ messages)

[Question]: How to disable modules BTF independently?
 2024-04-03 20:01 UTC  (7+ messages)

Provisional registration procedure
 2024-04-03 19:17 UTC  (8+ messages)
` [Bpf] "

[syzbot] [bpf?] KMSAN: uninit-value in percpu_array_map_lookup_percpu_elem
 2024-04-03 17:55 UTC  (2+ messages)

[PATCH] uprobes: reduce contention on uprobes_tree access
 2024-04-03 17:50 UTC  (8+ messages)

[RFC PATCH net-next v8 00/14] Device Memory TCP
 2024-04-03 17:27 UTC  (16+ messages)
` [RFC PATCH net-next v8 01/14] queue_api: define queue api
` [RFC PATCH net-next v8 02/14] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v8 03/14] net: netdev netlink api to bind dma-buf to a net device
` [RFC PATCH net-next v8 04/14] netdev: support binding dma-buf to netdevice
` [RFC PATCH net-next v8 05/14] netdev: netdevice devmem allocator
` [RFC PATCH net-next v8 06/14] page_pool: convert to use netmem
` [RFC PATCH net-next v8 07/14] page_pool: devmem support
` [RFC PATCH net-next v8 08/14] memory-provider: dmabuf devmem memory provider
` [RFC PATCH net-next v8 09/14] net: support non paged skb frags
` [RFC PATCH net-next v8 10/14] net: add support for skbs with unreadable frags
` [RFC PATCH net-next v8 11/14] tcp: RX path for devmem TCP
` [RFC PATCH net-next v8 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [RFC PATCH net-next v8 13/14] net: add devmem TCP documentation
` [RFC PATCH net-next v8 14/14] selftests: add ncdevmem, netcat for devmem TCP

[PATCH AUTOSEL 6.6 04/20] kernfs: RCU protect kernfs_nodes and avoid kernfs_idr_lock in kernfs_find_and_get_node_by_id()
 2024-04-03 17:17 UTC 

[PATCH AUTOSEL 6.8 05/28] kernfs: RCU protect kernfs_nodes and avoid kernfs_idr_lock in kernfs_find_and_get_node_by_id()
 2024-04-03 17:16 UTC 

[PATCH] Inaccurate rejection conditions
 2024-04-03 16:30 UTC  (4+ messages)

[PATCH v4 0/4] perf/x86/amd: add LBR capture support outside of hardware events
 2024-04-03 16:08 UTC  (5+ messages)

[PATCH bpf-next v3 0/2] Add 12-argument support for RV64 bpf trampoline
 2024-04-03 15:50 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] riscv, bpf: "
` [PATCH bpf-next v3 2/2] selftests/bpf: Add testcase where 7th argment is struct

[PATCH bpf-next v4] bpftool: Mount bpffs on provided dir instead of parent dir
 2024-04-03 15:23 UTC  (3+ messages)

[PATCH] bpf: replace deprecated strncpy with strscpy
 2024-04-03 15:10 UTC  (4+ messages)

[PATCH bpf-next v3 0/7] Selftests/xsk: Test with maximum and minimum HW ring size configurations
 2024-04-03 14:20 UTC  (2+ messages)

[PATCH] ftrace: make extra rcu_is_watching() validation check optional
 2024-04-03 13:55 UTC  (16+ messages)

[PATCH v2 bpf-next] bpf: Fix latent unsoundness in and/or/xor value tracking
 2024-04-03 13:25 UTC  (3+ messages)

[PATCH bpf-next 0/5] Support local vmtest for riscv64
 2024-04-03 12:29 UTC  (20+ messages)
` [PATCH bpf-next 2/5] riscv, bpf: Relax restrictions on Zbb instructions

[PATCH bpf-next v3] selftests/bpf: Move test_dev_cgroup to prog_tests
 2024-04-03 12:03 UTC  (5+ messages)

[PATCH RESEND bpf v2 0/2] x86/bpf: Fixes for the BPF JIT with retbleed=stuff
 2024-04-03  9:04 UTC  (6+ messages)

[syzbot] [bpf?] KMSAN: uninit-value in trie_delete_elem
 2024-04-03  8:47 UTC  (5+ messages)

[PATCH bpf-next v2 0/2] Add 12-argument support for RV64 bpf trampoline
 2024-04-03  7:26 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] riscv, bpf: "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add testcase where 7th argment is struct

[PATCH v5 0/4] perf/x86/amd: add LBR capture support outside of hardware events
 2024-04-03  7:19 UTC  (2+ messages)

[PATCH bpf-next v5 0/2] bpf: Add a generic bits iterator
 2024-04-03  3:33 UTC  (3+ messages)

[PATCH bpf-next 0/2] Add 12-argument support for RV64 bpf trampoline
 2024-04-03  3:24 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add testcase where 7th argment is struct

[PATCH bpf-next v4 0/2] bpf,arm64: Add support for BPF Arena
 2024-04-03  2:50 UTC  (2+ messages)

[PATCH bpf-next] bpf: Optimize emit_mov_imm64()
 2024-04-03  2:34 UTC  (3+ messages)

[PATCH v1 bpf-next 0/8] selftests/bpf: Add sockaddr tests for kernel networking
 2024-04-03  0:05 UTC  (9+ messages)
` [PATCH v1 bpf-next 1/8] selftests/bpf: Introduce sock_addr_testmod
` [PATCH v1 bpf-next 4/8] selftests/bpf: Add recv_msg_from_client to network helpers
` [PATCH v1 bpf-next 5/8] selftests/bpf: Factor out load_path and defines from test_sock_addr

[PATCH bpf-next 1/2] bpf: prevent r10 register from being marked as precise
 2024-04-02 23:26 UTC  (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add fp-leaking precise subprog result tests

[PATCH net-next v13 00/15] Introducing P4TC (series 1)
 2024-04-02 23:13 UTC  (3+ messages)

[PATCH] perf lock contention: Add a missing NULL check
 2024-04-02 21:37 UTC  (5+ messages)

[PATCH v2 0/2] libbpf: API to partially consume items from ringbuffer
 2024-04-02 20:41 UTC  (7+ messages)
` [PATCH 1/2] libbpf: ringbuf: allow to consume up to a certain amount of items
` [PATCH 2/2] libbpf: Add ring__consume_max / ring_buffer__consume_max

[PATCH dwarves v6 0/3] pahole: Inject kfunc decl tags into BTF
 2024-04-02 20:24 UTC  (2+ messages)

[RFC PATCH bpf-next 0/3] bpf: freeze a task cgroup from bpf
 2024-04-02 18:20 UTC  (14+ messages)


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