mbox series

[GIT,PULL] fscrypt fix for 5.10-rc4

Message ID 20201109231151.GB853@sol.localdomain (mailing list archive)
State Accepted
Headers show
Series [GIT,PULL] fscrypt fix for 5.10-rc4 | expand

Pull-request

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

Message

Eric Biggers Nov. 9, 2020, 11:11 p.m. UTC
The following changes since commit 3cea11cd5e3b00d91caf0b4730194039b45c5891:

  Linux 5.10-rc2 (2020-11-01 14:43:51 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 92cfcd030e4b1de11a6b1edb0840e55c26332d31:

  fscrypt: remove reachable WARN in fscrypt_setup_iv_ino_lblk_32_key() (2020-11-06 09:48:55 -0800)

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

Fix a regression where a new WARN_ON() was reachable when using
FSCRYPT_POLICY_FLAG_IV_INO_LBLK_32 on ext4, causing xfstest generic/602
to sometimes fail on ext4.

----------------------------------------------------------------
Eric Biggers (1):
      fscrypt: remove reachable WARN in fscrypt_setup_iv_ino_lblk_32_key()

 fs/crypto/keysetup.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 11, 2020, 1:39 p.m. UTC | #1
The pull request you sent on Mon, 9 Nov 2020 15:11:51 -0800:

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

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

Thank you!