mbox series

[GIT,PULL] fsverity updates for 5.5

Message ID 20191125044503.GB9817@sol.localdomain (mailing list archive)
State Accepted
Headers show
Series [GIT,PULL] fsverity updates for 5.5 | expand

Pull-request

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

Message

Eric Biggers Nov. 25, 2019, 4:45 a.m. UTC
The following changes since commit 31f4f5b495a62c9a8b15b1c3581acd5efeb9af8c:

  Linux 5.4-rc7 (2019-11-10 16:17:15 -0800)

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 73f0ec02d670a61afcef49bc0a74d42e324276ea:

  docs: fs-verity: mention statx() support (2019-11-13 12:15:34 -0800)

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

Expose the fs-verity bit through statx().

----------------------------------------------------------------
Eric Biggers (5):
      docs: fs-verity: document first supported kernel version
      statx: define STATX_ATTR_VERITY
      ext4: support STATX_ATTR_VERITY
      f2fs: support STATX_ATTR_VERITY
      docs: fs-verity: mention statx() support

 Documentation/filesystems/fsverity.rst | 12 ++++++++++--
 fs/ext4/inode.c                        |  5 ++++-
 fs/f2fs/file.c                         |  5 ++++-
 include/linux/stat.h                   |  3 ++-
 include/uapi/linux/stat.h              |  2 +-
 5 files changed, 21 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 25, 2019, 10:45 p.m. UTC | #1
The pull request you sent on Sun, 24 Nov 2019 20:45:03 -0800:

> 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/1c1ff4836fdab94c7c15b23be57bf64c1e56a36f

Thank you!