Skip to content

Commit

Permalink
nilfs2-kmod9 v1.11 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ryusuke Konishi <[email protected]>
  • Loading branch information
konis committed Jun 14, 2023
1 parent 8a0105a commit d0f5dae
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-kmod9-1.11 Thu Jun 15, 2023 JST

* backport recent fixes for various issues reported by syzbot:
- nilfs2: fix use-after-free bug of nilfs_root in nilfs_evict_inode()
- nilfs2: reject devices with insufficient block count
- nilfs2: fix possible out-of-bounds segment allocation in resize
ioctl
- nilfs2: fix incomplete buffer cleanup in
nilfs_btnode_abort_change_key()
* add an inline function compatibility definition for maintenance:
- Allow to use sb_bdev_nr_blocks()

nilfs2-kmod9-1.10 Sun May 7, 2023 JST

* backport fixes for kernel hangs with corrupted disk images and
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.10");
MODULE_VERSION("nilfs2-kmod9-1.11");

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

0 comments on commit d0f5dae

Please sign in to comment.