Skip to content

Commit

Permalink
nilfs2-kmod7 v1.2.12 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 f259e3c commit d345a2a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
nilfs2-kmod7-1.2.12 Sat Dec 9, 2023 JST

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

nilfs2-kmod7-1.2.11 Sun Sep 3, 2023 JST

* backport fixes for general protection fault and kernel warning
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-kmod7-1.2.11");
MODULE_VERSION("nilfs2-kmod7-1.2.12");

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

0 comments on commit d345a2a

Please sign in to comment.