[merged mm-nonmm-stable] raid6-enable-lock-context-analysis.patch removed from -mm tree

Andrew Morton <[email protected]> Mon, 03 Aug 2026 21:05:35 -0700
Newsgroups org.kernel.vger.mm-commits
Message-ID <[email protected]>
The quilt patch titled
     Subject: raid6: enable lock context analysis
has been removed from the -mm tree.  Its filename was
     raid6-enable-lock-context-analysis.patch

This patch was dropped because it was merged into the mm-nonmm-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm

------------------------------------------------------
From: Christoph Hellwig <[email protected]>
Subject: raid6: enable lock context analysis
Date: Wed, 15 Jul 2026 16:47:36 +0200

The code doesn't have any locking, so this is trivial.

Link: https://lore.kernel.org/[email protected]
Signed-off-by: Christoph Hellwig <[email protected]>
Cc: Eric Biggers <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
---

 lib/raid/raid6/Makefile |    2 ++
 1 file changed, 2 insertions(+)

--- a/lib/raid/raid6/Makefile~raid6-enable-lock-context-analysis
+++ a/lib/raid/raid6/Makefile
@@ -1,5 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0
 
+CONTEXT_ANALYSIS := y
+
 ccflags-y			+= -I $(src)
 
 ifeq ($(CONFIG_RAID6_PQ_ARCH),y)
_

Patches currently in -mm which might be from [email protected] are

mm-remove-wb_writeout_inc.patch
shmem-provide-a-shmem_write_folio-wrapper.patch
mm-swap-introduce-struct-swap_io_ctx.patch
mm-swap-also-use-struct-swap_iocb-for-block-i-o.patch
mm-swap-remove-count_swpout_vm_event.patch
mm-swap-use-swap_ops-to-register-swap-devices-methods.patch
mm-swap-remove-swp_fs_ops.patch
mm-vmstat-add-nrswpinout-counters.patch