]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge patch series "fscache/cachefiles: Some bugfixes"
authorChristian Brauner <brauner@kernel.org>
Mon, 11 Nov 2024 11:31:42 +0000 (12:31 +0100)
committerChristian Brauner <brauner@kernel.org>
Mon, 11 Nov 2024 13:39:39 +0000 (14:39 +0100)
Zizhi Wo <wozizhi@huawei.com> says:

This patchset mainly includes 5 fix patches about fscache/cachefiles.
The first patch fixes an issue with the incorrect return length, and the
fourth patch addresses a null pointer dereference issue with file.

* patches from https://lore.kernel.org/r/20241107110649.3980193-1-wozizhi@huawei.com:
  netfs/fscache: Add a memory barrier for FSCACHE_VOLUME_CREATING
  cachefiles: Fix NULL pointer dereference in object->file
  cachefiles: Clean up in cachefiles_commit_tmpfile()
  cachefiles: Fix missing pos updates in cachefiles_ondemand_fd_write_iter()
  cachefiles: Fix incorrect length return value in cachefiles_ondemand_fd_write_iter()

Link: https://lore.kernel.org/r/20241107110649.3980193-1-wozizhi@huawei.com
Signed-off-by: Christian Brauner <brauner@kernel.org>

Trivial merge