Re: [PATCH v2 01/40] mm/vma: fix mmap_prepare file handling, remove file_doesnt_need_get
From: Lorenzo Stoakes (ARM)
Date: Thu Sep 17 2026 - 07:44:53 EST
On Thu, Sep 17, 2026 at 10:57:57AM +0100, Lorenzo Stoakes (ARM) wrote:
> On Thu, Sep 17, 2026 at 12:33:41PM +0300, Mike Rapoport wrote:
> > But the patch iteslf needs to be fixed :)
> >
> > It seems to be the change that broke the CI.
> >
> > The rest is from LLM, take it with a grain of salt :)
>
> Ack will assess + respin
Apologies to everybody's inbox but this will need a respin to resolve a conflict
in a subsequent commit.
This was to fix a sashiko report (not a bug anywhere in production, but could
lead to bugs in future by accident), and got sashiko + [another AI]-reviewed
before sending all of which missed it :)) the robot overloads are not quite in
charge yet ;)
Fix is simple - update flags at the right time. The error was pre-empting
setting everything rather than just map->vm_file.
Will look through other sashiko stuff then respin a bit later.
--
Cheers, Lorenzo