diff --git a/ChangeLog b/ChangeLog index b8d2f68..30eab55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +nilfs2-kmod9-1.12 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-kmod9-1.11 Thu Jun 15, 2023 JST * backport recent fixes for various issues reported by syzbot: diff --git a/fs/nilfs2/super.c b/fs/nilfs2/super.c index a50910d..42d6b40 100644 --- a/fs/nilfs2/super.c +++ b/fs/nilfs2/super.c @@ -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.11"); +MODULE_VERSION("nilfs2-kmod9-1.12"); static struct kmem_cache *nilfs_inode_cachep; struct kmem_cache *nilfs_transaction_cachep;