Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1595340 > unrolled thread

Re: [tip:core/urgent] sched/wait: Add <linux/sched/signal.h> dependency for now

Started byLinus Torvalds <torvalds@linux-foundation.org>
First post2017-03-08 17:30 +0100
Last post2017-03-08 23:10 +0100
Articles 2 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [tip:core/urgent] sched/wait: Add <linux/sched/signal.h>  dependency for now Linus Torvalds <torvalds@linux-foundation.org> - 2017-03-08 17:30 +0100
    Re: [tip:core/urgent] sched/wait: Add <linux/sched/signal.h>  dependency for now Linus Torvalds <torvalds@linux-foundation.org> - 2017-03-08 23:10 +0100

#1595340 — Re: [tip:core/urgent] sched/wait: Add <linux/sched/signal.h> dependency for now

FromLinus Torvalds <torvalds@linux-foundation.org>
Date2017-03-08 17:30 +0100
SubjectRe: [tip:core/urgent] sched/wait: Add <linux/sched/signal.h> dependency for now
Message-ID<tiMDo-Dj-41@gated-at.bofh.it>
On Wed, Mar 8, 2017 at 2:18 AM, tip-bot for Ingo Molnar
<tipbot@zytor.com> wrote:
> Author:     Ingo Molnar <mingo@kernel.org>
>
> sched/wait: Add <linux/sched/signal.h> dependency for now
>
> The wait_event_interruptible*() APIs are using signal_pending(), so
> include its header to not build-break users of those APIs.

Hmm. Did you guys miss the patch I sent for this yesterday? It avoided
the header file dependency, and imho also generated better code by
uninlining the slow path.

               Linus

[toc] | [next] | [standalone]


#1595548

FromLinus Torvalds <torvalds@linux-foundation.org>
Date2017-03-08 23:10 +0100
Message-ID<tiRWp-4gI-17@gated-at.bofh.it>
In reply to#1595340
On Wed, Mar 8, 2017 at 8:27 AM, Linus Torvalds
<torvalds@linux-foundation.org> wrote:
>
> Hmm. Did you guys miss the patch I sent for this yesterday? It avoided
> the header file dependency, and imho also generated better code by
> uninlining the slow path.

Ahh, I see I have another thread that has reactions to it. Will go read now.

                  Linus

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web