You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kernel OOPS in SDHCI on boot with the llm patch because sdhci_reset called with enabled preempt.
sdhci_spin_enable_schedule unnecessary in sdhci_reset.
This is patch to fix it https://gist.github.com/3761879 .