* [ptxdist] [PATCH] mtd-utils: version bump 2.3.0 -> 2.3.1
@ 2026-04-15 13:37 Alexander Dahl via ptxdist
2026-04-27 7:45 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Dahl via ptxdist @ 2026-04-15 13:37 UTC (permalink / raw)
To: ptxdist; +Cc: Alexander Dahl, Christian Melki
Forwarded patch series (no changes). Briefly tested on sam9x60 target
with raw NAND flash. Because it's short, the whole changelog:
Fixes:
- ubifs-utils: link libmissing.a in case execinfo.h isn't present
- ubifs-utils: common: fix memory leak in devtable.c
- Broken check for GCC compiler versions
- ubifs-utils: missing header file includes
- ubifs-utils: tests: missing files in release tarball
- mtd-tests: flash_speed: really skip destructive tests
- mtd-tests: flash_speed: wrong error message in read_eraseblock()
- serve_image: fix _POSIX_C_SOURCE define
- ubiattach: fix wording in usage example
- fsck.ubifs: don't use pointers that reference out-of-scope variables
- fsck.ubifs: fix platform dependant `ino_t` and `loff_t` formatting
- docfdisk.c: fix potential arithmetic overflows in partition size
- jittertest: reject overlong file names
Changes:
- ubirsvol: resize using all available free space if size is specified as 0
Link: https://lore.kernel.org/linux-mtd/73da3205-694e-422a-ac73-d7bcb054aa1e@sigma-star.at/
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
.../0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch | 0
patches/{mtd-utils-2.3.0 => mtd-utils-2.3.1}/autogen.sh | 0
patches/{mtd-utils-2.3.0 => mtd-utils-2.3.1}/series | 0
rules/mtd-utils.make | 4 ++--
4 files changed, 2 insertions(+), 2 deletions(-)
rename patches/{mtd-utils-2.3.0 => mtd-utils-2.3.1}/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch (100%)
rename patches/{mtd-utils-2.3.0 => mtd-utils-2.3.1}/autogen.sh (100%)
rename patches/{mtd-utils-2.3.0 => mtd-utils-2.3.1}/series (100%)
diff --git a/patches/mtd-utils-2.3.0/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch b/patches/mtd-utils-2.3.1/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch
similarity index 100%
rename from patches/mtd-utils-2.3.0/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch
rename to patches/mtd-utils-2.3.1/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch
diff --git a/patches/mtd-utils-2.3.0/autogen.sh b/patches/mtd-utils-2.3.1/autogen.sh
similarity index 100%
rename from patches/mtd-utils-2.3.0/autogen.sh
rename to patches/mtd-utils-2.3.1/autogen.sh
diff --git a/patches/mtd-utils-2.3.0/series b/patches/mtd-utils-2.3.1/series
similarity index 100%
rename from patches/mtd-utils-2.3.0/series
rename to patches/mtd-utils-2.3.1/series
diff --git a/rules/mtd-utils.make b/rules/mtd-utils.make
index 974075916..e71a076d1 100644
--- a/rules/mtd-utils.make
+++ b/rules/mtd-utils.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_MTD_UTILS) += mtd-utils
#
# Paths and names
#
-MTD_UTILS_VERSION := 2.3.0
-MTD_UTILS_MD5 := 06be1bd123cfea8575829e9b16e84f4b
+MTD_UTILS_VERSION := 2.3.1
+MTD_UTILS_MD5 := 4229d9328c67995c3455f96e918beaab
MTD_UTILS := mtd-utils-$(MTD_UTILS_VERSION)
MTD_UTILS_SUFFIX := tar.bz2
MTD_UTILS_URL := https://infraroot.at/pub/mtd/$(MTD_UTILS).$(MTD_UTILS_SUFFIX)
base-commit: 16cb63ffcc4d137dceb2db094b91df9b4d6582dd
--
2.47.3
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [ptxdist] [APPLIED] mtd-utils: version bump 2.3.0 -> 2.3.1
2026-04-15 13:37 [ptxdist] [PATCH] mtd-utils: version bump 2.3.0 -> 2.3.1 Alexander Dahl via ptxdist
@ 2026-04-27 7:45 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2026-04-27 7:45 UTC (permalink / raw)
To: ptxdist; +Cc: Alexander Dahl
Thanks, applied as 074d6f968a486de475b54576fbcded149679607d.
Michael
[sent from post-receive hook]
On Mon, 27 Apr 2026 09:45:54 +0200, Alexander Dahl <ada@thorsis.com> wrote:
> Forwarded patch series (no changes). Briefly tested on sam9x60 target
> with raw NAND flash. Because it's short, the whole changelog:
>
> Fixes:
> - ubifs-utils: link libmissing.a in case execinfo.h isn't present
> - ubifs-utils: common: fix memory leak in devtable.c
> - Broken check for GCC compiler versions
> - ubifs-utils: missing header file includes
> - ubifs-utils: tests: missing files in release tarball
> - mtd-tests: flash_speed: really skip destructive tests
> - mtd-tests: flash_speed: wrong error message in read_eraseblock()
> - serve_image: fix _POSIX_C_SOURCE define
> - ubiattach: fix wording in usage example
> - fsck.ubifs: don't use pointers that reference out-of-scope variables
> - fsck.ubifs: fix platform dependant `ino_t` and `loff_t` formatting
> - docfdisk.c: fix potential arithmetic overflows in partition size
> - jittertest: reject overlong file names
>
> Changes:
> - ubirsvol: resize using all available free space if size is specified as 0
>
> Link: https://lore.kernel.org/linux-mtd/73da3205-694e-422a-ac73-d7bcb054aa1e@sigma-star.at/
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> Message-Id: <20260415133743.2742383-1-ada@thorsis.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/patches/mtd-utils-2.3.0/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch b/patches/mtd-utils-2.3.1/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch
> similarity index 100%
> rename from patches/mtd-utils-2.3.0/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch
> rename to patches/mtd-utils-2.3.1/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch
> diff --git a/patches/mtd-utils-2.3.0/autogen.sh b/patches/mtd-utils-2.3.1/autogen.sh
> similarity index 100%
> rename from patches/mtd-utils-2.3.0/autogen.sh
> rename to patches/mtd-utils-2.3.1/autogen.sh
> diff --git a/patches/mtd-utils-2.3.0/series b/patches/mtd-utils-2.3.1/series
> similarity index 100%
> rename from patches/mtd-utils-2.3.0/series
> rename to patches/mtd-utils-2.3.1/series
> diff --git a/rules/mtd-utils.make b/rules/mtd-utils.make
> index 974075916b65..e71a076d1df8 100644
> --- a/rules/mtd-utils.make
> +++ b/rules/mtd-utils.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_MTD_UTILS) += mtd-utils
> #
> # Paths and names
> #
> -MTD_UTILS_VERSION := 2.3.0
> -MTD_UTILS_MD5 := 06be1bd123cfea8575829e9b16e84f4b
> +MTD_UTILS_VERSION := 2.3.1
> +MTD_UTILS_MD5 := 4229d9328c67995c3455f96e918beaab
> MTD_UTILS := mtd-utils-$(MTD_UTILS_VERSION)
> MTD_UTILS_SUFFIX := tar.bz2
> MTD_UTILS_URL := https://infraroot.at/pub/mtd/$(MTD_UTILS).$(MTD_UTILS_SUFFIX)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-27 7:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-15 13:37 [ptxdist] [PATCH] mtd-utils: version bump 2.3.0 -> 2.3.1 Alexander Dahl via ptxdist
2026-04-27 7:45 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox