From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.rulkc.org (mail.rulkc.org [155.212.184.193]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4988C3EBF19; Tue, 9 Jun 2026 09:48:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=155.212.184.193 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780998530; cv=none; b=C/xfT1WrPAg0qAIHi4tfV1oUFfPNKSNWR3P0f7TeYwdaOttw8uPYx4uKr47+iN9zcqZ2kRR15vR9vJ1MwSsle1+59wn6GpnccNEU7nvdt8xZ7C9cTgBw1n6Va/d5DHM3VbeYM8pLm2t8Rv8goLXe6hgoTzsJRl3ebbDNJSJpq0g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780998530; c=relaxed/simple; bh=QdtnFTqoS1oY2E32jFZfL4GrvAxiwbAg8YbssX9PAPo=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=tPGGql+jI2WxdlPplpdBVo2WLQzKg1HRJpPdx9wDYUgcoBayCuSl6A1bbHtxsRFYn4DC+x1Eg3ZUrSTBZYuPaQbq4hQU4+HbC1RKjxJj8bsBicI7MsjCetJIbyo9S2cXxFQJddrYuQPowqItSz9doh9vfFY/wW9UT21wGKyOdeM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=rulkc.org; spf=pass smtp.mailfrom=rulkc.org; dkim=pass (2048-bit key) header.d=rulkc.org header.i=@rulkc.org header.b=KzdqJ7zE; arc=none smtp.client-ip=155.212.184.193 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=rulkc.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=rulkc.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=rulkc.org header.i=@rulkc.org header.b="KzdqJ7zE" Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id BE8081000E6; Tue, 9 Jun 2026 12:48:27 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rulkc.org; s=dkim; t=1780998518; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:content-language:in-reply-to:references; bh=++Cs2JBZqXYs4iI+cjVHpwGDyqJVzN4jXYl2vkWqga0=; b=KzdqJ7zEUO8/inpTW/TPejhvka7GGxtLYV52bori/ctOfyl56y18WgFqJxEBW4qZbGcJdZ MQLkWkb5JClzlmGmUf8P5R3Ft2hBmv5i7fiZtiKGffozOoWGndQaF+oaYrwR9VLrFR0hou mzqGi2OQk/lUHvRMekJAaVi8fxim/cua4gn5UOVtqt+uQr+rkIElcIcIZEUhuj8++KQVM6 hfhH5XR81kcJUbxD8VwqRa3bMLtu1NyRvfOuYrsYsbbuUcd7SubPHW2aDoKXVYEA03XAOU +xR8PraxG7+fQc1K1ZOiKmSxYkHrYtK/eoPSpJMsXLvsyMUfy2c/WgmSGmhzZA== Message-ID: <76d3872f-8bd6-4b90-b84d-77e638e50cf6@rulkc.org> Date: Tue, 9 Jun 2026 12:48:19 +0300 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v1] vsock/virtio: rework MSG_ZEROCOPY flag handling To: Jakub Kicinski Cc: Stefan Hajnoczi , Stefano Garzarella , "David S. Miller" , Eric Dumazet , Paolo Abeni , "Michael S. Tsirkin" , Jason Wang , Bobby Eshleman , Xuan Zhuo , =?UTF-8?Q?Eugenio_P=C3=A9rez?= , Simon Horman , kvm@vger.kernel.org, virtualization@lists.linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, oxffffaa@gmail.com, rulkc@linuxtesting.org References: <20260605115314.552321-1-avkrasnov@rulkc.org> <20260608190820.71785304@kernel.org> Content-Language: ru From: Arseniy Krasnov In-Reply-To: <20260608190820.71785304@kernel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Last-TLS-Session-Version: TLSv1.3 Hi, I'll rebase it on latest net-next Thanks On 09/06/2026 05:08, Jakub Kicinski wrote: > On Fri, 5 Jun 2026 14:53:14 +0300 Arseniy Krasnov wrote: >> Logically it was based on TCP implementation, so to make further >> support easier, rewrite it in the TCP way. > Does not apply: > > $ git pw series apply 1106582 > Failed to apply patch: > Applying: vsock/virtio: rework MSG_ZEROCOPY flag handling > error: sha1 information is lacking or useless (net/vmw_vsock/virtio_transport_common.c). > error: could not build fake ancestor > hint: Use 'git am --show-current-patch=diff' to see the failed patch > hint: When you have resolved this problem, run "git am --continue". > hint: If you prefer to skip this patch, run "git am --skip" instead. > hint: To restore the original branch and stop patching, run "git am --abort". > hint: Disable this message with "git config set advice.mergeConflict false" > Patch failed at 0001 vsock/virtio: rework MSG_ZEROCOPY flag handling