Skip to content

Commit

Permalink
nilfs2-kmod10 v1.1 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 ea4c9f5 commit d103572
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
nilfs2-kmod10-1.1 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

nilfs2-kmod10-1.0 Tue Aug 20, 2024 JST

* add kern_feature.h header file
Expand Down
2 changes: 1 addition & 1 deletion fs/nilfs2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ MODULE_AUTHOR("NTT Corp.");
MODULE_DESCRIPTION("A New Implementation of the Log-structured Filesystem "
"(NILFS)");
MODULE_LICENSE("GPL");
MODULE_VERSION("nilfs2-kmod10-1.0");
MODULE_VERSION("nilfs2-kmod10-1.1");

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

0 comments on commit d103572

Please sign in to comment.