On Tue, Sep 19, 2023 at 08:11:47PM +0200, Oleksandr Natalenko wrote: > I can confirm this one fixes the issue for me on T460s laptop. Thank you! Yay! > Should you submit it, please add: > > Fixes: 0b62af28f2 ("i915: convert shmem_sg_free_table() to use a folio_batch") Thanks for collecting all these; you're making my life really easy. One minor point is that the standard format for Fixes: is 12 characters, not 10. eg, Documentation/process/5.Posting.rst: Fixes: 1f2e3d4c5b6a ("The first line of the commit specified by the first 12 characters of its SHA-1 ID") I have this in my .gitconfig: [pretty] fixes = Fixes: %h (\"%s\") and in .git/config, [core] abbrev = 12 I'm working on the commit message now.