messages from 2025-06-17 19:57:45 to 2025-06-19 08:44:36 UTC [more...]
[PATCH v10 00/14] unwind_user: x86: Deferred unwinding infrastructure
2025-06-19 8:44 UTC (42+ messages)
` [PATCH v10 01/14] unwind_user: Add user space unwinding API
` [PATCH v10 02/14] unwind_user: Add frame pointer support
` [PATCH v10 03/14] unwind_user: Add compat mode "
` [PATCH v10 04/14] unwind_user/deferred: Add unwind_deferred_trace()
` [PATCH v10 05/14] unwind_user/deferred: Add unwind cache
` [PATCH v10 06/14] unwind_user/deferred: Add deferred unwinding interface
` [PATCH v10 07/14] unwind_user/deferred: Make unwind deferral requests NMI-safe
[PATCH bpf-next v4 0/3] Support array presets in veristat
2025-06-19 7:34 UTC (6+ messages)
` [PATCH bpf-next v4 1/3] selftests/bpf: separate var preset parsing "
` [PATCH bpf-next v4 2/3] selftests/bpf: support array presets "
` [PATCH bpf-next v4 3/3] selftests/bpf: test "
[PATCH net-next v6 00/12] net/mlx5e: Add support for devmem and io_uring TCP zero-copy
2025-06-19 7:19 UTC (7+ messages)
` [PATCH net-next v6 10/12] net/mlx5e: Implement queue mgmt ops and single channel swap
` [PATCH net-next v6 12/12] net/mlx5e: Add TX support for netmems
[PATCH] bpftool: Fix memory leak in dump_link_nlmsg on realloc failure
2025-06-19 6:57 UTC (2+ messages)
` [PATH v2] bpftool: Fix memory leak in dump_xx_nlmsg "
[RFC bpf-next 0/9] BPF indirect jumps
2025-06-19 5:05 UTC (29+ messages)
` [RFC bpf-next 2/9] bpf, x86: add new map type: instructions set
` [RFC bpf-next 3/9] selftests/bpf: add selftests for new insn_set map
` [RFC bpf-next 4/9] bpf, x86: allow indirect jumps to r8...r15
` [RFC bpf-next 5/9] bpf, x86: add support for indirect jumps
` [RFC bpf-next 6/9] bpf: workaround llvm behaviour with "
` [RFC bpf-next 8/9] libbpf: support llvm-generated "
` [RFC bpf-next 9/9] selftests/bpf: add selftests for "
[PATCH bpf-next v5 0/4] bpf: Add kfuncs for read-only string operations
2025-06-19 4:51 UTC (7+ messages)
` [PATCH bpf-next v5 1/4] uaccess: Define pagefault lock guard
` [PATCH bpf-next v5 2/4] bpf: Add kfuncs for read-only string operations
` [PATCH bpf-next v5 3/4] selftests/bpf: Allow macros in __retval
` [PATCH bpf-next v5 4/4] selftests/bpf: Add tests for string kfuncs
[PATCH v2 bpf-next 0/4] af_unix: Allow BPF LSM to filter SCM_RIGHTS at sendmsg()
2025-06-19 4:00 UTC (4+ messages)
[PATCH bpf-next v4 1/2] bpf: Add show_fdinfo for uprobe_multi
2025-06-19 3:42 UTC (2+ messages)
` [PATCH bpf-next v4 2/2] bpf: Add show_fdinfo for kprobe_multi
[PATCH bpf-next v3 1/2] bpf: Add show_fdinfo for uprobe_multi
2025-06-19 3:08 UTC (4+ messages)
` [PATCH bpf-next v3 2/2] bpf: Add show_fdinfo for kprobe_multi
[PATCH net 0/2] virtio-net: xsk: rx: fix the frame's length check
2025-06-19 2:11 UTC (3+ messages)
` [PATCH net 1/2] "
[PATCH bpf v2] bpf: lru: adjust free target to avoid global table starvation
2025-06-19 2:00 UTC (3+ messages)
[PATCH net-next v4 00/11] net: fec: general + VLAN cleanups
2025-06-19 1:39 UTC (14+ messages)
` [PATCH net-next v4 01/11] net: fec: fix typos found by codespell
` [PATCH net-next v4 02/11] net: fec: struct fec_enet_private: remove obsolete comment
` [PATCH net-next v4 03/11] net: fec: switch from asm/cacheflush.h to linux/cacheflush.h
` [PATCH net-next v4 04/11] net: fec: sort the includes by alphabetic order
` [PATCH net-next v4 05/11] net: fec: rename struct fec_devinfo fec_imx6x_info -> fec_imx6sx_info
` [PATCH net-next v4 06/11] net: fec: fec_restart(): introduce a define for FEC_ECR_SPEED
` [PATCH net-next v4 07/11] net: fec: fec_enet_rx_queue(): use same signature as fec_enet_tx_queue()
` [PATCH net-next v4 08/11] net: fec: fec_enet_rx_queue(): replace manual VLAN header calculation with skb_vlan_eth_hdr()
` [PATCH net-next v4 09/11] net: fec: fec_enet_rx_queue(): reduce scope of data
` [PATCH net-next v4 10/11] net: fec: fec_enet_rx_queue(): move_call to _vlan_hwaccel_put_tag()
` [PATCH net-next v4 11/11] net: fec: fec_enet_rx_queue(): factor out VLAN handling into separate function fec_enet_rx_vlan()
[PATCH bpf-next 0/4] Introduce bpf_kernfs_read_xattr
2025-06-19 0:43 UTC (6+ messages)
` [PATCH bpf-next 1/4] kernfs: Add __kernfs_xattr_get for RCU protected access
` [PATCH bpf-next 2/4] bpf: Introduce bpf_kernfs_read_xattr to read xattr of kernfs nodes
` [PATCH bpf-next 3/4] bpf: Mark cgroup_subsys_state->cgroup RCU safe
` [PATCH bpf-next 4/4] selftests/bpf: Add tests for bpf_kernfs_read_xattr
[PATCH bpf-next 1/2] bpf: add bpf_dynptr_memset() kfunc
2025-06-18 23:44 UTC (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add test cases for bpf_dynptr_memset()
[PATCH bpf-next v1 1/4] bpf: Save struct_ops instance pointer in bpf_prog_aux
2025-06-18 22:18 UTC (3+ messages)
[PATCH bpf-next] bpf: lru: adjust free target to avoid global table starvation
2025-06-18 22:03 UTC (7+ messages)
[PATCH v2 0/2] bpf, verifier: Improve precision of BPF_ADD and BPF_SUB
2025-06-18 21:22 UTC (6+ messages)
` [PATCH v2 1/2] bpf, verifier: Improve precision for "
` [PATCH v2 2/2] selftests/bpf: Add testcases "
[PATCH net-next 0/3] gve: XDP TX and redirect support for DQ RDA
2025-06-18 20:56 UTC (4+ messages)
` [PATCH net-next 1/3] gve: rename gve_xdp_xmit to gve_xdp_xmit_gqi
` [PATCH net-next 2/3] gve: refactor DQO TX methods to be more generic for XDP
` [PATCH net-next 3/3] gve: add XDP_TX and XDP_REDIRECT support for DQ RDA
[PATCH net-next 0/2] net: xsk: add two sysctl knobs
2025-06-18 19:24 UTC (10+ messages)
[PATCH net-next v2] net: xsk: add sysctl_xsk_max_tx_budget in the xmit path
2025-06-18 19:21 UTC (3+ messages)
[RESEND PATCH v2 bpf-next 00/12] bpf: tcp: Exactly-once socket iteration
2025-06-18 18:44 UTC (14+ messages)
` [RESEND PATCH v2 bpf-next 01/12] bpf: tcp: Make mem flags configurable through bpf_iter_tcp_realloc_batch
` [RESEND PATCH v2 bpf-next 02/12] bpf: tcp: Make sure iter->batch always contains a full bucket snapshot
` [RESEND PATCH v2 bpf-next 03/12] bpf: tcp: Get rid of st_bucket_done
` [RESEND PATCH v2 bpf-next 04/12] bpf: tcp: Use bpf_tcp_iter_batch_item for bpf_tcp_iter_state batch items
` [RESEND PATCH v2 bpf-next 05/12] bpf: tcp: Avoid socket skips and repeats during iteration
` [RESEND PATCH v2 bpf-next 06/12] selftests/bpf: Add tests for bucket resume logic in listening sockets
` [RESEND PATCH v2 bpf-next 07/12] selftests/bpf: Allow for iteration over multiple ports
` [RESEND PATCH v2 bpf-next 08/12] selftests/bpf: Allow for iteration over multiple states
` [RESEND PATCH v2 bpf-next 09/12] selftests/bpf: Make ehash buckets configurable in socket iterator tests
` [RESEND PATCH v2 bpf-next 10/12] selftests/bpf: Create established sockets "
` [RESEND PATCH v2 bpf-next 11/12] selftests/bpf: Create iter_tcp_destroy test program
` [RESEND PATCH v2 bpf-next 12/12] selftests/bpf: Add tests for bucket resume logic in established sockets
[PATCH bpf-next] bpf: make update_prog_stats always_inline
2025-06-18 18:09 UTC (3+ messages)
[PATCH net] ethernet: ionic: Fix DMA mapping test in `ionic_xdp_post_frame()`
2025-06-18 17:05 UTC (3+ messages)
Configurable XDP Generic Packet Headroom to avoid SKB re-allocation
2025-06-18 16:43 UTC (2+ messages)
[PATCH RFC] btf_encoder: skip functions consuming structs passed by value on stack
2025-06-18 16:28 UTC (2+ messages)
[PATCH] bpf: Call cond_resched() to avoid soft lockup in trie_free()
2025-06-18 14:50 UTC (8+ messages)
[PATCH bpf-next v1] selftests/bpf: include limits.h needed for PATH_MAX directly
2025-06-18 14:00 UTC (3+ messages)
[PATCH v2 0/4] Support trampoline for LoongArch
2025-06-18 10:50 UTC (5+ messages)
` [PATCH v2 1/4] LoongArch: BPF: The operation commands needed to add a trampoline
` [PATCH v2 2/4] LoongArch: BPF: Add bpf_arch_text_poke support for Loongarch
` [PATCH v2 3/4] LoongArch: BPF: Add bpf trampoline "
` [PATCH v2 4/4] LoongArch: BPF: Update the code to rename validate_code to validate_ctx
[PATCH net-next 0/9] Split netmem from struct page
2025-06-18 7:51 UTC (11+ messages)
` [PATCH net-next 1/9] netmem: introduce struct netmem_desc mirroring "
` netmem series needs some love and Acks from MM folks
[PATCH bpf-next v2 0/3] selftests/bpf: Fix usdt/multispec failure with arm64/clang20
2025-06-18 4:36 UTC (4+ messages)
` [PATCH bpf-next v2 1/3] selftests/bpf: Refactor the failed assertion to another subtest
[PATCH net-next v2 00/17][pull request] libeth: add libeth_xdp helper lib
2025-06-18 2:01 UTC (2+ messages)
[PATCH v2] libbpf: Fix null pointer dereference in btf_dump__free on allocation failure
2025-06-18 1:19 UTC
bpf: fix key serial argument of bpf_lookup_user_key()
2025-06-18 1:20 UTC (2+ messages)
[PATCH v5 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()
2025-06-18 1:02 UTC (2+ messages)
[bpf_iter] get rid of redundant 3rd argument of prepare_seq_file()
2025-06-18 0:30 UTC (5+ messages)
[PATCH net v2] net: ti: icssg-prueth: Fix packet handling for XDP_TX
2025-06-17 23:00 UTC (2+ messages)
[PATCH v6 00/12] unwind_deferred: Implement sframe handling
2025-06-17 22:50 UTC (13+ messages)
` [PATCH v6 01/12] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v6 02/12] unwind_user/sframe: Store sframe section data in per-mm maple tree
` [PATCH v6 03/12] x86/uaccess: Add unsafe_copy_from_user() implementation
` [PATCH v6 04/12] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v6 05/12] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v6 06/12] unwind_user/sframe: Add prctl() interface for registering .sframe sections
` [PATCH v6 07/12] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v6 08/12] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v6 09/12] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v6 10/12] unwind_user/sframe: Show file name in debug output
` [PATCH v6 11/12] unwind_user/sframe: Enable debugging in uaccess regions
` [PATCH v6 12/12] unwind_user/sframe: Add .sframe validation option
[PATCH bpf-next] selftests/bpf: Fix RELEASE build failure with gcc14
2025-06-17 22:09 UTC (3+ messages)
[PATCH bpf-next V1 0/7] xdp: Propagate RX HW hints for XDP_REDIRECTed packets via xdp_frame
2025-06-17 20:47 UTC (11+ messages)
` [PATCH bpf-next V1 7/7] net: xdp: update documentation for xdp-rx-metadata.rst
[PATCH bpf-next] selftests/bpf: fix unintentional switch case fall through
2025-06-17 20:30 UTC (2+ messages)
[PATCH bpf-next v3 0/1] selftests/bpf: more precise cpu_mitigations state detection
2025-06-17 20:30 UTC (2+ messages)
[PATCH v2] bpftool: Fix JSON writer resource leak in version command
2025-06-17 20:30 UTC (2+ messages)
[PATCH] libbpf: Fix null pointer dereference in btf_dump__free on allocation failure
2025-06-17 20:27 UTC (2+ messages)
[PATCH v3 0/4] cgroup: nmi safe css_rstat_updated
2025-06-17 20:12 UTC (5+ messages)
` [PATCH v3 2/4] cgroup: make css_rstat_updated nmi safe
` [PATCH v3 3/4] cgroup: remove per-cpu per-subsystem locks
` [PATCH v3 4/4] memcg: cgroup: call css_rstat_updated irrespective of in_nmi()
[PATCH v4 00/15] Add a deadline server for sched_ext tasks
2025-06-17 20:05 UTC (2+ messages)
` [PATCH v4 13/15] selftests/sched_ext: Add test for sched_ext dl_server
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