mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* + mm-add-folio_zero_tail-and-use-it-in-ext4-fix.patch added to mm-unstable branch
@ 2023-11-09 22:40 Andrew Morton
  0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2023-11-09 22:40 UTC (permalink / raw)
  To: mm-commits, willy, tytso, djwong, agruenba, adilger.kernel, akpm, akpm


The patch titled
     Subject: mm-add-folio_zero_tail-and-use-it-in-ext4-fix
has been added to the -mm mm-unstable branch.  Its filename is
     mm-add-folio_zero_tail-and-use-it-in-ext4-fix.patch

This patch will shortly appear at
     https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-add-folio_zero_tail-and-use-it-in-ext4-fix.patch

This patch will later appear in the mm-unstable branch at
    git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/process/submit-checklist.rst when testing your code ***

The -mm tree is included into linux-next via the mm-everything
branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
and is updated there every 2-3 working days

------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: mm-add-folio_zero_tail-and-use-it-in-ext4-fix
Date: Thu Nov  9 02:39:20 PM PST 2023

fix kerneldoc argument ordering

Cc: Andreas Dilger <adilger.kernel@dilger.ca>
Cc: Andreas Gruenbacher <agruenba@redhat.com>
Cc: Darrick J. Wong <djwong@kernel.org>
Cc: "Matthew Wilcox (Oracle)" <willy@infradead.org>
Cc: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/linux/highmem.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/include/linux/highmem.h~mm-add-folio_zero_tail-and-use-it-in-ext4-fix
+++ a/include/linux/highmem.h
@@ -486,8 +486,8 @@ static inline void memcpy_to_folio(struc
 /**
  * folio_zero_tail - Zero the tail of a folio.
  * @folio: The folio to zero.
- * @kaddr: The address the folio is currently mapped to.
  * @offset: The byte offset in the folio to start zeroing at.
+ * @kaddr: The address the folio is currently mapped to.
  *
  * If you have already used kmap_local_folio() to map a folio, written
  * some data to it and now need to zero the end of the folio (and flush
_

Patches currently in -mm which might be from akpm@linux-foundation.org are

mm-fix-for-negative-counter-nr_file_hugepages-fix.patch
mm-shmem-fix-race-in-shmem_undo_range-w-thp-fix.patch
mm-add-folio_zero_tail-and-use-it-in-ext4-fix.patch
kernel-reboot-explicitly-notify-if-halt-occurred-instead-of-power-off-fix.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-11-09 22:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-09 22:40 + mm-add-folio_zero_tail-and-use-it-in-ext4-fix.patch added to mm-unstable branch Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).