From: Al Viro <viro@zeniv.linux.org.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-fsdevel@vger.kernel.org
Subject: [git pull] ufs regression fix
Date: Fri, 4 Oct 2024 00:59:12 +0100 [thread overview]
Message-ID: <20241003235912.GN4017910@ZenIV> (raw)
"folio_release_kmap(dir_folio, new_dir)" in ufs_rename() part of
folio conversion should've been getting a pointer to ufs directory entry
within the page, rather than a pointer to directory struct inode...
The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:
Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-fixes.ufs
for you to fetch changes up to 0d0b8646a66de7f3bf345106f2034a2268799d67:
ufs_rename(): fix bogus argument of folio_release_kmap() (2024-10-02 00:05:09 -0400)
----------------------------------------------------------------
fix ufs_rename() braino introduced this cycle
----------------------------------------------------------------
Al Viro (1):
ufs_rename(): fix bogus argument of folio_release_kmap()
fs/ufs/namei.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
next reply other threads:[~2024-10-03 23:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-03 23:59 Al Viro [this message]
2024-10-04 0:22 ` [git pull] ufs regression fix pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2025-07-23 15:48 Al Viro
2025-07-23 16:01 ` pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241003235912.GN4017910@ZenIV \
--to=viro@zeniv.linux.org.uk \
--cc=linux-fsdevel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.