mbox series

[GIT,PULL] fsverity updates for 5.9

Message ID 20200803070730.GB24480@sol.localdomain (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] fsverity updates for 5.9 | expand

Pull-request

https://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git tags/fsverity-for-linus

Message

Eric Biggers Aug. 3, 2020, 7:07 a.m. UTC
The following changes since commit ba47d845d715a010f7b51f6f89bae32845e6acb7:

  Linux 5.8-rc6 (2020-07-19 15:41:18 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git tags/fsverity-for-linus

for you to fetch changes up to f3db0bed458314a835ccef5ccb130270c5b2cf04:

  fs-verity: use smp_load_acquire() for ->i_verity_info (2020-07-21 16:02:41 -0700)

----------------------------------------------------------------

One fix for fs/verity/ to strengthen a memory barrier which might be too
weak.  This mirrors a similar fix in fs/crypto/.

----------------------------------------------------------------
Eric Biggers (1):
      fs-verity: use smp_load_acquire() for ->i_verity_info

 fs/verity/open.c         | 15 ++++++++++++---
 include/linux/fsverity.h |  9 +++++++--
 2 files changed, 19 insertions(+), 5 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 3, 2020, 5:55 p.m. UTC | #1
The pull request you sent on Mon, 3 Aug 2020 00:07:30 -0700:

> https://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git tags/fsverity-for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5577416c39652d395a6045677f4f598564aba1cf

Thank you!