Skip to content

Commit e9f8999

Browse files
committed
nilfs2-kmod7 v1.2.10 release
Signed-off-by: Ryusuke Konishi <[email protected]>
1 parent 69b8f2f commit e9f8999

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ChangeLog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
nilfs2-kmod7-1.2.10 Sat Jun 24, 2023 JST
2+
3+
* backport fixes for general protection faults on corrupted disk images
4+
and buffer corruption issues caused by concurrent device reads:
5+
- nilfs2: prevent general protection fault in
6+
nilfs_clear_dirty_page()
7+
- nilfs2: fix buffer corruption due to concurrent device reads
8+
19
nilfs2-kmod7-1.2.9 Wed Jun 14, 2023 JST
210

311
* backport recent fixes for various issues reported by syzbot:

fs/nilfs2/super.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ MODULE_AUTHOR("NTT Corp.");
5454
MODULE_DESCRIPTION("A New Implementation of the Log-structured Filesystem "
5555
"(NILFS)");
5656
MODULE_LICENSE("GPL");
57-
MODULE_VERSION("nilfs2-kmod7-1.2.9");
57+
MODULE_VERSION("nilfs2-kmod7-1.2.10");
5858

5959
static struct kmem_cache *nilfs_inode_cachep;
6060
struct kmem_cache *nilfs_transaction_cachep;

0 commit comments

Comments
 (0)