messages from 2024-12-06 18:30:03 to 2024-12-10 14:09:56 UTC [more...]
[PATCH bpf-next v5 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
2024-12-10 14:03 UTC (5+ 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
[REGRESSION] module BTF validation failure (Error -22) on next
2024-12-10 13:55 UTC (2+ messages)
` [REGRESSION] module BTF validation failure (Error -22) on
[RFC PATCH v3 00/15] context_tracking,x86: Defer some IPIs until a user->kernel transition
2024-12-10 13:53 UTC (14+ messages)
` [RFC PATCH v3 13/15] context_tracking,x86: Add infrastructure to defer kernel TLBI
BPF and lazy preemption
2024-12-10 13:25 UTC (2+ messages)
[PATCH bpf] bpf: fix potential error return
2024-12-10 11:42 UTC
[PATCH bpf v2 0/8] bpf: track changes_pkt_data property for global functions
2024-12-10 10:35 UTC (10+ 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-next v2 0/6] bpf, mm: Introduce __GFP_TRYLOCK
2024-12-10 9:05 UTC (11+ 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 v4 bpf-next 0/7] Add fd_array_cnt attribute for BPF_PROG_LOAD
2024-12-10 8:58 UTC (7+ messages)
` [PATCH v4 bpf-next 3/7] bpf: add fd_array_cnt attribute for prog_load
[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 bpf-next v2 0/5] net/smc: Introduce smc_ops
2024-12-10 4:04 UTC (6+ 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 v21 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-12-10 2:12 UTC (21+ messages)
` [PATCH v21 01/20] fgraph: Get ftrace recursion lock in function_graph_enter
` [PATCH v21 02/20] fgraph: Pass ftrace_regs to entryfunc
` [PATCH v21 03/20] fgraph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v21 04/20] fgraph: Pass ftrace_regs to retfunc
` [PATCH v21 05/20] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v21 06/20] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v21 07/20] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v21 08/20] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v21 09/20] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v21 10/20] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v21 11/20] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v21 12/20] s390/tracing: Enable HAVE_FTRACE_GRAPH_FUNC
` [PATCH v21 13/20] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v21 14/20] fprobe: Add fprobe_header encoding feature
` [PATCH v21 15/20] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v21 16/20] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v21 17/20] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v21 18/20] Documentation: probes: Update fprobe on function-graph tracer
` [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
[PATCH bpf 0/4] bpf: track changes_pkt_data property for global functions
2024-12-10 1:38 UTC (10+ messages)
` [PATCH bpf 3/4] "
[PATCH v2 bpf 0/2] tcp_bpf: update the rmem scheduling for
2024-12-10 1:20 UTC (3+ messages)
` [PATCH v2 bpf 1/2] tcp_bpf: charge receive socket buffer in bpf_tcp_ingress()
` [PATCH v2 bpf 2/2] tcp_bpf: add sk_rmem_alloc related logic for tcp_bpf ingress redirection
[PATCH bpf v2] bpf: Fix prog_array UAF in __uprobe_perf_func()
2024-12-10 0:54 UTC (11+ messages)
[PATCH v2 0/4] perf lock contention: Symbolize locks using slab cache names
2024-12-10 0:23 UTC (9+ messages)
` [PATCH v2 2/4] perf lock contention: Run BPF slab cache iterator
[PATCH bpf] bpf,perf: Fix perf_event_detach_bpf_prog error handling
2024-12-10 0:01 UTC (7+ messages)
[RFC PATCH 0/9] pahole: shared ELF and faster reproducible BTF encoding
2024-12-09 23:55 UTC (10+ messages)
` [RFC PATCH 3/9] btf_encoder: separate elf function, saved function representations
` [RFC PATCH 7/9] btf_encoder: switch to shared elf_functions table
[PATCH bpf-next v3 0/4] bpftool: btf: Support dumping a single type from file
2024-12-09 23:44 UTC (5+ messages)
` [PATCH bpf-next v3 1/4] bpftool: man: Add missing format argument to command description
` [PATCH bpf-next v3 2/4] bpftool: btf: Validate root_type_ids early
` [PATCH bpf-next v3 3/4] bpftool: btf: Support dumping a single type from file
` [PATCH bpf-next v3 4/4] bpftool: bash: Add bash completion for root_id argument
[PATCH bpf v3 0/3] Fix for raw_tp PTR_MAYBE_NULL handling
2024-12-09 23:35 UTC (12+ messages)
` [PATCH bpf v3 2/3] bpf: Do not mark NULL-checked raw_tp arg as scalar
[PATCH bpf-next v2] bpftool: btf: Support dumping a single type from file
2024-12-09 22:56 UTC (3+ messages)
[PATCH] selftests/bpf: Fix fill_link_info selftest on powerpc
2024-12-09 22:00 UTC (2+ messages)
unregistering tcp_ca struct_ops can cause kernel page fault
2024-12-09 21:56 UTC (2+ messages)
[PATCH dwarves v1] pahole: generate "bpf_fastcall" decl tags for eligible kfuncs
2024-12-09 20:05 UTC (3+ messages)
[PATCH bpf-next v3] selftests/bpf: add more stats into veristat
2024-12-09 18:00 UTC (2+ messages)
[PATCH 0/4] sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()
2024-12-09 17:45 UTC (5+ messages)
` [PATCH 3/4] btf: Switch vmlinux BTF attribute to sysfs_bin_attr_simple_read()
` [PATCH 4/4] btf: Switch module "
linux-next: Fixes tag needs some work in the bpf-next tree
2024-12-09 17:18 UTC (2+ messages)
[PATCH bpf-next] bpftool: Probe for ISA v4 instruction set extension
2024-12-09 17:05 UTC (6+ messages)
` [PATCH bpf-next v2] "
[PATCH bpf v2 0/2] bpf: fix wrong copied_seq calculation and add tests
2024-12-09 15:27 UTC (3+ messages)
` [PATCH bpf v2 1/2] bpf: fix wrong copied_seq calculation
` [PATCH bpf v2 2/2] selftests/bpf: add strparser test for bpf
[PATCH net-next v4 00/11] net-timestamp: bpf extension to equip applications transparently
2024-12-09 14:58 UTC (18+ messages)
` [PATCH net-next v4 01/11] net-timestamp: add support for bpf_setsockopt()
` [PATCH net-next v4 02/11] net-timestamp: prepare for bpf prog use
` [PATCH net-next v4 03/11] net-timestamp: reorganize in skb_tstamp_tx_output()
` [PATCH net-next v4 04/11] net-timestamp: support SCM_TSTAMP_SCHED for bpf extension
` [PATCH net-next v4 05/11] net-timestamp: support SCM_TSTAMP_SND "
` [PATCH net-next v4 06/11] net-timestamp: support SCM_TSTAMP_ACK "
` [PATCH net-next v4 07/11] net-timestamp: support hwtstamp print "
` [PATCH net-next v4 08/11] net-timestamp: make TCP tx timestamp bpf extension work
` [PATCH net-next v4 09/11] net-timestamp: introduce cgroup lock to avoid affecting non-bpf cases
` [PATCH net-next v4 10/11] net-timestamp: export the tskey for TCP bpf extension
` [PATCH net-next v4 11/11] bpf: add simple bpf tests in the tx path for so_timstamping feature
[PATCH net-next v5 0/5] net: Improve netns handling in RTNL and ip_tunnel
2024-12-09 14:01 UTC (6+ messages)
` [PATCH net-next v5 1/5] net: ip_tunnel: Build flow in underlay net namespace
` [PATCH net-next v5 2/5] rtnetlink: Lookup device in target netns when creating link
` [PATCH net-next v5 3/5] rtnetlink: Decouple net namespaces in rtnl_newlink_create()
` [PATCH net-next v5 4/5] selftests: net: Add python context manager for netns entering
` [PATCH net-next v5 5/5] selftests: net: Add two test cases for link netns
Storing sk_buffs as kptrs in map
2024-12-09 13:17 UTC (10+ messages)
` [External] "
[PATCH perf/core] uprobes: guard against kmemdup() failing in dup_return_instance()
2024-12-09 11:13 UTC (2+ messages)
[PATCH bpf 0/3] bpf, sockmap: Fix the element replace
2024-12-09 9:54 UTC (8+ messages)
` [PATCH bpf 1/3] bpf, sockmap: Fix update element with same
` [PATCH bpf 2/3] selftest/bpf: Extend test for sockmap update "
` [PATCH bpf 3/3] bpf, sockmap: Fix race between element replace and close()
[PATCH v19 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-12-09 9:29 UTC (5+ messages)
` [PATCH v19 18/19] ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr
` [PATCH v19 19/19] bpf: Use ftrace_get_symaddr() in get_entry_ip()
[PATCH v20 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-12-09 6:36 UTC (8+ messages)
[PATCH bpf] bpf,perf: Fix invalid prog_array access in perf_event_detach_bpf_prog
2024-12-08 14:25 UTC
[syzbot] [mm?] INFO: rcu detected stall in sys_umount (3)
2024-12-08 8:40 UTC
[PATCH bpf-next] bpftool: btf: Support dumping a single type from file
2024-12-07 23:15 UTC (3+ messages)
ANNOUNCE: pahole v1.28 (flex arrays, bpf_fastcall, global vars, btf endianness, distilled BTF base, reg tests)
2024-12-07 14:33 UTC
[PATCH bpf-next 0/2] selftests: bpf: Migrate test_xdp_meta.sh to test_progs
2024-12-07 1:19 UTC (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Migrate test_xdp_meta.sh into xdp_context_test_run.c
[syzbot] [bpf?] general protection fault in bpf_prog_array_delete_safe
2024-12-07 1:01 UTC (2+ messages)
[PATCH perf/core 0/4] Improve performance and scalability of uretprobes
2024-12-07 0:36 UTC (5+ messages)
` [PATCH perf/core 4/4] uprobes: reuse return_instances between multiple uretprobes within task
CONFIG_X86_X32_ABI silently breaks some fentry hooks
2024-12-06 23:08 UTC (2+ messages)
[RFC/RFT v2 0/3] Introduce GRO support to cpumap codebase
2024-12-06 23:36 UTC (13+ messages)
[GIT PULL] bpf for v6.13-rc2
2024-12-06 23:11 UTC (2+ messages)
[PATCH bpf-next v2] selftests/bpf: add more stats into veristat
2024-12-06 22:25 UTC (2+ messages)
[PATCH bpf-next v5] selftests/bpf: Consolidate kernel modules into common directory
2024-12-06 22:10 UTC (2+ messages)
[PATCH bpf] bpf: Fix prog_array UAF in __uprobe_perf_func()
2024-12-06 20:37 UTC
[BUG] perf trace: failed to load -E2BIG
2024-12-06 20:23 UTC
Packet pointer invalidation and subprograms
2024-12-06 19:31 UTC (25+ messages)
[syzbot] [bpf?] possible deadlock in htab_lru_map_delete_elem
2024-12-06 18:59 UTC (2+ messages)
[PATCH] samples/bpf: Modify the incorrect format specifier
2024-12-06 18:42 UTC (2+ messages)
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