File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ nilfs2-kmod7-1.2.9 Wed Jun 14, 2023 JST
2
+
3
+ * backport recent fixes for various issues reported by syzbot:
4
+ - nilfs2: fix use-after-free bug of nilfs_root in nilfs_evict_inode()
5
+ - nilfs2: reject devices with insufficient block count
6
+ - nilfs2: fix possible out-of-bounds segment allocation in resize
7
+ ioctl
8
+ - nilfs2: fix incomplete buffer cleanup in
9
+ nilfs_btnode_abort_change_key()
10
+ * add some new macro and inline function compatibility definitions for
11
+ maintenance:
12
+ - Allow to use U64_MAX and similar definitions
13
+ - Allow to use bdev_nr_bytes() and sb_bdev_nr_blocks()
14
+
1
15
nilfs2-kmod7-1.2.8 Sun May 7, 2023 JST
2
16
3
17
* backport fixes for kernel hangs and writes even after read-only
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.8 " );
57
+ MODULE_VERSION ("nilfs2-kmod7-1.2.9 " );
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