Skip to content

Commit

Permalink
nilfs2-kmod9 v1.25 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ryusuke Konishi <[email protected]>
  • Loading branch information
konis committed Sep 5, 2024
1 parent 3925c61 commit 8b65114
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
nilfs2-kmod9-1.25 Thu Sep 5, 2024 JST

* backport upstream bug fixes for issues such as memory access
violations or invalid pointer dereferencing due to missing exclusive
controls in the sysfs interface, a use-after-free bug in an error
path of recovery during mount, and hangs and metadata block loss
due to insufficient cleanup after log writer errors:
- nilfs2: fix state management in error path of log writing function
- nilfs2: fix missing cleanup on rollforward recovery error
- nilfs2: protect references to superblock parameters exposed in
sysfs
* backport bug fixes for a kernel bug in b-tree node block creation
that can occur when the disk address translation table is corrupted,
and potential synchronization operation malfunctions due to an
environment-dependent flaw in a sequence counter comparision macro:
- nilfs2: handle inconsistent state in nilfs_btnode_create_block()
- nilfs2: avoid undefined behavior in nilfs_cnt32_ge macro

nilfs2-kmod9-1.24 Thu Jul 11, 2024 JST

* backport a fix for a kernel bug that could occur when moving/renaming
Expand Down
2 changes: 1 addition & 1 deletion fs/nilfs2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ MODULE_AUTHOR("NTT Corp.");
MODULE_DESCRIPTION("A New Implementation of the Log-structured Filesystem "
"(NILFS)");
MODULE_LICENSE("GPL");
MODULE_VERSION("nilfs2-kmod9-1.24");
MODULE_VERSION("nilfs2-kmod9-1.25");

static struct kmem_cache *nilfs_inode_cachep;
struct kmem_cache *nilfs_transaction_cachep;
Expand Down

0 comments on commit 8b65114

Please sign in to comment.