From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from casper.infradead.org (casper.infradead.org [90.155.50.34]) (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 7924B208994 for ; Fri, 10 Jan 2025 18:39:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=90.155.50.34 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736534384; cv=none; b=Cj+wOa0K/JhiByxUu/g/U5H/0FuFk9Nk2ceVbRt+1e5RtjLNUNzrxju6hS0/4GWCS5dy5yVrJ2f4719dr7N49P8bW49C6dmyEoXtzWeK8Uk5WFBFrKIdXOlMc7bIqDpmALrDORpXC6powFUGBST03Bn2XJz0UFsHmkkFKoqNAXw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736534384; c=relaxed/simple; bh=he0T6VC9M+Vxk11uQ4FP2UfY8LzuwXq6bDqnjIXdV8Y=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=L2BWG/qRAG06h2FhFgm4lHAmejDjMrDKfXj2R6c9wg68bveyjjpt5zMz+XQKKhyWa1jwQ7WaGlJvsMQqwpFRzDiFQd83tkCdg0K7QLlExGhVGn+ghf6R+LL69aPPYwlgTX8M6zscEYdHSle7CfgelcqXdJY5JjYjrxVW3azS5rQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=q7LtG0bt; arc=none smtp.client-ip=90.155.50.34 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="q7LtG0bt" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=dT3MNor6CxHJgKpXn8JIXJMXg4Q6Bw7a+guo3GKqmxg=; b=q7LtG0btqHFsWpj3/XABzRnUGn /06/FmPEFfYtGNg76o3y9QfDvJEy1acyBlRujhtfmPLrDEM0AXSvghtX6kGRNdEp1ef+CqMd6XSoz +GKrT7z7fDgOdFDxVmJ4w/3FWmWUnIh30ZaTNc3F0Bi/9k9VNOOaklWuOPnmbwbefqUNv+BpE+pc2 DekQTHTRSd9hlrQ1dvVgsISKesDC/6z5nIHIzYxniPdsmI4q1mGeKVC7B1l3K81CGK5IBHFrREBjw M5NbAsK+nJopVnRHGf0W2juVxhq9Dj2pKMEOoDGMjsfLTJa7Jdw+VfZsdR4RbE8b7Uj5RNbdJ0ZXk g4BhkRpg==; Received: from willy by casper.infradead.org with local (Exim 4.98 #2 (Red Hat Linux)) id 1tWJv0-0000000EB8H-3aKs; Fri, 10 Jan 2025 18:39:38 +0000 Date: Fri, 10 Jan 2025 18:39:38 +0000 From: Matthew Wilcox To: David Hildenbrand Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, Andrew Morton , Muchun Song Subject: Re: [PATCH v1 1/6] mm/huge_memory: convert has_hwpoisoned into a pure folio flag Message-ID: References: <20250110182149.746551-1-david@redhat.com> <20250110182149.746551-2-david@redhat.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250110182149.746551-2-david@redhat.com> On Fri, Jan 10, 2025 at 07:21:44PM +0100, David Hildenbrand wrote: > Let's stop setting it on pages, there is no need to anymore. > > Signed-off-by: David Hildenbrand Yes! Reviewed-by: Matthew Wilcox (Oracle)