BPF List
 help / color / mirror / Atom feed
 messages from 2025-03-17 09:23:23 to 2025-03-19 11:07:05 UTC [more...]

[PATCH net-next 0/3] Fix late DMA unmap crash for page pool
 2025-03-19 11:06 UTC  (10+ messages)
` [PATCH net-next 2/3] page_pool: Turn dma_sync and dma_sync_cpu fields into a bitmap
` [PATCH net-next 3/3] page_pool: Track DMA-mapped pages and unmap them when destroying the pool

[PATCH 1/1 next] tools build: Remove the libunwind feature tests from the ones detected when test-all.o builds
 2025-03-19  9:47 UTC  (5+ messages)

[PATCH net v4 0/3] vsock/bpf: Handle races between sockmap update and connect() disconnecting
 2025-03-19  9:34 UTC  (7+ messages)
` [PATCH net v4 1/3] vsock/bpf: Fix EINTR connect() racing sockmap update
` [PATCH net v4 2/3] selftest/bpf: Add test for AF_VSOCK "
` [PATCH net v4 3/3] vsock/bpf: Fix bpf recvmsg() racing transport reassignment

[PATCH bpf-next 00/11] bpf: Mitigate Spectre v1 using barriers
 2025-03-19  9:06 UTC  (9+ messages)
` [PATCH bpf-next 06/11] bpf: Rename sanitize_stack_spill to nospec_result
  ` [PATCH bpf-next 09/11] bpf: Return PTR_ERR from push_stack()
` [PATCH bpf-next 10/11] bpf: Fall back to nospec for sanitization-failures
  ` [PATCH bpf-next 11/11] bpf: Fall back to nospec for spec path verification

[PATCH v4 00/12] Direct Map Removal for guest_memfd
 2025-03-19  7:53 UTC  (8+ messages)
` [PATCH v4 03/12] KVM: guest_memfd: Add flag to remove from direct map

[main-line]warning at arch/powerpc/net/bpf_jit_comp.c:961
 2025-03-19  7:36 UTC  (2+ messages)

linux-next: build failure after merge of the bpf-next tree
 2025-03-19  5:03 UTC  (4+ messages)

[PATCH bpf-next v5 0/2] bpf: Reject attaching fexit/fmod_ret to __noreturn functions
 2025-03-19  2:20 UTC  (4+ messages)
` [PATCH bpf-next v5 1/2] "
` [PATCH bpf-next v5 2/2] selftests/bpf: Add selftest for attaching fexit "

[PATCH bpf] bpf: clarify a misleading verifier error message
 2025-03-19  2:20 UTC  (3+ messages)

[PATCH bpf-next] bpf: Only fails the busy counter check in bpf_cgrp_storage_get if it creates storage
 2025-03-19  2:10 UTC  (2+ messages)

[RFC PATCH bpf-next 0/3] Avoid skipping sockets with socket iterators
 2025-03-19  0:30 UTC  (10+ messages)
` [RFC PATCH bpf-next 1/3] bpf: udp: Avoid socket skips during iteration

[RFC PATCH bpf-next 00/14] instruction sets and static keys
 2025-03-18 21:00 UTC  (23+ messages)
` [RFC PATCH bpf-next 01/14] bpf: fix a comment describing bpf_attr
` [RFC PATCH bpf-next 02/14] bpf: add new map type: instructions set
` [RFC PATCH bpf-next 03/14] selftests/bpf: add selftests for new insn_set map
` [RFC PATCH bpf-next 04/14] bpf: add support for an extended JA instruction
` [RFC PATCH bpf-next 05/14] bpf: Add kernel/bpftool asm support for new instructions
` [RFC PATCH bpf-next 06/14] bpf: add BPF_STATIC_KEY_UPDATE syscall
` [RFC PATCH bpf-next 07/14] bpf: save the start of functions in bpf_prog_aux
` [RFC PATCH bpf-next 08/14] bpf, x86: implement static key support
` [RFC PATCH bpf-next 09/14] selftests/bpf: add guard macros around likely/unlikely
` [RFC PATCH bpf-next 10/14] libbpf: add likely/unlikely macros
` [RFC PATCH bpf-next 11/14] selftests/bpf: remove likely/unlikely definitions
` [RFC PATCH bpf-next 12/14] libbpf: BPF Static Keys support
` [RFC PATCH bpf-next 13/14] libbpf: Add bpf_static_key_update() API
` [RFC PATCH bpf-next 14/14] selftests/bpf: Add tests for BPF static calls

[PATCH bpf-next v4 00/25] Resilient Queued Spin Lock
 2025-03-18 20:32 UTC  (2+ messages)

[PATCH RFC 0/2] Dynamically allocate memory to store task's full name
 2025-03-18 18:06 UTC  (6+ messages)

[PATCHSET v4 sched_ext/for-6.15] sched_ext: Enhance built-in idle selection with allowed CPUs
 2025-03-18 17:31 UTC  (11+ messages)
` [PATCH 1/6] sched_ext: idle: Extend topology optimizations to all tasks
` [PATCH 2/6] sched_ext: idle: Explicitly pass allowed cpumask to scx_select_cpu_dfl()
` [PATCH 3/6] sched_ext: idle: Accept an arbitrary cpumask in scx_select_cpu_dfl()
` [PATCH 4/6] sched_ext: idle: Introduce scx_bpf_select_cpu_and()
` [PATCH 5/6] selftests/sched_ext: Add test for scx_bpf_select_cpu_and()
` [PATCH 6/6] sched_ext: idle: Deprecate scx_bpf_select_cpu_dfl()

[PATCH bpf-next v2] bpf: make perf_event_read_output accessible from BPF core when available
 2025-03-18 17:30 UTC  (2+ messages)

[PATCH net-next 00/16] idpf: add XDP support
 2025-03-18 17:10 UTC  (14+ messages)
` [PATCH net-next 03/16] libeth: add a couple of XDP helpers (libeth_xdp)
` [PATCH net-next 07/16] idpf: link NAPIs to queues
` [PATCH net-next 11/16] idpf: prepare structures to support XDP
` [PATCH net-next 12/16] idpf: implement XDP_SETUP_PROG in ndo_bpf for splitq

[PATCH bpf-next v11 0/4] bpf: add cpu time counter kfuncs
 2025-03-18 16:42 UTC  (13+ messages)
` [PATCH bpf-next v11 1/4] bpf: add bpf_get_cpu_time_counter kfunc
` [PATCH bpf-next v11 2/4] bpf: add bpf_cpu_time_counter_to_ns helper
` [PATCH bpf-next v11 3/4] selftests/bpf: add selftest to check bpf_get_cpu_time_counter jit
` [PATCH bpf-next v11 4/4] selftests/bpf: add usage example for cpu time counter kfuncs

[PATCH] tools: fix annoying "mkdir -p ..." logs when building tools in parallel
 2025-03-18 16:41 UTC  (2+ messages)

[PATCH dwarves] btf_encoder: Filter out __gendwarfksyms_ptr_
 2025-03-18 16:14 UTC  (3+ messages)

[PATCH bpf-next] bpf: Define bpf_token_show_fdinfo with CONFIG_PROC_FS
 2025-03-18 15:20 UTC  (4+ messages)

[PATCH 00/13] selftests/bpf: Integrate test_xsk.c to test_progs framework
 2025-03-18 15:10 UTC  (4+ messages)
` [PATCH 10/13] selftests/bpf: test_xsk: Split xskxceiver

[PATCH bpf-next v3 0/2] selftests/xsk: Add tests for XDP tail adjustment in AF_XDP
 2025-03-18 14:58 UTC  (5+ messages)
` [PATCH bpf-next v3 2/2] selftests/xsk: Add tail adjustment tests and support check

[PATCH net-next v2 0/7] net: xdp: Add missing metadata support for some xdp drvs
 2025-03-18 11:46 UTC  (8+ messages)
` [PATCH net-next v2 1/7] net: mvneta: Add metadata support for xdp mode
` [PATCH net-next v2 2/7] net: mvpp2: "
` [PATCH net-next v2 3/7] net: netsec: "
` [PATCH net-next v2 4/7] net: octeontx2: "
` [PATCH net-next v2 5/7] net: ethernet: mediatek: "
` [PATCH net-next v2 6/7] net: mana: "
` [PATCH net-next v2 7/7] net: ti: cpsw: "

[PATCH net-next 0/7] net: xdp: Add missing metadata support for some xdp drvs
 2025-03-18 11:06 UTC  (3+ messages)

[PATCH net, v2] net: mana: Support holes in device list reply msg
 2025-03-18 10:40 UTC  (2+ messages)

[PATCH bpf-next 0/2] selftests/bpf: Migrate test_xdp_vlan.sh into test_progs
 2025-03-18 10:25 UTC  (3+ messages)

[PATCHv4 RESEND net-next 0/2] selftests: wireguards: use nftables for testing
 2025-03-18 10:24 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Sanitize pointer prior fclose()
 2025-03-18  9:44 UTC  (2+ messages)

[PATCH net] vsock/bpf: Handle EINTR connect() racing against sockmap update
 2025-03-18  8:42 UTC  (7+ messages)

[PATCH net] bonding: check xdp prog when set bond mode
 2025-03-18  7:24 UTC  (8+ messages)

[PATCH bpf-next] bpf: Define bpf_token_show_fdinfo with CONFIG_PROC_FS
 2025-03-18  5:00 UTC  (3+ messages)

[PATCH bpf-next v4] bpf: Reject attaching fexit/fmod_ret to __noreturn functions
 2025-03-18  3:57 UTC  (5+ messages)
` [PATCH bpf-next v4] selftests/bpf: Add selftest for attaching fexit "

[PATCH iwl-next v10 00/14] igc: Add support for Frame Preemption feature in IGC
 2025-03-18  3:07 UTC  (15+ messages)
` [PATCH iwl-next v10 01/14] net: stmmac: move frag_size handling out of spin_lock
` [PATCH iwl-next v10 02/14] net: ethtool: mm: extract stmmac verification logic into common library
` [PATCH iwl-next v10 03/14] net: ethtool: mm: reset verification status when link is down
` [PATCH iwl-next v10 04/14] igc: rename xdp_get_tx_ring() for non-xdp usage
` [PATCH iwl-next v10 05/14] igc: rename I225_RXPBSIZE_DEFAULT and I225_TXPBSIZE_DEFAULT
` [PATCH iwl-next v10 06/14] igc: use FIELD_PREP and GENMASK for existing TX packet buffer size
` [PATCH iwl-next v10 07/14] igc: optimize TX packet buffer utilization for TSN mode
` [PATCH iwl-next v10 08/14] igc: use FIELD_PREP and GENMASK for existing RX packet buffer size
` [PATCH iwl-next v10 09/14] igc: set the RX packet buffer size for TSN mode
` [PATCH iwl-next v10 10/14] igc: add support for frame preemption verification
` [PATCH iwl-next v10 11/14] igc: add support to set tx-min-frag-size
` [PATCH iwl-next v10 12/14] igc: block setting preemptible traffic class in taprio
` [PATCH iwl-next v10 13/14] igc: add support to get MAC Merge data via ethtool
` [PATCH iwl-next v10 14/14] igc: add support to get frame preemption statistics "

[PATCH v7 net-next 00/12] AccECN protocol preparation patch series
 2025-03-18  0:25 UTC  (5+ messages)

[PATCH bpf-next v1 1/2] bpf: states with loop entry have incomplete read/precision marks
 2025-03-17 21:46 UTC  (6+ messages)

[PATCH bpf-next v2 0/2] bpftool: Using the right format specifiers
 2025-03-17 21:00 UTC  (2+ messages)

[PATCH bpf-next v6 0/4] Support freplace prog from user namespace
 2025-03-17 20:50 UTC  (6+ messages)
` [PATCH bpf-next v6 1/4] bpf: BPF token support for BPF_BTF_GET_FD_BY_ID
` [PATCH bpf-next v6 2/4] bpf: return prog btf_id without capable check
` [PATCH bpf-next v6 3/4] libbpf: pass BPF token from find_prog_btf_id to BPF_BTF_GET_FD_BY_ID
` [PATCH bpf-next v6 4/4] selftests/bpf: test freplace from user namespace

[PATCH bpf-next v5 00/13] bpf qdisc
 2025-03-17 19:44 UTC  (4+ messages)
` [PATCH bpf-next v5 04/13] bpf: net_sched: Add basic bpf qdisc kfuncs

[PATCH v2] perf trace: Implement syscall summary in BPF
 2025-03-17 18:37 UTC  (2+ messages)

[PATCH 1/1 perf-tools-next] tools features: Don't check for libunwind devel files by default
 2025-03-17 17:12 UTC 

[PATCH] selftests/bpf: Replace deprecated strncpy() with strscpy()
 2025-03-17 16:54 UTC  (2+ messages)

[PATCH stable 5.4 0/2] openvswitch port output fixes
 2025-03-17 16:49 UTC  (4+ messages)
` [PATCH stable 5.4 1/2] net: openvswitch: fix race on port output
` [PATCH stable 5.4 2/2] openvswitch: fix lockup on tx to unregistering netdev with carrier

[PATCH stable 5.10 0/2] openvswitch port output fixes
 2025-03-17 15:45 UTC  (3+ messages)
` [PATCH stable 5.10 1/2] net: openvswitch: fix race on port output
` [PATCH stable 5.10 2/2] openvswitch: fix lockup on tx to unregistering netdev with carrier

[PATCH stable 5.15 0/2] openvswitch port output fixes
 2025-03-17 15:47 UTC  (3+ messages)
` [PATCH stable 5.15 1/2] net: openvswitch: fix race on port output
` [PATCH stable 5.15 2/2] openvswitch: fix lockup on tx to unregistering netdev with carrier

[PATCH stable] xdp: Reset bpf_redirect_info before running a xdp's BPF prog
 2025-03-17 14:08 UTC  (3+ messages)

[RFC] Use after free in BPF/ XDP during XDP_REDIRECT
 2025-03-17 12:01 UTC  (9+ messages)

[PATCH stable 6.6 v3] lib/buildid: Handle memfd_secret() files in build_id_parse()
 2025-03-17 10:18 UTC  (2+ messages)

[PATCH stable 6.1 v3] lib/buildid: Handle memfd_secret() files in build_id_parse()
 2025-03-17 10:18 UTC  (2+ messages)

[PATCH stable 5.15 v3] lib/buildid: Handle memfd_secret() files in build_id_parse()
 2025-03-17 10:18 UTC  (2+ messages)

[PATCH net-next 0/3] Bug fixes from XDP and perout series
 2025-03-17 10:15 UTC  (4+ messages)
` [PATCH net-next 1/3] net: ti: prueth: Fix kernel warning while bringing down network interface
` [PATCH net-next 2/3] net: ti: prueth: Fix possible NULL pointer dereference inside emac_xmit_xdp_frame()
` [PATCH net-next 3/3] net: ti: icss-iep: Fix possible NULL pointer dereference for perout request

[PATCH] bpf: make perf_event_read_output accessible from BPF core when available
 2025-03-17  9:58 UTC  (2+ messages)

[PATCH net v3 0/3] vsock/bpf: Handle races between sockmap update and connect() disconnecting
 2025-03-17  9:51 UTC  (4+ messages)
` [PATCH net v3 2/3] selftest/bpf: Add test for AF_VSOCK connect() racing sockmap update

[PATCH bpf-next v3 0/3] bpf: Fix use-after-free of sockmap
 2025-03-17  9:22 UTC  (4+ messages)
` [PATCH bpf-next v3 1/3] bpf, sockmap: avoid using sk_socket after free when sending
` [PATCH bpf-next v3 2/3] bpf, sockmap: avoid using sk_socket after free when reading
` [PATCH bpf-next v3 3/3] selftests/bpf: Add edge case tests for sockmap


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