BPF List
 help / color / mirror / Atom feed
 messages from 2024-10-30 23:55:34 to 2024-11-02 11:54:43 UTC [more...]

[PATCH v3 0/2] PCI: add enabe(disable)_device() hook for bridge
 2024-11-02 11:54 UTC  (10+ messages)
` [PATCH v3 1/2] PCI: Add enable_device() and disable_device() callbacks for bridges
` [PATCH v3 2/2] PCI: imx6: Add IOMMU and ITS MSI support for i.MX95

[PATCH][next] bpf: replace redundant |= operation with assignmen
 2024-11-02 11:27 UTC  (3+ messages)

[PATCH] kbuild,bpf: pass make jobs' value to pahole
 2024-11-02 10:04 UTC 

[for-next][PATCH 0/3] tracing: Updates for 6.13
 2024-11-02  2:05 UTC  (4+ messages)
` [for-next][PATCH 1/3] bpf: put bpf_links program when link is safe to be deallocated
` [for-next][PATCH 2/3] bpf: decouple BPF link/attach hook and BPF program sleepable semantics
` [for-next][PATCH 3/3] bpf: ensure RCU Tasks Trace GP for sleepable raw tracepoint BPF links

[PATCH net-next v4 0/7] Suspend IRQs during application busy periods
 2024-11-02  0:52 UTC  (2+ messages)
` [PATCH net-next v4 7/7] docs: networking: Describe irq suspension

[PATCH bpf-next v1 0/2] Handle possible NULL trusted raw_tp arguments
 2024-11-02  0:32 UTC  (10+ messages)
` [PATCH bpf-next v1 1/2] bpf: Mark raw_tp arguments with PTR_MAYBE_NULL
` [PATCH bpf-next v1 2/2] selftests/bpf: Add tests for raw_tp null handling

[PATCH bpf-next 0/2] drm, bpf: User drm_mm in bpf
 2024-11-01 23:54 UTC  (3+ messages)
` [PATCH bpf-next 1/2] drm, bpf: Move drm_mm.c to lib to be used by bpf arena
` [PATCH bpf-next 2/2] bpf: Switch bpf arena to use drm_mm instead of maple_tree

[PATCH v2 bpf] bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rx
 2024-11-01 22:12 UTC  (2+ messages)

[PATCH net-next v3 0/7] Suspend IRQs during application busy periods
 2024-11-01 21:46 UTC  (6+ messages)
` [PATCH net-next v3 7/7] docs: networking: Describe irq suspension

[PATCH v4 0/2] PCI: add enabe(disable)_device() hook for bridge
 2024-11-01 21:04 UTC  (3+ messages)
` [PATCH v4 1/2] PCI: Add enable_device() and disable_device() callbacks for bridges
` [PATCH v4 2/2] PCI: imx6: Add IOMMU and ITS MSI support for i.MX95

[PATCH] bpf: smp_wmb before bpf_ringbuf really commit
 2024-11-01 20:30 UTC  (5+ messages)

[PATCH bpf-next v2 0/4] bpf/crib: Add open-coded style process file iterator and file related CRIB kfuncs
 2024-11-01 20:28 UTC  (7+ messages)
` [PATCH bpf-next v2 1/4] bpf/crib: Introduce task_file open-coded iterator kfuncs
` [PATCH bpf-next v2 3/4] bpf/crib: Add struct file related CRIB kfuncs

[PATCH] bpf: Fix incorrect precision backtracking
 2024-11-01 20:22 UTC  (2+ messages)

[PATCH bpf-next v8 0/9] bpf: Support private stack for bpf progs
 2024-11-01 20:18 UTC  (14+ messages)
` [PATCH bpf-next v8 1/9] bpf: Check stack depth limit after visiting all subprogs
` [PATCH bpf-next v8 2/9] bpf: Allow private stack to have each subprog having stack size of 512 bytes
` [PATCH bpf-next v8 3/9] bpf: Check potential private stack recursion for progs with async callback
` [PATCH bpf-next v8 4/9] bpf: Allocate private stack for eligible main prog or subprogs
` [PATCH bpf-next v8 5/9] bpf, x86: Avoid repeated usage of bpf_prog->aux->stack_depth
` [PATCH bpf-next v8 6/9] bpf, x86: Support private stack in jit
` [PATCH bpf-next v8 7/9] selftests/bpf: Add tracing prog private stack tests
` [PATCH bpf-next v8 8/9] bpf: Support private stack for struct_ops progs
` [PATCH bpf-next v8 9/9] selftests/bpf: Add struct_ops prog private stack tests

[PATCH v3 09/19] unwind: Introduce sframe user space unwinding
 2024-11-01 19:51 UTC  (8+ messages)

[PATCH bpf-next v3 0/3] selftests/bpf: Improve building with extra
 2024-11-01 19:50 UTC  (7+ messages)
` [PATCH bpf-next v3 1/3] selftests/bpf: Allow building with extra flags
` [PATCH bpf-next v3 2/3] bpftool: Prevent setting duplicate _GNU_SOURCE in Makefile
` [PATCH bpf-next v3 3/3] selftests/bpf: Disable warnings on unused flags for Clang builds

[PATCH bpf v3] bpf, bpftool: Fix incorrect disasm pc
 2024-11-01 19:40 UTC  (3+ messages)

[PATCH v2 0/2] bpf: Introduce cpu affinity for sockmap
 2024-11-01 19:27 UTC  (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] bpf: implement libbpf sockmap cpu affinity

[PATCH v18 00/17] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-11-01 19:28 UTC  (14+ messages)
` [PATCH v18 01/17] fgraph: Pass ftrace_regs to entryfunc
` [PATCH v18 11/17] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v18 12/17] fprobe: Add fprobe_header encoding feature
` [PATCH v18 16/17] Documentation: probes: Update fprobe on function-graph tracer

[PATCH 1/2] bpf: Introduce cpu affinity for sockmap
 2024-11-01 19:25 UTC  (5+ messages)
` [PATCH 2/2] bpf: implement libbpf sockmap cpu affinity

[syzbot] [bpf?] WARNING: locking bug in bpf_map_put
 2024-11-01 18:28 UTC 

[PATCH bpf-next v2] bpf: Add kernel symbol for struct_ops trampoline
 2024-11-01 18:19 UTC  (2+ messages)

[PATCH v2 trace/for-next 1/3] bpf: put bpf_link's program when link is safe to be deallocated
 2024-11-01 18:17 UTC  (3+ messages)
` [PATCH v2 trace/for-next 2/3] bpf: decouple BPF link/attach hook and BPF program sleepable semantics
` [PATCH v2 trace/for-next 3/3] bpf: ensure RCU Tasks Trace GP for sleepable raw tracepoint BPF links

[PATCH v7 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-11-01 18:12 UTC  (4+ messages)
` [PATCH v7 bpf-next 01/10] lib/buildid: harden "

[PATCH bpf-next v3 1/2] bpf: Add open coded version of kmem_cache iterator
 2024-11-01 18:10 UTC  (2+ messages)

[PATCH trace/for-next 1/3] bpf: put bpf_link's program when link is safe to be deallocated
 2024-11-01 17:54 UTC  (12+ messages)
` [PATCH trace/for-next 2/3] bpf: decouple BPF link/attach hook and BPF program sleepable semantics
` [PATCH trace/for-next 3/3] bpf: ensure RCU Tasks Trace GP for sleepable raw tracepoint BPF links

[PATCH net-next v3 00/14] net-timestamp: bpf extension to equip applications transparently
 2024-11-01 16:39 UTC  (32+ messages)
` [PATCH net-next v3 02/14] net-timestamp: allow two features to work parallelly
` [PATCH net-next v3 10/14] net-timestamp: add basic support with tskey offset

[PATCH net-next v3 00/18] xdp: a fistful of generic changes (+libeth_xdp)
 2024-11-01 13:20 UTC  (18+ messages)
` [PATCH net-next v3 04/18] bpf, xdp: constify some bpf_prog * function arguments
` [PATCH net-next v3 05/18] xdp, xsk: constify read-only arguments of some static inline helpers
` [PATCH net-next v3 06/18] xdp: allow attaching already registered memory model to xdp_rxq_info
` [PATCH net-next v3 08/18] page_pool: make page_pool_put_page_bulk() actually handle array of pages
` [PATCH net-next v3 09/18] page_pool: allow mixing PPs within one bulk
` [PATCH net-next v3 10/18] xdp: get rid of xdp_frame::mem.id
` [PATCH net-next v3 12/18] xdp: add generic xdp_build_skb_from_buff()
` [PATCH net-next v3 13/18] xsk: allow attaching XSk pool via xdp_rxq_info_reg_mem_model()

[for-next][PATCH 07/11] tracing: Introduce tracepoint extended structure
 2024-11-01 10:36 UTC  (4+ messages)
` [for-next][PATCH 08/11] tracing: Introduce tracepoint_is_faultable()
` [for-next][PATCH 09/11] tracing: Fix syscall tracepoint use-after-free
` [for-next][PATCH 10/11] tracing: Add might_fault() check in __DECLARE_TRACE_SYSCALL

[PATCH] perf test stat_bpf_counters_cgrp: Remove cpu-list BPF counter test
 2024-11-01 10:28 UTC 

[PATCH net v3 0/2] net: ethernet: ti: am65-cpsw: Fixes to multi queue RX feature
 2024-11-01 10:18 UTC  (3+ messages)
` [PATCH net v3 1/2] net: ethernet: ti: am65-cpsw: Fix multi queue Rx on J7
` [PATCH net v3 2/2] net: ethernet: ti: am65-cpsw: fix warning in am65_cpsw_nuss_remove_rx_chns()

[syzbot] [bpf?] WARNING: locking bug in trie_delete_elem
 2024-11-01  9:44 UTC  (2+ messages)
` [RESEND] "

[PATCHv2 net-next] net: freescale: use ethtool string helpers
 2024-11-01  1:40 UTC  (2+ messages)

[GIT PULL] bpf for v6.12-rc6
 2024-11-01  1:05 UTC  (2+ messages)

[PATCH bpf-next] libbpf: stringify error codes in warning messages
 2024-10-31 23:24 UTC  (2+ messages)

pull-request: bpf-next 2024-10-31
 2024-10-31 22:15 UTC 

[PATCHv3 net-next iwl-next] net: intel: use ethtool string helpers
 2024-10-31 21:14 UTC 

[PATCHv2 net-next iwl-next] net: intel: use ethtool string helpers
 2024-10-31 21:03 UTC  (5+ messages)

[PATCH bpf-next] bpf: Add kernel symbol for struct_ops trampoline
 2024-10-31 20:39 UTC  (2+ messages)

[PATCH bpf-next v7 0/9] bpf: Support private stack for bpf progs
 2024-10-31 19:37 UTC  (4+ messages)
` [PATCH bpf-next v7 9/9] selftests/bpf: Add struct_ops prog private stack tests

[PATCH bpf] bpf: Add sk_is_inet check in tls_sw_has_ctx_tx/rx
 2024-10-31 17:54 UTC  (9+ messages)

[RFC PATCH v3 1/3] tracing: Introduce tracepoint extended structure
 2024-10-31 16:35 UTC  (6+ messages)
` [RFC PATCH v3 3/3] tracing: Fix syscall tracepoint use-after-free

[PATCH bpf v2 0/2] bpf: enhance validation of pointer formatting
 2024-10-31 16:18 UTC  (7+ messages)
` [PATCH bpf v2 1/2] bpf: fix %p% runtime check in bpf_bprintf_prepare
` [PATCH bpf v2 2/2] selftests/bpf: Add test cases for various pointer specifiers

[PATCH bpf-next 2/2] selftests/bpf: Extend test fs_kfuncs to cover security.bpf xattr names
 2024-10-31 16:10 UTC  (13+ messages)

[PATCH v4 net-next 00/14] AccECN protocol preparation patch series
 2024-10-31 15:44 UTC  (4+ messages)
` [PATCH v4 net-next 14/14] net: sysctl: introduce sysctl SYSCTL_FIVE

[PATCH bpf] bpf, test_run: Fix LIVE_FRAME frame update after a page has been recycled
 2024-10-31 15:30 UTC  (2+ messages)

[PATCH v5 resend 0/4] Faultable syscall tracepoints updates
 2024-10-31 15:20 UTC  (5+ messages)
` [PATCH v5 resend 1/4] tracing: Introduce tracepoint extended structure
` [PATCH v5 resend 2/4] tracing: Introduce tracepoint_is_faultable()
` [PATCH v5 resend 3/4] tracing: Fix syscall tracepoint use-after-free
` [PATCH v5 resend 4/4] tracing: Add might_fault() check in __DECLARE_TRACE_SYSCALL

[PATCH bpf] bpf, bpftool: Fix incorrect disasm pc
 2024-10-31 14:58 UTC  (5+ messages)

[PATCH v4 0/3] bpf: Using binary search to improve the performance of btf_find_by_name_kind
 2024-10-31 11:57 UTC  (6+ messages)
` [PATCH v4 2/3] "

[PATCH bpf-next] selftests/bpf: Consolidate kernel modules into common directory
 2024-10-31 11:07 UTC 

[PATCH net v2] net: ethernet: ti: am65-cpsw: Fix multi queue Rx on J7
 2024-10-31 10:45 UTC  (3+ messages)

[PATCH 6.6] Revert "selftests/bpf: Implement get_hw_ring_size function to retrieve current and max interface size"
 2024-10-31  6:37 UTC 

[PATCH bpf-next 08/16] bpf: Handle bpf_dynptr_user in bpf syscall when it is used as input
 2024-10-31  2:44 UTC  (2+ messages)

[PATCH bpf-next 05/16] bpf: Support map key with dynptr in verifier
 2024-10-31  2:39 UTC  (2+ messages)

[PATCH net-next v2 05/13] virtio_ring: introduce add api for premapped
 2024-10-31  2:19 UTC  (2+ messages)

[RFC bpf-next fanotify 0/5] Fanotify fastpath handler
 2024-10-31  1:52 UTC  (6+ messages)
` [RFC bpf-next fanotify 2/5] samples/fanotify: Add a sample fanotify "

[PATCH bpf-next/net v3] selftests/bpf: Drop netns helpers in mptcp
 2024-10-31  1:40 UTC 

[PATCH v3 dwarves 4/5] btf_encoder: store a list of elf_function per function name
 2024-10-31  0:14 UTC 


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