== Series Details == Series: drm/ttm: rework on ttm_resource to use size_t type URL : https://patchwork.freedesktop.org/series/110129/ State : warning == Summary == Error: dim checkpatch failed 5d3feb81e845 drm/ttm: rework on ttm_resource to use size_t type -:57: 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 #57: FILE: drivers/gpu/drm/amd/amdgpu/amdgpu_res_cursor.h:65: + BUG_ON(start + size > res->size); -:192: 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 #192: FILE: drivers/gpu/drm/i915/i915_ttm_buddy_manager.c:65: + GEM_BUG_ON(!bman_res->base.size); -:313: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #313: FILE: drivers/gpu/drm/nouveau/nouveau_bo74c1.c:48: + PUSH_NVSQ(push, NV74C1, 0x0304, new_reg->size, 0x0308, upper_32_bits(mem->vma[0].addr), total: 0 errors, 2 warnings, 1 checks, 582 lines checked