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
Use pr_warn_ratelimited() to avoid global ratelimit interference
from printk_ratelimit(), which is discouraged in the kernel due to
shared state across unrelated callsites. Also mark rare error paths
with unlikely() to aid branch prediction.
Co-authored-by: Po-Ying Chiu <[email protected]>
0 commit comments