Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/10.1 for any
user-visible changes.
signature.asc
Description: PGP signature
The pull request you sent on Sat, 10 May 2025 08:02:39 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
> for-linus-6.15a-rc6-tag
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/86c019597cd4e0fc90dfa9ebba9282b2d122c187
Thank you!
--
Deet-doot-dot,
From: Juergen Gross Sent: Tuesday, May 6, 2025 2:20 AM
>
> When building a kernel with CONFIG_PARAVIRT_XXL the paravirt
> infrastructure will always use functions for reading or writing MSRs,
> even when running on bare metal.
>
> Switch to inline RDMSR/WRMSR instructions in this case, reducing
Nothing in bitmap.h uses lib.h. Reduce to just macros.h and string.h. Drop
types.h while at it, as it comes in through bitops.h
cpumask.h and nodemask.h only include kernel.h to get container_of(). Move it
into macros.h where it belongs.
No functional change.
Signed-off-by: Andrew Cooper
---
[Public]
Hi,
> -Original Message-
> From: Jan Beulich
> Sent: Wednesday, April 30, 2025 12:39 AM
> To: Penny, Zheng
> Cc: Huang, Ray ; Andrew Cooper
> ; Anthony PERARD ;
> Orzel, Michal ; Julien Grall ; Roger
> Pau Monné ; Stefano Stabellini ;
> xen-devel@lists.xenproject.org
> Subject: