[GIT PULL] UBI fixes for 6.3-rc7

From: Richard Weinberger
Date: Sat Apr 15 2023 - 14:24:40 EST


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(-)