diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-06-28 02:48:01 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-06-28 02:49:48 +0200 |
commit | 2398ef3990b80f48e33b6f62e09ec5cd8edfd2db (patch) | |
tree | 426ee08c571ba8301aa5382879b5d46cf484f619 | |
parent | fb707bfabf6c85b0cc564b36085af3507933992e (diff) | |
download | drakx-2398ef3990b80f48e33b6f62e09ec5cd8edfd2db.tar drakx-2398ef3990b80f48e33b6f62e09ec5cd8edfd2db.tar.gz drakx-2398ef3990b80f48e33b6f62e09ec5cd8edfd2db.tar.bz2 drakx-2398ef3990b80f48e33b6f62e09ec5cd8edfd2db.tar.xz drakx-2398ef3990b80f48e33b6f62e09ec5cd8edfd2db.zip |
sync with kernel 5.6/5.7
-rw-r--r-- | images/NEWS | 2 | ||||
-rw-r--r-- | kernel/list_modules.pm | 6 | ||||
-rw-r--r-- | mdk-stage1/NEWS | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
5 files changed, 11 insertions, 3 deletions
diff --git a/images/NEWS b/images/NEWS index 7416316a9..69a2b83ed 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- sync with kernel 5.6/5.7 + Version 2.71 - 20 March 2020 by Thierry Vignaud - include amd-rng intel-rng diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index f6acf4ba0..986473c34 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -35,8 +35,8 @@ our %l = ( # add all phys qw(adin amd aquantia at803x bcm7xxx bcm87xx broadcom cicada cortina davicom dp83848 dp83867 dp83869 et1011c fixed_phy icplus intel-xway), qw(lxt marwell macb macb_pci marwell10g mdio-bcm-unimac mdio-bitbang mdio-cavium mdio-gpio mdio-i2c), - qw(mdio-mscc-mii mdio-thunder micrel microchip microchip_t1 mscc national nxp-tja11xx phylink), - qw(phy-bcm-kona-usb2 phy-cpcap-usb phy-exynos-usb2 phy-pxa-28nm-hsic), + qw(mdio-mscc-mii mdio-thunder mdio-xpcs micrel microchip microchip_t1 mscc national nxp-tja11xx phylink), + qw(phy-bcm-kona-usb2 phy-cpcap-usb phy-exynos-usb2 phy-intel-emmc phy-pxa-28nm-hsic), qw(phy-pxa-28nm-usb2 phy-qcom-usb-hs phy-qcom-usb-hsic phy-tusb1210), qw(qsemi r8152 r815x realtek rockchip sfp smsc spi_ks8995 ste10Xp teranetics vitesse xilinx_gmii2rgmii), ], @@ -326,7 +326,7 @@ our %l = ( qw(hv_balloon pci-hyperv pci-hyperv-intf), # Don't include vboxvideo, it doesn't work properly in stage1 or stage2 (mga#23467) qw(vboxsf vboxguest vmw_balloon), - qw(nd_virtio virtio virtiofs virtio_balloon virtio-console virtio_input virtio_pci virtio_pmem virtio_ring vhost_scsi vhost_vsock hyperv-keyboard), + qw(nd_virtio virtio virtiofs virtio_balloon virtio-console virtio_input virtio_pci virtio_pmem virtio_ring vhost_iotlb vhost_scsi vhost_vsock hyperv-keyboard), qw(xen-front-pgdir-shbuf), # xfs and btrfs needs crc32c(-intel), f2fs needs crc32(_generic) diff --git a/mdk-stage1/NEWS b/mdk-stage1/NEWS index 5a231adac..a2936d063 100644 --- a/mdk-stage1/NEWS +++ b/mdk-stage1/NEWS @@ -1,3 +1,5 @@ +- sync with kernel 5.6/5.7 + 2.46 - make NVME code really generic and reuse if for most other disks diff --git a/perl-install/NEWS b/perl-install/NEWS index 38fc963da..a78f8968b 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +- recognize new kernel 5.5 - 5.7 drivers + Version 18.32 - 27 June 2020 - diskdrake: fix a crash when a disk has a filesystem directly without a diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index f68306100..1666b1917 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- recognize new kernel 5.5 - 5.7 drivers + Version 18.31 - 18 June 2020 - restore flat list option for individual package selection |