From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-179.mta0.migadu.com (out-179.mta0.migadu.com [91.218.175.179]) (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 679D3329C78 for ; Sat, 31 Jan 2026 22:02:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.179 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769896921; cv=none; b=XEfG8Xul8Mvoo9WND1+/z7wfvyQP3qEkoi1NxGHzd0oqKU3lyB83XBjho9GySXFvifnJAubA7FFjEat2UJo7tspZdOFH0CrGeYMGB5JGz6HGSUQdEk+0+L7vLLQK6+BnypuglKMSUf04b2eDzUcmvyvzf0KKDN/x48PxyTpWE8k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769896921; c=relaxed/simple; bh=IoNp8lAUZggjMNRuBTjqXS6Ph/tNW9JXJ8GGl+eg/vA=; h=MIME-Version:Date:Content-Type:From:Message-ID:Subject:To:Cc: In-Reply-To:References; b=nury24D1+2v4+xGhCh0xhp8vmxsYBhdi3aA8f23zb4PCmO6dBfNXUTG0JPIxwrICK9wwVVCOZ1ijiSBdNeVBi2Ya3B/Jk5tnNU6LCEbWnj686TYAhBya10bEQ/RmIseBz7uSIGoD8wj7CcSdy9zXs+eJ3ctzJKkz/tEv/go3IlI= 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=R4KcuKBf; arc=none smtp.client-ip=91.218.175.179 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="R4KcuKBf" Precedence: bulk X-Mailing-List: linux-kernel@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=1769896908; 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=IoNp8lAUZggjMNRuBTjqXS6Ph/tNW9JXJ8GGl+eg/vA=; b=R4KcuKBfhFTwYO7Y7Lv6/a8/QUrEjmRP6nSIE/P1vSGlydH2+kjcSnNwU/sQnDClTROohU uVU/e1oMBOAoJYTGkd9TBcNy2gkaEYc/PZUe7j0sAMR4xRjEXcUqOynIOwlS7aAiiTU7i6 1KNlhbg23gME0V+AXLMccKscuWXxBCU= Date: Sat, 31 Jan 2026 22:01:45 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Shakeel Butt" Message-ID: TLS-Required: No Subject: Re: [PATCH v2] mm: khugepaged: fix NR_FILE_PAGES and NR_SHMEM in collapse_file() To: "Andrew Morton" Cc: "Johannes Weiner" , "Rik van Riel" , "Song Liu" , "Kiryl Shutsemau" , "Usama Arif" , "David Hildenbrand" , "Lorenzo Stoakes" , "Zi Yan" , "Baolin Wang" , "Liam R . Howlett" , "Nico Pache" , "Ryan Roberts" , "Dev Jain" , "Barry Song" , "Lance Yang" , "Matthew Wilcox" , "Meta kernel team" , linux-mm@kvack.org, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20260131131511.e5f1ec520fec066b22ca04c1@linux-foundation.org> References: <20260130042925.2797946-1-shakeel.butt@linux.dev> <20260131131511.e5f1ec520fec066b22ca04c1@linux-foundation.org> X-Migadu-Flow: FLOW_OUT January 31, 2026 at 1:15 PM, "Andrew Morton" wrote: > As the bug is 10 years old I think I'll queue this for 6.20(?)-rc1 with > cc:stable. Just to get it a bit more time-under-test before -stable > kernels pick it up. Sound OK? > Yup, sounds reasonable.