== Series Details == Series: lib/stackdepot: allow optional init and stack_table allocation by kvmalloc() (rev3) URL : https://patchwork.freedesktop.org/series/95549/ State : warning == Summary == $ dim checkpatch origin/drm-tip 50fb572ebbb4 lib/stackdepot: allow optional init and stack_table allocation by kvmalloc() -:7: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #7: Currently, enabling CONFIG_STACKDEPOT means its stack_table will be allocated -:209: CHECK:COMPARISON_TO_NULL: Comparison to NULL could be written "!stack_table" #209: FILE: lib/stackdepot.c:175: + if (!stack_depot_disable && stack_table == NULL) { total: 0 errors, 1 warnings, 1 checks, 147 lines checked