lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 24 Nov 2019 20:45:03 -0800
From:   Eric Biggers <ebiggers@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-fscrypt@...r.kernel.org, linux-ext4@...r.kernel.org,
        linux-f2fs-devel@...ts.sourceforge.net,
        linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
        Theodore Ts'o <tytso@....edu>
Subject: [GIT PULL] fsverity updates for 5.5

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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ