The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: Al Viro <viro@zeniv.linux.org.uk>
Cc: Breno Leitao <leitao@debian.org>,
	Jakub Kicinski <kuba@kernel.org>,
	 io-uring@vger.kernel.org, linux-kernel@vger.kernel.org,
	 netdev@vger.kernel.org
Subject: Re: [PATCH] fix breakage in SOCKET_URING_OP_SIOC* implementation
Date: Thu, 14 Dec 2023 16:53:15 -0700	[thread overview]
Message-ID: <170259799501.410702.15075202098496334749.b4-ty@kernel.dk> (raw)
In-Reply-To: <20231214213408.GT1674809@ZenIV>


On Thu, 14 Dec 2023 21:34:08 +0000, Al Viro wrote:
> 	In 8e9fad0e70b7 "io_uring: Add io_uring command support for sockets"
> you've got an include of asm-generic/ioctls.h done in io_uring/uring_cmd.c.
> That had been done for the sake of this chunk -
> +               ret = prot->ioctl(sk, SIOCINQ, &arg);
> +               if (ret)
> +                       return ret;
> +               return arg;
> +       case SOCKET_URING_OP_SIOCOUTQ:
> +               ret = prot->ioctl(sk, SIOCOUTQ, &arg);
> 
> [...]

Applied, thanks!

[1/1] fix breakage in SOCKET_URING_OP_SIOC* implementation
      commit: 1ba0e9d69b2000e95267c888cbfa91d823388d47

Best regards,
-- 
Jens Axboe




      reply	other threads:[~2023-12-14 23:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-14 21:34 [PATCH] fix breakage in SOCKET_URING_OP_SIOC* implementation Al Viro
2023-12-14 23:53 ` Jens Axboe [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=170259799501.410702.15075202098496334749.b4-ty@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=io-uring@vger.kernel.org \
    --cc=kuba@kernel.org \
    --cc=leitao@debian.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=viro@zeniv.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox