Skip to content

Commit

Permalink
nilfs2-kmod9 v1.23 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ryusuke Konishi <[email protected]>
  • Loading branch information
konis committed Jul 5, 2024
1 parent e06236e commit e6c8390
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
nilfs2-kmod9-1.23 Fri Jul 5, 2024 JST

* backport a fix for use-after-free of metadata file inodes that could
cause kernel bugs when directory entries were corrupted:
- nilfs2: add missing check for inode numbers on directory entries
* backport fixes for a couple of flaws that could cause problems if
the starting number of non-reserved inodes was intentionally (or
corruptly) changed from its default value:
- nilfs2: fix inode number range checks
- nilfs2: fix incorrect inode allocation from reserved inodes

nilfs2-kmod9-1.22 Sun Jun 9, 2024 JST

* backport fixes for a kernel bug that could occur when overwriting
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.22");
MODULE_VERSION("nilfs2-kmod9-1.23");

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

0 comments on commit e6c8390

Please sign in to comment.