* Re: Patch "x86/mm/ident_map: Fix theoretical virtual address overflow to zero" has been added to the 6.14-stable tree
[not found] <20250414103727.580274-1-sashal@kernel.org>
@ 2025-04-14 11:36 ` Kirill A. Shutemov
2025-04-14 11:56 ` Greg KH
0 siblings, 1 reply; 4+ messages in thread
From: Kirill A. Shutemov @ 2025-04-14 11:36 UTC (permalink / raw)
To: stable
Cc: stable-commits, Dave Hansen, Andy Lutomirski, Peter Zijlstra,
Thomas Gleixner, Ingo Molnar, Borislav Petkov, x86,
H. Peter Anvin
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 <stable@vger.kernel.org> know about it.
It was explicitly called out that no backporting needed:
> [ Backporter's note: there's no need to backport this patch. ]
--
Kiryl Shutsemau / Kirill A. Shutemov
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Patch "x86/mm/ident_map: Fix theoretical virtual address overflow to zero" has been added to the 6.14-stable tree
2025-04-14 11:36 ` Patch "x86/mm/ident_map: Fix theoretical virtual address overflow to zero" has been added to the 6.14-stable tree Kirill A. Shutemov
@ 2025-04-14 11:56 ` Greg KH
2025-04-14 11:59 ` Kirill A. Shutemov
0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2025-04-14 11:56 UTC (permalink / raw)
To: Kirill A. Shutemov
Cc: stable, stable-commits, Dave Hansen, Andy Lutomirski,
Peter Zijlstra, Thomas Gleixner, Ingo Molnar, Borislav Petkov,
x86, H. Peter Anvin
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 <stable@vger.kernel.org> 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,
greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Patch "x86/mm/ident_map: Fix theoretical virtual address overflow to zero" has been added to the 6.14-stable tree
2025-04-14 11:56 ` Greg KH
@ 2025-04-14 11:59 ` Kirill A. Shutemov
2025-04-14 17:37 ` Greg KH
0 siblings, 1 reply; 4+ messages in thread
From: Kirill A. Shutemov @ 2025-04-14 11:59 UTC (permalink / raw)
To: Greg KH
Cc: stable, stable-commits, Dave Hansen, Andy Lutomirski,
Peter Zijlstra, Thomas Gleixner, Ingo Molnar, Borislav Petkov,
x86, H. Peter Anvin
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 <stable@vger.kernel.org> 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?
--
Kiryl Shutsemau / Kirill A. Shutemov
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Patch "x86/mm/ident_map: Fix theoretical virtual address overflow to zero" has been added to the 6.14-stable tree
2025-04-14 11:59 ` Kirill A. Shutemov
@ 2025-04-14 17:37 ` Greg KH
0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2025-04-14 17:37 UTC (permalink / raw)
To: Kirill A. Shutemov
Cc: stable, stable-commits, Dave Hansen, Andy Lutomirski,
Peter Zijlstra, Thomas Gleixner, Ingo Molnar, Borislav Petkov,
x86, H. Peter Anvin
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 <stable@vger.kernel.org> 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 :)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-04-14 17:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20250414103727.580274-1-sashal@kernel.org>
2025-04-14 11:36 ` Patch "x86/mm/ident_map: Fix theoretical virtual address overflow to zero" has been added to the 6.14-stable tree Kirill A. Shutemov
2025-04-14 11:56 ` Greg KH
2025-04-14 11:59 ` Kirill A. Shutemov
2025-04-14 17:37 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox