mbox series

[GIT,PULL] UBIFS updates for 5.10

Message ID 725261806.204163.1602963460565.JavaMail.zimbra@nod.at
State Not Applicable
Headers show
Series [GIT,PULL] UBIFS updates for 5.10 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git tags/for-linus-5.10-rc1

Message

Richard Weinberger Oct. 17, 2020, 7:37 p.m. UTC
Linus,

The following changes since commit f4d51dffc6c01a9e94650d95ce0104964f8ae822:

  Linux 5.9-rc4 (2020-09-06 17:11:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git tags/for-linus-5.10-rc1

for you to fetch changes up to e2a05cc7f8229e150243cdae40f2af9021d67a4a:

  ubifs: mount_ubifs: Release authentication resource in error handling path (2020-10-11 22:05:50 +0200)

----------------------------------------------------------------
This pull request contains changes for UBIFS

- Kernel-doc fixes
- Fixes for memory leaks in authentication option parsing

----------------------------------------------------------------
Wang Hai (4):
      ubifs: Fix 'hash' kernel-doc warning in auth.c
      ubifs: Fix some kernel-doc warnings in gc.c
      ubifs: Fix some kernel-doc warnings in replay.c
      ubifs: Fix some kernel-doc warnings in tnc.c

Zhihao Cheng (3):
      ubifs: Fix a memleak after dumping authentication mount options
      ubifs: Don't parse authentication mount options in remount process
      ubifs: mount_ubifs: Release authentication resource in error handling path

 fs/ubifs/auth.c   |  2 +-
 fs/ubifs/gc.c     |  4 ----
 fs/ubifs/replay.c |  2 --
 fs/ubifs/super.c  | 44 ++++++++++++++++++++++++++++++++------------
 fs/ubifs/tnc.c    |  3 +--
 5 files changed, 34 insertions(+), 21 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 18, 2020, 5:10 p.m. UTC | #1
The pull request you sent on Sat, 17 Oct 2020 21:37:40 +0200 (CEST):

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

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

Thank you!