== Series Details ==
Series: Panic in gen8_ggtt_insert_entries() with v6.5
URL : https://patchwork.freedesktop.org/series/123922/
State : warning
== Summary ==
Error: dim checkpatch failed
9c7e506f4584 Panic in gen8_ggtt_insert_entries() with v6.5
-:7: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible
unwrapped commit description?)
#7:
> Andrzej asked me to try to revert commits 0b62af28f249, e0b72c14d8dc and
> 1e0877d58b1e, and reverting those fixed the i915 crash for me. The
> e0b72c14d8dc and 1e0877d58b1e commits look like just prerequisites, so I
> assume 0b62af28f249 ("i915: convert shmem_sg_free_table() to use a
> folio_batch") is the culprit here.
-:7: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+
chars of sha1> ("<title line>")' - ie: 'commit 0b62af28f249 ("i915: convert
shmem_sg_free_table() to use a folio_batch")'
#7:
> Andrzej asked me to try to revert commits 0b62af28f249, e0b72c14d8dc and
> 1e0877d58b1e, and reverting those fixed the i915 crash for me. The
> e0b72c14d8dc and 1e0877d58b1e commits look like just prerequisites, so I
> assume 0b62af28f249 ("i915: convert shmem_sg_free_table() to use a
> folio_batch") is the culprit here.
-:21: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+
chars of sha1> ("<title line>")' - ie: 'commit 0b62af28f249 ("i915: convert
shmem_sg_free_table() to use a folio_batch")'
#21:
direction; 0b62af28f249 is a prerequisite for the later two cleanups,
-:48: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#48: FILE: drivers/gpu/drm/i915/gem/i915_gem_shmem.c:155:
+ nr_pages = min_t(unsigned long,
+ folio_nr_pages(folio), page_count - i);
-:69: ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)
total: 3 errors, 1 warnings, 1 checks, 32 lines checked