Skip to content

Commit

Permalink
nilfs2-kmod9 v1.16 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 9, 2023
1 parent 03d8c45 commit 0d90126
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
nilfs2-kmod9-1.16 Sun Dec 10, 2023 JST

* backport fixes for problems including memory access violations due to
lack of block size error handling and for a bug reported by syzbot:
- nilfs2: fix missing error check for sb_set_blocksize call
- nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage()

nilfs2-kmod9-1.15 Tue Nov 7, 2023 JST

* fix a build issue on newer RHEL 9 kernels (RHEL_RELEASE >= 381):
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-kmod9-1.15");
MODULE_VERSION("nilfs2-kmod9-1.16");

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

0 comments on commit 0d90126

Please sign in to comment.