messages from 2024-10-01 13:17:57 to 2024-10-03 19:18:25 UTC [more...]
[PATCH v2 0/2] PCI: add enabe(disable)_device() hook for bridge
2024-10-03 19:18 UTC (9+ messages)
` [PATCH v2 1/2] PCI: Add enable_device() and disable_device() callbacks for bridges
` [PATCH v2 2/2] PCI: imx6: Add IOMMU and ITS MSI support for i.MX95
[PATCH bpf-next 1/4] netkit: Add option for scrubbing skb meta data
2024-10-03 19:14 UTC (5+ messages)
` [PATCH bpf-next 2/4] netkit: Add add netkit scrub support to rt_link.yaml
` [PATCH bpf-next 3/4] tools: Sync if_link.h uapi tooling header
` [PATCH bpf-next 4/4] selftests/bpf: Extend netkit tests to validate skb meta data
bpf_link_info: perf_event link info name_len field returning zero
2024-10-03 19:10 UTC (5+ messages)
` [PATCH bpf] bpf: fix unpopulated name_len field in perf_event link info
` [PATCH bpf v2] "
[PATCH bpf-next v3 0/5] bpf: Support private stack for bpf progs
2024-10-03 18:53 UTC (18+ messages)
` [PATCH bpf-next v3 4/5] bpf, x86: Add jit support for private stack
` yet another approach Was: "
[PATCH dwarves v3 0/5] Emit global variables in BTF
2024-10-03 18:33 UTC (19+ messages)
` [PATCH dwarves v3 1/5] btf_encoder: use bitfield to control var encoding
` [PATCH dwarves v3 2/5] btf_encoder: stop indexing symbols for VARs
` [PATCH dwarves v3 3/5] btf_encoder: explicitly check addr/size for u32 overflow
` [PATCH dwarves v3 4/5] btf_encoder: allow encoding VARs from many sections
` [PATCH dwarves v3 5/5] pahole: add global_var BTF feature
[PATCH v4 bpf-next 0/3] bpf: Add kmem_cache iterator and kfunc
2024-10-03 17:43 UTC (7+ messages)
` [PATCH v4 bpf-next 1/3] bpf: Add kmem_cache iterator
` [PATCH v4 bpf-next 2/3] mm/bpf: Add bpf_get_kmem_cache() kfunc
` [PATCH v4 bpf-next 3/3] selftests/bpf: Add a test for kmem_cache_iter
[PATCH HID] HID: bpf: fix cfi stubs for hid_bpf_ops
2024-10-03 17:11 UTC (2+ messages)
[PATCH bpf-next 0/2] bpf: Add kfuncs for read-only string operations
2024-10-03 17:02 UTC (12+ messages)
` [PATCH bpf-next 1/2] "
[PATCH rcu 0/11] Add light-weight readers for SRCU
2024-10-03 16:09 UTC (4+ messages)
[PATCH v1 0/8] tracing: Allow system call tracepoints to handle page faults
2024-10-03 15:16 UTC (9+ messages)
` [PATCH v1 1/8] tracing: Declare system call tracepoints with TRACE_EVENT_SYSCALL
` [PATCH v1 2/8] tracing/ftrace: guard syscall probe with preempt_notrace
` [PATCH v1 3/8] tracing/perf: "
` [PATCH v1 4/8] tracing/bpf: "
` [PATCH v1 5/8] tracing: Allow system call tracepoints to handle page faults
` [PATCH v1 6/8] tracing/ftrace: Add might_fault check to syscall probes
` [PATCH v1 7/8] tracing/perf: "
` [PATCH v1 8/8] tracing/bpf: "
[PATCH dwarves v2 0/4] Emit global variables in BTF
2024-10-03 13:10 UTC (9+ messages)
` [PATCH dwarves v2 4/4] btf_encoder: add global_var feature to encode globals
[PATCH bpf-next 0/6] xsk: struct diet and cleanups
2024-10-03 11:47 UTC (9+ messages)
` [PATCH bpf-next 1/6] xsk: get rid of xdp_buff_xsk::xskb_list_node
` [PATCH bpf-next 2/6] xsk: s/free_list_node/list_node
` [PATCH bpf-next 3/6] xsk: get rid of xdp_buff_xsk::orig_addr
` [PATCH bpf-next 4/6] xsk: carry a copy of xdp_zc_max_segs within xsk_buff_pool
` [PATCH bpf-next 5/6] xsk: wrap duplicated code to function
` [PATCH bpf-next 6/6] xsk: use xsk_buff_pool directly for cq functions
[PATCH resend 1/8] tracing: Declare system call tracepoints with TRACE_EVENT_SYSCALL
2024-10-03 9:51 UTC (3+ messages)
[PATCH v2 tip/perf/core 0/5] uprobes,mm: speculative lockless VMA-to-uprobe lookup
2024-10-03 9:32 UTC (11+ messages)
` [PATCH v2 tip/perf/core 1/5] mm: introduce mmap_lock_speculation_{start|end}
` [PATCH v2 tip/perf/core 2/5] mm: switch to 64-bit mm_lock_seq/vm_lock_seq on 64-bit architectures
` [PATCH v2 tip/perf/core 3/5] fs: add back RCU-delayed freeing of FMODE_BACKING file
` [PATCH v2 tip/perf/core 4/5] uprobes: simplify find_active_uprobe_rcu() VMA checks
` [PATCH v2 tip/perf/core 5/5] uprobes: add speculative lockless VMA-to-inode-to-uprobe resolution
[RFC bpf-next 0/4] Add XDP rx hw hints support performing XDP_REDIRECT
2024-10-03 6:51 UTC (24+ messages)
[PATCH v5 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
2024-10-03 5:33 UTC (8+ messages)
` [PATCH v5 17/17] powerpc64/bpf: Add support for "
[PATCH 6.6 000/538] 6.6.54-rc1 review
2024-10-03 5:09 UTC
[PATCH bpf-next v4 0/2] Support eliding map lookup nullness
2024-10-03 0:11 UTC (3+ messages)
` [PATCH bpf-next v4 1/2] bpf: verifier: "
` [PATCH bpf-next v4 2/2] bpf: selftests: verifier: Add nullness elision tests
[PATCH HID v3 0/9] HID: bpf: add a new hook to control hid-generic
2024-10-02 22:43 UTC (11+ messages)
` [PATCH HID v3 1/9] HID: bpf: move HID-BPF report descriptor fixup earlier
` [PATCH HID v3 2/9] HID: core: save one kmemdup during .probe()
` [PATCH HID v3 3/9] HID: core: remove one more kmemdup on .probe()
` [PATCH HID v3 4/9] HID: bpf: allow write access to quirks field in struct hid_device
` [PATCH HID v3 5/9] selftests/hid: add dependency on hid_common.h
` [PATCH HID v3 6/9] selftests/hid: cleanup C tests by adding a common struct uhid_device
` [PATCH HID v3 7/9] selftests/hid: allow to parametrize bus/vid/pid/rdesc on the test device
` [PATCH HID v3 8/9] HID: add per device quirk to force bind to hid-generic
` [PATCH HID v3 9/9] selftests/hid: add test for assigning a given device "
[PATCH bpf-next 0/2] security.bpf xattr name prefix
2024-10-02 21:46 UTC (3+ messages)
` [PATCH bpf-next 1/2] fs/xattr: bpf: Introduce "
` [PATCH bpf-next 2/2] selftests/bpf: Extend test fs_kfuncs to cover security.bpf xattr names
[PATCH net v4 0/2] bpf: devmap: provide rxq after redirect
2024-10-02 21:24 UTC (5+ messages)
` [PATCH net v4 1/2] "
` [PATCH net v4 2/2] bpf: selftests: send packet to devmap redirect XDP
[PATCH bpf-next] docs/bpf: Document some special sdiv/smod operations
2024-10-02 20:13 UTC (7+ messages)
` [Bpf] "
[PATCH bpf-next 1/2] bpf: add get_netns_cookie helper to tc programs
2024-10-02 17:57 UTC (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add tcx netns cookie tests
` [PATCH bpf-next v2 1/2] bpf: add get_netns_cookie helper to tc programs
` [PATCH bpf-next v2 2/2] selftests/bpf: add tcx netns cookie tests
NULL pointer deref when running BPF monitor program (6.11.0-rc1)
2024-10-02 16:30 UTC (11+ messages)
[PATCH bpf-next 2/2 v2] bpf: Add BPF_CALL_FUNC to simplify code
2024-10-02 15:37 UTC (2+ messages)
[PATCH bpf-next 1/2 v2] bpf: Simplify code with BPF_CALL_IMM
2024-10-02 15:23 UTC
[PATCH net] sfc: Don't invoke xdp_do_flush() from netpoll
2024-10-02 13:36 UTC (2+ messages)
[PATCHv5 bpf-next 00/13] uprobe, bpf: Add session support
2024-10-02 13:07 UTC (16+ messages)
` [PATCHv5 bpf-next 02/13] uprobe: Add support for session consumer
` [PATCHv5 bpf-next 03/13] bpf: Add support for uprobe multi session attach
` [PATCHv5 bpf-next 05/13] bpf: Allow return values 0 and 1 for uprobe/kprobe session
` [PATCHv5 bpf-next 06/13] libbpf: Add support for uprobe multi session attach
[PATCH] selftests/bpf: Add __init and __exit to the functions bpf_test_no_cfi_init()/bpf_test_no_cfi_exit()
2024-10-02 12:15 UTC (2+ messages)
[PATCH bpf-next] selftests, bpf: Skip MPLS test_tc_tunnel tests if MPLS is unavailable
2024-10-02 12:07 UTC (2+ messages)
[PATCH v3 bpf-next 0/3] bpf: Add kmem_cache iterator and kfunc
2024-10-02 10:54 UTC (5+ messages)
` [PATCH v3 bpf-next 1/3] bpf: Add kmem_cache iterator
` [PATCH v3 bpf-next 2/3] mm/bpf: Add bpf_get_kmem_cache() kfunc
` [PATCH v3 bpf-next 3/3] selftests/bpf: Add a test for kmem_cache_iter
[PATCH bpf-next] bpf: remove unused macro
2024-10-02 10:00 UTC (2+ messages)
[PATCH bpf-next] bpf: Make sure internal and UAPI bpf_redirect flags don't overlap
2024-10-02 8:35 UTC (4+ messages)
[PATCH bpf-next v2 0/6] selftests/bpf: Various sockmap-related fixes
2024-10-02 8:27 UTC (10+ messages)
[PATCH net v2 0/2] fix two bugs related to page_pool
2024-10-02 8:23 UTC (8+ messages)
` [PATCH net v2 2/2] page_pool: fix IOMMU crash when driver has already unbound
[PATCH bpf-next v4 0/2] BPF static linker: fix linking duplicate extern functions
2024-10-02 6:25 UTC (3+ messages)
` [PATCH bpf-next v4 1/2] libbpf: do not resolve size on duplicate FUNCs
` [PATCH bpf-next v4 2/2] selftests/bpf: test linking with duplicate extern functions
[syzbot] [mm?] INFO: rcu detected stall in x64_sys_call
2024-10-02 4:18 UTC (2+ messages)
[PATCH bpf-next v3 0/2] Support eliding map lookup nullness
2024-10-02 0:11 UTC (5+ messages)
` [PATCH bpf-next v3 1/2] bpf: verifier: "
[PATCH bpf-next v3] bpf: syscall_nrs: disable no previous prototype warnning
2024-10-01 23:32 UTC
[PATCH bpf-next v2] bpf: syscall_nrs: disable no previous prototype warnning
2024-10-01 23:25 UTC (3+ messages)
Maximum amount of uprobes and uprobe and uprobe_ret relation
2024-10-01 20:13 UTC (2+ messages)
Possible out-of-bounds writing at kernel/bpf/verifier.c:19927
2024-10-01 18:29 UTC (2+ messages)
[RFC/PATCH bpf-next 0/3] bpf: Add kmem_cache iterator and kfunc (v2)
2024-10-01 18:23 UTC (5+ messages)
` [RFC/PATCH bpf-next 1/3] bpf: Add kmem_cache iterator
[PATCH bpf-next v3] selftests/bpf: emit top frequent code lines in veristat
2024-10-01 17:40 UTC (3+ messages)
[PATCH bpf-next v3 0/2] BPF static linker: fix linking duplicate extern functions
2024-10-01 17:19 UTC (5+ messages)
` [PATCH bpf-next v3 1/2] libbpf: do not resolve size on duplicate FUNCs
` [PATCH bpf-next v3 2/2] selftests/bpf: test linking with duplicate extern functions
QUERY: Regarding bpf link cleanup for invalid binary path
2024-10-01 17:15 UTC (4+ messages)
[PATCH bpf-next v4 0/4] bpf: Fix tailcall infinite loop caused by freplace
2024-10-01 16:54 UTC (5+ messages)
` [PATCH bpf-next v4 1/4] bpf: Prevent updating extended prog to prog_array map
[PATCH v2] uprobes: Improve the usage of xol slots for better scalability
2024-10-01 14:29 UTC (2+ messages)
NULL pointer deref inside xdp_do_flush due to bpf_net_ctx_get_all_used_flush_lists
2024-10-01 14:04 UTC (5+ messages)
[PATCH v2 net 0/3] net: enetc: fix some issues of XDP
2024-10-01 13:39 UTC (4+ messages)
` [PATCH v2 net 3/3] net: enetc: disable IRQ after Rx and Tx BD rings are disabled
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox