From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-188.mta0.migadu.com (out-188.mta0.migadu.com [91.218.175.188]) (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 03C823469F6 for ; Fri, 29 May 2026 16:28:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.188 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780072123; cv=none; b=pjZrXpMJ4YCymZG79rqM8kI5VHrxU35Lw0DkDQMLE4ZIZTAxMH4+PFsEhUujMvoNgO5MIrVTKATcSwTAqqRh/YKBo2UirzT9NMqEtTfAM6zHXMzJSGSX0PlvQAKBtMp5A+yQ8X8qxayxmHrZzcMa6uVVI0xSNvZaB7q9uEt8sIQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780072123; c=relaxed/simple; bh=gJT3raIRjb+4PiHI6wkOCTwp3cpNLe0MfnR4Z0jMrqY=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:Subject:From:To: References:In-Reply-To; b=iyjlIArMI2gC3GnSUTnrzHuEh30NfuYbj53MQ/txsBvBsJHmTOEkM5vhyNThq91xbFALjhqH9hhFmeU/6nYtG2KlbKblZrcvCxTFQXe8d8yIYTWd1IgKnLK5C/4wbILe6/Un21GPR7F9DmX3j395Hldws58yDiOhsx6yCnSGKlo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=xjlGjQBm; arc=none smtp.client-ip=91.218.175.188 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="xjlGjQBm" Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1780072118; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=gJT3raIRjb+4PiHI6wkOCTwp3cpNLe0MfnR4Z0jMrqY=; b=xjlGjQBmKF5y84uYtAsFejFz5qjru1Isy5d6nhq/A7noCKI7NCMWs/WO3MeY8Ja6AgTyan CCBovkPp+npAOWibn6+0DL53HXD6seuSPEgMKo17SDe4INqz9+uQDXmyKjdOpq9xOoWLcF 4ALbbELDM3PVa+dcwtEmJvyWa9sWRZg= Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Fri, 29 May 2026 16:28:34 +0000 Message-Id: Cc: , , , , , , , , , , , , , , , , Subject: Re: [PATCH] mm/page_alloc: clear page->private in free_pages_prepare() X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Brendan Jackman" To: "Li Wang" , References: <20260301013838.1699247-1-sashal@kernel.org> <20260529050231.1849697-1-li.wang@windriver.com> In-Reply-To: <20260529050231.1849697-1-li.wang@windriver.com> X-Migadu-Flow: FLOW_OUT On Fri May 29, 2026 at 5:02 AM UTC, Li Wang wrote: > From: Mikhail Gavrilov > > [commit ac1ea219590c09572ed5992dc233bbf7bb70fef9 upstream] Thanks Li! Sasha, this version also applies to 6.12, can we apply it there too?