mbox series

[GIT,PULL] fsverity updates for 6.15

Message ID 20250323222011.GB9584@sol.localdomain (mailing list archive)
State New
Headers show
Series [GIT,PULL] fsverity updates for 6.15 | expand

Pull-request

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

Message

Eric Biggers March 23, 2025, 10:20 p.m. UTC
The following changes since commit 0ad2507d5d93f39619fc42372c347d6006b64319:

  Linux 6.14-rc3 (2025-02-16 14:02:44 -0800)

are available in the Git repository at:

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

for you to fetch changes up to a19bcde49998aac0a4ff99e9a84339adecffbfcb:

  Revert "fsverity: relax build time dependency on CRYPTO_SHA256" (2025-02-17 11:34:15 -0800)

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

A fix for an issue where CONFIG_FS_VERITY could be enabled without some
of its dependencies, and a small documentation update.

----------------------------------------------------------------
Allison Karlitskaya (1):
      Documentation: add a usecase for FS_IOC_READ_VERITY_METADATA

Eric Biggers (1):
      Revert "fsverity: relax build time dependency on CRYPTO_SHA256"

 Documentation/filesystems/fsverity.rst | 16 +++++++++++-----
 fs/verity/Kconfig                      |  8 ++------
 2 files changed, 13 insertions(+), 11 deletions(-)

Comments

pr-tracker-bot@kernel.org March 26, 2025, 2:05 a.m. UTC | #1
The pull request you sent on Sun, 23 Mar 2025 15:20:11 -0700:

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

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

Thank you!