[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201109231151.GB853@sol.localdomain>
Date: Mon, 9 Nov 2020 15:11:51 -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-kernel@...r.kernel.org, Theodore Ts'o <tytso@....edu>,
Jaegeuk Kim <jaegeuk@...nel.org>
Subject: [GIT PULL] fscrypt fix for 5.10-rc4
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(-)
Powered by blists - more mailing lists