Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 13 Dec 2022 04:06:35 +0000 (20:06 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 13 Dec 2022 04:06:35 +0000 (20:06 -0800)
commitad0d9da164cb52e62637e427517b2060dc956a2d
tree38883fca586da266024357ae86f296b5478b13a4
parent8129bac60f30936d2339535841db5b66d0520a67
parenta4bbf53d88c728da9ff6c316b1e4ded63a8f3940
Merge tag 'fsverity-for-linus' of git://git./fs/fscrypt/fscrypt

Pull fsverity updates from Eric Biggers:
 "The main change this cycle is to stop using the PG_error flag to track
  verity failures, and instead just track failures at the bio level.
  This follows a similar fscrypt change that went into 6.1, and it is a
  step towards freeing up PG_error for other uses.

  There's also one other small cleanup"

* tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt:
  fsverity: simplify fsverity_get_digest()
  fsverity: stop using PG_error to track error status
fs/ext4/readpage.c