The quilt patch titled Subject: mm-highmem-add-notes-about-conversions-from-kmap_atomic-v3 has been removed from the -mm tree. Its filename was mm-highmem-add-notes-about-conversions-from-kmap_atomic-v3.patch This patch was dropped because it was folded into mm-highmem-add-notes-about-conversions-from-kmap_atomic.patch ------------------------------------------------------ From: "Fabio M. De Francesco" <fmdefrancesco@xxxxxxxxx> Subject: mm-highmem-add-notes-about-conversions-from-kmap_atomic-v3 Date: Thu, 19 Jan 2023 13:39:45 +0100 merge two sentences into one, per Bagas Link: https://lkml.kernel.org/r/20230119123945.10471-1-fmdefrancesco@xxxxxxxxx Signed-off-by: Fabio M. De Francesco <fmdefrancesco@xxxxxxxxx> Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- --- a/Documentation/mm/highmem.rst~mm-highmem-add-notes-about-conversions-from-kmap_atomic-v3 +++ a/Documentation/mm/highmem.rst @@ -57,8 +57,8 @@ list shows them in order of preference o It can be invoked from any context (including interrupts) but the mappings can only be used in the context which acquired them. - This function should always be used. kmap_atomic() and kmap() have been - deprecated. + This function should always be used, whereas kmap_atomic() and kmap() have + been deprecated. These mappings are thread-local and CPU-local, meaning that the mapping can only be accessed from within this thread and the thread is bound to the _ Patches currently in -mm which might be from fmdefrancesco@xxxxxxxxx are mm-highmem-add-notes-about-conversions-from-kmap_atomic.patch