* [GIT PULL] fsverity fixes for v7.0-rc1
@ 2026-02-22 20:38 ` Eric Biggers via Linux-f2fs-devel
0 siblings, 0 replies; 4+ messages in thread
From: Eric Biggers @ 2026-02-22 20:38 UTC (permalink / raw)
To: Linus Torvalds
Cc: fsverity, linux-fsdevel, linux-f2fs-devel, linux-kernel,
Theodore Ts'o
The following changes since commit 64275e9fda3702bfb5ab3b95f7c2b9b414667164:
Merge tag 'loongarch-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson (2026-02-14 12:47:15 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/fs/fsverity/linux.git tags/fsverity-for-linus
for you to fetch changes up to 693680b9add63dbebb2505a553ff52f8c706c8c0:
fsverity: fix build error by adding fsverity_readahead() stub (2026-02-17 23:11:40 -0800)
----------------------------------------------------------------
- Fix a build error on parisc
- Remove the non-large-folio-aware function fsverity_verify_page()
----------------------------------------------------------------
Eric Biggers (4):
f2fs: remove unnecessary ClearPageUptodate in f2fs_verify_cluster()
f2fs: make f2fs_verify_cluster() partially large-folio-aware
fsverity: remove fsverity_verify_page()
fsverity: fix build error by adding fsverity_readahead() stub
fs/f2fs/compress.c | 11 +++++------
fs/verity/verify.c | 4 ++--
include/linux/fsverity.h | 15 +++++++--------
3 files changed, 14 insertions(+), 16 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [f2fs-dev] [GIT PULL] fsverity fixes for v7.0-rc1
@ 2026-02-22 20:38 ` Eric Biggers via Linux-f2fs-devel
0 siblings, 0 replies; 4+ messages in thread
From: Eric Biggers via Linux-f2fs-devel @ 2026-02-22 20:38 UTC (permalink / raw)
To: Linus Torvalds
Cc: fsverity, linux-fsdevel, Theodore Ts'o, linux-kernel,
linux-f2fs-devel
The following changes since commit 64275e9fda3702bfb5ab3b95f7c2b9b414667164:
Merge tag 'loongarch-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson (2026-02-14 12:47:15 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/fs/fsverity/linux.git tags/fsverity-for-linus
for you to fetch changes up to 693680b9add63dbebb2505a553ff52f8c706c8c0:
fsverity: fix build error by adding fsverity_readahead() stub (2026-02-17 23:11:40 -0800)
----------------------------------------------------------------
- Fix a build error on parisc
- Remove the non-large-folio-aware function fsverity_verify_page()
----------------------------------------------------------------
Eric Biggers (4):
f2fs: remove unnecessary ClearPageUptodate in f2fs_verify_cluster()
f2fs: make f2fs_verify_cluster() partially large-folio-aware
fsverity: remove fsverity_verify_page()
fsverity: fix build error by adding fsverity_readahead() stub
fs/f2fs/compress.c | 11 +++++------
fs/verity/verify.c | 4 ++--
include/linux/fsverity.h | 15 +++++++--------
3 files changed, 14 insertions(+), 16 deletions(-)
_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [f2fs-dev] [GIT PULL] fsverity fixes for v7.0-rc1
2026-02-22 20:38 ` [f2fs-dev] " Eric Biggers via Linux-f2fs-devel
@ 2026-02-22 21:19 ` pr-tracker-bot--- via Linux-f2fs-devel
-1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2026-02-22 21:19 UTC (permalink / raw)
To: Eric Biggers via Linux-f2fs-devel
Cc: Linus Torvalds, fsverity, linux-fsdevel, Theodore Ts'o,
linux-kernel, linux-f2fs-devel
The pull request you sent on Sun, 22 Feb 2026 12:38:43 -0800:
> https://git.kernel.org/pub/scm/fs/fsverity/linux.git tags/fsverity-for-linus
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/fbf33803618ad4f531f78fe15cf328fe6c7f9978
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [f2fs-dev] [GIT PULL] fsverity fixes for v7.0-rc1
@ 2026-02-22 21:19 ` pr-tracker-bot--- via Linux-f2fs-devel
0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot--- via Linux-f2fs-devel @ 2026-02-22 21:19 UTC (permalink / raw)
To: Eric Biggers via Linux-f2fs-devel
Cc: fsverity, Theodore Ts'o, linux-kernel, linux-f2fs-devel,
linux-fsdevel, Linus Torvalds
The pull request you sent on Sun, 22 Feb 2026 12:38:43 -0800:
> https://git.kernel.org/pub/scm/fs/fsverity/linux.git tags/fsverity-for-linus
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/fbf33803618ad4f531f78fe15cf328fe6c7f9978
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-02-22 21:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-22 20:38 [GIT PULL] fsverity fixes for v7.0-rc1 Eric Biggers
2026-02-22 20:38 ` [f2fs-dev] " Eric Biggers via Linux-f2fs-devel
2026-02-22 21:19 ` pr-tracker-bot
2026-02-22 21:19 ` pr-tracker-bot--- via Linux-f2fs-devel
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.