[Bug 215075] BUG: scheduling while atomic: cpuhp/1/21/0x00000002 when going out of sleep S3 state

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.kernel.org/show_bug.cgi?id=215075

Ricardo T.Liu (g794911663@xxxxxxxxx) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |g794911663@xxxxxxxxx

--- Comment #2 from Ricardo T.Liu (g794911663@xxxxxxxxx) ---
Hi, I've looked at the log you gave, and I think there was an error checking
the atomic state of the cpu.
/*
 * The former STARTING/DYING states, ran with IRQs disabled and must not fail.
 */
static bool cpuhp_is_atomic_state(enum cpuhp_state state)
{
        return CPUHP_AP_IDLE_DEAD <= state && state < CPUHP_AP_ONLINE;
}
And I found a computer similar to yours and did not reproduce the problem, I
guess you may need to overhaul your hardware.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.



[Index of Archives]     [Linux Kernel Development]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux