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=1760625944; bh=HG+WaAW86dbrkGoiGwSrBNq92obZZ42iEZDTOiWEflQ=; h=Date:From:To:Subject:From; b=V5WQ08E0r0HePWigzEeVzJ+/00ttYQvl9e8rlVHPgighrImxfc00w7GLC8x7lS6tY TH7nj+0551edO3GxwxoBqjA+SEkxY6RDWjFfz1EW26nErIn6vlIrLi20Um+k1r4oeZ 87yJYlyiLZj6OCGdg8OTZ3PBL7XmZbPa99q4J/cpiQcMlG0R7y4/LNka9OZ/nSw2jM 9Hxz6W6GOtBlr4h29/Xh2abdbN39JxvrcsldaRNmgd2OsUKVNcRYKUJ3s91+r24XLO DnaTA/mC6E42h67Yjkcb50e5etVA2hImhoja1hbzmxMNmleBQlrOLrvEhvW2/X+8Y9 P28qoUW7EDAlQ== Date: Thu, 16 Oct 2025 16:45:40 +0200 From: Alexey Gladkov To: make-initrd@lists.altlinux.org Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [make-initrd] Release make-initrd 2.55.2 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: Thu, 16 Oct 2025 14:54:12 -0000 Archived-At: List-Archive: New release 2.55.2 is available. # Important changes - Feature add-modules: + Make crc32-generic optional (for kernel >= 6.17). + Implicit dependencies should not be mandatory. - Feature modules-virtio: + Fix symbol filter to support new kernels. - Feature pipeline: + Allow to mount latest version of image. - Feature runtime: + Create a necessary core device files (/dev/null, /dev/zero, etc.) if it is necessary. - Guess device-tree: + Fix typo in the variable name "modalias". # Git repository https://github.com/osboot/make-initrd.git Feedback and bug reports are, as always, welcome. -- Rgrds, legion