mbox series

Please pull u-boot-ubi

Message ID 2961fe0d-61b7-0c67-3bd3-d5f96cb7d918@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-ubi | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-ubi.git tags/ubifixes-for-v2024-10-rc1

Message

Heiko Schocher July 3, 2024, 9:12 a.m. UTC
Hello Tom,

please pull from u-boot-ubi.git master

The following changes since commit 65fbdab27224ee3943a89496b21862db83c34da2:

   Merge branch 'next' (2024-07-01 15:00:56 -0600)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-ubi.git tags/ubifixes-for-v2024-10-rc1

for you to fetch changes up to 27b169f9d0bed978bea1d86ab8d584da6ada54d0:

   cmd: ubi: check 'updating' before calling ubi_more_update_data() (2024-07-03 08:05:19 +0200)

----------------------------------------------------------------
ubi changes for v2024.10-rc1

fs: ubifs: Add support for ZSTD decompression
   from Piotr Wojtaszczyk

Fixes for ubi command from Martin Kurbanov

----------------------------------------------------------------
Martin Kurbanov (2):
       cmd: ubi: remove redundant initializations
       cmd: ubi: check 'updating' before calling ubi_more_update_data()

Piotr Wojtaszczyk (1):
       fs: ubifs: Add support for ZSTD decompression

  cmd/ubi.c              | 21 +++++++++++++++------
  fs/ubifs/ubifs-media.h |  2 ++
  fs/ubifs/ubifs.c       | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++--
  3 files changed, 68 insertions(+), 8 deletions(-)

Azure build:

https://dev.azure.com/hs0298/hs/_build/results?buildId=113&view=results

Thanks!

bye,
Heiko

Comments

Tom Rini July 3, 2024, 7:14 p.m. UTC | #1
On Wed, Jul 03, 2024 at 11:12:52AM +0200, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-ubi.git master
> 
> The following changes since commit 65fbdab27224ee3943a89496b21862db83c34da2:
> 
>   Merge branch 'next' (2024-07-01 15:00:56 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-ubi.git tags/ubifixes-for-v2024-10-rc1
> 
> for you to fetch changes up to 27b169f9d0bed978bea1d86ab8d584da6ada54d0:
> 
>   cmd: ubi: check 'updating' before calling ubi_more_update_data() (2024-07-03 08:05:19 +0200)
> 

Applied to u-boot/master, thanks!