From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: dma-buf: heaps: Use page clearing helpers Date: Wed, 11 Mar 2026 13:29:32 +1000 Message-ID: In-Reply-To: <20260310-cma-heap-clear-pages-v2-0-ecbbed3d7e6d@kernel.org> References: <20260310-cma-heap-clear-pages-v2-0-ecbbed3d7e6d@kernel.org> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Overall Series Review Subject: dma-buf: heaps: Use page clearing helpers Author: Linus Walleij Patches: 7 Reviewed: 2026-03-11T13:29:32.577102 --- This is a straightforward 2-patch cleanup series from Linus Walleij that replaces open-coded page clearing in the CMA heap allocator with the appropriate kernel helpers: `clear_pages()` for the non-highmem path and `clear_highpage()` for the highmem path. The changes are small, correct, and improve code readability by using standard APIs. No functional concerns. --- Generated by Claude Code Patch Reviewer