== Series Details == Series: drm: Optimise for continuous memory allocation (rev4) URL : https://patchwork.freedesktop.org/series/111542/ State : warning == Summary == Error: dim checkpatch failed e51b156d7042 drm: Optimise for continuous memory allocation -:100: WARNING:AVOID_BUG: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #100: FILE: drivers/gpu/drm/drm_buddy.c:465: + BUG_ON(pages < cur_pages); total: 0 errors, 1 warnings, 0 checks, 184 lines checked