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 4B9EA19F438; Mon, 14 Apr 2025 17:37:41 +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=1744652262; cv=none; b=YE5E/f+ghM/S5f6p2cKMcywX+oHMOD7oLavQLLFbQD0NbFvUnNEOuKFYcOPmBlp9NA75Z8a33IC7MiJXVRCVVZ1HNaXe9Omr5eWTwsnym/cZArtwDU5S/6rWsL+jNL9/7eGDWqtDKs0cLTl4thnvXfCxzTo7gPhFBfUtVIlvDsA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744652262; c=relaxed/simple; bh=m7xOIfsgNMothsqizkGy2Vv5fvaA9k1wGGQA0Y1ZR0Q=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=UpCKQ3mR7qI0NuvpmWM4DNLOy9vYGKtn3YoNz2ZJnwFgO9PPgchtPpBtjzoZ28xNb0kaz/L9LkOKZWpT6aspyIxKZger71xiEfkawqLk0Qw7KmSSR+nGdOkScfrjO/jMyAje4dzHSAW5QK3SQT7NoBoW6tsqQk0WURhKLQV5uEQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Y5xfS4ej; 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="Y5xfS4ej" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3906AC4CEE2; Mon, 14 Apr 2025 17:37:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1744652261; bh=m7xOIfsgNMothsqizkGy2Vv5fvaA9k1wGGQA0Y1ZR0Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Y5xfS4ejvcZn4gds472hBvOb9lnQgP/gTPaJs9mtFGCk/r49GLQTNYuvr+N7RemL+ zTXvh0zCp5oFPNiFDkKf7V8GM73tJRNged1H4AM5SI3OQIozKddRaX8H/Mj+dTbwRb 0WPzfaCA6Kcb7wewr8RSpXTzD4AH8uKKq6H8eTA0= Date: Mon, 14 Apr 2025 19:37:38 +0200 From: Greg KH To: "Kirill A. Shutemov" Cc: stable@vger.kernel.org, stable-commits@vger.kernel.org, Dave Hansen , Andy Lutomirski , Peter Zijlstra , Thomas Gleixner , Ingo Molnar , Borislav Petkov , x86@kernel.org, "H. Peter Anvin" Subject: Re: Patch "x86/mm/ident_map: Fix theoretical virtual address overflow to zero" has been added to the 6.14-stable tree Message-ID: <2025041417-playful-detention-2aaa@gregkh> References: <20250414103727.580274-1-sashal@kernel.org> <2025041450-filled-varnish-f9d3@gregkh> Precedence: bulk X-Mailing-List: stable@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: On Mon, Apr 14, 2025 at 02:59:11PM +0300, Kirill A. Shutemov wrote: > On Mon, Apr 14, 2025 at 01:56:00PM +0200, Greg KH wrote: > > On Mon, Apr 14, 2025 at 02:36:55PM +0300, Kirill A. Shutemov wrote: > > > On Mon, Apr 14, 2025 at 06:37:27AM -0400, Sasha Levin wrote: > > > > This is a note to let you know that I've just added the patch titled > > > > > > > > x86/mm/ident_map: Fix theoretical virtual address overflow to zero > > > > > > > > to the 6.14-stable tree which can be found at: > > > > http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary > > > > > > > > The filename of the patch is: > > > > x86-mm-ident_map-fix-theoretical-virtual-address-ove.patch > > > > and it can be found in the queue-6.14 subdirectory. > > > > > > > > If you, or anyone else, feels it should not be added to the stable tree, > > > > please let know about it. > > > > > > It was explicitly called out that no backporting needed: > > > > > > > [ Backporter's note: there's no need to backport this patch. ] > > > > Now dropped thanks, > > BTW, is there any magic words for this? Tag or something? No, you did it right, we just missed it, sorry. That's why we have reviews and send these emails out :)