messages from 2024-12-10 02:12:52 to 2024-12-11 20:26:38 UTC [more...]
[PATCH v2 0/3] bpftool: Fix the static linkage failure
2024-12-11 20:26 UTC (10+ messages)
` [PATCH v2 1/3] tools build: Add feature test for libelf with ZSTD
` [PATCH v2 2/3] perf: build: Minor improvement for linking libzstd
` [PATCH v2 3/3] bpftool: Link zstd lib required by libelf
[PATCH AUTOSEL 6.6 12/23] LoongArch: BPF: Adjust the parameter of emit_jirl()
2024-12-11 18:51 UTC
[PATCH AUTOSEL 6.12 19/36] LoongArch: BPF: Adjust the parameter of emit_jirl()
2024-12-11 18:49 UTC (2+ messages)
` [PATCH AUTOSEL 6.12 21/36] bpf: Zero index arg error string for dynptr and iter
[PATCH net-next 00/12] xdp: a fistful of generic changes pt. II
2024-12-11 17:40 UTC (14+ messages)
` [PATCH net-next 01/12] page_pool: allow mixing PPs within one bulk
` [PATCH net-next 02/12] xdp: get rid of xdp_frame::mem.id
` [PATCH net-next 03/12] xdp: make __xdp_return() MP-agnostic
` [PATCH net-next 04/12] xdp: add generic xdp_buff_add_frag()
` [PATCH net-next 05/12] xdp: add generic xdp_build_skb_from_buff()
` [PATCH net-next 06/12] xsk: make xsk_buff_add_frag really add the frag via __xdp_buff_add_frag()
` [PATCH net-next 07/12] xsk: add generic XSk &xdp_buff -> skb conversion
` [PATCH net-next 08/12] xsk: add helper to get &xdp_desc's DMA and meta pointer in one go
` [PATCH net-next 09/12] page_pool: add a couple of netmem counterparts
` [PATCH net-next 10/12] skbuff: allow 2-4-argument skb_frag_dma_map()
` [PATCH net-next 11/12] jump_label: export static_key_slow_{inc,dec}_cpuslocked()
` [PATCH net-next 12/12] unroll: add generic loop unroll helpers
[PATCH v3 bpf-next 0/6] Enable writing xattr from BPF programs
2024-12-11 16:48 UTC (9+ messages)
` [PATCH v3 bpf-next 1/6] fs/xattr: bpf: Introduce security.bpf. xattr name prefix
` [PATCH v3 bpf-next 2/6] selftests/bpf: Extend test fs_kfuncs to cover security.bpf. xattr names
` [PATCH v3 bpf-next 3/6] bpf: lsm: Add two more sleepable hooks
` [PATCH v3 bpf-next 4/6] bpf: fs/xattr: Add BPF kfuncs to set and remove xattrs
` [PATCH v3 bpf-next 5/6] selftests/bpf: Test kfuncs that set and remove xattr from BPF programs
` [PATCH v3 bpf-next 6/6] selftests/bpf: Add __failure tests for set/remove xattr kfuncs
[PATCH bpf-next v3 0/2] libbpf: Extend linker API to support in-memory ELF files
2024-12-11 16:40 UTC (3+ messages)
` [PATCH bpf-next v3 1/2] libbpf: Pull file-opening logic up to top-level functions
` [PATCH bpf-next v3 2/2] libbpf: Extend linker API to support in-memory ELF files
[PATCH bpf v1 0/4] Explicit raw_tp NULL arguments
2024-12-11 16:02 UTC (9+ messages)
` [PATCH bpf v1 1/4] bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"
` [PATCH bpf v1 2/4] selftests/bpf: Revert "selftests/bpf: Add tests for raw_tp null handling"
` [PATCH bpf v1 3/4] bpf: Augment raw_tp arguments with PTR_MAYBE_NULL
` [PATCH bpf v1 4/4] selftests/bpf: Add autogenerated tests for raw_tp NULL args
[PATCH iwl-next v2 1/1] igc: Improve XDP_SETUP_PROG process
2024-12-11 13:45 UTC
[PATCH bpf-next 00/13] uprobes: Add support to optimize usdt probes on x86_64
2024-12-11 13:34 UTC (14+ messages)
` [PATCH bpf-next 01/13] uprobes: Rename arch_uretprobe_trampoline function
` [PATCH bpf-next 02/13] uprobes: Make copy_from_page global
` [PATCH bpf-next 03/13] uprobes: Add nbytes argument to uprobe_write_opcode
` [PATCH bpf-next 04/13] uprobes: Add arch_uprobe_verify_opcode function
` [PATCH bpf-next 05/13] uprobes: Add mapping for optimized uprobe trampolines
` [PATCH bpf-next 06/13] uprobes/x86: Add uprobe syscall to speed up uprobe
` [PATCH bpf-next 07/13] uprobes/x86: Add support to emulate nop5 instruction
` [PATCH bpf-next 08/13] uprobes/x86: Add support to optimize uprobes
` [PATCH bpf-next 09/13] selftests/bpf: Use 5-byte nop for x86 usdt probes
` [PATCH bpf-next 10/13] selftests/bpf: Add uprobe/usdt optimized test
` [PATCH bpf-next 11/13] selftests/bpf: Add hit/attach/detach race optimized uprobe test
` [PATCH bpf-next 12/13] selftests/bpf: Add uprobe syscall sigill signal test
` [PATCH bpf-next 13/13] selftests/bpf: Add 5-byte nop uprobe trigger bench
XDP Performance Regression in recent kernel versions
2024-12-11 13:20 UTC (10+ messages)
[PATCH bpf-next v2 0/6] bpf, mm: Introduce __GFP_TRYLOCK
2024-12-11 12:05 UTC (26+ messages)
` [PATCH bpf-next v2 1/6] mm, bpf: Introduce __GFP_TRYLOCK for opportunistic page allocation
` [PATCH bpf-next v2 2/6] mm, bpf: Introduce free_pages_nolock()
` [PATCH bpf-next v2 3/6] locking/local_lock: Introduce local_trylock_irqsave()
` [PATCH bpf-next v2 4/6] memcg: Add __GFP_TRYLOCK support
` [PATCH bpf-next v2 5/6] mm, bpf: Use __GFP_ACCOUNT in try_alloc_pages()
` [PATCH bpf-next v2 6/6] bpf: Use try_alloc_pages() to allocate pages for bpf needs
[PATCH] bpf: replace deprecated strncpy with strscpy
2024-12-11 10:46 UTC
[PATCH bpf-next v4 1/2] bpftool: Fix gen object segfault
2024-12-11 9:48 UTC (2+ messages)
[PATCH net 1/5] net, team, bonding: Add netdev_base_features helper
2024-12-11 9:19 UTC (15+ messages)
` [PATCH net 2/5] bonding: Fix initial {vlan,mpls}_feature set in bond_compute_features
` [PATCH net 3/5] bonding: Fix feature propagation of NETIF_F_GSO_ENCAP_ALL
` [PATCH net 4/5] team: Fix initial vlan_feature set in __team_compute_features
` [PATCH net 5/5] team: Fix feature propagation of NETIF_F_GSO_ENCAP_ALL
[PATCH net-next v4 00/11] net-timestamp: bpf extension to equip applications transparently
2024-12-11 9:17 UTC (4+ messages)
` [PATCH net-next v4 02/11] net-timestamp: prepare for bpf prog use
[PATCH bpf-next] kbuild, bpf: Enable reproducible BTF generation
2024-12-11 6:24 UTC (3+ messages)
[PATCH bpf-next v2 0/5] net/smc: Introduce smc_ops
2024-12-11 5:17 UTC (8+ messages)
` [PATCH bpf-next v2 1/5] bpf: export necessary sympols for modules with struct_ops
` [PATCH bpf-next v2 2/5] net/smc: Introduce generic hook smc_ops
` [PATCH bpf-next v2 3/5] net/smc: bpf: register smc_ops info struct_ops
` [PATCH bpf-next v2 4/5] libbpf: fix error when st-prefix_ops and ops from differ btf
` [PATCH bpf-next v2 5/5] bpf/selftests: add simple selftest for bpf_smc_ops
[PATCH bpf-next v5] selftests/bpf: Consolidate kernel modules into common directory
2024-12-11 3:03 UTC (3+ messages)
[PATCH dwarves v1 1/2] btf_loader: support for multiple BTF_DECL_TAGs pointing to same tag
2024-12-11 2:12 UTC (2+ messages)
` [PATCH dwarves v1 2/2] tests: verify that pfunct prints btf_decl_tags read from BTF
[PATCH bpf v2 0/2] bpf: fix wrong copied_seq calculation and add tests
2024-12-11 2:11 UTC (3+ messages)
` [PATCH bpf v2 1/2] bpf: fix wrong copied_seq calculation
[PATCH v8 0/2] PCI: add enabe(disable)_device() hook for bridge
2024-12-10 22:48 UTC (3+ messages)
` [PATCH v8 1/2] PCI: Add enable_device() and disable_device() callbacks for bridges
` [PATCH v8 2/2] PCI: imx6: Add IOMMU and ITS MSI support for i.MX95
[PATCH bpf v4] bpf: Fix theoretical prog_array UAF in __uprobe_perf_func()
2024-12-10 21:30 UTC (2+ messages)
[PATCH v2 0/5] kallsyms: Emit symbol for holes in text and fix weak function issue
2024-12-10 20:49 UTC (4+ messages)
` "
[PATCH] scx: Fix maximal BPF selftest prog
2024-12-10 20:52 UTC
[REGRESSION] module BTF validation failure (Error -22) on next
2024-12-10 20:42 UTC (5+ messages)
` [REGRESSION] module BTF validation failure (Error -22) on
[BUG] perf trace: failed to load -E2BIG
2024-12-10 20:24 UTC (3+ messages)
[PATCH] bpftool: Fix failure with static linkage
2024-12-10 20:19 UTC (5+ messages)
BPF and lazy preemption
2024-12-10 19:33 UTC (6+ messages)
[PATCH bpf] bpf: fix potential error return
2024-12-10 19:30 UTC (2+ messages)
[PATCH v2 0/3] perf tool: Fix multiple memory leakages
2024-12-10 19:19 UTC (2+ messages)
[PATCH bpf v2 0/8] bpf: track changes_pkt_data property for global functions
2024-12-10 19:06 UTC (17+ messages)
` [PATCH bpf v2 1/8] bpf: add find_containing_subprog() utility function
` [PATCH bpf v2 2/8] bpf: refactor bpf_helper_changes_pkt_data to use helper number
` [PATCH bpf v2 3/8] bpf: track changes_pkt_data property for global functions
` [PATCH bpf v2 4/8] selftests/bpf: test for changing packet data from "
` [PATCH bpf v2 5/8] bpf: check changes_pkt_data property for extension programs
` [PATCH bpf v2 6/8] selftests/bpf: freplace tests for tracking of changes_packet_data
` [PATCH bpf v2 7/8] bpf: consider that tail calls invalidate packet pointers
` [PATCH bpf v2 8/8] selftests/bpf: validate that tail call invalidates "
[PATCH bpf v3] bpf: Fix theoretical prog_array UAF in __uprobe_perf_func()
2024-12-10 19:02 UTC (3+ messages)
[PATCH bpf-next] BPF-Helpers : Correct spelling mistake
2024-12-10 19:01 UTC (2+ messages)
[PATCH bpf-next v5 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
2024-12-10 18:58 UTC (15+ messages)
` [PATCH bpf-next v5 1/5] bpf: Introduce task_file open-coded iterator kfuncs
` [PATCH bpf-next v5 2/5] selftests/bpf: Add tests for open-coded style process file iterator
` [PATCH bpf-next v5 3/5] bpf: Add bpf_fget_task() kfunc
` [PATCH bpf-next v5 4/5] bpf: Make fs kfuncs available for SYSCALL and TRACING program types
` [PATCH bpf-next v5 5/5] selftests/bpf: Add tests for bpf_fget_task() kfunc
[PATCH] bpf: Fix UAF via mismatching bpf_prog/attachment RCU flavors
2024-12-10 18:30 UTC (2+ messages)
[PATCH bpf] bpf,perf: Fix invalid prog_array access in perf_event_detach_bpf_prog
2024-12-10 18:30 UTC (2+ messages)
[PATCH v4 bpf-next 0/7] Add fd_array_cnt attribute for BPF_PROG_LOAD
2024-12-10 18:19 UTC (10+ messages)
` [PATCH v4 bpf-next 3/7] bpf: add fd_array_cnt attribute for prog_load
[PATCH bpf-next v3 0/2] kbuild: propagate CONFIG_WERROR to resolve_btfids
2024-12-10 17:09 UTC (3+ messages)
` [PATCH bpf-next v3 1/2] tools/resolve_btfids: Add --fatal_warnings option
[PATCH bpf 0/3] bpf, sockmap: Fix the element replace
2024-12-10 16:50 UTC (2+ messages)
[RFC PATCH v3 00/15] context_tracking,x86: Defer some IPIs until a user->kernel transition
2024-12-10 14:42 UTC (14+ messages)
` [RFC PATCH v3 13/15] context_tracking,x86: Add infrastructure to defer kernel TLBI
[PATCH bpf-next v4 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
2024-12-10 14:17 UTC (6+ messages)
` [PATCH bpf-next v4 2/5] selftests/bpf: Add tests for open-coded style process file iterator
[PATCH net 0/2] Fix NPE discovered by running bpf kselftest
2024-12-10 6:14 UTC (5+ messages)
` [PATCH net 2/2] tcp_bpf: fix copied value in tcp_bpf_sendmsg
[Patch bpf v2 0/4] bpf: a bug fix and test cases for bpf_skb_change_tail()
2024-12-10 5:36 UTC (3+ messages)
[PATCH v21 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-12-10 2:12 UTC (3+ messages)
` [PATCH v21 19/20] ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr
` [PATCH v21 20/20] bpf: Use ftrace_get_symaddr() for kprobe_multi probes
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