From unknown Sun Jun 22 08:04:03 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#77540] [PATCH] linux-initrd: Add mmc_block. Resent-From: Zheng Junjie Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 04 Apr 2025 18:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 77540 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 77540@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.174379302711963 (code B ref -1); Fri, 04 Apr 2025 18:58:02 +0000 Received: (at submit) by debbugs.gnu.org; 4 Apr 2025 18:57:07 +0000 Received: from localhost ([127.0.0.1]:39915 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u0mDu-00036p-UM for submit@debbugs.gnu.org; Fri, 04 Apr 2025 14:57:07 -0400 Received: from lists.gnu.org ([2001:470:142::17]:55682) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u0mDo-000365-8M for submit@debbugs.gnu.org; Fri, 04 Apr 2025 14:57:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u0mDi-0002gf-02 for guix-patches@gnu.org; Fri, 04 Apr 2025 14:56:50 -0400 Received: from mail.z572.online ([88.99.160.180]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u0mDV-0004nR-RM for guix-patches@gnu.org; Fri, 04 Apr 2025 14:56:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=z572.online; s=me; t=1743793368; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=I0zHx3wSe2KPYmhpCYgfzPmoOXyA/1KVaIOMPfbRuBg=; b=c2IRgCHdhgqFnh9sLZw4EpxVMe+bSvb8dRnVeLPdDj615fUgtDb5SJ1e4LiJUuV4UiKiyW E/erp/FlPf7gpHO922a7eSbNBgMR3LSEV1a62BPqQh07dI+0oT4mEYcjSlr6nQk4dkT7lL u1pdaNImx3zWVL0WuxNbJ/mRyJGqKdg= Received: from m.tailaa68d.ts.net (mail1.85362086.com [107.174.64.25]) by mail.z572.online (OpenSMTPD) with ESMTPSA id 94899c1d (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Fri, 4 Apr 2025 19:02:45 +0000 (UTC) From: Zheng Junjie Date: Sat, 5 Apr 2025 02:56:18 +0800 Message-ID: <13f035725828e9a035fce30c5486a47cc5e7f202.1743792978.git.z572@z572.online> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=88.99.160.180; envelope-from=z572@z572.online; helo=mail.z572.online X-Spam_score_int: -5 X-Spam_score: -0.6 X-Spam_bar: / X-Spam_report: (-0.6 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.499, FROM_SUSPICIOUS_NTLD_FP=1.026, PDS_OTHER_BAD_TLD=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: 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(+) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2001:470:142:0:0:0:0:17 listed in] [list.dnswl.org] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 1.0 FROM_SUSPICIOUS_NTLD_FP From abused NTLD X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) 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 From unknown Sun Jun 22 08:04:03 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#77540] [PATCH] linux-initrd: Add mmc_block. Resent-From: Danny Milosavljevic Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 05 Apr 2025 11:38:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 77540 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Zheng Junjie Cc: 77540@debbugs.gnu.org Received: via spool by 77540-submit@debbugs.gnu.org id=B77540.174385302631092 (code B ref 77540); Sat, 05 Apr 2025 11:38:02 +0000 Received: (at 77540) by debbugs.gnu.org; 5 Apr 2025 11:37:06 +0000 Received: from localhost ([127.0.0.1]:41786 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u11pi-00085Q-8f for submit@debbugs.gnu.org; Sat, 05 Apr 2025 07:37:06 -0400 Received: from butterfly.birch.relay.mailchannels.net ([23.83.209.27]:62577) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u11pg-00085F-Kf for 77540@debbugs.gnu.org; Sat, 05 Apr 2025 07:37:05 -0400 X-Sender-Id: dreamhost|x-authsender|dannym@friendly-machines.com Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 77F4E2481F; Sat, 5 Apr 2025 11:37:02 +0000 (UTC) Received: from pdx1-sub0-mail-a206.dreamhost.com (trex-5.trex.outbound.svc.cluster.local [100.107.20.214]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 5829A2498B; Sat, 5 Apr 2025 11:37:00 +0000 (UTC) ARC-Seal: i=1; s=arc-2022; d=mailchannels.net; t=1743853020; a=rsa-sha256; cv=none; b=HyBrtXoKnZYiGpUZHj34evEG/mJCA5Y12hKgciDu3x4+G2uQQs7udouGMZvjv5Q4fbou9L O8hrJ+RgvwIItO8U7oi4/9sJxztCpQ32gnJgCOCjq8BxpkbTeJoQCzHV9yfYubUokd1JV9 NY9PHBCyjBglGkepTmoWbJKSB5yldqxALWmPx6cTi6cACIOkLl3roBUH5tLwvHMpbXCJXR 6OxPkDwMwppunXPJrqqlsC6TtGxA6xbouIjDrXRCMTUJXgeNhUW044ThuMQ+D5nM2NI1/5 B8xHVdgQ6oWdFVI2cJWOBKvkwRA3KIr0POHWfM3/nHnyKlT1wlJwVolun4OjiQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=mailchannels.net; s=arc-2022; t=1743853020; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references:dkim-signature; bh=eN064G0m2M3znHcLJ/4CapP76cUcDLKuSGk/kbaJXRc=; b=T2jXhSdk70UVNSKDjTMExpmVTkhMdAL3nJ/2yzBxF/ce9C5FLHNZJqZm7xCcpkvorpQ32J cT12291JOOTdmSxN3uV+JVqXiIR+IQxBN1VA3q1zTZjA5fzzPYocwPdBbYDWudtj0gmP1R sifK0c2dlpH4EmJOMxYewJuHRpCZBnkCrGcqcPB/+Kq+/uR3nodElHHsszTByA0s6Iw2dO YJiXeAOtSiiZbWI/SLu8xgw57F1hTpBSZjhZ60yyVtZVBIQElYnxB5KZHvk9RkT5AIhOIC +CHAbJnDdz0W52rfQsY5fGsC4WWnlyqpSi+OKVBxpgh58qr9nzHCcPyX2YRwQw== ARC-Authentication-Results: i=1; rspamd-7dd6dcd7db-2wrq9; auth=pass smtp.auth=dreamhost smtp.mailfrom=dannym@friendly-machines.com X-Sender-Id: dreamhost|x-authsender|dannym@friendly-machines.com X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|dannym@friendly-machines.com X-MailChannels-Auth-Id: dreamhost X-Thoughtful-Whistle: 0db0e82963115bfa_1743853022329_679990207 X-MC-Loop-Signature: 1743853022329:2995190163 X-MC-Ingress-Time: 1743853022329 Received: from pdx1-sub0-mail-a206.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384) by 100.107.20.214 (trex/7.0.3); Sat, 05 Apr 2025 11:37:02 +0000 Received: from nova (84-115-226-251.cable.dynamic.surfer.at [84.115.226.251]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: dannym@friendly-machines.com) by pdx1-sub0-mail-a206.dreamhost.com (Postfix) with ESMTPSA id 4ZVD2z3Ndbz1v3; Sat, 5 Apr 2025 04:36:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=friendly-machines.com; s=dreamhost; t=1743853020; bh=eN064G0m2M3znHcLJ/4CapP76cUcDLKuSGk/kbaJXRc=; h=From:To:Cc:Subject:Date:Content-Type; b=k+qkvbU+MfZYwfDUtY+WTsjFHYxqeV3Fk5XBeexjlQiDG4vZMhVdnO+AisYJBts0T oW7H0dnV2JMBj8Z7+J5XXjiS5xNkdTiF5sJmpw7Voa0MLHHaDMrj8UVv/HO0fqeVhc PPyJQFXhdp0KX8unIy/GLyygcmBuQuPYCETa+ma7SNmIqPx3QQzNbzDHJlt9Wbpk6I m6yzmLUFwke61eZ3jiWHClXxLMfpPFGy8/hNW2ESqcn/ZL5RRNBTf9zVZkiTeQ+QX2 zswBoDDiN85ENN9x8fWK8V9njbRWYgn2mIZUUuq2/L5knOy2goRKynnTdUaxLCG2VA ZETqwMcu/4k1A== From: Danny Milosavljevic In-Reply-To: <13f035725828e9a035fce30c5486a47cc5e7f202.1743792978.git.z572@z572.online> (Zheng Junjie's message of "Sat, 5 Apr 2025 02:56:18 +0800") References: <13f035725828e9a035fce30c5486a47cc5e7f202.1743792978.git.z572@z572.online> User-Agent: mu4e 1.12.9; emacs 29.4 Date: Sat, 05 Apr 2025 13:36:55 +0200 Message-ID: <87mscu4z6w.fsf@friendly-machines.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, Looks good to me! From unknown Sun Jun 22 08:04:03 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Zheng Junjie Subject: bug#77540: closed (Re: [bug#77540] [PATCH] linux-initrd: Add mmc_block.) Message-ID: References: <87tt6z86xe.fsf@z572.online> <13f035725828e9a035fce30c5486a47cc5e7f202.1743792978.git.z572@z572.online> X-Gnu-PR-Message: they-closed 77540 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 77540@debbugs.gnu.org Date: Tue, 08 Apr 2025 07:12:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1744096322-28143-1" This is a multi-part message in MIME format... ------------=_1744096322-28143-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #77540: [PATCH] linux-initrd: Add mmc_block. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 77540@debbugs.gnu.org. --=20 77540: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D77540 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1744096322-28143-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 77540-done) by debbugs.gnu.org; 8 Apr 2025 07:11:02 +0000 Received: from localhost ([127.0.0.1]:58609 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u236o-0007Ey-BR for submit@debbugs.gnu.org; Tue, 08 Apr 2025 03:11:02 -0400 Received: from mail.z572.online ([88.99.160.180]:51696) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u236c-0007EC-Le for 77540-done@debbugs.gnu.org; Tue, 08 Apr 2025 03:10:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=z572.online; s=me; t=1744096625; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=5FT0skSng3qB2eoDO45uvVyyoJ+jyWnRbyimYERlG9s=; b=mm81WbtzqMjEdaNKJHqxk2XVgijoANzdNXWvtf/rlD2jCtASg8cWgIoQYzdcNjwwsN1wy0 RSj5UbIBk0M5l2mQ8WXkurPaw5f8JiCZSidcz8wJT26F47+O7xxFxeWse219tl0QXKjmid JJ+9hOzj59cyfeCCKrLf3fxk6G3fprQ= Received: from m (mail1.85362086.com [107.174.64.25]) by mail.z572.online (OpenSMTPD) with ESMTPSA id 787b2fff (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <77540-done@debbugs.gnu.org>; Tue, 8 Apr 2025 07:17:05 +0000 (UTC) From: Z572 To: 77540-done@debbugs.gnu.org Subject: Re: [bug#77540] [PATCH] linux-initrd: Add mmc_block. In-Reply-To: <13f035725828e9a035fce30c5486a47cc5e7f202.1743792978.git.z572@z572.online> (Zheng Junjie's message of "Sat, 5 Apr 2025 02:56:18 +0800") References: <13f035725828e9a035fce30c5486a47cc5e7f202.1743792978.git.z572@z572.online> User-Agent: mu4e 1.12.9; emacs 30.0.92 Date: Tue, 08 Apr 2025 15:10:37 +0800 Message-ID: <87tt6z86xe.fsf@z572.online> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 77540-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) --=-=-= Content-Type: text/plain Zheng Junjie 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. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmf0y+0ACgkQO1qpk+Gi 3/AePg//WZXR7CDUSRnltGVM6DWNIxlOq8ZIxnHeiiO6sA5zAIKHAbJktYVixk2S UBqdgu6oMNuakZ2t+LNPrgQo4UlMP4IVKbEuTcmnQ2Hk+hSznhlHfX+UlWXORyFE lhTFH27PgwZOVoCmQuyJx3KwDEFq0KcqZ2j5ZJlqAtNIbEcOQm1IocVVupyU8qlO 4voiAgWFD8dJaHzFU0Seko8ZXOS1i7iOboc0zcFCfMj3HFBRb+QYsfkv4EJq3e9q L4jO7sVvLwHBqgUe3M8ROxrCHxTQVPDlvVqDNhDNxUuF8qcw/e5b6i0KzzcetKf2 +4j67T2KRJAaXdu4XsUb0WWBOrOrFG2iYg62MfDGS3Hs4M2zCo1+pA+HaWXEsBxM IWnvlUES6EF2KWiXoGDaSZscWrhVgAq/LhSS9jwk+AG8361nEXxPyT8atITs+JRI Ho3oQLjUHJYU0TZc5EuS30z/yM5sjuRZYiqq+6q8f1vX+vx6zpcnIkZC9LINqllv 4NOObYhPJk5gNddItCoHbhCRsL2McLu80pEydU/oLUJUZYZ8l5abNgzdCss0s8W4 maTnPnVy8vgSYxya1Q6nu60aw77ubwOednnKcZcHBrYvbG0U7gNz8TKu4W5eMH4l Ma8ReFQcYGaHLig+v0QP7lGIgKF2PCL30JquI0cCOQ3gAr62F88= =9C20 -----END PGP SIGNATURE----- --=-=-=-- ------------=_1744096322-28143-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 4 Apr 2025 18:57:07 +0000 Received: from localhost ([127.0.0.1]:39915 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u0mDu-00036p-UM for submit@debbugs.gnu.org; Fri, 04 Apr 2025 14:57:07 -0400 Received: from lists.gnu.org ([2001:470:142::17]:55682) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u0mDo-000365-8M for submit@debbugs.gnu.org; Fri, 04 Apr 2025 14:57:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u0mDi-0002gf-02 for guix-patches@gnu.org; Fri, 04 Apr 2025 14:56:50 -0400 Received: from mail.z572.online ([88.99.160.180]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u0mDV-0004nR-RM for guix-patches@gnu.org; Fri, 04 Apr 2025 14:56:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=z572.online; s=me; t=1743793368; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=I0zHx3wSe2KPYmhpCYgfzPmoOXyA/1KVaIOMPfbRuBg=; b=c2IRgCHdhgqFnh9sLZw4EpxVMe+bSvb8dRnVeLPdDj615fUgtDb5SJ1e4LiJUuV4UiKiyW E/erp/FlPf7gpHO922a7eSbNBgMR3LSEV1a62BPqQh07dI+0oT4mEYcjSlr6nQk4dkT7lL u1pdaNImx3zWVL0WuxNbJ/mRyJGqKdg= Received: from m.tailaa68d.ts.net (mail1.85362086.com [107.174.64.25]) by mail.z572.online (OpenSMTPD) with ESMTPSA id 94899c1d (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Fri, 4 Apr 2025 19:02:45 +0000 (UTC) From: Zheng Junjie To: guix-patches@gnu.org Subject: [PATCH] linux-initrd: Add mmc_block. Date: Sat, 5 Apr 2025 02:56:18 +0800 Message-ID: <13f035725828e9a035fce30c5486a47cc5e7f202.1743792978.git.z572@z572.online> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=88.99.160.180; envelope-from=z572@z572.online; helo=mail.z572.online X-Spam_score_int: -5 X-Spam_score: -0.6 X-Spam_bar: / X-Spam_report: (-0.6 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.499, FROM_SUSPICIOUS_NTLD_FP=1.026, PDS_OTHER_BAD_TLD=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: 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(+) Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2001:470:142:0:0:0:0:17 listed in] [list.dnswl.org] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 1.0 FROM_SUSPICIOUS_NTLD_FP From abused NTLD X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) 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 ------------=_1744096322-28143-1--