messages from 2024-09-14 10:12:42 to 2024-09-19 09:43:13 UTC [more...]
[RFC PATCH net-next 0/7] net: ip: add drop reasons to input route
2024-09-19 9:41 UTC (8+ messages)
` [RFC PATCH net-next 1/7] net: ip: add drop reason to ip_route_input_noref()
` [RFC PATCH net-next 2/7] net: ip: add drop reason to ip_route_input_rcu()
` [RFC PATCH net-next 3/7] net: ip: add drop reason to ip_route_input_slow()
` [RFC PATCH net-next 4/7] net: ip: make fib_validate_source() return drop reason
` [RFC PATCH net-next 5/7] net: ip: make ip_route_input_mc() "
` [RFC PATCH net-next 6/7] net: ip: make ip_mc_validate_source() "
` [RFC PATCH net-next 7/7] net: ip: fix typo in the doc of SKB_DROP_REASON_IP_INNOROUTES
[PATCH net 0/2] fix two bugs related to page_pool
2024-09-19 9:42 UTC (4+ messages)
` [PATCH net 2/2] page_pool: fix IOMMU crash when driver has already unbound
[PATCH net v4 0/2] bpf: devmap: provide rxq after redirect
2024-09-19 9:12 UTC (2+ messages)
[PATCH net 0/3] net: enetc: fix some issues of XDP
2024-09-19 8:41 UTC (4+ messages)
` [PATCH net 1/3] net: enetc: remove xdp_drops statistic from enetc_xdp_drop()
` [PATCH net 2/3] net: enetc: fix the issues of XDP_REDIRECT feature
` [PATCH net 3/3] net: enetc: reset xdp_tx_in_flight when updating bpf program
[PATCH bpf-next] libbpf: change log level of BTF loading error message
2024-09-19 4:32 UTC (5+ messages)
[PATCH bpf-next v3] libbpf: Fix expected_attach_type set when kernel not support
2024-09-19 4:20 UTC (3+ messages)
[PATCH bpf-next v2] selftests/bpf: emit top frequent code lines in veristat
2024-09-19 2:51 UTC (3+ messages)
[PATCH v15 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-09-18 21:22 UTC (21+ messages)
` [PATCH v15 01/19] tracing: Add a comment about ftrace_regs definition
` [PATCH v15 02/19] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v15 03/19] function_graph: Pass ftrace_regs to entryfunc
` [PATCH v15 04/19] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v15 05/19] function_graph: Pass ftrace_regs to retfunc
` [PATCH v15 06/19] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v15 07/19] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v15 08/19] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v15 09/19] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v15 10/19] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v15 11/19] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v15 12/19] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v15 13/19] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v15 14/19] tracing: Fix function timing profiler to initialize hashtable
` [PATCH v15 15/19] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v15 16/19] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v15 17/19] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v15 18/19] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v15 19/19] bpf: Add get_entry_ip() for arm64
[PATCH] uprobes: Improve the usage of xol slots for better scalability
2024-09-18 14:41 UTC (3+ messages)
[PATCH net v2] bonding: Add net_ratelimit for bond_xdp_get_xmit_slave in bond_main.c
2024-09-18 14:07 UTC (3+ messages)
[PATCH net v3] bonding: Fix unnecessary warnings and logs from bond_xdp_get_xmit_slave()
2024-09-18 14:06 UTC
[RFC PATCH 0/3] Allow sk_lookup UDP return traffic to egress
2024-09-18 12:45 UTC (13+ messages)
` [RFC PATCH 1/3] ipv4: Run a reverse sk_lookup on sendmsg
` [RFC PATCH 2/3] ipv6: "
` [RFC PATCH 3/3] bpf: Add sk_lookup test to use ORIGDSTADDR cmsg
[RFC PATCH net-next] net/smc: Introduce a hook to modify syn_smc at runtime
2024-09-18 10:10 UTC
[PATCH v4 0/3] Fix deadlock caused by cgroup_mutex and cpu_hotplug_lock
2024-09-18 9:44 UTC (2+ messages)
[PATCH bpf-next v2 0/2] Cgroup skb add helper to get net_cls's classid
2024-09-18 7:45 UTC (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: cg_skb add get classid helper
` [PATCH bpf-next v2 2/2] bpf, selftests: Add test case for cgroup skb to get net_cls classid helpers
Plumbers Testing MC potential topic: specialised toolchains
2024-09-18 7:33 UTC (4+ messages)
Can we Understand Kernel Development in New Ways?
2024-09-18 4:17 UTC
[PATCH v3 0/2] uprobes: Improve scalability by reducing the contention on siglock
2024-09-18 2:05 UTC (4+ messages)
[PATCH bpf-next 1/2] selftests/bpf: remove test_skb_cgroup_id.sh from TEST_PROGS
2024-09-17 17:53 UTC (8+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: set vpath in Makefile to search for skels
[PATCHv4 00/14] uprobe, bpf: Add session support
2024-09-17 12:51 UTC (18+ messages)
` [PATCHv4 01/14] uprobe: Add data pointer to consumer handlers
` [PATCHv4 02/14] uprobe: Add support for session consumer
` [PATCHv4 03/14] bpf: Add support for uprobe multi session attach
` [PATCHv4 04/14] bpf: Add support for uprobe multi session context
` [PATCHv4 05/14] bpf: Allow return values 0 and 1 for uprobe/kprobe session
` [PATCHv4 06/14] libbpf: Fix uretprobe.multi.s programs auto attachment
` [PATCHv4 07/14] libbpf: Add support for uprobe multi session attach
` [PATCHv4 08/14] selftests/bpf: Add uprobe session test
` [PATCHv4 09/14] selftests/bpf: Add uprobe session cookie test
` [PATCHv4 10/14] selftests/bpf: Add uprobe session recursive test
` [PATCHv4 11/14] selftests/bpf: Add uprobe session verifier test for return value
` [PATCHv4 12/14] selftests/bpf: Add kprobe "
` [PATCHv4 13/14] selftests/bpf: Add uprobe session single consumer test
` [PATCHv4 14/14] selftests/bpf: Add consumers stress test on single uprobe
Grand Piano 9/17
2024-09-17 12:14 UTC
[PATCH 0/8] tracing: Allow system call tracepoints to handle page faults
2024-09-17 9:54 UTC (5+ messages)
` [PATCH 2/8] tracing/ftrace: guard syscall probe with preempt_notrace
[PATCH dwarves v1] pahole: generate "bpf_fastcall" decl tags for eligible kfuncs
2024-09-17 8:21 UTC (5+ messages)
[PATCH 0/3] SRCU-protected uretprobes hot path
2024-09-17 8:20 UTC (7+ messages)
` [PATCH 1/3] uprobes: allow put_uprobe() from non-sleepable softirq context
` [PATCH 3/3] uprobes: implement SRCU-protected lifetime for single-stepped uprobe
[PATCH 0/2] uprobes,mm: speculative lockless VMA-to-uprobe lookup
2024-09-17 8:19 UTC (4+ messages)
` [PATCH 2/2] uprobes: add speculative lockless VMA-to-inode-to-uprobe resolution
[PATCH v5 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
2024-09-17 7:50 UTC (20+ messages)
` [PATCH v5 01/17] powerpc/trace: Account for -fpatchable-function-entry support by toolchain
` [PATCH v5 02/17] powerpc/kprobes: Use ftrace to determine if a probe is at function entry
` [PATCH v5 03/17] powerpc64/ftrace: Nop out additional 'std' instruction emitted by gcc v5.x
` [PATCH v5 04/17] powerpc32/ftrace: Unify 32-bit and 64-bit ftrace entry code
` [PATCH v5 05/17] powerpc/module_64: Convert #ifdef to IS_ENABLED()
` [PATCH v5 06/17] powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftrace
` [PATCH v5 07/17] powerpc/ftrace: Skip instruction patching if the instructions are the same
` [PATCH v5 08/17] powerpc/ftrace: Move ftrace stub used for init text before _einittext
` [PATCH v5 09/17] powerpc64/bpf: Fold bpf_jit_emit_func_call_hlp() into bpf_jit_emit_func_call_rel()
` [PATCH v5 10/17] powerpc/ftrace: Add a postlink script to validate function tracer
` [PATCH v5 11/17] kbuild: Add generic hook for architectures to use before the final vmlinux link
` [PATCH v5 12/17] powerpc64/ftrace: Move ftrace sequence out of line
` [PATCH v5 13/17] powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubs
` [PATCH v5 14/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS
` [PATCH v5 15/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLS
` [PATCH v5 16/17] samples/ftrace: Add support for ftrace direct samples on powerpc
` [PATCH v5 17/17] powerpc64/bpf: Add support for bpf trampolines
[PATCH net] bondig: Add bond_xdp_check for bond_xdp_xmit in bond_main.c
2024-09-17 7:14 UTC (4+ messages)
Supporting New Memory Barrier Types in BPF
2024-09-17 0:08 UTC (7+ messages)
[net-next v5 0/5] net: stmmac: Add PCI driver support for BCM8958x
2024-09-16 23:43 UTC (7+ messages)
` [PATCH net-next v5 2/5] net: stmmac: Add basic dw25gmac support in stmmac core
` [PATCH net-next v5 4/5] net: stmmac: Add PCI driver support for BCM8958x
[RFC/RFT v2 0/3] Introduce GRO support to cpumap codebase
2024-09-16 15:10 UTC (5+ messages)
` [RFC/RFT v2 1/3] net: Add napi_init_for_gro routine
` [RFC/RFT v2 2/3] net: add napi_threaded_poll to netdevice.h
` [RFC/RFT v2 3/3] bpf: cpumap: Add gro support
[syzbot] upstream boot error: BUG: unable to handle kernel NULL pointer dereference in __dabt_svc
2024-09-16 13:40 UTC (9+ messages)
[syzbot] [net?] [bpf?] general protection fault in dev_map_redirect
2024-09-16 10:19 UTC (9+ messages)
` [PATCH net-net] tun: Assign missing bpf_net_context
[PATCH bpf-next v1 0/4] 'bpf_fastcall' attribute in vmlinux.h and bpf_helper_defs.h
2024-09-16 9:22 UTC (6+ messages)
` [PATCH bpf-next v1 1/4] bpf: allow specifying bpf_fastcall attribute for BPF helpers
` [PATCH bpf-next v1 2/4] bpf: __bpf_fastcall for bpf_get_smp_processor_id in uapi
` [PATCH bpf-next v1 3/4] bpf: use KF_FASTCALL to mark kfuncs supporting fastcall contract
` [PATCH bpf-next v1 4/4] bpftool: __bpf_fastcall for kfuncs marked with special decl_tag
[PATCH bpf-next v6 0/8] libbpf, selftests/bpf: Support cross-endian usage
2024-09-16 8:37 UTC (9+ messages)
` [PATCH bpf-next v6 1/8] libbpf: Improve log message formatting
` [PATCH bpf-next v6 2/8] libbpf: Fix header comment typos for BTF.ext
` [PATCH bpf-next v6 3/8] libbpf: Fix output .symtab byte-order during linking
` [PATCH bpf-next v6 4/8] libbpf: Support BTF.ext loading and output in either endianness
` [PATCH bpf-next v6 5/8] libbpf: Support opening bpf objects of "
` [PATCH bpf-next v6 6/8] libbpf: Support linking "
` [PATCH bpf-next v6 7/8] libbpf: Support creating light skeleton "
` [PATCH bpf-next v6 8/8] selftests/bpf: Support cross-endian building
[PATCH bpf-next v5 0/8] libbpf, selftests/bpf: Support cross-endian usage
2024-09-16 8:21 UTC (4+ messages)
` [PATCH bpf-next v5 4/8] libbpf: Support BTF.ext loading and output in either endianness
[PATCH bpf-next v4 0/8] libbpf, selftests/bpf: Support cross-endian usage
2024-09-16 8:20 UTC (4+ messages)
` [PATCH bpf-next v4 4/8] libbpf: Support BTF.ext loading and output in either endianness
[PATCH bpf-next v2 0/2] Support eliding map lookup nullness
2024-09-16 3:45 UTC (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: verifier: "
` [PATCH bpf-next v2 2/2] bpf: selftests: verifier: Add nullness elision tests
[PATCH -next v3 0/2] perf stat: Support inherit events for bperf
2024-09-16 1:43 UTC (3+ messages)
` [PATCH -next v3 1/2] perf stat: Support inherit events during fork() "
` [PATCH -next v3 2/2] perf test: Use sqrtloop workload to test bperf event
linux-next: manual merge of the bpf-next tree with the vfs-brauner tree
2024-09-15 23:42 UTC (2+ messages)
linux-next: build failure after merge of the bpf-next tree
2024-09-15 23:30 UTC (2+ messages)
linux-next: build failure after merge of the bpf-next tree
2024-09-15 23:27 UTC (2+ messages)
linux-next: build failure after merge of the bpf-next tree
2024-09-15 23:26 UTC (2+ messages)
[PATCH] bpf: Constify struct btf_kind_operations
2024-09-15 16:21 UTC
[PATCH bpf-next v4] selftests/bpf: use auto-dependencies for test objects
2024-09-15 15:41 UTC (7+ messages)
[PATCH v3 0/8] x86/module: use large ROX pages for text allocations
2024-09-15 13:48 UTC (4+ messages)
` [PATCH v3 7/8] execmem: add support for cache of large ROX pages
[PATCH bpf-next v2 0/4] bpf: Fix tailcall infinite loop caused by freplace
2024-09-15 13:00 UTC (4+ messages)
` [PATCH bpf-next v2 1/4] bpf, x64: "
[PATCH -next v2 0/2] perf stat: Support inherit events for bperf
2024-09-15 11:22 UTC (4+ messages)
` [PATCH -next v2 1/2] perf stat: Support inherit events during fork() "
[PATCH bpf-next 0/2] Support eliding map lookup nullness
2024-09-15 2:11 UTC (3+ messages)
` [PATCH bpf-next 1/2] bpf: verifier: "
` [PATCH bpf-next 2/2] bpf: selftests: verifier: Add nullness elision tests
[PATCH v14 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-09-14 21:53 UTC (3+ messages)
` [PATCH v14 19/19] fgraph: Skip recording calltime/rettime if it is not nneeded
[PATCH net] netkit: Ensure current->bpf_net_context is set in netkit_xmit()
2024-09-14 19:08 UTC (2+ messages)
[GIT PULL] BPF changes for v6.12
2024-09-14 15:58 UTC
[PATCH bpf-next RESEND v2] libbpf: Fix expected_attach_type set when kernel not support
2024-09-14 14:29 UTC (3+ messages)
[PATCH bpf-next v2] selftests/bpf: convert test_xdp_features.sh to test_progs
2024-09-14 13:38 UTC (4+ messages)
[PATCH bpf v2 0/2] Check the remaining info_cnt before repeating btf fields
2024-09-14 13:37 UTC (3+ messages)
` [PATCH bpf v2 1/2] bpf: "
` [PATCH bpf v2 2/2] selftests/bpf: Add more test case for field flattening
[syzbot] Monthly bpf report (Sep 2024)
2024-09-14 12:53 UTC
[PATCH bpf-next v3 0/2] Fix bpf_get/setsockopt failed when TCP over IPv4 via INET6 API
2024-09-14 11:47 UTC (4+ messages)
` [PATCH bpf-next v3 1/2] bpf: Fix bpf_get/setsockopt to tos not take effect "
` [PATCH bpf-next v3 2/2] selftests/bpf: Setget_sockopt add a test for tcp over ipv4 via ipv6
[PATCH mptcp-next v5 1/5] bpf: Add mptcp_subflow bpf_iter
2024-09-14 10:12 UTC (7+ 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