From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: mm/Kconfig: changes for migrate on fault for device pages Date: Mon, 25 May 2026 16:46:27 +1000 Message-ID: In-Reply-To: <20260525050830.100254-2-mpenttil@redhat.com> References: <20260525050830.100254-1-mpenttil@redhat.com> <20260525050830.100254-2-mpenttil@redhat.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review **Status: Looks good.** Has David Hildenbrand's Acked-by. The two Kconfig changes are straightforward: ``` config DEVICE_MIGRATION def_bool MIGRATION && ZONE_DEVICE + select HMM_MIRROR ``` ``` config HMM_MIRROR bool depends on MMU + select MMU_NOTIFIER ``` This properly makes `DEVICE_MIGRATION` pull in `HMM_MIRROR`, and `HMM_MIRROR` pull in `MMU_NOTIFIER`, which is necessary for the unified walk. No issues. --- --- Generated by Claude Code Patch Reviewer