gt; access it via vma->vm_mm.
>
> This commit makes the required modifications to the core mm. Separate
> commits update the arches, before the actual bug is fixed in arm64.
>
> No behavioral changes intended.
>
> Signed-off-by: Ryan Roberts
For mm/damon/ part change,
On Thu, 20 Jul 2023 10:52:59 +1000 Alistair Popple wrote:
>
> SeongJae Park writes:
>
> > Hi Alistair,
> >
> > On Wed, 19 Jul 2023 22:18:44 +1000 Alistair Popple
> > wrote:
> >
> >> The invalidate_range() is going to become an architecture sp
(E)
>
> Signed-off-by: Jason A. Donenfeld
> ---
[...]
> include/linux/damon.h | 2 +-
For the damon.h part,
Reviewed-by: SeongJae Park
Thanks,
SJ
Hi Peter,
On Thu, 21 Mar 2024 18:07:53 -0400 pet...@redhat.com wrote:
> From: Peter Xu
>
> These macros can be helpful when we plan to merge hugetlb code into generic
> code. Move them out and define them even if !THP.
>
> We actually already defined HPAGE_PMD_NR for other reasons even if !TH
Hi Peter,
On Fri, 22 Mar 2024 20:30:24 -0400 Peter Xu wrote:
> On Fri, Mar 22, 2024 at 10:14:56AM -0700, SeongJae Park wrote:
> > Hi Peter,
>
> Hi, SeongJae,
>
> >
> > On Thu, 21 Mar 2024 18:07:53 -0400 pet...@redhat.com wrote:
> >
> > > Fro