[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm: Optimise for continuous memory allocation (rev4)

Patchwork patchwork at emeril.freedesktop.org
Mon Dec 19 00:13:19 UTC 2022


== 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




More information about the Intel-gfx mailing list