Skip to content

Commit bab772a

Browse files
committed
nilfs2-kmod7 v1.2.9 release
Signed-off-by: Ryusuke Konishi <[email protected]>
1 parent bb6f270 commit bab772a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

ChangeLog

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
115
nilfs2-kmod7-1.2.8 Sun May 7, 2023 JST
216

317
* backport fixes for kernel hangs and writes even after read-only

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.8");
57+
MODULE_VERSION("nilfs2-kmod7-1.2.9");
5858

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

0 commit comments

Comments
 (0)