On Wed, Mar 8, 2017 at 2:18 AM, tip-bot for Ingo Molnar <[email protected]> wrote: > Author: Ingo Molnar <[email protected]> > > 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

