File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 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+
115nilfs2-kmod7-1.2.8 Sun May 7, 2023 JST
216
317 * 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.");
5454MODULE_DESCRIPTION ("A New Implementation of the Log-structured Filesystem "
5555 "(NILFS)" );
5656MODULE_LICENSE ("GPL" );
57- MODULE_VERSION ("nilfs2-kmod7-1.2.8 " );
57+ MODULE_VERSION ("nilfs2-kmod7-1.2.9 " );
5858
5959static struct kmem_cache * nilfs_inode_cachep ;
6060struct kmem_cache * nilfs_transaction_cachep ;
You can’t perform that action at this time.
0 commit comments