[GIT PULL] UBI/UBIFS fixes for 5.7 final

From: Richard Weinberger
Date: Wed May 20 2020 - 15:49:51 EST


Linus,

The following changes since commit c0cc271173b2e1c2d8d0ceaef14e4dfa79eefc0d:

Merge tag 'modules-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux (2020-04-09 12:52:34 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git tags/for-linus-5.7-rc6

for you to fetch changes up to 0e7572cffe442290c347e779bf8bd4306bb0aa7c:

ubi: Fix seq_file usage in detailed_erase_block_info debugfs file (2020-05-17 23:38:21 +0200)

----------------------------------------------------------------
This pull request contains the following bug fixes for UBI and UBIFS:

- Correctly set next cursor for detailed_erase_block_info debugfs file
- Don't use crypto_shash_descsize() for digest size in UBIFS
- Remove broken lazytime support from UBIFS

----------------------------------------------------------------
Christoph Hellwig (1):
ubifs: remove broken lazytime support

Eric Biggers (1):
ubifs: fix wrong use of crypto_shash_descsize()

Richard Weinberger (1):
ubi: Fix seq_file usage in detailed_erase_block_info debugfs file

drivers/mtd/ubi/debug.c | 12 ++----------
fs/ubifs/auth.c | 17 ++++-------------
fs/ubifs/file.c | 6 +-----
fs/ubifs/replay.c | 13 ++-----------
4 files changed, 9 insertions(+), 39 deletions(-)