On 12/28/22 16:45, Greg Kroah-Hartman wrote: > On Wed, Dec 28, 2022 at 04:02:57PM +0100, Holger Hoffstätte wrote: >> On 2022-12-28 15:25, Greg Kroah-Hartman wrote: >>> This is the start of the stable review cycle for the 6.1.2 release. >>> There are 1146 patches in this series, all will be posted as a response >>> to this one. If anyone has any issues with these being applied, please >>> let me know. >> >> I know this is already a large set of updates, but it would be great if >> commit 6f12be792fde994ed934168f93c2a0d2a0cf0bc5 ("mm, mremap: fix mremap() >> expanding vma with addr inside vma") could be added as well; it applies and >> works fine on top of 6.1.1. >> This fixes quite a few annoying mmap-related out-of-memory failures. > > It's set up for future releases. If this was such a big issue for > 6.1-final, why wasn't it sent to Linus before 6.2-rc1? Thorsten did question its upstreaming speed elsewhere. But it actually is in 6.2-rc1. Andrew sent the PR on 22th and Linus merged on 23th [1]. I didn't try to accelerate it to stable as IIRC people already pointed it out and you acknowledged it's on your radar, and it was a tracked regression. Sucks that it didn't make it to 6.1.2. [1] https://lore.kernel.org/all/20221222144648.db034ee4087ea4bb126545ec@xxxxxxxxxxxxxxxxxxxx/ > thanks, > > greg k-h >