Skip to content

Commit d4619f3

Browse files
committed
nilfs2-kmod7 v1.2.15 release
Signed-off-by: Ryusuke Konishi <[email protected]>
1 parent 4d16c38 commit d4619f3

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

ChangeLog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
nilfs2-kmod7-1.2.15 Mon May 27, 2024 JST
2+
3+
* backport fixes for a few issues with the log writer, including
4+
potential use-after-free and hang issues on unmount, and potential
5+
sync operation freezes:
6+
- nilfs2: fix use-after-free of timer for log writer thread
7+
- nilfs2: fix unexpected freezing of nilfs_segctor_sync()
8+
- nilfs2: fix potential hang in nilfs_detach_log_writer()
9+
* backport fixes for potential issues with finishing block writes in
10+
rollforward recovery on mount:
11+
- nilfs2: make block erasure safe in nilfs_finish_roll_forward()
12+
- nilfs2: convert BUG_ON() in nilfs_finish_roll_forward() to
13+
WARN_ON()
14+
* backport a fix for one potential array out-of-bounds access issue
15+
around the directory code:
16+
- nilfs2: fix OOB in nilfs_set_de_type
17+
* backport one environment-dependent build warning fix:
18+
- nilfs2: fix out-of-range warning
19+
120
nilfs2-kmod7-1.2.14 Sat Mar 16, 2024 JST
221

322
* backport fixes for potential issues that could cause a buffer I/O

fs/nilfs2/super.c

Lines changed: 1 addition & 1 deletion
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.14");
57+
MODULE_VERSION("nilfs2-kmod7-1.2.15");
5858

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

0 commit comments

Comments
 (0)