messages from 2024-08-29 06:57:49 to 2024-08-30 16:26:08 UTC [more...]
[PATCH bpf-next 0/9] bpf: cpumap: enable GRO for XDP_PASS frames
2024-08-30 16:25 UTC (9+ messages)
` [PATCH bpf-next 1/9] firmware/psci: fix missing '%u' format literal in kthread_create_on_cpu()
` [PATCH bpf-next 2/9] kthread: allow vararg kthread_{create,run}_on_cpu()
` [PATCH bpf-next 3/9] net: napi: add ability to create CPU-pinned threaded NAPI
` [PATCH bpf-next 4/9] bpf: cpumap: use CPU-pinned threaded NAPI w/GRO instead of kthread
` [PATCH bpf-next 5/9] bpf: cpumap: reuse skb array instead of a linked list to chain skbs
` [PATCH bpf-next 6/9] net: skbuff: introduce napi_skb_cache_get_bulk()
` [PATCH bpf-next 7/9] bpf: cpumap: switch to napi_skb_cache_get_bulk()
` [PATCH bpf-next 8/9] veth: use napi_skb_cache_get_bulk() instead of xdp_alloc_skb_bulk()
[PATCH bpf-next 0/4] bpf: Fix tailcall infinite loop caused by freplace
2024-08-30 16:03 UTC (9+ messages)
` [PATCH bpf-next 2/4] bpf, arm64: "
FYI: CI regression on big-endian arch (s390) after recent pahole changes
2024-08-30 16:00 UTC (16+ messages)
` [PATCH bpf-next v1] libbpf: ensure new BTF objects inherit input endianness
[PATCH v2] bpf: Remove custom build rule
2024-08-30 16:00 UTC (6+ messages)
` [PATCH v3] "
` [PATCH v4] "
[PATCH bpf-next RESEND] bpf: Use sockfd_put() helper
2024-08-30 16:00 UTC (2+ messages)
[PATCH v2] tracing/uprobe: Add missing PID filter for uretprobe
2024-08-30 15:51 UTC (4+ messages)
[PATCH v4 0/8] uprobes: RCU-protected hot path optimizations
2024-08-30 15:44 UTC (16+ messages)
` [PATCH v4 1/8] uprobes: revamp uprobe refcounting and lifetime management
` [PATCH v4 2/8] uprobes: protected uprobe lifetime with SRCU
` [PATCH v4 3/8] uprobes: get rid of enum uprobe_filter_ctx in uprobe filter callbacks
` [PATCH v4 4/8] uprobes: travers uprobe's consumer list locklessly under SRCU protection
` [PATCH v4 5/8] perf/uprobe: split uprobe_unregister()
` [PATCH v4 6/8] rbtree: provide rb_find_rcu() / rb_find_add_rcu()
` [PATCH v4 7/8] uprobes: perform lockless SRCU-protected uprobes_tree lookup
` [PATCH v4 8/8] uprobes: switch to RCU Tasks Trace flavor for better performance
[PATCH] perf lock contention: Fix spinlock and rwlock accounting
2024-08-30 13:23 UTC (2+ messages)
[PATCH 1/3] perf lock contention: Handle error in a single place
2024-08-30 13:17 UTC (4+ messages)
` [PATCH 2/3] perf lock contention: Simplify spinlock check
` [PATCH 3/3] perf lock contention: Do not fail EEXIST for update
[PATCH bpf] bpf: add check for invalid name in btf_name_valid_section()
2024-08-30 11:41 UTC (7+ messages)
[PATCH v4 RESEND] powerpc: Replace kretprobe code with rethook on powerpc
2024-08-30 11:31 UTC
[PATCH net-next v16 12/14] net: replace page_frag with page_frag_cache
2024-08-30 11:18 UTC
[PATCH net 0/3] net: ethernet: ti: am65-cpsw: Fix XDP implementation
2024-08-30 10:10 UTC (7+ messages)
` [PATCH net 1/3] net: ethernet: ti: am65-cpsw: fix XDP_DROP, XDP_TX and XDP_REDIRECT
` [PATCH net 2/3] net: ethernet: ti: am65-cpsw: Fix NULL dereference on XDP_TX
` [PATCH net 3/3] net: ethernet: ti: am65-cpsw: Fix RX statistics for XDP_TX and XDP_REDIRECT
[PATCH] arm64: insn: Simulate nop and push instruction for better uprobe performance
2024-08-30 9:25 UTC (6+ messages)
[PATCH net v5] bpf, net: Fix a potential race in do_sock_getsockopt()
2024-08-30 8:25 UTC
[syzbot] KASAN: slab-use-after-free Read in htab_map_alloc (2)
2024-08-30 7:49 UTC (2+ messages)
[PATCH bpf-next v4 0/8] libbpf, selftests/bpf: Support cross-endian usage
2024-08-30 7:29 UTC (9+ messages)
` [PATCH bpf-next v4 1/8] libbpf: Improve log message formatting
` [PATCH bpf-next v4 2/8] libbpf: Fix header comment typos for BTF.ext
` [PATCH bpf-next v4 3/8] libbpf: Fix output .symtab byte-order during linking
` [PATCH bpf-next v4 4/8] libbpf: Support BTF.ext loading and output in either endianness
` [PATCH bpf-next v4 5/8] libbpf: Support opening bpf objects of "
` [PATCH bpf-next v4 6/8] libbpf: Support linking "
` [PATCH bpf-next v4 7/8] libbpf: Support creating light skeleton "
` [PATCH bpf-next v4 8/8] selftests/bpf: Support cross-endian building
[PATCH net-next v23 00/13] Device Memory TCP
2024-08-30 5:41 UTC (15+ messages)
` [PATCH net-next v23 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v23 06/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v23 13/13] netdev: add dmabuf introspection
[PATCH v3 0/1] Fix deadlock caused by cgroup_mutex and cpu_hotplug_lock
2024-08-30 2:08 UTC (4+ messages)
` [PATCH v3 1/1] cgroup: fix "
[PATCH bpf-next v4 1/2] bpf: Make the pointer returned by iter next method valid
2024-08-30 2:00 UTC (3+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Add tests for iter next method returning valid pointer
[PATCH bpf-next RESEND] bpf: Use sockfd_put() helper
2024-08-30 2:06 UTC
[PATCH net-next v2 00/12] Unmask upper DSCP bits - part 2
2024-08-30 1:55 UTC (10+ messages)
` [PATCH net-next v2 06/12] ipv4: Unmask upper DSCP bits when building flow key
` [PATCH net-next v2 07/12] xfrm: Unmask upper DSCP bits in xfrm_get_tos()
` [PATCH net-next v2 10/12] ipvlan: Unmask upper DSCP bits in ipvlan_process_v4_outbound()
` [PATCH net-next v2 11/12] vrf: Unmask upper DSCP bits in vrf_process_v4_outbound()
` [PATCH net-next v2 12/12] bpf: Unmask upper DSCP bits in __bpf_redirect_neigh_v4()
[PATCH bpf] bpf: Fix a crash when btf_parse_base() returns an error pointer
2024-08-30 1:46 UTC (2+ messages)
linux-next: build failure after merge of the bpf-next tree
2024-08-30 1:32 UTC (2+ messages)
[PATCH v5 bpf-next 0/9] bpf: Add gen_epilogue to bpf_verifier_ops
2024-08-30 1:30 UTC (13+ messages)
` [PATCH v5 bpf-next 1/9] bpf: Move insn_buf[16] to bpf_verifier_env
` [PATCH v5 bpf-next 2/9] bpf: Adjust BPF_JMP that jumps to the 1st insn of the prologue
` [PATCH v5 bpf-next 3/9] bpf: Add gen_epilogue to bpf_verifier_ops
` [PATCH v5 bpf-next 4/9] bpf: Export bpf_base_func_proto
` [PATCH v5 bpf-next 5/9] selftests/bpf: attach struct_ops maps before test prog runs
` [PATCH v5 bpf-next 6/9] selftests/bpf: Test gen_prologue and gen_epilogue
` [PATCH v5 bpf-next 7/9] selftests/bpf: Add tailcall epilogue test
` [PATCH v5 bpf-next 8/9] selftests/bpf: A pro/epilogue test when the main prog jumps back to the 1st insn
` [PATCH v5 bpf-next 9/9] selftests/bpf: Test epilogue patching when the main prog has multiple BPF_EXIT
[PATCH -next] bpf: Use sockfd_put() helper
2024-08-30 1:18 UTC (3+ messages)
[PATCH v2 01/13] LSM: Add the lsmblob data structure
2024-08-30 0:33 UTC
[PATCH bpf-next v2 0/2] prevent bpf_reserve_hdr_opt() from growing skb larger than MTU
2024-08-30 0:20 UTC (5+ messages)
` [PATCH bpf-next v2 1/2] bpf: tcp: "
[PATCH v2] tracing/uprobe: Add missing PID filter for uretprobe
2024-08-29 23:22 UTC (14+ messages)
[PATCH bpf-next] bpf, sockmap: Correct spelling skmsg.c
2024-08-29 21:59 UTC (3+ messages)
[PATCH v8 00/11] PCI: imx6: Fix\rename\clean up and add lut information for imx95
2024-08-29 21:25 UTC (6+ messages)
[PATCH] kbuild: use objcopy to generate asm-offsets
2024-08-29 20:37 UTC (4+ messages)
[PATCH bpf-next v3 1/2] bpf: Make the pointer returned by iter next method valid
2024-08-29 20:18 UTC (5+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Add tests for iter next method returning valid pointer
BUG: null pointer dereference in seccomp
2024-08-29 20:09 UTC (3+ messages)
[PATCH v4 bpf-next 0/9] bpf: Add gen_epilogue to bpf_verifier_ops
2024-08-29 20:09 UTC (20+ messages)
` [PATCH v4 bpf-next 1/9] bpf: Move insn_buf[16] to bpf_verifier_env
` [PATCH v4 bpf-next 3/9] bpf: Add gen_epilogue to bpf_verifier_ops
` [PATCH v4 bpf-next 6/9] selftests/bpf: Test gen_prologue and gen_epilogue
` [PATCH v4 bpf-next 7/9] selftests/bpf: Add tailcall epilogue test
` [PATCH v4 bpf-next 9/9] selftests/bpf: Test epilogue patching when the main prog has multiple BPF_EXIT
[Patch bpf] tcp_bpf: fix return value of tcp_bpf_sendmsg()
2024-08-29 19:51 UTC (6+ messages)
[PATCH bpf-next 0/2] selftests/bpf: Add uprobe pid filter test
2024-08-29 19:45 UTC (3+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: Add child argument to spawn_child function
` [PATCH bpf-next 2/2] selftests/bpf: Add uprobe pid filter test for multiple processes
[PATCH bpf-next v2] bpf/btf: Use kvmemdup to simplify the code
2024-08-29 19:30 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: Make sure stashed kptr in local kptr is freed recursively
2024-08-29 19:20 UTC (2+ messages)
[PATCH] docs/bpf: Fix a typo in verifier.rst
2024-08-29 19:20 UTC (2+ messages)
[PATCH v7 bpf-next 00/10] Harden and extend ELF build ID parsing logic
2024-08-29 17:42 UTC (11+ messages)
` [PATCH v7 bpf-next 01/10] lib/buildid: harden "
` [PATCH v7 bpf-next 02/10] lib/buildid: add single folio-based file reader abstraction
` [PATCH v7 bpf-next 03/10] lib/buildid: take into account e_phoff when fetching program headers
` [PATCH v7 bpf-next 04/10] lib/buildid: remove single-page limit for PHDR search
` [PATCH v7 bpf-next 05/10] lib/buildid: rename build_id_parse() into build_id_parse_nofault()
` [PATCH v7 bpf-next 06/10] lib/buildid: implement sleepable build_id_parse() API
` [PATCH v7 bpf-next 07/10] lib/buildid: don't limit .note.gnu.build-id to the first page in ELF
` [PATCH v7 bpf-next 08/10] bpf: decouple stack_map_get_build_id_offset() from perf_callchain_entry
` [PATCH v7 bpf-next 09/10] bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers
` [PATCH v7 bpf-next 10/10] selftests/bpf: add build ID tests
[PATCH v3] uprobes: turn trace_uprobe's nhit counter to be per-CPU one
2024-08-29 17:28 UTC (3+ messages)
[PATCH bpf-next] bpf, x64: Fix a jit convergence issue
2024-08-29 17:27 UTC (10+ messages)
[PATCH net v4] bpf, net: Check cgroup_bpf_enabled() only once in do_sock_getsockopt()
2024-08-29 16:27 UTC (8+ messages)
[Patch net-next] tcp_bpf: remove an unused parameter for bpf_tcp_ingress()
2024-08-29 15:56 UTC (2+ messages)
[PATCH bpf-next] libbpf: fix bpf_object__open_skeleton()'s mishandling of options
2024-08-29 15:50 UTC (2+ messages)
[PATCH net-next 00/12] Unmask upper DSCP bits - part 2
2024-08-29 15:10 UTC (10+ messages)
[PATCH bpf-next 0/2] Fix accessing first syscall argument on RV64
2024-08-29 13:35 UTC (3+ messages)
` [PATCH bpf-next 1/2] libbpf: "
[PATCH bpf-next 0/2] Fix accessing first syscall argument on RV64
2024-08-29 13:34 UTC (3+ messages)
` [PATCH bpf-next 1/2] libbpf: "
` [PATCH bpf-next 2/2] selftests/bpf: Skip case involving first arg in bpf_syscall_macro "
[PATCH bpf-next V1] enable virtFS(9p virtio) for sharing directory on VM to optimize debugging
2024-08-29 12:25 UTC
[PATCH bpf-next v2 1/2] bpf: Make the pointer returned by iter next method valid
2024-08-29 10:52 UTC (3+ messages)
[net-next v4 0/5] net: stmmac: Add PCI driver support for BCM8958x
2024-08-29 10:52 UTC (5+ messages)
` [net-next v4 3/5] net: stmmac: Integrate dw25gmac into stmmac hwif handling
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