BPF List
 help / color / mirror / Atom feed
 messages from 2025-01-11 17:27:43 to 2025-01-14 18:03:46 UTC [more...]

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-01-14 17:51 UTC  (27+ messages)
` [PATCH v4 01/30] objtool: Make validate_call() recognize indirect calls to pv_ops[]
` [PATCH v4 02/30] objtool: Flesh out warning related to pv_ops[] calls
` [PATCH v4 03/30] rcu: Add a small-width RCU watching counter debug option
` [PATCH v4 04/30] rcutorture: Make TREE04 use CONFIG_RCU_DYNTICKS_TORTURE
` [PATCH v4 05/30] jump_label: Add annotations for validating noinstr usage
` [PATCH v4 06/30] static_call: Add read-only-after-init static calls
` [PATCH v4 07/30] x86/paravirt: Mark pv_sched_clock static call as __ro_after_init
` [PATCH v4 08/30] x86/idle: Mark x86_idle "
` [PATCH v4 09/30] x86/paravirt: Mark pv_steal_clock "
` [PATCH v4 10/30] riscv/paravirt: "
` [PATCH v4 11/30] loongarch/paravirt: "
` [PATCH v4 12/30] arm64/paravirt: "
` [PATCH v4 13/30] arm/paravirt: "
` [PATCH v4 14/30] perf/x86/amd: Mark perf_lopwr_cb "
` [PATCH v4 15/30] sched/clock: Mark sched_clock_running key "
` [PATCH v4 16/30] x86/speculation/mds: Mark mds_idle_clear key as allowed in .noinstr
` [PATCH v4 17/30] sched/clock, x86: Mark __sched_clock_stable "
` [PATCH v4 18/30] x86/kvm/vmx: Mark vmx_l1d_should flush and vmx_l1d_flush_cond keys "
` [PATCH v4 19/30] stackleack: Mark stack_erasing_bypass key "
` [PATCH v4 20/30] objtool: Add noinstr validation for static branches/calls
` [PATCH v4 21/30] context_tracking: Explicitely use CT_STATE_KERNEL where it is missing
` [PATCH v4 22/30] context_tracking: Exit CT_STATE_IDLE upon irq/nmi entry
` [PATCH v4 23/30] context_tracking: Turn CT_STATE_* into bits
` [PATCH v4 24/30] context-tracking: Introduce work deferral infrastructure
` [PATCH v4 25/30] context_tracking,x86: Defer kernel text patching IPIs
` [PATCH v4 26/30] x86,tlb: Make __flush_tlb_global() noinstr-compliant

[PATCH bpf v5 0/3] bpf: fix wrong copied_seq calculation and add tests
 2025-01-14 18:01 UTC  (6+ messages)
` [PATCH bpf v5 1/3] bpf: fix wrong copied_seq calculation

[PATCH v6 00/16] perf tools: Use generic syscall scripts for all archs
 2025-01-14 17:58 UTC  (9+ messages)

Crash when attaching uretprobes to processes running in Docker
 2025-01-14 17:43 UTC  (19+ messages)

[PATCH net-next v2 0/8] bpf: cpumap: enable GRO for XDP_PASS frames
 2025-01-14 17:19 UTC  (13+ messages)
` [PATCH net-next v2 1/8] net: gro: decouple GRO from the NAPI layer
` [PATCH net-next v2 5/8] net: skbuff: introduce napi_skb_cache_get_bulk()

[PATCH net] nfp: bpf: prevent integer overflow in nfp_bpf_event_output()
 2025-01-14 17:17 UTC  (4+ messages)

[PATCH net v2 0/5] vsock: some fixes due to transport de-assignment
 2025-01-14 16:31 UTC  (13+ messages)
` [PATCH net v2 1/5] vsock/virtio: discard packets if the transport changes

[LSF/MM/BPF TOPIC] pahole + BTF update and next steps
 2025-01-14 16:21 UTC 

[RFC] x86/alternatives: Merge first and second step in text_poke_bp_batch
 2025-01-14 15:36 UTC  (5+ messages)

[PATCH bpf-next v5 0/4] xsk: TX metadata Launch Time support
 2025-01-14 15:27 UTC  (5+ messages)
` [PATCH bpf-next v5 1/4] xsk: Add launch time hardware offload support to XDP Tx metadata
` [PATCH bpf-next v5 2/4] selftests/bpf: Add launch time request to xdp_hw_metadata
` [PATCH bpf-next v5 3/4] net: stmmac: Add launch time support to XDP ZC
` [PATCH bpf-next v5 4/4] igc: "

[PATCH v22 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2025-01-14 15:12 UTC  (9+ messages)
  ` [PATCH] fgraph: Move trace_clock_local() for return time to function_graph tracer

[PATCH net-next v7 0/8] fix two bugs related to page_pool
 2025-01-14 14:31 UTC  (2+ messages)

[PATCH bpf 1/2] libbpf: Fix return zero when elf_begin failed
 2025-01-14 14:09 UTC  (2+ messages)
` [PATCH bpf 2/2] libbpf: Fix incorrect iter rounds when marking BTF_IS_EMBEDDED

[PATCH bpf v6 0/3] bpf: fix wrong copied_seq calculation and add tests
 2025-01-14 13:23 UTC  (4+ messages)
` [PATCH bpf v6 1/3] bpf: fix wrong copied_seq calculation
` [PATCH bpf v6 2/3] selftests/bpf: add strparser test for bpf
` [PATCH bpf v6 3/3] strparser, docs: Add new callback

[net-next PATCH v3 0/6] Add af_xdp support for cn10k
 2025-01-14 12:46 UTC  (7+ messages)
` [net-next PATCH v3 1/6] octeontx2-pf: Don't unmap page pool buffer used by XDP
` [net-next PATCH v3 2/6] octeontx2-pf: Add AF_XDP non-zero copy support
` [net-next PATCH v3 3/6] octeontx2-pf: AF_XDP zero copy receive support

[PATCH bpf-next 0/4] expose number of map entries to userspace
 2025-01-14 11:38 UTC  (6+ messages)

[PATCH bpf-next v4 0/6] bpf, mm: Introduce try_alloc_pages()
 2025-01-14 10:43 UTC  (13+ messages)
` [PATCH bpf-next v4 1/6] mm, bpf: Introduce try_alloc_pages() for opportunistic page allocation
` [PATCH bpf-next v4 2/6] mm, bpf: Introduce free_pages_nolock()
` [PATCH bpf-next v4 3/6] locking/local_lock: Introduce local_trylock_irqsave()
` [PATCH bpf-next v4 4/6] memcg: Use trylock to access memcg stock_lock
` [PATCH bpf-next v4 5/6] mm, bpf: Use memcg in try_alloc_pages()
` [PATCH bpf-next v4 6/6] bpf: Use try_alloc_pages() to allocate pages for bpf needs

[RFC] Fix mismatch in if_xdp.h between tools and kernel UAPI
 2025-01-14 10:40 UTC  (3+ messages)

[PATCH bpf-next v5 0/5] net/smc: Introduce smc_ops
 2025-01-14  9:51 UTC  (6+ messages)
` [PATCH bpf-next v5 2/5] net/smc: Introduce generic hook smc_ops

[PATCH net-next v8 00/11] net: Improve netns handling in rtnetlink
 2025-01-14  9:02 UTC  (15+ messages)
` [PATCH net-next v8 01/11] rtnetlink: Lookup device in target netns when creating link
` [PATCH net-next v8 02/11] rtnetlink: Pack newlink() params into struct
  ` [PATCH net-next v8 06/11] net: ipv6: Use link netns in newlink() of rtnl_link_ops
` [PATCH net-next v8 03/11] net: "
` [PATCH net-next v8 04/11] ieee802154: 6lowpan: Validate "
` [PATCH net-next v8 05/11] net: ip_tunnel: Use "
` [PATCH net-next v8 07/11] net: xfrm: "
` [PATCH net-next v8 08/11] rtnetlink: Remove "net" from newlink params
` [PATCH net-next v8 09/11] rtnetlink: Create link directly in target net namespace
` [PATCH net-next v8 10/11] selftests: net: Add python context manager for netns entering
` [PATCH net-next v8 11/11] selftests: net: Add test cases for link and peer netns

[PATCH bpf-next] bpf: Alloc bpf_async_cb by using bpf_global_ma under PREEMPT_RT
 2025-01-14  8:13 UTC 

[PATCH bpf-next v3 0/5] net/smc: Introduce smc_ops
 2025-01-14  7:11 UTC  (4+ messages)
` [PATCH bpf-next v3 4/5] libbpf: fix error when st-prefix_ops and ops from differ btf

[RFC PATCH bpf-next 0/2] bpf: Introduce global percpu data
 2025-01-14  6:35 UTC  (5+ messages)
` [RFC PATCH bpf-next 1/2] "
` [RFC PATCH bpf-next 2/2] selftests/bpf: Add a case to test "

[PATCH v2 0/4] Tracing contention lock owner call stack
 2025-01-14  3:56 UTC  (8+ messages)
` [PATCH v2 1/4] perf lock: Add bpf maps for owner stack tracing
` [PATCH v2 2/4] perf lock: Retrieve owner callstack in bpf program
` [PATCH v2 3/4] perf lock: Make rb_tree helper functions generic
` [PATCH v2 4/4] perf lock: Report owner stack in usermode

[PATCH v5 0/4] Prefer sysfs/JSON events also when no PMU is provided
 2025-01-14  2:31 UTC  (17+ messages)
` [PATCH v5 3/4] perf record: Skip don't fail for events that don't open
` [PATCH v5 4/4] perf parse-events: Reapply "Prefer sysfs/JSON hardware events over legacy"

[RFC] kexec: Use bpf to allow kexec to load PE format boot image
 2025-01-14  1:28 UTC 

[LSF/MM/BPF TOPIC] Modular BPF verifier
 2025-01-13 23:32 UTC  (2+ messages)

[PATCH v8 0/2] PCI: add enabe(disable)_device() hook for bridge
 2025-01-13 22:59 UTC  (11+ messages)
` [PATCH v8 2/2] PCI: imx6: Add IOMMU and ITS MSI support for i.MX95

[PATCH v9 bpf-next 0/7] Enable writing xattr from BPF programs
 2025-01-13 22:00 UTC  (2+ messages)

[RFC PATCH 00/22] ublk: support bpf
 2025-01-13 21:30 UTC  (5+ messages)
` [RFC PATCH 08/22] ublk: bpf: add bpf struct_ops

[PATCH] sched_ext: fix kernel-doc warnings
 2025-01-13 18:24 UTC  (5+ messages)

[POC][RFC][PATCH] bpf: in-kernel bpf relocations on raw elf files
 2025-01-13 17:54 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] Improving Block Layer Tracepoints for Next-Generation Backup Systems
 2025-01-13 17:31 UTC  (6+ messages)
      ` [Lsf-pc] "

[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
 2025-01-13 15:47 UTC  (9+ messages)
` [PATCH v7 8/8] x86/module: enable ROX caches for module text on 64 bit
  ` [REGRESSION] "
        ` [PATCH] x86: Disable EXECMEM_ROX support

[PATCH v3 0/5] perf: arm_spe: Add format option for discard mode
 2025-01-13 14:45 UTC  (4+ messages)

[PATCH net-next v5 00/15] net-timestamp: bpf extension to equip applications transparently
 2025-01-13  7:32 UTC  (21+ messages)
` [PATCH net-next v5 01/15] net-timestamp: add support for bpf_setsockopt()
` [PATCH net-next v5 02/15] net-timestamp: prepare for bpf prog use
` [PATCH net-next v5 03/15] bpf: introduce timestamp_used to allow UDP socket fetched in bpf prog
` [PATCH net-next v5 04/15] net-timestamp: support SK_BPF_CB_FLAGS only in bpf_sock_ops_setsockopt
` [PATCH net-next v5 05/15] net-timestamp: add strict check in some BPF calls
` [PATCH net-next v5 06/15] net-timestamp: prepare for isolating two modes of SO_TIMESTAMPING
` [PATCH net-next v5 07/15] net-timestamp: support SCM_TSTAMP_SCHED for bpf extension
` [PATCH net-next v5 08/15] net-timestamp: support sw SCM_TSTAMP_SND "
` [PATCH net-next v5 09/15] net-timestamp: support SCM_TSTAMP_ACK "
` [PATCH net-next v5 10/15] net-timestamp: support hw SCM_TSTAMP_SND "
` [PATCH net-next v5 11/15] net-timestamp: support export skb to the userspace
` [PATCH net-next v5 12/15] net-timestamp: make TCP tx timestamp bpf extension work
` [PATCH net-next v5 13/15] net-timestamp: support tcp_sendmsg for bpf extension
` [PATCH net-next v5 14/15] net-timestamp: introduce cgroup lock to avoid affecting non-bpf cases
` [PATCH net-next v5 15/15] bpf: add simple bpf tests in the tx path for so_timestamping feature

[PATCH v2] treewide: const qualify ctl_tables where applicable
 2025-01-12 10:36 UTC  (2+ messages)

[RFC PATCH v2 0/2] libbpf: Add support for dynamic tracepoints
 2025-01-12  6:45 UTC  (3+ messages)
` [RFC PATCH v2 1/2] libbpf: Add support for dynamic tracepoint
` [RFC PATCH v2 2/2] selftests/bpf: Add selftest "

[PATCH 0/3] Fix test_bpf_syscall_macro selftest on powerpc
 2025-01-11 19:53 UTC  (8+ messages)
` [PATCH 2/3] libbpf: Remove powerpc prefix from syscall function names


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