From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6F490273D8D; Fri, 1 May 2026 00:53:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777596794; cv=none; b=vGfvZ9H0BVDYJ58UJsib8cRWqJusZsTFzjylzXED1cewLthfTszITVIL/5ZJZZVEXpz7pUeA7s9sxJL12XWa0ZE/bq8VhrBzAGQzt10o1pS1DD3Izz7zOpdCvQUeoRZXk3J4eL41R0q0DszccL9PcYK+WyZXLRvO0RMRbaMDzKY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777596794; c=relaxed/simple; bh=J009uALaMNGkc1EoBMX1tkYlbX2OyU5ubo2x3SyVJy4=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=gVOn9qmvcoFJ9Q6qcylO81tDeRnuAU321BTuTUhr2P3z2eyGbTttyZs9dGH5CYsY8jKMDYOL/xb+1W4BwF5lJwiys6uYnKSzRkwCrw1QXu26QaVxOjDqvex/v8ZqNMDjkk+S2MudTBEdnJCDk1MoeCNwbcu0/M/7ONcqZYokyj0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=fKJV6/QH; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="fKJV6/QH" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 87313C2BCB3; Fri, 1 May 2026 00:53:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777596794; bh=J009uALaMNGkc1EoBMX1tkYlbX2OyU5ubo2x3SyVJy4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=fKJV6/QHp5wIkyq9r2SYDCUkNMNoQdp0lsKcg+1qtaa4iTq1f9hcPO3KLv1tGhPkV 7J2B3CoRFsTQw1WlGQZs57me7tCzlJT+BTWtOsXmYU6jisFE3n6RZKmxP57jHwVQFi hYC9Raa89LvSa+vnYQCJkclbYhe1YTSM3YM6bmUNEymeHtcub52lW9zMVAsC4I1uFZ HP1j8IUuBJAT7bv4wTdI9pXeK4B4fNWbSA90N6z9p49uLgt/rsoDue4rWbf3lNc9wI RSFpaKpdW9MYYL0ruOhmp+Y8vdN+EzsQYj+F9ymdpSYjmOiFNZKA0MKHH5ss3XP9bw q/aChTDWdaHfg== From: Sasha Levin To: stable@vger.kernel.org, Greg Kroah-Hartman Cc: Alexandra Diupina , David Hildenbrand , Oscar Salvador , Andrew Morton , Michal Hocko , Naoya Horiguchi , linux-mm@kvack.org, linux-kernel@vger.kernel.org, lvc-project@linuxtesting.org, Jinjiang Tu , Zi Yan , Miaohe Lin , Kefeng Wang , Luis Chamberalin , Matthew Wilcox , Michal Hocko , Pankaj Raghav Subject: Re: [PATCH 6.12] mm/memory_hotplug: fix hwpoisoned large folio handling in do_migrate_range() Date: Thu, 30 Apr 2026 20:53:11 -0400 Message-ID: <20260430160000.item005-6.12@kernel.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260430113731.1227-1-adiupina@astralinux.ru> References: <20260430113731.1227-1-adiupina@astralinux.ru> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit On Thu, Apr 30, 2026 at 02:37:31PM +0300, Alexandra Diupina wrote: > From: Jinjiang Tu > > commit 397f6d14f9c370e4910e6885294c340f39dedbf5 upstream. > > In do_migrate_range(), the hwpoisoned folio may be large folio, which > can't be handled by unmap_poisoned_folio(). Thanks, queued for 6.12.y. -- Thanks, Sasha