All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Roger Pau Monné" <roger.pau@citrix.com>
To: Luca Fancellu <luca.fancellu@arm.com>
Cc: xen-devel@lists.xenproject.org,
	Stefano Stabellini <sstabellini@kernel.org>,
	Julien Grall <julien@xen.org>,
	Bertrand Marquis <bertrand.marquis@arm.com>,
	Michal Orzel <michal.orzel@amd.com>,
	Volodymyr Babchuk <Volodymyr_Babchuk@epam.com>,
	Ross Lagerwall <ross.lagerwall@citrix.com>,
	Julien Grall <jgrall@amazon.com>
Subject: Re: [PATCH v2 3/4] xen/arm: Use vmap_contig instead of __vmap where it's possible
Date: Tue, 19 Nov 2024 15:08:15 +0100	[thread overview]
Message-ID: <Zzybz2WUejRtl1LW@macbook> (raw)
In-Reply-To: <20241119085806.805142-4-luca.fancellu@arm.com>

On Tue, Nov 19, 2024 at 08:58:05AM +0000, Luca Fancellu wrote:
> Currently the arm code uses __vmap function in few parts to map
> physically contiguous pages, vmap_contig was introduced recently
> and does the same because it's a wrapper for __vmap, so use the
> latter instead of the direct __vmap function.
> 
> Signed-off-by: Luca Fancellu <luca.fancellu@arm.com>
> Acked-by: Julien Grall <jgrall@amazon.com>

Acked-by: Roger Pau Monné <roger.pau@citrix.com>

Thanks.


  reply	other threads:[~2024-11-19 14:08 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-19  8:58 [PATCH v2 0/4] Prerequisite patches for R82 upstreaming Luca Fancellu
2024-11-19  8:58 ` [PATCH v2 1/4] common/vmap: Fall back to simple allocator when !HAS_VMAP Luca Fancellu
2024-11-25 16:21   ` Jan Beulich
2024-11-25 16:30     ` Luca Fancellu
2024-11-19  8:58 ` [PATCH v2 2/4] arm/setup: Move MMU specific extern declarations to mmu/setup.h Luca Fancellu
2024-11-19  8:58 ` [PATCH v2 3/4] xen/arm: Use vmap_contig instead of __vmap where it's possible Luca Fancellu
2024-11-19 14:08   ` Roger Pau Monné [this message]
2024-11-19  8:58 ` [PATCH v2 4/4] xen/arm: do not give memory back to static heap Luca Fancellu
2024-11-25 16:32   ` Jan Beulich
2024-11-26 10:56     ` Luca Fancellu
2024-11-26 11:12       ` Jan Beulich
2024-11-26 13:25         ` Luca Fancellu
2024-11-26 13:29           ` Jan Beulich
2024-11-26 13:52             ` Luca Fancellu
2024-11-28 19:22               ` Julien Grall

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=Zzybz2WUejRtl1LW@macbook \
    --to=roger.pau@citrix.com \
    --cc=Volodymyr_Babchuk@epam.com \
    --cc=bertrand.marquis@arm.com \
    --cc=jgrall@amazon.com \
    --cc=julien@xen.org \
    --cc=luca.fancellu@arm.com \
    --cc=michal.orzel@amd.com \
    --cc=ross.lagerwall@citrix.com \
    --cc=sstabellini@kernel.org \
    --cc=xen-devel@lists.xenproject.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.