From: Greg Kroah-Hartman Date: Sat, 26 Aug 2023 16:10:22 +0000 (+0200) Subject: drop queue-6.4/mm-disable-config_per_vma_lock-until-its-fixed.patch X-Git-Tag: v6.1.49~68 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ee59f2caea9cf79c3880c47083dd6a57728bdc0;p=thirdparty%2Fkernel%2Fstable-queue.git drop queue-6.4/mm-disable-config_per_vma_lock-until-its-fixed.patch --- diff --git a/queue-6.4/mm-disable-config_per_vma_lock-until-its-fixed.patch b/queue-6.4/mm-disable-config_per_vma_lock-until-its-fixed.patch deleted file mode 100644 index 267bad5d841..00000000000 --- a/queue-6.4/mm-disable-config_per_vma_lock-until-its-fixed.patch +++ /dev/null @@ -1,54 +0,0 @@ -From 841878e2ca4600b3ffaf09921cde08f9f944b9f7 Mon Sep 17 00:00:00 2001 -From: Sasha Levin -Date: Wed, 5 Jul 2023 18:14:00 -0700 -Subject: mm: disable CONFIG_PER_VMA_LOCK until its fixed -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -From: Suren Baghdasaryan - -[ Upstream commit f96c48670319d685d18d50819ed0c1ef751ed2ac ] - -A memory corruption was reported in [1] with bisection pointing to the -patch [2] enabling per-VMA locks for x86. Disable per-VMA locks config to -prevent this issue until the fix is confirmed. This is expected to be a -temporary measure. - -[1] https://bugzilla.kernel.org/show_bug.cgi?id=217624 -[2] https://lore.kernel.org/all/20230227173632.3292573-30-surenb@google.com - -Link: https://lkml.kernel.org/r/20230706011400.2949242-3-surenb@google.com -Reported-by: Jiri Slaby -Closes: https://lore.kernel.org/all/dbdef34c-3a07-5951-e1ae-e9c6e3cdf51b@kernel.org/ -Reported-by: Jacob Young -Closes: https://bugzilla.kernel.org/show_bug.cgi?id=217624 -Fixes: 0bff0aaea03e ("x86/mm: try VMA lock-based page fault handling first") -Signed-off-by: Suren Baghdasaryan -Cc: David Hildenbrand -Cc: Holger Hoffstätte -Cc: -Signed-off-by: Andrew Morton -Signed-off-by: Sasha Levin ---- - mm/Kconfig | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/mm/Kconfig b/mm/Kconfig -index e3454087fd31a..1d2afc2567d0e 100644 ---- a/mm/Kconfig -+++ b/mm/Kconfig -@@ -1198,8 +1198,9 @@ config ARCH_SUPPORTS_PER_VMA_LOCK - def_bool n - - config PER_VMA_LOCK -- def_bool y -+ bool "Enable per-vma locking during page fault handling." - depends on ARCH_SUPPORTS_PER_VMA_LOCK && MMU && SMP -+ depends on BROKEN - help - Allow per-vma locking during page fault handling. - --- -2.40.1 - diff --git a/queue-6.4/series b/queue-6.4/series index e38d08d61eb..2e99b1bf125 100644 --- a/queue-6.4/series +++ b/queue-6.4/series @@ -2,7 +2,6 @@ nfsv4.2-fix-error-handling-in-nfs42_proc_getxattr.patch nfsv4-fix-out-path-in-__nfs4_get_acl_uncached.patch xprtrdma-remap-receive-buffers-after-a-reconnect.patch pci-acpiphp-reassign-resources-on-bridge-if-necessar.patch -mm-disable-config_per_vma_lock-until-its-fixed.patch jbd2-remove-t_checkpoint_io_list.patch jbd2-remove-journal_clean_one_cp_list.patch jbd2-fix-a-race-when-checking-checkpoint-buffer-busy.patch