GNU bug report logs - #77540
[PATCH] linux-initrd: Add mmc_block.

Previous Next

Package: guix-patches;

Reported by: Zheng Junjie <z572 <at> z572.online>

Date: Fri, 4 Apr 2025 18:58:02 UTC

Severity: normal

Tags: patch

Done: Z572 <z572 <at> z572.online>

To reply to this bug, email your comments to 77540 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#77540; Package guix-patches. (Fri, 04 Apr 2025 18:58:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Zheng Junjie <z572 <at> z572.online>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 04 Apr 2025 18:58:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Zheng Junjie <z572 <at> z572.online>
To: guix-patches <at> gnu.org
Subject: [PATCH] linux-initrd: Add mmc_block.
Date: Sat,  5 Apr 2025 02:56:18 +0800
This module is required when booting from MMC block device.

* gnu/system/linux-initrd.scm (default-initrd-modules): Add mmc_block.

Change-Id: I91474a62e9d7b5be07e89f657fd59d37d061b127
---
 gnu/system/linux-initrd.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/system/linux-initrd.scm b/gnu/system/linux-initrd.scm
index dc08edc7919..72da8e55d30 100644
--- a/gnu/system/linux-initrd.scm
+++ b/gnu/system/linux-initrd.scm
@@ -373,6 +373,7 @@ (define* (default-initrd-modules
     ,@(if (target-riscv64? system)
           '()
           '("hid-apple"))
+    "mmc_block"                                ;for MMC block device driver
     "dm-crypt" "xts" "serpent_generic" "wp512" ;for encrypted root partitions
     "nls_iso8859-1"                            ;for `mkfs.fat`, et.al
     ,@(if (string-match "^(x86_64|i[3-6]86)-" system)

base-commit: 1436165c2f0adbb44d3f033c54db692167591248
-- 
2.49.0





Information forwarded to guix-patches <at> gnu.org:
bug#77540; Package guix-patches. (Sat, 05 Apr 2025 11:38:02 GMT) Full text and rfc822 format available.

Message #8 received at 77540 <at> debbugs.gnu.org (full text, mbox):

From: Danny Milosavljevic <dannym <at> friendly-machines.com>
To: Zheng Junjie <z572 <at> z572.online>
Cc: 77540 <at> debbugs.gnu.org
Subject: Re: [bug#77540] [PATCH] linux-initrd: Add mmc_block.
Date: Sat, 05 Apr 2025 13:36:55 +0200
Hi,

Looks good to me!




Reply sent to Z572 <z572 <at> z572.online>:
You have taken responsibility. (Tue, 08 Apr 2025 07:12:02 GMT) Full text and rfc822 format available.

Notification sent to Zheng Junjie <z572 <at> z572.online>:
bug acknowledged by developer. (Tue, 08 Apr 2025 07:12:02 GMT) Full text and rfc822 format available.

Message #13 received at 77540-done <at> debbugs.gnu.org (full text, mbox):

From: Z572 <z572 <at> z572.online>
To: 77540-done <at> debbugs.gnu.org
Subject: Re: [bug#77540] [PATCH] linux-initrd: Add mmc_block.
Date: Tue, 08 Apr 2025 15:10:37 +0800
[Message part 1 (text/plain, inline)]
Zheng Junjie <z572 <at> z572.online> writes:

> This module is required when booting from MMC block device.
>
> * gnu/system/linux-initrd.scm (default-initrd-modules): Add mmc_block.
>
> Change-Id: I91474a62e9d7b5be07e89f657fd59d37d061b127
> ---
>  gnu/system/linux-initrd.scm | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/gnu/system/linux-initrd.scm b/gnu/system/linux-initrd.scm
> index dc08edc7919..72da8e55d30 100644
> --- a/gnu/system/linux-initrd.scm
> +++ b/gnu/system/linux-initrd.scm
> @@ -373,6 +373,7 @@ (define* (default-initrd-modules
>      ,@(if (target-riscv64? system)
>            '()
>            '("hid-apple"))
> +    "mmc_block"                                ;for MMC block device driver
>      "dm-crypt" "xts" "serpent_generic" "wp512" ;for encrypted root partitions
>      "nls_iso8859-1"                            ;for `mkfs.fat`, et.al
>      ,@(if (string-match "^(x86_64|i[3-6]86)-" system)
>
> base-commit: 1436165c2f0adbb44d3f033c54db692167591248
pushed, closing.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified today.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.