Re: [PATCH v1 6/8] mm: hugetlb: Convert set_huge_pte_at() to take vma

2023-09-21 Thread SeongJae Park
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,

Re: [PATCH v2 3/5] mmu_notifiers: Call invalidate_range() when invalidating TLBs

2023-07-19 Thread SeongJae Park
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

Re: [PATCH v1 1/5] treewide: use get_random_u32_below() instead of deprecated function

2022-10-22 Thread SeongJae Park
(E) > > Signed-off-by: Jason A. Donenfeld > --- [...] > include/linux/damon.h | 2 +- For the damon.h part, Reviewed-by: SeongJae Park Thanks, SJ

Re: [PATCH v3 03/12] mm: Make HPAGE_PXD_* macros even if !THP

2024-03-22 Thread SeongJae Park
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

Re: [PATCH v3 03/12] mm: Make HPAGE_PXD_* macros even if !THP

2024-03-22 Thread SeongJae Park
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