Skip to content

Commit

Permalink
nilfs2-kmod7 v1.2.11 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ryusuke Konishi <[email protected]>
  • Loading branch information
konis committed Sep 3, 2023
1 parent 09f8d23 commit 553a91c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
nilfs2-kmod7-1.2.11 Sun Sep 3, 2023 JST

* backport fixes for general protection fault and kernel warning
issues reported by syzbot:
- nilfs2: fix general protection fault in
nilfs_lookup_dirty_data_buffers()
- nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer
reuse

nilfs2-kmod7-1.2.10 Sat Jun 24, 2023 JST

* backport fixes for general protection faults on corrupted disk images
Expand Down
2 changes: 1 addition & 1 deletion fs/nilfs2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ MODULE_AUTHOR("NTT Corp.");
MODULE_DESCRIPTION("A New Implementation of the Log-structured Filesystem "
"(NILFS)");
MODULE_LICENSE("GPL");
MODULE_VERSION("nilfs2-kmod7-1.2.10");
MODULE_VERSION("nilfs2-kmod7-1.2.11");

static struct kmem_cache *nilfs_inode_cachep;
struct kmem_cache *nilfs_transaction_cachep;
Expand Down

0 comments on commit 553a91c

Please sign in to comment.