File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
9
nilfs2-kmod7-1.2.9 Wed Jun 14, 2023 JST
2
10
3
11
* backport recent fixes for various issues reported by syzbot:
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ MODULE_AUTHOR("NTT Corp.");
54
54
MODULE_DESCRIPTION ("A New Implementation of the Log-structured Filesystem "
55
55
"(NILFS)" );
56
56
MODULE_LICENSE ("GPL" );
57
- MODULE_VERSION ("nilfs2-kmod7-1.2.9 " );
57
+ MODULE_VERSION ("nilfs2-kmod7-1.2.10 " );
58
58
59
59
static struct kmem_cache * nilfs_inode_cachep ;
60
60
struct kmem_cache * nilfs_transaction_cachep ;
You can’t perform that action at this time.
0 commit comments