Re: [PATCH v5 0/3] common/spl fixes

2025-06-19 Thread Tom Rini
On Tue, 10 Jun 2025 12:56:29 +0300, Mikhail Kshevetskiy wrote: > Changes v2: > * added more details to the patch descriptions. > > Changes v3: > * fix commit 873112db9ce68c38984ff25808dde726f8dd5573 >("spl: Support selecting images based on phase in simple FIT") >instead of fixing loadi

Re: [PATCH v5 0/3] common/spl fixes

2025-06-19 Thread Mikhail Kshevetskiy
is there any news? On 10.06.2025 12:56, Mikhail Kshevetskiy wrote: > Changes v2: > * added more details to the patch descriptions. > > Changes v3: > * fix commit 873112db9ce68c38984ff25808dde726f8dd5573 >("spl: Support selecting images based on phase in simple FIT") >instead of fixing lo

[PATCH v5 0/3] common/spl fixes

2025-06-10 Thread Mikhail Kshevetskiy
Changes v2: * added more details to the patch descriptions. Changes v3: * fix commit 873112db9ce68c38984ff25808dde726f8dd5573 ("spl: Support selecting images based on phase in simple FIT") instead of fixing loading of image with bad checksums * add more comments about memory usage by boar

[PATCH v4 0/3] common/spl fixes

2025-06-09 Thread Mikhail Kshevetskiy
Changes v2: * added more details to the patch descriptions. Changes v3: * fix commit 873112db9ce68c38984ff25808dde726f8dd5573 ("spl: Support selecting images based on phase in simple FIT") instead of fixing loading of image with bad checksums * add more comments about memory usage by boar

[PATCH v3 0/3] common/spl fixes

2025-06-09 Thread Mikhail Kshevetskiy
patches for various bugs in the spl code Changes v2: * added more details to the patch descriptions. Changes v3: * fix commit 873112db9ce68c38984ff25808dde726f8dd5573 ("spl: Support selecting images based on phase in simple FIT") instead of fixing loading of image with bad checksums * ad

[PATCH v2 0/3] common/spl fixes

2025-06-06 Thread Mikhail Kshevetskiy
patches for various bugs in the spl code Changes v2: * added more details to the patch descriptions. Mikhail Kshevetskiy (3): common/spl: fix potential out of buffer access in spl_fit_get_image_name function common/spl: handle properly images with bad checksum common/spl: improve error

common/spl fixes

2025-06-06 Thread Mikhail Kshevetskiy
patches for various bugs in the spl code Mikhail Kshevetskiy (3): common/spl: fix potential out of buffer access in spl_fit_get_image_name function common/spl: handle properly images with bad checksum common/spl: improve error handling in spl_fit common/spl/spl_fit.c | 25 +