1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 10:49:13 +02:00
openwrt/target/linux/generic
Daniel Golle 2809d00007
kernel: support FIT partition parser on mtdblock devices
Allow using the FIT block-device partition partition parser to work on
top of mtdblock devices.
This is more tricky than it sounds as it requires to reorganize the
procedure of registering mtdblock devices in order to avoid locking
troubles caused by the block partition parsers then trying to open
the mtdblock device for reading while locks are still being held.
Fix that by moving the adding of the disks after the entire device
has been probed when locks no longer need to be held.
Also address issue with mtdsuper surfaced when using sub-partitions
which prevented mounting JFFS2 using the /dev/mtdblock* device.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-04-09 16:04:35 +01:00
..
backport-5.4 kernel: backport 5.13 mtd partitioning changes 2021-03-29 08:46:17 +02:00
backport-5.10 kernel: bump 5.10 to 5.10.27 2021-04-03 21:07:22 +01:00
files kernel: support FIT partition parser on mtdblock devices 2021-04-09 16:04:35 +01:00
hack-5.4 kernel: fix FIT partition parser compatibility issues 2021-03-31 22:54:12 +01:00
hack-5.10 kernel: support FIT partition parser on mtdblock devices 2021-04-09 16:04:35 +01:00
image target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00
other-files initramfs: switch to tmpfs to fix ujail 2020-11-27 01:23:43 +00:00
pending-5.4 kernel: bump 5.4 to 5.4.109 2021-04-02 16:45:28 +02:00
pending-5.10 kernel: bump 5.10 to 5.10.27 2021-04-03 21:07:22 +01:00
config-5.4 kernel: Move CONFIG_USERIO to generic config 2021-03-27 14:34:22 +01:00
config-5.10 kernel: Move CONFIG_USERIO to generic config 2021-03-27 14:34:22 +01:00
config-filter kernel: generic: filter out CONFIG_PLUGIN_HOSTCC 2021-03-06 03:52:33 +00:00
PATCHES