io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Harden async submit checks
@ 2021-07-23 17:59 Jens Axboe
  2021-07-23 17:59 ` [PATCH 1/2] io_uring: never attempt iopoll reissue from release path Jens Axboe
  2021-07-23 17:59 ` [PATCH 2/2] io_uring: explicitly catch any illegal async queue attempt Jens Axboe
  0 siblings, 2 replies; 3+ messages in thread
From: Jens Axboe @ 2021-07-23 17:59 UTC (permalink / raw)
  To: io-uring; +Cc: viro

Hi,

Patch 1 ensures that we don't resubmit from release, which doesn't
make sense for the reasons outlined in that patch. Patch 2 just adds
a proactive safety check in case we do add a bug that can cause that
to happen, as it might be problematic for those future cases if they
can happen for request types that won't naturally fail.

-- 
Jens Axboe



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-07-23 17:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-23 17:59 [PATCH 0/2] Harden async submit checks Jens Axboe
2021-07-23 17:59 ` [PATCH 1/2] io_uring: never attempt iopoll reissue from release path Jens Axboe
2021-07-23 17:59 ` [PATCH 2/2] io_uring: explicitly catch any illegal async queue attempt Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).