Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/
Date: Sat, 14 Dec 2019 19:02:41
Message-Id: 1576349081.63f7d255e2dc2956f293f1e7f5f7b4c503951fb0.whissi@gentoo
1 commit: 63f7d255e2dc2956f293f1e7f5f7b4c503951fb0
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 13 08:41:20 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 14 18:44:41 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=63f7d255
7
8 modules_load: include realtek for r8169
9
10 Since linux-5.3-rc1, the r8169 driver triggers a kernel oops unless the
11 realtek module is also included in the initramfs.
12
13 See: https://bugzilla.kernel.org/show_bug.cgi?id=204343
14 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
15 Closes: https://github.com/gentoo/genkernel/pull/11
16 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
17
18 defaults/modules_load | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/defaults/modules_load b/defaults/modules_load
22 index 1b85842..9caa3c7 100644
23 --- a/defaults/modules_load
24 +++ b/defaults/modules_load
25 @@ -16,7 +16,7 @@ MODULES_WAITSCAN="scsi_wait_scan"
26 MODULES_BLOCK="sdhci_acpi sdhci_pci"
27
28 # Hardware (Network)
29 -MODULES_NET="8139cp 8139too atl1c atlantic bcm_phy_lib bnx2 bonding broadcom cxgb cxgb3 cxgb4 e1000 e1000e ena hv_netvsc ionic igb ixgb ixgbe macvlan pcnet32 r8169 samsung-sxgbe sky2 tg3 tulip virtio_net vmxnet3 vxge vxlan gve"
30 +MODULES_NET="8139cp 8139too atl1c atlantic bcm_phy_lib bnx2 bonding broadcom cxgb cxgb3 cxgb4 e1000 e1000e ena hv_netvsc ionic igb ixgb ixgbe macvlan pcnet32 r8169 realtek samsung-sxgbe sky2 tg3 tulip virtio_net vmxnet3 vxge vxlan gve"
31
32 # iSCSI support
33 MODULES_ISCSI="scsi_transport_iscsi libiscsi iscsi_tcp"