Skip to content

Commit

Permalink
nilfs2-kmod7 v1.2.10 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 24, 2023
1 parent 69b8f2f commit e9f8999
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
nilfs2-kmod7-1.2.10 Sat Jun 24, 2023 JST

* backport fixes for general protection faults on corrupted disk images
and buffer corruption issues caused by concurrent device reads:
- nilfs2: prevent general protection fault in
nilfs_clear_dirty_page()
- nilfs2: fix buffer corruption due to concurrent device reads

nilfs2-kmod7-1.2.9 Wed Jun 14, 2023 JST

* backport recent fixes for various issues reported by syzbot:
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.9");
MODULE_VERSION("nilfs2-kmod7-1.2.10");

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

0 comments on commit e9f8999

Please sign in to comment.