On Thu, Jul 23, 2020 at 09:10:42PM +0100, Chris Wilson wrote: > Since the default_wake_function() passes its flags onto > try_to_wake_up(), warn if those flags collide with internal values. > Given that the supplied flags are garbage, no repair can be done but at > least alert the user to the damage they are causing. > > In the belief that these errors should be picked up during testing, the > warning is only compiled in under CONFIG_SCHED_DEBUG. > > Signed-off-by: Chris Wilson <[email protected]> > Cc: Ingo Molnar <[email protected]> > Cc: Peter Zijlstra <[email protected]> > Cc: Juri Lelli <[email protected]> > Cc: Vincent Guittot <[email protected]>
Thanks!

