Re: [PATCH v1 23/29] mm/page-alloc: remove PageMappingFlags()

2025-07-02 Thread Harry Yoo
On Mon, Jun 30, 2025 at 03:00:04PM +0200, David Hildenbrand wrote: > We can now simply check for PageAnon() and remove PageMappingFlags(). > > ... and while at it, use the folio instead and operate on > folio->mapping. > > Reviewed-by: Zi Yan > Signed-off-by: David Hildenbrand > --- LGTM, Rev

Re: [PATCH v1 23/29] mm/page-alloc: remove PageMappingFlags()

2025-07-02 Thread David Hildenbrand
On 02.07.25 11:09, Lorenzo Stoakes wrote: On Wed, Jul 02, 2025 at 11:02:21AM +0200, David Hildenbrand wrote: On 02.07.25 10:49, Lorenzo Stoakes wrote: On Tue, Jul 01, 2025 at 09:34:41PM +0200, David Hildenbrand wrote: On 01.07.25 15:02, Lorenzo Stoakes wrote: On Mon, Jun 30, 2025 at 03:00:04P

Re: [PATCH v1 23/29] mm/page-alloc: remove PageMappingFlags()

2025-07-02 Thread Lorenzo Stoakes
On Wed, Jul 02, 2025 at 11:02:21AM +0200, David Hildenbrand wrote: > On 02.07.25 10:49, Lorenzo Stoakes wrote: > > On Tue, Jul 01, 2025 at 09:34:41PM +0200, David Hildenbrand wrote: > > > On 01.07.25 15:02, Lorenzo Stoakes wrote: > > > > On Mon, Jun 30, 2025 at 03:00:04PM +0200, David Hildenbrand w

Re: [PATCH v1 23/29] mm/page-alloc: remove PageMappingFlags()

2025-07-02 Thread David Hildenbrand
On 02.07.25 10:49, Lorenzo Stoakes wrote: On Tue, Jul 01, 2025 at 09:34:41PM +0200, David Hildenbrand wrote: On 01.07.25 15:02, Lorenzo Stoakes wrote: On Mon, Jun 30, 2025 at 03:00:04PM +0200, David Hildenbrand wrote: We can now simply check for PageAnon() and remove PageMappingFlags(). ... a

Re: [PATCH v1 23/29] mm/page-alloc: remove PageMappingFlags()

2025-07-02 Thread Lorenzo Stoakes
On Tue, Jul 01, 2025 at 09:34:41PM +0200, David Hildenbrand wrote: > On 01.07.25 15:02, Lorenzo Stoakes wrote: > > On Mon, Jun 30, 2025 at 03:00:04PM +0200, David Hildenbrand wrote: > > > We can now simply check for PageAnon() and remove PageMappingFlags(). > > > > > > ... and while at it, use the

Re: [PATCH v1 23/29] mm/page-alloc: remove PageMappingFlags()

2025-07-01 Thread David Hildenbrand
On 01.07.25 15:02, Lorenzo Stoakes wrote: On Mon, Jun 30, 2025 at 03:00:04PM +0200, David Hildenbrand wrote: We can now simply check for PageAnon() and remove PageMappingFlags(). ... and while at it, use the folio instead and operate on folio->mapping. Probably worth mentioning to be super cr

Re: [PATCH v1 23/29] mm/page-alloc: remove PageMappingFlags()

2025-07-01 Thread Lorenzo Stoakes
On Mon, Jun 30, 2025 at 03:00:04PM +0200, David Hildenbrand wrote: > We can now simply check for PageAnon() and remove PageMappingFlags(). > > ... and while at it, use the folio instead and operate on > folio->mapping. Probably worth mentioning to be super crystal clear that this is because now it