[PATCH 0/2] Backport fixes for UBI
Dominique Martinet <[email protected]>
| Newsgroups | gmane.linux.kernel.stable,gmane.linux.drivers.mtd,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
While looking at recent UBI patches I found these two commits that I believe are worth backporting. We're not using fastmap so I don't care much about the leak there, but reducing wear is always good to take Thanks! Signed-off-by: Dominique Martinet <[email protected]> --- Cheng Ming Lin (1): mtd: ubi: skip programming unused bits in ubi headers Liyuan Pang (1): ubi: fastmap: fix ubi->fm memory leak drivers/mtd/ubi/attach.c | 4 +++- drivers/mtd/ubi/fastmap-wl.c | 8 +------- drivers/mtd/ubi/io.c | 10 ++++++++++ drivers/mtd/ubi/ubi.h | 12 ++++++++++++ 4 files changed, 26 insertions(+), 8 deletions(-) --- base-commit: 98c5a5b9f23ede08be1dcd8be0a13b32fbe2b462 change-id: 20260818-ubi-backports-2f5d76dedbed Best regards, -- Dominique Martinet <[email protected]>