[GIT PULL] KVM: One lone common change for 6.18
From: Sean Christopherson
Date: Sat Sep 27 2025 - 02:09:15 EST
Tag says it all...
The following changes since commit c17b750b3ad9f45f2b6f7e6f7f4679844244f0b9:
Linux 6.17-rc2 (2025-08-17 15:22:10 -0700)
are available in the Git repository at:
https://github.com/kvm-x86/linux.git tags/kvm-x86-generic-6.18
for you to fetch changes up to cf6a8401b6a12c3bdd54c7414af28625ec6450da:
KVM: remove redundant __GFP_NOWARN (2025-08-19 11:51:13 -0700)
----------------------------------------------------------------
KVM common changes for 6.18
Remove a redundant __GFP_NOWARN from kvm_setup_async_pf() as __GFP_NOWARN is
now included in GFP_NOWAIT.
----------------------------------------------------------------
Qianfeng Rong (1):
KVM: remove redundant __GFP_NOWARN
virt/kvm/async_pf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)