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)
commita4b2923376be062a243ac38762212a38485cfab1
tree428c625aa1057da5def490483792064d73c5caad
parent9b8e8091c86391333d217e837883a729b9cebac7
parent22f9400a6f3560629478e0a64247b8fcc811a24d
Merge patch series "fscache/cachefiles: Some bugfixes"

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>