From: David Hildenbrand <david@redhat.com>
To: "Matthew Wilcox (Oracle)" <willy@infradead.org>,
Andrew Morton <akpm@linux-foundation.org>
Cc: linux-mm@kvack.org, Vishal Moola <vishal.moola@gmail.com>
Subject: Re: [PATCH 3/3] ptdesc: Remove ptdesc_to_virt()
Date: Mon, 8 Sep 2025 21:00:42 +0200 [thread overview]
Message-ID: <785bd891-fece-4cac-b067-1aae9f27d7ee@redhat.com> (raw)
In-Reply-To: <20250908171104.2409217-4-willy@infradead.org>
> -
> +/**
> + * ptdesc_address - Virtual address of page table.
> + * @pt: Page table descriptor.
> + *
> + * Return: The first byte of the page table described by @pt.
> + */
> static inline void *ptdesc_address(const struct ptdesc *pt)
> {
> return folio_address(ptdesc_folio(pt));
I assume you'll tackle the ptdesc_folio() stuff separately.
Acked-by: David Hildenbrand <david@redhat.com>
--
Cheers
David / dhildenb
prev parent reply other threads:[~2025-09-08 19:00 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-08 17:10 [PATCH 0/3] Some ptdesc cleanups Matthew Wilcox (Oracle)
2025-09-08 17:11 ` [PATCH 1/3] ptdesc: Convert __page_flags to pt_flags Matthew Wilcox (Oracle)
2025-09-08 18:57 ` David Hildenbrand
2025-09-08 17:11 ` [PATCH 2/3] ptdesc: Remove references to folios from __pagetable_ctor() and pagetable_dtor() Matthew Wilcox (Oracle)
2025-09-08 18:59 ` David Hildenbrand
2025-09-08 17:11 ` [PATCH 3/3] ptdesc: Remove ptdesc_to_virt() Matthew Wilcox (Oracle)
2025-09-08 19:00 ` David Hildenbrand [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=785bd891-fece-4cac-b067-1aae9f27d7ee@redhat.com \
--to=david@redhat.com \
--cc=akpm@linux-foundation.org \
--cc=linux-mm@kvack.org \
--cc=vishal.moola@gmail.com \
--cc=willy@infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox