Skip to content

Commit

Permalink
nilfs2-kmod10 v2.5 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ryusuke Konishi <[email protected]>
  • Loading branch information
konis committed Dec 23, 2024
1 parent 4ba82c6 commit b3bad4d
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-kmod10-2.5 Mon Dec 23, 2024 JST

* backport a fix for buffer head leaks that progress in GC:
- nilfs2: fix buffer head leaks in calls to truncate_inode_pages()

* backport fixes for potential issues such as out-of-page memory access
and link counter underflow that can occur on corrupted file systems:
- nilfs2: prevent use of deleted inode
- nilfs2: fix potential out-of-bounds memory access in
nilfs_find_entry()

nilfs2-kmod10-2.4 Thu Nov 14, 2024 JST

* backport fixes for null pointer dereference bugs that occur when
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-2.4");
MODULE_VERSION("nilfs2-kmod10-2.5");

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

0 comments on commit b3bad4d

Please sign in to comment.