linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH v2] signal: Adjust error codes according to restore_user_sigmask()
       [not found] <20190522032144.10995-1-deepa.kernel@gmail.com>
@ 2019-05-22 22:18 ` Chris Down
  2019-05-22 22:52   ` Deepa Dinamani
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Down @ 2019-05-22 22:18 UTC (permalink / raw)
  To: deepa.kernel
  Cc: akpm, arnd, axboe, dave, dbueso, e, jbaron, linux-aio,
	linux-fsdevel, linux-kernel, oleg, omar.kilani, stable, tglx,
	viro, linux-mm

+Cc: linux-mm, since this broke mmots tree and has been applied there

This patch is missing a definition for signal_detected in io_cqring_wait, which 
breaks the build.

diff --git fs/io_uring.c fs/io_uring.c
index b785c8d7efc4..b34311675d2d 100644
--- fs/io_uring.c
+++ fs/io_uring.c
@@ -2182,7 +2182,7 @@ static int io_cqring_wait(struct io_ring_ctx *ctx, int min_events,
 {
        struct io_cq_ring *ring = ctx->cq_ring;
        sigset_t ksigmask, sigsaved;
-       int ret;
+       int ret, signal_detected;
 
        if (io_cqring_events(ring) >= min_events)
                return 0;


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

* Re: [PATCH v2] signal: Adjust error codes according to restore_user_sigmask()
  2019-05-22 22:18 ` [PATCH v2] signal: Adjust error codes according to restore_user_sigmask() Chris Down
@ 2019-05-22 22:52   ` Deepa Dinamani
  0 siblings, 0 replies; 2+ messages in thread
From: Deepa Dinamani @ 2019-05-22 22:52 UTC (permalink / raw)
  To: Chris Down
  Cc: Andrew Morton, Arnd Bergmann, axboe, Davidlohr Bueso, dbueso,
	Eric Wong, Jason Baron, linux-aio, Linux FS-devel Mailing List,
	Linux Kernel Mailing List, Oleg Nesterov, Omar Kilani, stable,
	Thomas Gleixner, Alexander Viro, linux-mm

On Wed, May 22, 2019 at 3:18 PM Chris Down <chris@chrisdown.name> wrote:
>
> +Cc: linux-mm, since this broke mmots tree and has been applied there
>
> This patch is missing a definition for signal_detected in io_cqring_wait, which
> breaks the build.

This patch does not break the build.
The patch the breaks the build was the v2 of this patch since there
was an accidental deletion.
That's what the v3 fixed. I think v3 got picked up today morning into
the mm tree


-Deepa


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

end of thread, other threads:[~2019-05-22 22:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20190522032144.10995-1-deepa.kernel@gmail.com>
2019-05-22 22:18 ` [PATCH v2] signal: Adjust error codes according to restore_user_sigmask() Chris Down
2019-05-22 22:52   ` Deepa Dinamani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox