Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: wangmy@fujitsu.com, openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13
Date: Tue, 18 Feb 2025 13:47:29 +0000	[thread overview]
Message-ID: <e2ca1bdfe2a8e15a843d8c8a1808d111b8adbc96.camel@linuxfoundation.org> (raw)
In-Reply-To: <1739864375-21394-1-git-send-email-wangmy@fujitsu.com>

On Tue, 2025-02-18 at 15:39 +0800, wangmy via lists.openembedded.org
wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
> 
> Changelog:
> ===========
> * mkfs:
>   * new option to enable compression
>   * updated summary (subvolumes, compression)
>   * completely remove option --leafsize, deprecated long ago
> * btrfstune: add option to remove squota
> * scrub:
>   * start: new option --limit to set the bandwidth limit for the
> duration of the run
>   * status: fix printing of Rate unit suffix (SI/IEC)
> * qgroup clean-stale: check if quotas are enabled before starting
> filesystem sync()
> * print builtin features and options in --version output (mkfs,
> convert, image, btrfstune)
> * build:
>   * Botan minimum version is now 3.x
>   * target to build compile_commands.json (for LSP)
> * other:
>   * a bit more optimized crc32c code
>   * sync some headers from kernel code
>   * command help updates and fixes
>   * build warning fixes
>   * error message updates
>   * cleanups and refactoring
>   * updated tests
>   * lots of documentation updates
> 
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>

Fails when being used during oe-selftest:

https://autobuilder.yoctoproject.org/valkyrie/#/builders/48/builds/947

probably from compression option changes.

Cheers,

Richard



      parent reply	other threads:[~2025-02-18 13:47 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-18  7:39 [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 wangmy
2025-02-18  7:39 ` [OE-core] [PATCH 02/32] ell: upgrade 0.71 -> 0.73 wangmy
2025-02-18  7:39 ` [OE-core] [PATCH 03/32] erofs-utils: upgrade 1.8.4 -> 1.8.5 wangmy
2025-02-18  7:39 ` [OE-core] [PATCH 04/32] fmt: upgrade 11.1.1 -> 11.1.3 wangmy
2025-02-18  7:39 ` [OE-core] [PATCH 05/32] gcr: upgrade 4.3.0 -> 4.3.91 wangmy
2025-02-18  8:35   ` Alexander Kanavin
2025-02-18  7:39 ` [OE-core] [PATCH 06/32] hwdata: upgrade 0.391 -> 0.392 wangmy
2025-02-18  7:39 ` [OE-core] [PATCH 07/32] libffi: upgrade 3.4.6 -> 3.4.7 wangmy
2025-02-18  7:39 ` [OE-core] [PATCH 08/32] libpcre2: upgrade 10.44 -> 10.45 wangmy
2025-02-18  8:35   ` Alexander Kanavin
2025-02-18  7:39 ` [OE-core] [PATCH 09/32] libportal: upgrade 0.9.0 -> 0.9.1 wangmy
2025-02-18  7:39 ` [OE-core] [PATCH 10/32] libtest-warnings-perl: upgrade 0.037 -> 0.038 wangmy
2025-02-18  7:39 ` [OE-core] [PATCH 11/32] libuv: upgrade 1.49.2 -> 1.50.0 wangmy
2025-02-18  7:39 ` [OE-core] [PATCH 12/32] libwpe: upgrade 1.16.1 -> 1.16.2 wangmy
2025-02-18  7:39 ` [OE-core] [PATCH 13/32] libx11: upgrade 1.8.10 -> 1.8.11 wangmy
2025-02-18  7:39 ` [OE-core] [PATCH 14/32] libxkbcommon: upgrade 1.7.0 -> 1.8.0 wangmy
2025-02-18  7:39 ` [OE-core] [PATCH 15/32] pango: upgrade 1.55.5 -> 1.56.1 wangmy
2025-02-18 17:15   ` Mathieu Dubois-Briand
2025-02-19  2:06     ` Mingyu Wang (Fujitsu)
2025-02-19  9:03       ` Alexander Kanavin
2025-02-18  7:39 ` [OE-core] [PATCH 16/32] python3-babel: upgrade 2.16.0 -> 2.17.0 wangmy
2025-02-18  7:39 ` [OE-core] [PATCH 17/32] python3-cython: upgrade 3.0.11 -> 3.0.12 wangmy
2025-02-18  7:39 ` [OE-core] [PATCH 18/32] python3-dtschema: upgrade 2024.11 -> 2025.2 wangmy
2025-02-18  7:39 ` [OE-core] [PATCH 19/32] python3-hypothesis: upgrade 6.124.7 -> 6.125.3 wangmy
2025-02-18  7:39 ` [OE-core] [PATCH 20/32] python3-mako: upgrade 1.3.8 -> 1.3.9 wangmy
2025-02-18  7:39 ` [OE-core] [PATCH 21/32] python3-numpy: upgrade 2.2.2 -> 2.2.3 wangmy
2025-02-18  7:39 ` [OE-core] [PATCH 22/32] python3-pip: upgrade 25.0 -> 25.0.1 wangmy
2025-02-18  7:39 ` [OE-core] [PATCH 23/32] python3-poetry-core: upgrade 2.0.1 -> 2.1.1 wangmy
2025-02-18  7:39 ` [OE-core] [PATCH 24/32] python3-psutil: upgrade 6.1.1 -> 7.0.0 wangmy
2025-02-18  7:39 ` [OE-core] [PATCH 25/32] ruby: upgrade 3.4.1 -> 3.4.2 wangmy
2025-02-18  7:39 ` [OE-core] [PATCH 26/32] strace: upgrade 6.12 -> 6.13 wangmy
2025-02-18  7:59   ` Patchtest results for " patchtest
2025-02-18  7:39 ` [OE-core] [PATCH 27/32] stress-ng: upgrade 0.18.09 -> 0.18.10 wangmy
2025-02-18  7:39 ` [OE-core] [PATCH 28/32] ttyrun: upgrade 2.36.0 -> 2.37.0 wangmy
2025-02-18  7:59   ` Patchtest results for " patchtest
2025-02-18  7:39 ` [OE-core] [PATCH 29/32] xhost: upgrade 1.0.9 -> 1.0.10 wangmy
2025-02-18  7:39 ` [OE-core] [PATCH 30/32] xkeyboard-config: upgrade 2.43 -> 2.44 wangmy
2025-02-18  7:39 ` [OE-core] [PATCH 31/32] xwayland: upgrade 24.1.4 -> 24.1.5 wangmy
2025-02-18  7:39 ` [OE-core] [PATCH 32/32] xz: upgrade 5.6.3 -> 5.6.4 wangmy
2025-02-18 10:59 ` [OE-core] [PATCH 01/32] btrfs-tools: upgrade 6.12 -> 6.13 Mathieu Dubois-Briand
2025-02-18 13:47 ` Richard Purdie [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e2ca1bdfe2a8e15a843d8c8a1808d111b8adbc96.camel@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=wangmy@fujitsu.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox