Skip to content

nilfs2-kmod8 1.15

Compare
Choose a tag to compare
@konis konis released this 27 May 05:29
· 41 commits to master since this release
v1.15
  • Backport fixes for a few issues with the log writer, including potential use-after-free and hang issues on unmount, and potential sync operation freezes:
    • fix use-after-free of timer for log writer thread
    • fix unexpected freezing of nilfs_segctor_sync()
    • fix potential hang in nilfs_detach_log_writer()
  • Backport fixes for potential issues with finishing block writes in rollforward recovery on mount:
    • make block erasure safe in nilfs_finish_roll_forward()
    • convert BUG_ON() in nilfs_finish_roll_forward() to WARN_ON()
  • Backport a fix for one potential array out-of-bounds access issue around the directory code:
    • fix OOB in nilfs_set_de_type
  • Backport one environment-dependent build warning fix:
    • fix out-of-range warning