Re: [patch 12/18] async: Adjust system_state checks

2017-05-14 Thread Arjan van de Ven
On 5/14/2017 11:27 AM, Thomas Gleixner wrote: looks good .. ack

Re: [patch 12/18] async: Adjust system_state checks

2017-05-14 Thread Arjan van de Ven
On 5/14/2017 11:27 AM, Thomas Gleixner wrote: looks good .. ack

[patch 12/18] async: Adjust system_state checks

2017-05-14 Thread Thomas Gleixner
To enable smp_processor_id() and might_sleep() debug checks earlier, it's required to add system states between SYSTEM_BOOTING and SYSTEM_RUNNING. Adjust the system_state check in async_run_entry_fn() and async_synchronize_cookie_domain() to handle the extra states. Signed-off-by: Thomas

[patch 12/18] async: Adjust system_state checks

2017-05-14 Thread Thomas Gleixner
To enable smp_processor_id() and might_sleep() debug checks earlier, it's required to add system states between SYSTEM_BOOTING and SYSTEM_RUNNING. Adjust the system_state check in async_run_entry_fn() and async_synchronize_cookie_domain() to handle the extra states. Signed-off-by: Thomas