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
| ||
|
Message-ID: <20200601063150.GB11054@sol.localdomain> Date: Sun, 31 May 2020 23:31:50 -0700 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>, Jaegeuk Kim <jaegeuk@...nel.org> Subject: [GIT PULL] fsverity updates for 5.8 The following changes since commit 2ef96a5bb12be62ef75b5828c0aab838ebb29cb8: Linux 5.7-rc5 (2020-05-10 15:16:58 -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 9cd6b593cfc9eaa476c9a3fa768b08bca73213d0: fs-verity: remove unnecessary extern keywords (2020-05-12 16:44:00 -0700) ---------------------------------------------------------------- Fix kerneldoc warnings and some coding style inconsistencies. This mirrors the similar cleanups being done in fs/crypto/. ---------------------------------------------------------------- Eric Biggers (2): fs-verity: fix all kerneldoc warnings fs-verity: remove unnecessary extern keywords fs/verity/enable.c | 2 ++ fs/verity/fsverity_private.h | 4 ++-- fs/verity/measure.c | 2 ++ fs/verity/open.c | 1 + fs/verity/signature.c | 3 +++ fs/verity/verify.c | 3 +++ include/linux/fsverity.h | 19 +++++++++++-------- 7 files changed, 24 insertions(+), 10 deletions(-)
Powered by blists - more mailing lists