BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-12 15:59:41 to 2024-06-14 01:34:57 UTC [more...]

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

[PATCH v6 bpf-next 0/9] bpf: support resilient split BTF
 2024-06-14  1:19 UTC  (13+ messages)
` [PATCH v6 bpf-next 1/9] libbpf: add btf__distill_base() creating split BTF with distilled base BTF
` [PATCH v6 bpf-next 2/9] selftests/bpf: test distilled base, split BTF generation
` [PATCH v6 bpf-next 3/9] libbpf: split BTF relocation
` [PATCH v6 bpf-next 4/9] selftests/bpf: extend distilled BTF tests to cover "
` [PATCH v6 bpf-next 5/9] libbpf: make btf_parse_elf process .BTF.base transparently
` [PATCH v6 bpf-next 6/9] resolve_btfids: handle presence of .BTF.base section
` [PATCH v6 bpf-next 7/9] module, bpf: store BTF base pointer in struct module
` [PATCH v6 bpf-next 8/9] libbpf,bpf: share BTF relocate-related code with kernel
` [PATCH v6 bpf-next 9/9] kbuild,bpf: add module-specific pahole flags for distilled base BTF

[RFC PATCH bpf-next] bpf: Support shadow stack for bpf progs
 2024-06-14  0:30 UTC  (2+ messages)

[PATCH RESEND bpf-next v3 0/5] bpf: make trusted args nullable
 2024-06-13 23:40 UTC  (7+ messages)
` [PATCH RESEND bpf-next v3 1/5] bpf: verifier: make kfuncs args nullalble
` [PATCH RESEND bpf-next v3 2/5] bpf: crypto: make state and IV dynptr nullable
` [PATCH RESEND bpf-next v3 3/5] selftests: bpf: crypto: use NULL instead of 0-sized dynptr
` [PATCH RESEND bpf-next v3 4/5] selftests: bpf: crypto: adjust bench to use nullable IV
` [PATCH RESEND bpf-next v3 5/5] selftests: bpf: add testmod kfunc for nullable params

[PATCHSET v6] sched: Implement BPF extensible scheduler class
 2024-06-13 23:38 UTC  (3+ messages)

[PATCH v3 0/8] Refactor perf python module build
 2024-06-13 23:31 UTC  (9+ messages)
` [PATCH v3 1/8] perf build: Add '*.a' to clean targets
` [PATCH v3 2/8] perf ui: Make ui its own library
` [PATCH v3 3/8] perf pmu-events: Make pmu-events a library
` [PATCH v3 4/8] perf test: Make tests its own library
` [PATCH v3 5/8] perf bench: Make bench "
` [PATCH v3 6/8] perf util: Make util "
` [PATCH v3 7/8] perf python: Switch module to linking libraries from building source
` [PATCH v3 8/8] perf python: Clean up build dependencies

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

[PATCH v4 bpf-next 0/3] netfilter: Add the capability to offload flowtable in XDP layer
 2024-06-13 22:34 UTC  (7+ messages)
` [PATCH v4 bpf-next 1/3] netfilter: nf_tables: add flowtable map for xdp offload
` [PATCH v4 bpf-next 3/3] selftests/bpf: Add selftest for bpf_xdp_flow_lookup kfunc

[PATCH v2 00/10] Improve the copy of task comm
 2024-06-13 22:17 UTC  (15+ messages)
` [PATCH v2 01/10] fs/exec: Drop task_lock() inside __get_task_comm()
` [PATCH v2 02/10] auditsc: Replace memcpy() with __get_task_comm()
` [PATCH v2 03/10] security: "
` [PATCH v2 04/10] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v2 05/10] mm/util: Fix possible race condition in kstrdup()
` [PATCH v2 06/10] mm/kmemleak: Replace strncpy() with __get_task_comm()
` [PATCH v2 07/10] tsacct: "
` [PATCH v2 08/10] tracing: "
` [PATCH v2 09/10] net: Replace strcpy() "
` [PATCH v2 10/10] drm: "

ANNOUNCE: pahole v1.27 (reproducible builds, BTF kfuncs)
 2024-06-13 21:40 UTC  (2+ messages)

[PATCH v2 0/4] Introduce user namespace capabilities
 2024-06-13 20:55 UTC  (15+ messages)
` [PATCH v2 4/4] bpf,lsm: Allow editing capabilities in BPF-LSM hooks

[PATCH bpf-next v4 0/2] Regular expression support for test output matching
 2024-06-13 20:09 UTC  (4+ messages)
` [PATCH bpf-next v4 1/2] selftests/bpf: Support checks against a regular expression
` [PATCH bpf-next v4 2/2] selftests/bpf: Match tests against "

[PATCH bpf-next 1/3] bpf: remove unused parameter in bpf_jit_binary_pack_finalize
 2024-06-13 19:24 UTC  (5+ messages)
` [PATCH bpf-next 2/3] bpf: remove unused parameter in __bpf_free_used_btfs
` [PATCH bpf-next 3/3] bpf: remove redeclaration of new_n in bpf_verifier_vlog

Recursive locking in sockmap
 2024-06-13 19:08 UTC  (5+ messages)

[PATCH v2 0/8] Refactor perf python module build
 2024-06-13 18:32 UTC  (9+ messages)
` [PATCH v2 1/8] perf build: Add '*.a' to clean targets
` [PATCH v2 2/8] perf ui: Make ui its own library
` [PATCH v2 3/8] perf pmu-events: Make pmu-events a library
` [PATCH v2 4/8] perf test: Make tests its own library
` [PATCH v2 5/8] perf bench: Make bench "
` [PATCH v2 6/8] perf util: Make util "
` [PATCH v2 7/8] perf python: Switch module to linking libraries from building source
` [PATCH v2 8/8] perf python: Clean up build dependencies

[PATCH bpf v2] bpf: fix UML x86_64 compile failure
 2024-06-13 18:30 UTC  (2+ messages)

[PATCH bpf-next 0/2] Fixes for kfunc prototype generation
 2024-06-13 18:20 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf: Fix bpf_dynptr documentation comments
` [PATCH bpf-next 2/2] bpf: selftests: Do not use generated kfunc prototypes for arena progs

[PATCH bpf v2 1/3] bpf: Fix reg_set_min_max corruption of fake_reg
 2024-06-13 18:20 UTC  (5+ messages)
` [PATCH bpf v2 2/3] bpf: Reduce stack consumption in check_stack_write_fixed_off
` [PATCH bpf v2 3/3] selftests/bpf: Add test coverage for reg_set_min_max handling

[PATCH v1 0/7] Refactor perf python module build
 2024-06-13 16:55 UTC  (12+ messages)
` [PATCH v1 1/7] perf ui: Make ui its own library
` [PATCH v1 2/7] perf pmu-events: Make pmu-events a library
` [PATCH v1 3/7] perf test: Make tests its own library
` [PATCH v1 4/7] perf bench: Make bench "
` [PATCH v1 5/7] perf util: Make util "
` [PATCH v1 6/7] perf python: Switch module to linking libraries from building source
` [PATCH v1 7/7] perf python: Clean up build dependencies

[PATCH v3 bpf-next 0/4] bpf: Track delta between "linked" registers
 2024-06-13 16:10 UTC  (6+ messages)
` [PATCH v3 bpf-next 1/4] bpf: Relax tuple len requirement for sk helpers
` [PATCH v3 bpf-next 2/4] bpf: Track delta between "linked" registers
` [PATCH v3 bpf-next 3/4] bpf: Support can_loop/cond_break on big endian
` [PATCH v3 bpf-next 4/4] selftests/bpf: Add tests for add_const

[PATCH v4] perf trace: BTF-based enum pretty printing
 2024-06-13 15:50 UTC  (5+ messages)

[PATCH bpf] bpf: fix UML x86_64 compile failure
 2024-06-13 15:49 UTC  (3+ messages)

[PATCH iwl-net 0/3] ice: fix synchronization between .ndo_bpf() and reset
 2024-06-13 15:40 UTC  (9+ messages)
        ` [Intel-wired-lan] "

linux-next: build warnings after merge of the bpf-next tree
 2024-06-13 15:22 UTC  (2+ messages)

[PATCH 0/6] kallsyms: Emit symbol for holes in text and fix weak function issue
 2024-06-13 13:37 UTC  (7+ messages)
` [PATCH 1/6] kallsyms: Optimize multiple times of realloc() to one time of malloc()
` [PATCH 2/6] kallsyms: Emit symbol at the holes in the text
` [PATCH 3/6] module: kallsyms: Determine exact function size
` [PATCH 4/6] ftrace: Skip invalid __fentry__ in ftrace_process_locs()
` [PATCH 5/6] ftrace: Fix possible out-of-bound issue "
` [PATCH 6/6] ftrace: Revert the FTRACE_MCOUNT_MAX_OFFSET workaround

[PATCH bpf-next v4 1/2] bpf: add CHECKSUM_COMPLETE to bpf test progs
 2024-06-13 12:40 UTC  (5+ messages)

[PATCH 5.15 225/402] perf ui: Update use of pthread mutex
 2024-06-13 11:33 UTC 

[PATCH 5.10 178/317] perf ui: Update use of pthread mutex
 2024-06-13 11:33 UTC 

[PATCH bpf 1/2] bpf: Fix reg_set_min_max corruption of fake_reg
 2024-06-13 12:00 UTC  (6+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add test coverage for reg_set_min_max handling

[PATCH 5.4 116/202] perf ui: Update use of pthread mutex
 2024-06-13 11:33 UTC 

bpf_ringbuf_reserve deadlock on rt kernels
 2024-06-13 10:40 UTC  (4+ messages)

[PATCH v6 net-next 11/15] lwt: Don't disable migration prio invoking BPF
 2024-06-13  9:33 UTC  (7+ messages)
` [PATCH v6 net-next 12/15] seg6: Use nested-BH locking for seg6_bpf_srh_states
` [PATCH v6 net-next 13/15] net: Use nested-BH locking for bpf_scratchpad
` [PATCH v6 net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT
` [PATCH v6 net-next 15/15] net: Move per-CPU flush-lists to bpf_net_context "

[RFC PATCH net-next 0/3] selftests: Add AF_XDP functionality test
 2024-06-13  6:42 UTC  (5+ messages)

[PATCH] bpf: increase frame warning limit in verifier when using KASAN or KCSAN
 2024-06-13  3:02 UTC  (2+ messages)

[PATCH net-next v4 00/15] virtio-net: support AF_XDP zero copy
 2024-06-13  2:47 UTC  (16+ messages)
` [PATCH net-next v4 01/15] virtio_ring: introduce dma map api for page
` [PATCH net-next v4 08/15] virtio_net: sq support premapped mode
` [PATCH net-next v4 09/15] virtio_net: xsk: bind/unbind xsk
` [PATCH net-next v4 11/15] virtio_net: xsk: tx: support xmit xsk buffer

[PATCH v3] perf trace: BTF-based enum pretty printing
 2024-06-13  2:27 UTC 

[PATCH] x86: net: bpf_jit_comp32: Remove unused 'cnt' variables from most functions
 2024-06-13  2:16 UTC  (4+ messages)

[PATCH bpf-next 0/3] Fix compiler warnings, looking for suggestions
 2024-06-13  2:03 UTC 

[PATCH bpf-next] MAINTAINERS: mailmap: Update Stanislav's email address
 2024-06-13  1:00 UTC  (2+ messages)

[PATCH net-next v11 00/13] Device Memory TCP
 2024-06-13  0:10 UTC  (3+ messages)
` [PATCH net-next v11 05/13] page_pool: convert to use netmem

[PATCH net-next v7 0/2] Add F_SETFL for fcntl in test_sockmap
 2024-06-12 23:40 UTC  (3+ messages)
` [PATCH net-next v7 1/2] tls: receive msg again for sk_redirect

[syzbot] Monthly bpf report (Jun 2024)
 2024-06-12 22:41 UTC 

[PATCH bpf-next v6 0/3] Support kCFI + BPF on arm64
 2024-06-12 17:07 UTC  (4+ messages)
` [PATCH bpf-next v6 1/3] cfi: add C CFI type macro
` [PATCH bpf-next v6 3/3] arm64/cfi,bpf: Use DEFINE_CFI_TYPE in arm64

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

[PATCH bpf-next v5 00/12] bpf: Support dumping kfunc prototypes from BTF
 2024-06-12 18:10 UTC  (3+ messages)
` [PATCH bpf-next v5 12/12] bpftool: "

[PATCH v3 0/9] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-06-12 17:48 UTC  (5+ messages)
` [PATCH v3 3/9] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps

[syzbot] [bpf?] KMSAN: uninit-value in bstr_printf (2)
 2024-06-12 16:26 UTC 

[PATCH v3 1/2] arm64/arch_timer: include <linux/percpu.h>
 2024-06-12 16:08 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).