From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8781BC38A2D for ; Mon, 24 Oct 2022 22:54:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231375AbiJXWyT (ORCPT ); Mon, 24 Oct 2022 18:54:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38800 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232115AbiJXWxs (ORCPT ); Mon, 24 Oct 2022 18:53:48 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9A3D6C0696; Mon, 24 Oct 2022 14:15:39 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8AE5B615BE; Mon, 24 Oct 2022 21:15:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9B54AC433C1; Mon, 24 Oct 2022 21:15:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666646105; bh=8kPFzMeilpB3CpJczn/2vDvOmL51eZM51dkWbxD7eDk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Nwh+FRYM3fMx9UauhbI3LzJk2TEQjjJUpBaqYFpF6iBXhN9k8hWrtd2qkg78tNErh /tiBryN/sTulkFAPDKN+Azf8V+jDJ/ciZ7TNAu2YjbrZrb6cl06CFTZRJD2eNKdQTn 9ohgZUoIfGnBNSRMmcGwo6FXm1odDZAef87ECvrhOk8W87omv7kI2xHdgrIdnxdS59 S+mnbhZ1aMyD2sIAnTJPdUxbY+Z65/nT4Hn975//1wkigKeD4iz1PRoJheG9VCz9la FiKmT6yqSTttEKeCTWk4uINLZ1DBxnVY5r0A9Zr9kzJoPFLuhXNEEiPpsz0b+tZgbh gIHIml5PzbKCw== Date: Mon, 24 Oct 2022 14:15:03 -0700 From: Jakub Kicinski To: patchwork-bot+netdevbpf@kernel.org Cc: Pavel Begunkov , axboe@kernel.dk, pabeni@redhat.com, davem@davemloft.net, io-uring@vger.kernel.org, netdev@vger.kernel.org, metze@samba.org Subject: Re: [PATCH for-6.1 0/3] fail io_uring zc with sockets not supporting it Message-ID: <20221024141503.22b4e251@kernel.org> In-Reply-To: <166664403814.23938.17239840347120158867.git-patchwork-notify@kernel.org> References: <166664403814.23938.17239840347120158867.git-patchwork-notify@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org On Mon, 24 Oct 2022 20:40:38 +0000 patchwork-bot+netdevbpf@kernel.org wrote: > Here is the summary with links: > - [for-6.1,1/3] net: flag sockets supporting msghdr originated zerocopy > https://git.kernel.org/netdev/net/c/e993ffe3da4b > - [for-6.1,2/3] io_uring/net: fail zc send when unsupported by socket > https://git.kernel.org/netdev/net/c/edf81438799c > - [for-6.1,3/3] io_uring/net: fail zc sendmsg when unsupported by socket > https://git.kernel.org/netdev/net/c/cc767e7c6913 Ugh, ignore, looks like we forgot to drop this series from our PW and bot thought we've applied it when we forwarded the tree.