commit: a66c75a90a0ff3fd27e2fe18daa09dce21c12202 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Mon Mar 16 12:23:25 2020 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Mon Mar 16 12:23:25 2020 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=a66c75a9
Linux patch 4.19.110 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org> 0000_README | 4 ++++ 1109_linux-4.19.110.patch | 26 ++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/0000_README b/0000_README index f28ed71..8e31d5f 100644 --- a/0000_README +++ b/0000_README @@ -475,6 +475,10 @@ Patch: 1108_linux-4.19.109.patch From: https://www.kernel.org Desc: Linux 4.19.109 +Patch: 1109_linux-4.19.110.patch +From: https://www.kernel.org +Desc: Linux 4.19.110 + Patch: 1500_XATTR_USER_PREFIX.patch From: https://bugs.gentoo.org/show_bug.cgi?id=470644 Desc: Support for namespace user.pax.* on tmpfs. diff --git a/1109_linux-4.19.110.patch b/1109_linux-4.19.110.patch new file mode 100644 index 0000000..955b326 --- /dev/null +++ b/1109_linux-4.19.110.patch @@ -0,0 +1,26 @@ +diff --git a/Makefile b/Makefile +index 059c5e0aac15..ada958d1bc2b 100644 +--- a/Makefile ++++ b/Makefile +@@ -1,7 +1,7 @@ + # SPDX-License-Identifier: GPL-2.0 + VERSION = 4 + PATCHLEVEL = 19 +-SUBLEVEL = 109 ++SUBLEVEL = 110 + EXTRAVERSION = + NAME = "People's Front" + +diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.c +index 3f0565e1a7a8..cc8f3b41a1b2 100644 +--- a/arch/x86/kvm/svm.c ++++ b/arch/x86/kvm/svm.c +@@ -1336,7 +1336,7 @@ static __init void svm_adjust_mmio_mask(void) + */ + mask = (mask_bit < 52) ? rsvd_bits(mask_bit, 51) | PT_PRESENT_MASK : 0; + +- kvm_mmu_set_mmio_spte_mask(mask, PT_WRITABLE_MASK | PT_USER_MASK); ++ kvm_mmu_set_mmio_spte_mask(mask, mask); + } + + static __init int svm_hardware_setup(void)
