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 E1ABD3126B5; Tue, 6 Jan 2026 14:25:54 +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=1767709555; cv=none; b=r9QxadytqdJ6wA6cZBlFR/uBVsENK9GJRJbpHKnOCwhKzifJe9D+Z4lGSDci+7BspGcfdOsqyXJyyjOnMBQYiHLpocRaVXbYSozAy0LPvQcvRHidoCwm3rf7tZKZmTcQaE10q30zH2OjFNOYATkMjm+YxtePaHwCB+/kx8ra8Rs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767709555; c=relaxed/simple; bh=PNzE5EjUwgXhXLn4yWK8+qMByjLYa98habo781ibmE8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rdBMfaRWHVKCR/ReHFjYRNyN0Tq3prWzRwFRfGkap4boFrT/rpETWrAClkuCmAFi26ABvDknFovk8VKJeFweRsVOFdg6aZhqG+p5YIbYuZ0iaJYe7G2SlpZJpof3kvIClQiv+93VmYc7mobvodFbrP5nN4uXRJGFNC5gQVUEEj0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=uXMDh9rb; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="uXMDh9rb" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1AD0AC116C6; Tue, 6 Jan 2026 14:25:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1767709554; bh=PNzE5EjUwgXhXLn4yWK8+qMByjLYa98habo781ibmE8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uXMDh9rb8+AAYncRhc3IYW8tRiszj9SWAsiK9wgjAMvnHnmwWB9yJfBOIO/uJEaCw G51oVc6HRNb8hGmaJlQ2TRh8VerAEEqqGpKjxn21Dibd9ZTvGcmK1X/hHAuc6arASy QBaOObwcA8VenIUt/aGEVoNsdxMOdRbpqYlm1Ge8= Date: Tue, 6 Jan 2026 15:25:51 +0100 From: Greg KH To: Quanmin Yan Cc: cve@kernel.org, linux-cve-announce@vger.kernel.org, linux-kernel@vger.kernel.org, pedrodemargomes@gmail.com Subject: Re: CVE-2025-68211: ksm: use range-walk function to jump over holes in scan_get_next_rmap_item Message-ID: <2026010609-exclusive-graded-7d86@gregkh> References: <2025121634-CVE-2025-68211-180a@gregkh> <02ad8760-0a6c-4a33-88ce-4f6644e1c58a@huawei.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: <02ad8760-0a6c-4a33-88ce-4f6644e1c58a@huawei.com> On Tue, Jan 06, 2026 at 09:36:29PM +0800, Quanmin Yan wrote: > Hi gregkh, > > I don't think this should be classified as a CVE because the > patch primarily addresses a performance issue in a rare scenario. But in that "rare scenario" it is a system denial of service, making ksmd deadlocked. Isn't that a real issue that was fixed here? thanks, greg k-h