From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,RP_MATCHES_RCVD autolearn=ham autolearn_force=no version=3.4.1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1753008329; bh=9y1yxyEMfZYn8VfiUvBqgSj35KzU/m/Kt4KbueMs5Z0=; h=Date:From:To:Subject:From; b=My4+4yWD9ep/y5VszRf/xCikXsObg9/W2oRYTX7sUvMDOVUn2fGNPSM4unFNnGZ3I /moETorE4OhftXcBKzMUJoNsWkBYSm0bAdTfBmvGqyni1V8j1kIvDUhEo4AGiYI2X2 QnG5Il052V3+4nq8t/ydDU9flxun6I+hpfJwxoujJEf32UDoZER92AuTFz/hWGuMFu 2QOEnnSJ6dUCLaI36aweFI1PxiGOMQkZxxupw3UCAZHxKUtNwGsE2ud4M/bOHk4vkT scp9YsJ2Od+QXrALTzNGz55hjp1gSNdydHtxYl8D1QKab80x45+gGFZMXUgvYCHf1M TpBbsDvfgHmyA== Date: Sun, 20 Jul 2025 12:45:25 +0200 From: Alexey Gladkov To: make-initrd@lists.altlinux.org Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Subject: [make-initrd] 2.54.0+ release candidate X-BeenThere: make-initrd@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: make-initrd@lists.altlinux.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jul 2025 10:45:33 -0000 Archived-At: List-Archive: Привет! Опять получилось очень много изменений. Доработка поддержки firmware потянула за собой много технического долга. Некоторые изменения потенциально могут что-то сломать поэтому буду признателен за тестирование до релиза. Alexey Gladkov (39): Allow to use losetup not from busybox Drop astyle depinfo: Move tree output to separate function depinfo: Rewrite firmware processing depinfo: Add option to show missing firmware depinfo: Add more archive suffixes depinfo: Treat the firmware field as a pattern depinfo: Allow --no-modules and --no-firmware to be used at the same time depinfo: Fix possible descriptor leak depinfo: Fix possible memory leak depinfo: Handle an alternative firmware path feature/add-module: Allow spaces in firmware name Allow to pack filename with spaces Replace gen_init_cpio by cpio initrd-cpio: Use constants instead of magic numbers initrd-ls: Show symlink target according to content size initrd-ls: Fix some indentation Add information about missing firmware Split output into levels testing: Set same verbosity level for all vendors Documentation: depinfo: Add documentation for --missing-firmware option Documentation: Document the new behavior of --verbose option Move depmod-host closer to the point of use Run check-for-root only once Use the same style in specifying conditions in makefile guess: Make sure that all modules have a pre-guess dependency guess: Do not hardcode filenames with guessed results feature/mdadm: Move GENERATE_UDEV_RULES_FOR_MD_DEVICE processing inside the helper mk: Add function to run shell code once features: Run shell code only once Avoid copying files to temporary root feature/add-udev-rules: Add more verbosity feature/system-glibc: Do not remove the root password if it exists Include features/*/rules.mk only once Change timestamp format Add timestamps to more messages Remove unnecessary variable wrappers make-initrd: feature-info shows list of features Add bash-completion for some utilities -- Rgrds, legion