[merged mm-stable] docs-mm-fix-braces.patch removed from -mm tree
Andrew Morton <[email protected]>
| Newsgroups | org.kernel.vger.mm-commits |
|---|---|
| Message-ID | <[email protected]> |
The quilt patch titled
Subject: docs/mm: fix braces
has been removed from the -mm tree. Its filename was
docs-mm-fix-braces.patch
This patch was dropped because it was merged into the mm-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
------------------------------------------------------
From: Manuel Ebner <[email protected]>
Subject: docs/mm: fix braces
Date: Mon, 29 Jun 2026 18:11:56 +0200
Correct typos in mm documentation by balancing parentheses.
Link: https://lore.kernel.org/[email protected]
Signed-off-by: Manuel Ebner <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Reviewed-by: Lorenzo Stoakes <[email protected]>
Acked-by: David Hildenbrand (Arm) <[email protected]>
Reviewed-by: Vishal Moola <[email protected]>
Reviewed-by: SJ Park <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
---
Documentation/mm/hmm.rst | 2 +-
Documentation/mm/process_addrs.rst | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--- a/Documentation/mm/hmm.rst~docs-mm-fix-braces
+++ a/Documentation/mm/hmm.rst
@@ -349,7 +349,7 @@ between device driver specific code and
system memory and device private memory.
One of the first steps migrate_vma_setup() does is to invalidate other
- device's MMUs with the ``mmu_notifier_invalidate_range_start(()`` and
+ device's MMUs with the ``mmu_notifier_invalidate_range_start()`` and
``mmu_notifier_invalidate_range_end()`` calls around the page table
walks to fill in the ``args->src`` array with PFNs to be migrated.
The ``invalidate_range_start()`` callback is passed a
--- a/Documentation/mm/process_addrs.rst~docs-mm-fix-braces
+++ a/Documentation/mm/process_addrs.rst
@@ -724,7 +724,7 @@ the zap and the invocation of :c:func:`!
Since it is assumed that all such steps have been taken, page table entries are
cleared without page table locks (in the :c:func:`!pgd_clear`, :c:func:`!p4d_clear`,
-:c:func:`!pud_clear`, and :c:func:`!pmd_clear` functions.
+:c:func:`!pud_clear`, and :c:func:`!pmd_clear` functions).
.. note:: It is possible for leaf page tables to be torn down independent of
the page tables above it as is done by
_
Patches currently in -mm which might be from [email protected] are