messages from 2025-08-25 20:35:46 to 2025-08-25 21:04:50 UTC [more...]
[PATCH v12 00/27] migration: propagate vTPM errors using Error objects
2025-08-25 21:04 UTC (17+ messages)
` [PATCH v12 02/27] migration: push Error **errp into vmstate_load_state()
` [PATCH v12 04/27] migration: push Error **errp into vmstate_load()
` [PATCH v12 05/27] migration: push Error **errp into loadvm_process_command()
` [PATCH v12 07/27] migration: push Error **errp into qemu_loadvm_state()
` [PATCH v12 08/27] migration: push Error **errp into qemu_load_device_state()
` [PATCH v12 09/27] migration: push Error **errp into qemu_loadvm_state_main()
` [PATCH v12 10/27] migration: push Error **errp into qemu_loadvm_section_start_full()
` [PATCH v12 11/27] migration: push Error **errp into qemu_loadvm_section_part_end()
[PATCH v4 000/142] smb: smbdirect/client/server: make use of common structures
2025-08-25 20:41 UTC (138+ messages)
` [PATCH v4 001/142] smb: smbdirect: introduce smbdirect_socket.status_wait
` [PATCH v4 002/142] smb: smbdirect: introduce smbdirect_socket_init()
` [PATCH v4 003/142] smb: smbdirect: introduce smbdirect_socket.disconnect_work
` [PATCH v4 004/142] smb: smbdirect: introduce smbdirect_socket.send_io.pending.{count,wait_queue}
` [PATCH v4 005/142] smb: smbdirect: introduce smbdirect_socket.send_io.credits.{count,wait_queue}
` [PATCH v4 006/142] smb: smbdirect: introduce struct smbdirect_send_batch
` [PATCH v4 007/142] smb: smbdirect: introduce smbdirect_socket.rw_io.credits
` [PATCH v4 008/142] smb: smbdirect: introduce struct smbdirect_rw_io
` [PATCH v4 009/142] smb: smbdirect: introduce smbdirect_socket.recv_io.{posted,credits}
` [PATCH v4 010/142] smb: smbdirect: introduce smbdirect_socket_parameters.{resolve_{addr,route},rdma_connect,negotiate}_timeout_msec
` [PATCH v4 011/142] smb: smbdirect: introduce smbdirect_socket_parameters.{initiator_depth,responder_resources}
` [PATCH v4 012/142] smb: smbdirect: introduce smbdirect_socket.rdma.legacy_iwarp
` [PATCH v4 013/142] smb: smbdirect: introduce smbdirect_socket.idle.{keepalive,immediate_work,timer_work}
` [PATCH v4 014/142] smb: smbdirect: introduce smbdirect_socket.statistics
` [PATCH v4 015/142] smb: smbdirect: introduce smbdirect_socket.workqueue
` [PATCH v4 016/142] smb: smbdirect: introduce struct smbdirect_mr_io
` [PATCH v4 017/142] smb: smbdirect: introduce smbdirect_socket_parameters.max_frmr_depth
` [PATCH v4 018/142] smb: smbdirect: introduce smbdirect_socket.mr_io.*
` [PATCH v4 019/142] smb: client/smbdirect: replace SMBDIRECT_SOCKET_CONNECTING with more detailed states
` [PATCH v4 020/142] smb: client: use status_wait and SMBDIRECT_SOCKET_NEGOTIATE_RUNNING for completion
` [PATCH v4 021/142] smb: client: use status_wait and SMBDIRECT_SOCKET_RESOLVE_{ADDR,ROUTE}_RUNNING "
` [PATCH v4 022/142] smb: client: make use of smbdirect_socket.status_wait
` [PATCH v4 023/142] smb: client: make only use of wake_up[_all]() in smbdirect.c
` [PATCH v4 024/142] smb: client: make use of smbdirect_socket_init()
` [PATCH v4 025/142] smb: client: make use of smbdirect_socket.disconnect_work
` [PATCH v4 026/142] smb: client: make use of smbdirect_socket.send_io.pending.{count,wait_queue}
` [PATCH v4 027/142] smb: client: make use of smbdirect_socket.send_io.credits.{count,wait_queue}
` [PATCH v4 028/142] smb: client: make sure smbd_disconnect_rdma_work() doesn't run after smbd_destroy() took over
` [PATCH v4 029/142] smb: client: use disable[_delayed]_work_sync in smbdirect.c
` [PATCH v4 030/142] smb: client: let smbd_destroy() call disable_work_sync(&info->post_send_credits_work)
` [PATCH v4 031/142] smb: client: queue post_recv_credits_work also if the peer raises the credit target
` [PATCH v4 032/142] smb: client: make use of ib_wc_status_msg() and skip IB_WC_WR_FLUSH_ERR logging
` [PATCH v4 033/142] smb: client: remove info->wait_receive_queues handling in smbd_destroy()
` [PATCH v4 034/142] smb: client: limit the range of info->receive_credit_target
` [PATCH v4 035/142] smb: client: count the number of posted recv_io messages in order to calculated credits
` [PATCH v4 036/142] smb: client: make use of smbdirect_socket.recv_io.{posted,credits}
` [PATCH v4 037/142] smb: client: remove useless smbd_connection.send_immediate
` [PATCH v4 038/142] smb: client: fill smbdirect_socket_parameters at the beginning and use the values from there
` [PATCH v4 039/142] smb: client: make use of smbdirect_socket_parameters.{resolve_{addr,route},rdma_connect,negotiate}_timeout_msec
` [PATCH v4 040/142] smb: client: make use of smbdirect_socket_parameters.{initiator_depth,responder_resources}
` [PATCH v4 041/142] smb: client: make use of smbdirect_socket.rdma.legacy_iwarp
` [PATCH v4 042/142] smb: client: send empty packets via send_immediate_work
` [PATCH v4 043/142] smb: client: fix smbdirect keep alive handling to match the documentation
` [PATCH v4 044/142] smb: client: make use of smbdirect_socket.idle.{keepalive,immediate_work,timer_work}
` [PATCH v4 045/142] smb: client: remove unused smbd_connection->protocol
` [PATCH v4 046/142] smb: client: remove unused smbd_connection.count_reassembly_queue
` [PATCH v4 047/142] smb: client: make use of smbdirect_socket.statistics
` [PATCH v4 048/142] smb: client: don't check sc->send_io.pending.count is below sp->send_credit_target
` [PATCH v4 049/142] smb: client: move rdma_readwrite_threshold from smbd_connection to TCP_Server_Info
` [PATCH v4 050/142] smb: client: make use of smbdirect_socket.workqueue
` [PATCH v4 051/142] smb: client: add and use smbd_get_parameters()
` [PATCH v4 052/142] smb: client: make use of struct smbdirect_mr_io
` [PATCH v4 053/142] smb: client: make use of smbdirect_socket_parameters.max_frmr_depth
` [PATCH v4 054/142] smb: client: make use of smbdirect_socket.mr_io
` [PATCH v4 055/142] smb: client: pass struct smbdirect_socket to {get,put}_receive_buffer()
` [PATCH v4 056/142] smb: client: pass struct smbdirect_socket to {allocate,destroy}_receive_buffers()
` [PATCH v4 057/142] smb: client: pass struct smbdirect_socket to {allocate,destroy}_caches_and_workqueue()
` [PATCH v4 058/142] smb: client: pass struct smbdirect_socket to {enqueue,_get_first}_reassembly()
` [PATCH v4 059/142] smb: client: pass struct smbdirect_socket to {allocate,destroy}_mr_list()
` [PATCH v4 060/142] smb: client: pass struct smbdirect_socket to smbd_disconnect_rdma_connection()
` [PATCH v4 061/142] smb: client: pass struct smbdirect_socket to smbd_post_recv()
` [PATCH v4 062/142] smb: client: pass struct smbdirect_socket to manage_credits_prior_sending()
` [PATCH v4 063/142] smb: client: pass struct smbdirect_socket to smbd_post_send()
` [PATCH v4 064/142] smb: client: pass struct smbdirect_socket to manage_keep_alive_before_sending()
` [PATCH v4 065/142] smb: client: pass struct smbdirect_socket to smbd_post_send_iter()
` [PATCH v4 066/142] smb: client: pass struct smbdirect_socket to smbd_post_send_empty()
` [PATCH v4 067/142] smb: client: pass struct smbdirect_socket to smbd_post_send_full_iter()
` [PATCH v4 068/142] smb: client: pass struct smbdirect_socket to smbd_conn_upcall()
` [PATCH v4 069/142] smb: client: pass struct smbdirect_socket to smbd_qp_async_error_upcall()
` [PATCH v4 070/142] smb: client: pass struct smbdirect_socket to smbd_create_id()
` [PATCH v4 071/142] smb: client: pass struct smbdirect_socket to smbd_ia_open()
` [PATCH v4 072/142] smb: client: pass struct smbdirect_socket to smbd_post_send_negotiate_req()
` [PATCH v4 073/142] smb: client: pass struct smbdirect_socket to smbd_negotiate()
` [PATCH v4 074/142] smb: client: pass struct smbdirect_socket to get_mr()
` [PATCH v4 075/142] smb: client: remove unused struct smbdirect_socket argument of smbd_iter_to_mr()
` [PATCH v4 076/142] smb: server: make use of common smbdirect_pdu.h
` [PATCH v4 077/142] smb: server: make use of common smbdirect.h
` [PATCH v4 078/142] smb: server: make use of common smbdirect_socket
` [PATCH v4 079/142] smb: server: make use of common smbdirect_socket_parameters
` [PATCH v4 080/142] smb: server: make use of smbdirect_socket->recv_io.expected
` [PATCH v4 081/142] smb: server: make use of struct smbdirect_recv_io
` [PATCH v4 082/142] smb: server: make use of smbdirect_socket.recv_io.free.{list,lock}
` [PATCH v4 083/142] smb: server: make use of smbdirect_socket.recv_io.reassembly.*
` [PATCH v4 084/142] smb: server: make use of SMBDIRECT_RECV_IO_MAX_SGE
` [PATCH v4 085/142] smb: server: make use of struct smbdirect_send_io
` [PATCH v4 086/142] smb: server: make use of smbdirect_socket.{send,recv}_io.mem.{cache,pool}
` [PATCH v4 087/142] smb: server: make only use of wake_up[_all]() in transport_rdma.c
` [PATCH v4 088/142] smb: server: add a pr_info() when the server starts running
` [PATCH v4 089/142] smb: server: don't use delayed_work for post_recv_credits_work
` [PATCH v4 090/142] smb: server: queue post_recv_credits_work in put_recvmsg() and avoid count_avail_recvmsg
` [PATCH v4 091/142] smb: server: make use of smbdirect_socket.status_wait
` [PATCH v4 092/142] smb: server: only turn into SMBDIRECT_SOCKET_CONNECTED when negotiation is done
` [PATCH v4 093/142] smb: server: use disable_work_sync in transport_rdma.c
` [PATCH v4 094/142] smb: server: move smb_direct_disconnect_rdma_work() into free_transport()
` [PATCH v4 095/142] smb: server: don't wait for info->send_pending == 0 on error
` [PATCH v4 096/142] smb: server: make use of smbdirect_socket_init()
` [PATCH v4 097/142] smb: server: make use of smbdirect_socket.disconnect_work
` [PATCH v4 098/142] smb: server: make use of smbdirect_socket.send_io.pending.{count,wait_queue}
` [PATCH v4 099/142] smb: server: make use of smbdirect_socket.send_io.credits.{count,wait_queue}
` [PATCH v4 100/142] smb: server: make use of struct smbdirect_send_batch
` [PATCH v4 101/142] smb: server: make use smbdirect_socket.rw_io.credits
` [PATCH v4 102/142] smb: server: make use of struct smbdirect_rw_io
` [PATCH v4 103/142] smb: server: take the recv_credit_target from the negotiate req and always limit the range
` [PATCH v4 104/142] smb: server: manage recv credits by counting posted recv_io and granted credits
` [PATCH v4 105/142] smb: server: make use of smbdirect_socket.recv_io.{posted,credits}
` [PATCH v4 106/142] smb: server: replace smb_trans_direct_transfort() with SMBD_TRANS()
` [PATCH v4 107/142] smb: server: remove useless casts from KSMBD_TRANS/SMBD_TRANS
` [PATCH v4 108/142] smb: server: pass ksmbd_transport to get_smbd_max_read_write_size()
` [PATCH v4 109/142] smb: server: fill smbdirect_socket_parameters at the beginning and use the values from there
` [PATCH v4 110/142] smb: server: make use of smbdirect_socket_parameters.negotiate_timeout_msec and change to 5s
` [PATCH v4 111/142] smb: server: make use of smbdirect_socket_parameters.{initiator_depth,responder_resources}
` [PATCH v4 112/142] smb: server: make use of smbdirect_socket.rdma.legacy_iwarp
` [PATCH v4 113/142] smb: server: make use of smbdirect_socket.idle.immediate_work
` [PATCH v4 114/142] smb: server: implement correct keepalive and timeout handling for smbdirect
` [PATCH v4 115/142] smb: server: make use of smbdirect_socket.workqueue
` [PATCH v4 116/142] smb: server: pass struct smbdirect_socket to {get_free,put}_recvmsg()
` [PATCH v4 117/142] smb: server: pass struct smbdirect_socket to smb_direct_{create,destroy}_pools()
` [PATCH v4 118/142] smb: server: pass struct smbdirect_socket to smb_direct_get_max_fr_pages()
` [PATCH v4 119/142] smb: server: pass struct smbdirect_socket to smb_direct_init_params()
` [PATCH v4 120/142] smb: server: pass struct smbdirect_socket to smb_direct_disconnect_rdma_connection()
` [PATCH v4 121/142] smb: server: pass struct smbdirect_socket to smb_direct_cm_handler()
` [PATCH v4 122/142] smb: server: pass struct smbdirect_socket to smb_direct_qpair_handler()
` [PATCH v4 123/142] smb: server: pass struct smbdirect_socket to smb_direct_create_qpair()
` [PATCH v4 124/142] smb: server: pass struct smbdirect_socket to smb_direct_post_recv()
` [PATCH v4 125/142] smb: server: pass struct smbdirect_socket to smb_direct_accept_client()
` [PATCH v4 126/142] smb: server: pass struct smbdirect_socket to smb_direct_prepare_negotiation()
` [PATCH v4 127/142] smb: server: pass struct smbdirect_socket to smb_direct_connect()
` [PATCH v4 128/142] smb: server: pass struct smbdirect_socket to smb_direct_{alloc,free}_sendmsg()
` [PATCH v4 129/142] smb: server: remove unused struct struct smb_direct_transport argument from smb_direct_send_ctx_init()
` [PATCH v4 130/142] smb: server: pass struct smbdirect_socket to smb_direct_post_send()
` [PATCH v4 131/142] smb: server: pass struct smbdirect_socket to smb_direct_flush_send_list()
` [PATCH v4 132/142] smb: server: pass struct smbdirect_socket to wait_for_credits()
` [PATCH v4 133/142] smb: server: pass struct smbdirect_socket to wait_for_send_credits()
` [PATCH v4 134/142] smb: server: pass struct smbdirect_socket to wait_for_rw_credits()
` [PATCH v4 135/142] smb: server: pass struct smbdirect_socket to calc_rw_credits()
` [PATCH v4 136/142] smb: server: pass struct smbdirect_socket to manage_credits_prior_sending()
` [PATCH v4 137/142] smb: server: pass struct smbdirect_socket to manage_keep_alive_before_sending()
[PATCH 0/2] rust: usb: add initial USB abstractions
2025-08-25 21:03 UTC (4+ messages)
` [PATCH 1/2] rust: usb: add basic "
September Quote - RFQ
2025-08-25 20:58 UTC
[PATCH 0/3] remove unused code and add instance number to VCN
2025-08-25 21:01 UTC (4+ messages)
` [PATCH 1/3] drm/amdgpu/vcn: remove unused code in vcn_v1_0.c
` [PATCH 2/3] drm/amdgpu/vcn: remove unused code in vcn_v4_0.c
` [PATCH 3/3] drm/amdgpu/vcn: add instance number to VCN version message
[PATCH v3 0/7] hyperv: Introduce new way to manage hypercall args
2025-08-25 21:01 UTC (9+ messages)
` [PATCH v3 1/7] Drivers: hv: Introduce hv_hvcall_*() functions for hypercall arguments
[PATCH v4 0/2] cgroup: Track time in cgroup v2 freezer
2025-08-25 21:00 UTC (7+ messages)
` [PATCH v4 1/2] cgroup: cgroup.stat.local time accounting
[PATCH v5 00/19] kasan: x86: arm64: KASAN tag-based mode for x86
2025-08-25 20:59 UTC (3+ messages)
` [PATCH v5 10/19] x86: LAM compatible non-canonical definition
[PATCH] tpm_crb: Add idle support for the Arm FF-A start method
2025-08-25 20:59 UTC
[PATCH] iio: light: ltr390: Add runtime PM support
2025-08-25 20:59 UTC (3+ messages)
Warning about DRM functions support logged twice and lpm-pol
2025-08-25 20:58 UTC (3+ messages)
[PATCH 0/4] line-log: optimize merge commit processing
2025-08-25 20:57 UTC (3+ messages)
` [PATCH 4/4] line-log: simplify condition checking for merge commits
[PATCH v4 1/1] iio: dac: Remove redundant pm_runtime_mark_last_busy() calls
2025-08-25 20:52 UTC
[PATCH net] ipv6: sr: fix destroy of seg6_hmac_info to prevent HMAC data leak
2025-08-25 20:55 UTC (3+ messages)
[PATCH RFT 0/8] Bisectable Ansible-Lint Fixes
2025-08-25 20:54 UTC (9+ messages)
` [PATCH RFT 1/8] playbooks: ansible-lint fix deprecated-local-action
` [PATCH RFT 2/8] playbooks: ansible-lint fix fqcn
` [PATCH RFT 3/8] playbooks: ansible-lint fix jinja
` [PATCH RFT 4/8] playbooks: ansible-lint fix key-order
` [PATCH RFT 5/8] playbooks: ansible-lint fix name
` [PATCH RFT 6/8] playbooks: ansible-lint fix no-free-form
` [PATCH RFT 7/8] playbooks: ansible-lint fix command-instead-of-shell
` [PATCH RFT 8/8] playbooks: ansible-lint fix jinja
[PATCH v2 0/6] drm/v3d: General job locking improvements + race-condition fixes
2025-08-25 20:53 UTC (10+ messages)
` [PATCH v2 3/6] drm/v3d: Replace a global spinlock with a per-queue spinlock
` [PATCH v2 4/6] drm/v3d: Address race-condition between per-fd GPU stats and fd release
` [PATCH v2 6/6] drm/v3d: Protect per-fd reset counter against "
[PATCH v2] ARM: dts: imx6-hummingboard: Replace license text comment with SPDX identifier
2025-08-25 20:52 UTC (2+ messages)
my duo cast volume is too low
2025-08-25 20:50 UTC
[PATCH v2 bpf-next/net 0/8] bpf: Allow decoupling memcg from sk->sk_prot->memory_allocated
2025-08-25 20:51 UTC (10+ messages)
` [PATCH v2 bpf-next/net 1/8] tcp: Save lock_sock() for memcg in inet_csk_accept()
` [PATCH v2 bpf-next/net 2/8] bpf: Add a bpf hook in __inet_accept()
` [PATCH v2 bpf-next/net 3/8] libbpf: Support BPF_CGROUP_INET_SOCK_ACCEPT
` [PATCH v2 bpf-next/net 4/8] bpftool: "
` [PATCH v2 bpf-next/net 5/8] bpf: Support bpf_setsockopt() for BPF_CGROUP_INET_SOCK_(CREATE|ACCEPT)
` [PATCH v2 bpf-next/net 6/8] bpf: Introduce SK_BPF_MEMCG_FLAGS and SK_BPF_MEMCG_SOCK_ISOLATED
` [PATCH v2 bpf-next/net 7/8] net-memcg: Allow decoupling memcg from global protocol memory accounting
` [PATCH v2 bpf-next/net 8/8] selftest: bpf: Add test for SK_BPF_MEMCG_SOCK_ISOLATED
[PATCH] KVM: selftests: fix irqfd_test on arm64
2025-08-25 20:51 UTC (3+ messages)
[PATCH v2 0/3] floppy: A couple of cleanups
2025-08-25 20:48 UTC (2+ messages)
[PATCH v2] block: Move a misplaced comment in queue_wb_lat_store()
2025-08-25 20:48 UTC (2+ messages)
[PATCH net] net: phy: fixed_phy: fix missing calls to gpiod_put in fixed_mdio_bus_exit
2025-08-25 20:44 UTC
[PATCH] hwmon: (k10temp) Add device ID for Strix Halo
2025-08-25 20:43 UTC (2+ messages)
[PATCH v3 0/3] KVM: Do not reset dirty GFNs in a memslot not enabling dirty tracking
2025-08-25 20:42 UTC (3+ messages)
` [PATCH v3 1/3] "
[Buildroot] [PATCH v1 1/1] board/xilinx: remove xilinx_v2024.2 hashes
2025-08-25 20:41 UTC (2+ messages)
[Buildroot] [git commit] board/xilinx: remove xilinx_v2024.2 hashes
2025-08-25 20:22 UTC
[PATCH v3 06/15] ivec: create a vector type that is interoperable between C and Rust
2025-08-25 20:40 UTC (3+ messages)
[PATCH v6 2/2] bpftool: Add CET-aware symbol matching for x86_64 architectures
2025-08-25 20:39 UTC (4+ messages)
` [PATCH v7 0/2] bpftool: Refactor config parsing and add CET symbol matching
` [PATCH v7 2/2] bpftool: Add CET-aware symbol matching for x86_64 architectures
[PATCH] icmp: fix icmp_ndo_send address translation for reply direction
2025-08-25 20:38 UTC (2+ messages)
` [PATCH v2] "
[PATCH V3 1/2] PCI/ASPM: Add host-bridge API to override default ASPM/CLKPM link state
2025-08-25 20:35 UTC (2+ messages)
` [PATCH V3 2/2] PCI: vmd: Use pci_host_set_default_pcie_link_state() to set ASPM defaults
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.