messages from 2023-11-23 15:28:01 to 2023-11-27 18:39:49 UTC [more...]
[PATCH v1 bpf-next 0/9] bpftool: Add end-to-end testing
2023-11-27 18:39 UTC (9+ messages)
` [PATCH v1 bpf-next 1/9] bpftool: add testing skeleton
[PATCH bpf] netkit: Reject IFLA_NETKIT_PEER_INFO in netkit_change_link
2023-11-27 18:22 UTC (3+ messages)
[PATCH bpf-next v3 1/2] bpftool: mark orphaned programs during prog show
2023-11-27 18:20 UTC (2+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: update test_offload to use new orphaned property
[PATCH bpf-next 00/10] BPF verifier retval logic fixes
2023-11-27 18:19 UTC (9+ messages)
` [PATCH bpf-next 02/10] bpf: provide correct register name for exception callback retval check
` [PATCH bpf-next 04/10] bpf: enforce exact retval range on subprog/callback exit
[PATCH v10 bpf-next 00/17] BPF token and BPF FS-based delegation
2023-11-27 18:18 UTC (6+ messages)
` [PATCH v10 bpf-next 03/17] bpf: introduce BPF token object
[PATCH v13 bpf-next 0/6] bpf: File verification with LSM and fsverity
2023-11-27 18:05 UTC (15+ messages)
` [PATCH v13 bpf-next 1/6] bpf: Add kfunc bpf_get_file_xattr
` [PATCH v13 bpf-next 2/6] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
` [PATCH v13 bpf-next 3/6] Documentation/bpf: Add documentation for filesystem kfuncs
` [PATCH v13 bpf-next 4/6] selftests/bpf: Sort config in alphabetic order
` [PATCH v13 bpf-next 5/6] selftests/bpf: Add tests for filesystem kfuncs
` [PATCH v13 bpf-next 6/6] selftests/bpf: Add test that uses fsverity and xattr to sign a file
[PATCH bpf-next v2 1/2] bpftool: mark orphaned programs during prog show
2023-11-27 18:02 UTC (3+ messages)
[linus:master] [file] 0ede61d858: will-it-scale.per_thread_ops -2.9% regression
2023-11-27 17:10 UTC (7+ messages)
Building Estimates
2023-11-27 16:37 UTC
[PATCH bpf] bpf, x64: Fix prog_array_map_poke_run map poke update
2023-11-27 16:27 UTC (4+ messages)
[PATCH v3 0/2] mm: memcg: improve vmscan tracepoints
2023-11-27 16:16 UTC (12+ messages)
` [PATCH v3 1/2] mm: memcg: print out cgroup ino in the memcg tracepoints
` [PATCH v3 2/2] mm: memcg: introduce new event to trace shrink_memcg
[PATCH net-next 0/5] selftests: tc-testing: updates and cleanups for tdc
2023-11-27 15:48 UTC (7+ messages)
` [PATCH net-next 1/5] selftests: tc-testing: remove buildebpf plugin
` [PATCH net-next 2/5] selftests: tc-testing: remove unnecessary time.sleep
` [PATCH net-next 3/5] selftests: tc-testing: prefix iproute2 functions with "ipr2"
` [PATCH net-next 4/5] selftests: tc-testing: cleanup on Ctrl-C
` [PATCH net-next 5/5] selftests: tc-testing: remove unused import
[syzbot] [bpf?] [trace?] WARNING in format_decode (3)
2023-11-27 14:10 UTC (4+ messages)
` [PATCH net] bpf: test_run: fix WARNING in format_decode
[Bug Report] bpf: zero access_size of stack causes array indix oob in check_stack_range_initialized()
2023-11-27 14:07 UTC
[PATCH bpf-next] bpf: Fix a few selftest failures due to llvm18 change
2023-11-27 14:00 UTC (2+ messages)
[PATCH v3 00/33] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2023-11-27 13:59 UTC (34+ messages)
` [PATCH v3 01/33] tracing: Add a comment about ftrace_regs definition
` [PATCH v3 02/33] x86: tracing: Add ftrace_regs definition in the header
` [PATCH v3 03/33] seq_buf: Export seq_buf_puts()
` [PATCH v3 04/33] function_graph: Convert ret_stack to a series of longs
` [PATCH v3 05/33] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [PATCH v3 06/33] function_graph: Add an array structure that will allow multiple callbacks
` [PATCH v3 07/33] function_graph: Allow multiple users to attach to function graph
` [PATCH v3 08/33] function_graph: Remove logic around ftrace_graph_entry and return
` [PATCH v3 09/33] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [PATCH v3 10/33] ftrace: Allow function_graph tracer to be enabled in instances
` [PATCH v3 11/33] ftrace: Allow ftrace startup flags exist without dynamic ftrace
` [PATCH v3 12/33] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH v3 13/33] function_graph: Add "task variables" per task for fgraph_ops
` [PATCH v3 14/33] function_graph: Move set_graph_function tests to shadow stack global var
` [PATCH v3 15/33] function_graph: Move graph depth stored data "
` [PATCH v3 16/33] function_graph: Move graph notrace bit "
` [PATCH v3 17/33] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH v3 18/33] function_graph: Add selftest for passing local variables
` [PATCH v3 19/33] function_graph: Add a new entry handler with parent_ip and ftrace_regs
` [PATCH v3 20/33] function_graph: Add a new exit "
` [PATCH v3 21/33] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [PATCH v3 22/33] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v3 23/33] arm64: ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [PATCH v3 24/33] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v3 25/33] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v3 26/33] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v3 27/33] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v3 28/33] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v3 29/33] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v3 30/33] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v3 31/33] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v3 32/33] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v3 33/33] Documentation: probes: Update fprobe on function-graph tracer
[PATCH 0/3] kernfs: Convert from strlcpy() to strscpy()
2023-11-27 13:43 UTC (2+ messages)
[PATCH v2 0/2] mm: memcg: improve vmscan tracepoints
2023-11-27 11:37 UTC (9+ messages)
` [PATCH v2 2/2] mm: memcg: introduce new event to trace shrink_memcg
[PATCH ipsec-next v1 0/7] Add bpf_xdp_get_xfrm_state() kfunc
2023-11-27 5:53 UTC (20+ messages)
` [PATCH ipsec-next v1 1/7] bpf: xfrm: "
` [PATCH ipsec-next v1 5/7] bpf: selftests: test_tunnel: Use vmlinux.h declarations
` [PATCH ipsec-next v1 6/7] bpf: selftests: test_tunnel: Disable CO-RE relocations
` [PATCH ipsec-next v1 7/7] bpf: xfrm: Add selftest for bpf_xdp_get_xfrm_state()
[PATCH bpf v3 0/6] bpf: Fix the release of inner map
2023-11-27 3:54 UTC (14+ messages)
` [PATCH bpf v3 1/6] bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers
` [PATCH bpf v3 2/6] bpf: Add map and need_defer parameters to .map_fd_put_ptr()
` [PATCH bpf v3 3/6] bpf: Defer the free of inner map when necessary
` [PATCH bpf v3 4/6] bpf: Optimize the free of inner map
` [PATCH bpf v3 5/6] selftests/bpf: Add test cases for "
` [PATCH bpf v3 6/6] selftests/bpf: Test outer map update operations in syscall program
[PATCHv4 bpf-next 0/6] bpf: Add link_info support for uprobe multi link
2023-11-27 2:19 UTC (9+ messages)
` [PATCHv4 bpf-next 1/6] libbpf: Add st_type argument to elf_resolve_syms_offsets function
` [PATCHv4 bpf-next 2/6] bpf: Store ref_ctr_offsets values in bpf_uprobe array
` [PATCHv4 bpf-next 3/6] bpf: Add link_info support for uprobe multi link
` [PATCHv4 bpf-next 4/6] selftests/bpf: Use bpf_link__destroy in fill_link_info tests
` [PATCHv4 bpf-next 5/6] selftests/bpf: Add link_info test for uprobe_multi link
` [PATCHv4 bpf-next 6/6] bpftool: Add support to display uprobe_multi links
[PATCH bpf] bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()
2023-11-27 2:03 UTC (5+ messages)
[PATCH net-next] mm/page_pool: catch page_pool memory leaks
2023-11-26 15:20 UTC (2+ messages)
[PATCHSET v5] sched: Implement BPF extensible scheduler class
2023-11-26 9:05 UTC (5+ messages)
` [PATCH 12/36] sched_ext: "
[RFC PATCH v2 0/4] LSM: Officially support appending LSM hooks after boot
2023-11-26 4:37 UTC (5+ messages)
[PATCH bpf v2 0/2] bpf: fix accesses to uninit stack slots
2023-11-26 1:50 UTC (3+ messages)
` [PATCH bpf v2 1/2] "
` [PATCH bpf v2 2/2] bpf: new verifier tests for stack access
[RFC PATCH bpf-next v2] bpf: Relax tracing prog recursive attach rules
2023-11-26 1:05 UTC (11+ messages)
[PATCH bpf-next v5 0/3] selftests/bpf: Use pkg-config to determine ld flags
2023-11-25 8:42 UTC (4+ messages)
` [PATCH bpf-next v5 1/3] selftests/bpf: Choose pkg-config for the target
` [PATCH bpf-next v5 2/3] selftests/bpf: Override PKG_CONFIG for static builds
` [PATCH bpf-next v5 3/3] selftests/bpf: Use pkg-config for libelf
[PATCH v3 0/3] samples: introduce cgroup events listeners
2023-11-25 8:07 UTC (4+ messages)
[RESEND RFC PATCH v2 00/14] device_cgroup: guard mknod for non-initial user namespace
2023-11-24 18:08 UTC (5+ messages)
` [RESEND RFC PATCH v2 11/14] vfs: Wire up security hooks for lsm-based device guard in userns
[PATCH] rethook: Use __rcu pointer for rethook::handler
2023-11-24 15:40 UTC (2+ messages)
xdp/xsk.c: missing read memory barrier in xsk_poll()
2023-11-24 15:16 UTC (3+ messages)
[PATCH bpf v2 0/2] sockmap fix for KASAN_VMALLOC and af_unix
2023-11-24 13:53 UTC (6+ messages)
` [PATCH bpf v2 1/2] bpf: sockmap, af_unix stream sockets need to hold ref for pair sock
[PATCH net-next v8 00/15] Introducing P4TC
2023-11-24 10:39 UTC (19+ messages)
[PATCH v2 bpf-next 0/3] Verify global subprogs lazily
2023-11-24 9:50 UTC (5+ messages)
` [PATCH v2 bpf-next 1/3] bpf: emit global subprog name in verifier logs
` [PATCH v2 bpf-next 2/3] bpf: validate global subprogs lazily
` [PATCH v2 bpf-next 3/3] selftests/bpf: add lazy global subprog validation tests
[PATCH bpf-next] bpf: add sock_ops callbacks for data send/recv/acked events
2023-11-24 9:47 UTC (3+ messages)
[PATCH bpf-next 0/3] Verify global subprogs lazily
2023-11-24 3:31 UTC (3+ messages)
[linus:master] [bpf] f18b03faba: stress-ng.seccomp.ops_per_sec -2.0% regression
2023-11-24 0:52 UTC (2+ messages)
[PATCH] kprobes: consistent rcu api usage for kretprobe holder
2023-11-24 0:49 UTC (3+ messages)
[PATCH bpf-next] libbpf: Start v1.4 development cycle
2023-11-23 22:00 UTC (2+ messages)
[GIT PULL] Networking for v6.7-rc3
2023-11-23 19:22 UTC (2+ messages)
[PATCHv3 bpf-next 0/6] bpf: Add link_info support for uprobe multi link
2023-11-23 18:26 UTC (6+ messages)
` [PATCHv3 bpf-next 3/6] "
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