All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Vishal Moola (Oracle)" <vishal.moola@gmail.com>
To: Matthew Wilcox <willy@infradead.org>
Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, x86@kernel.org,
	"Mike Rapoport (Microsoft)" <rppt@kernel.org>,
	akpm@linux-foundation.org,
	Dave Hansen <dave.hansen@linux.intel.com>,
	Andy Lutomirski <luto@kernel.org>,
	Peter Zijlstra <peterz@infradead.org>
Subject: Re: [PATCH v5 4/4] x86/mm/pat: Convert split_large_page() to use ptdescs
Date: Wed, 11 Feb 2026 14:38:52 -0800	[thread overview]
Message-ID: <aY0E_EKc_yx_mPS7@fedora> (raw)
In-Reply-To: <aYz7t7vG2W8ieEgx@casper.infradead.org>

On Wed, Feb 11, 2026 at 09:59:19PM +0000, Matthew Wilcox wrote:
> On Wed, Feb 11, 2026 at 11:52:33AM -0800, Vishal Moola (Oracle) wrote:
> >  static int
> >  __split_large_page(struct cpa_data *cpa, pte_t *kpte, unsigned long address,
> > -		   struct page *base)
> > +		   struct ptdesc *ptdesc)
> >  {
> >  	unsigned long lpaddr, lpinc, ref_pfn, pfn, pfninc = 1;
> > +	struct page *base = ptdesc_page(ptdesc);
> >  	pte_t *pbase = (pte_t *)page_address(base);
> 
> We have ptdesc_address() already.  Can we avoid the other uses of
> 'base' in this function?

We could, but not without helpers similar to folio_pfn() and
folio_mk_pte(). I hadn't added those in this patchset since my primary
goal right now is to ensure all the allocation/free sites are using the
proper apis.


      reply	other threads:[~2026-02-11 22:38 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-11 19:52 [PATCH v5 0/4] Convert 64-bit x86/mm/pat to ptdescs Vishal Moola (Oracle)
2026-02-11 19:52 ` [PATCH v5 1/4] mm: Add address apis for ptdescs Vishal Moola (Oracle)
2026-02-11 20:13   ` Dave Hansen
2026-02-11 21:54     ` Matthew Wilcox
2026-02-11 22:18     ` Vishal Moola (Oracle)
2026-02-12  0:07       ` Vishal Moola (Oracle)
2026-02-18 20:23         ` Vishal Moola (Oracle)
2026-02-18 20:27           ` Dave Hansen
2026-02-11 19:52 ` [PATCH v5 2/4] x86/mm/pat: Convert pte code to use ptdescs Vishal Moola (Oracle)
2026-02-11 21:55   ` Matthew Wilcox
2026-02-11 22:23     ` Vishal Moola (Oracle)
2026-02-11 23:04       ` Dave Hansen
2026-02-11 19:52 ` [PATCH v5 3/4] x86/mm/pat: Convert pmd " Vishal Moola (Oracle)
2026-02-11 20:07   ` Dave Hansen
2026-02-11 21:45     ` Vishal Moola (Oracle)
2026-02-11 19:52 ` [PATCH v5 4/4] x86/mm/pat: Convert split_large_page() " Vishal Moola (Oracle)
2026-02-11 21:59   ` Matthew Wilcox
2026-02-11 22:38     ` Vishal Moola (Oracle) [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aY0E_EKc_yx_mPS7@fedora \
    --to=vishal.moola@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=dave.hansen@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=luto@kernel.org \
    --cc=peterz@infradead.org \
    --cc=rppt@kernel.org \
    --cc=willy@infradead.org \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.