[GIT,PULL] UBI fixes for 6.3-rc7

Message ID 1571141363.69401.1681583046301.JavaMail.zimbra@nod.at
State New
Headers
Series [GIT,PULL] UBI fixes for 6.3-rc7 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git tags/ubifs-for-linus-6.3-rc7

Message

Richard Weinberger April 15, 2023, 6:24 p.m. UTC
  Linus,

The following changes since commit 0988a0ea791999ebbf95693f2676381825b05033:

  Merge tag 'for-v6.3-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply (2023-03-03 16:33:28 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git tags/ubifs-for-linus-6.3-rc7

for you to fetch changes up to 1e020e1b96afdecd20680b5b5be2a6ffc3d27628:

  ubi: Fix failure attaching when vid_hdr offset equals to (sub)page size (2023-03-29 23:32:57 +0200)

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

- Fix for a stable patch: Fix failure attaching when vid_hdr offset equals to (sub)page size
- Fix for a deadlock in UBI's worker thread

----------------------------------------------------------------
ZhaoLong Wang (1):
      ubi: Fix deadlock caused by recursively holding work_sem

Zhihao Cheng (1):
      ubi: Fix failure attaching when vid_hdr offset equals to (sub)page size

 drivers/mtd/ubi/build.c | 21 +++++++++++++++------
 drivers/mtd/ubi/wl.c    |  4 ++--
 2 files changed, 17 insertions(+), 8 deletions(-)
  

Comments

pr-tracker-bot@kernel.org April 16, 2023, 3:02 a.m. UTC | #1
The pull request you sent on Sat, 15 Apr 2023 20:24:06 +0200 (CEST):

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

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

Thank you!