mbox series

[GIT,PULL] UBI/UBIFS fixes for 5.7 final

Message ID 294087931.249343.1590004178869.JavaMail.zimbra@nod.at
State Not Applicable
Headers show
Series [GIT,PULL] UBI/UBIFS fixes for 5.7 final | expand

Pull-request

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

Message

Richard Weinberger May 20, 2020, 7:49 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org May 20, 2020, 8:30 p.m. UTC | #1
The pull request you sent on Wed, 20 May 2020 21:49:38 +0200 (CEST):

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

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

Thank you!