From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 AF5EA631 for ; Fri, 23 Jun 2023 06:39:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 98172C433C0; Fri, 23 Jun 2023 06:39:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1687502345; bh=iFBluZgbfn+sdQvZyC2wQEmmUJLtS9xT48/IO3SiJqE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ayRLooXwXW5LNUgFHZ2K51VbAoLQcGHUS+/Ce179Z37xQgxhXxLXimzO5+wKqj2Ze gyoMICh1ojlhEqxFrWPFIdfckbNFVLcLHJnaj2xzxMVvTTYb6JkCF71VBCu8YkvQbZ DXF9Ve37afETElX8dvHDIhXkYE68xTHV2qv8sVfs= Date: Fri, 23 Jun 2023 08:39:02 +0200 From: Greg KH To: Breno Leitao Cc: Jens Axboe , Pavel Begunkov , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , "open list:IO_URING" , open list , "open list:NETWORKING [GENERAL]" Subject: Re: [PATCH v3] io_uring: Add io_uring command support for sockets Message-ID: <2023062351-tastiness-half-034f@gregkh> References: <20230622215915.2565207-1-leitao@debian.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230622215915.2565207-1-leitao@debian.org> On Thu, Jun 22, 2023 at 02:59:14PM -0700, Breno Leitao wrote: > --- a/io_uring/uring_cmd.c > +++ b/io_uring/uring_cmd.c > @@ -7,6 +7,7 @@ > #include > > #include > +#include Is this still needed? thanks, greg k-h