Make-initrd development discussion
 help / color / mirror / Atom feed
From: Alexey Gladkov <legion@kernel.org>
To: make-initrd@lists.altlinux.org
Subject: Re: [make-initrd] для загрузки с f2fs не хватает crc32_generic.ko
Date: Sun, 1 Dec 2024 15:59:57 +0100
Message-ID: <Z0x57Y_bqKh2iLJQ@example.org> (raw)
In-Reply-To: <8e094021-6870-48b3-b1d8-a7eb99a230b5@basealt.ru>

On Sun, Dec 01, 2024 at 03:06:13PM +0300, Антон Мидюков wrote:
> Приветствую
> 
> Пока тестировал с фичей kickstart, которая у меня прописана была в отдельном /etc/initrd.mk.oem с кучей других модулей, в том числе и crc32_generic.ko,
> я не замечал проблемы, что crc32_generic.ko не попадает в initrd, а файловая система f2fs не может смонтироваться без него соответственно.
> Нужно ли что-то предоставить?

Хм. А версия ядра какая ?

У этого модуля есть softdep на crc32 и успешно обрабатывается:

$ modinfo f2fs |fgrep dep
softdep:        pre: crc32
depends:        lz4hc_compress,lz4_compress

$ depinfo f2fs
module /lib/modules/6.11.10-gentoo-dist/kernel/fs/f2fs/f2fs.ko
   \_ builtin crc32
   \_ module /lib/modules/6.11.10-gentoo-dist/kernel/lib/lz4/lz4hc_compress.ko
   \_ module /lib/modules/6.11.10-gentoo-dist/kernel/lib/lz4/lz4_compress.ko

Эта зависимость модулю была добавлена в v5.13-rc1-152-g0dd571785d61 .

Если нужен workaround, то это не новая проблема и мы можем добавить хак
чтобы работало на старых ядрах.

https://github.com/osboot/make-initrd/tree/master/features/add-modules/kmodule.deps.d

-- 
Rgrds, legion



  reply	other threads:[~2024-12-01 14:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-01 12:06 Антон Мидюков
2024-12-01 14:59 ` Alexey Gladkov [this message]
2024-12-01 15:03   ` Anton Midyukov
2024-12-01 15:32     ` Alexey Gladkov
2024-12-01 15:35       ` Anton Midyukov
2024-12-01 15:39       ` Alexey Gladkov

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=Z0x57Y_bqKh2iLJQ@example.org \
    --to=legion@kernel.org \
    --cc=make-initrd@lists.altlinux.org \
    /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

Make-initrd development discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/make-initrd/0 make-initrd/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 make-initrd make-initrd/ http://lore.altlinux.org/make-initrd \
		make-initrd@lists.altlinux.org make-initrd@lists.altlinux.ru make-initrd@lists.altlinux.com
	public-inbox-index make-initrd

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.make-initrd


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git