summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2019-12-22 19:35:03 +0200
committerThomas Backlund <tmb@mageia.org>2019-12-22 19:35:03 +0200
commit3bccc8be161c7b95ca1ec6f7e17af627d874ff78 (patch)
tree497b45dc9ca01eddfb966bccd2ffa2fd48589e30
parenteeb9207906b719d27677ddd1d0ebc69da5fe242f (diff)
downloaddrakx-3bccc8be161c7b95ca1ec6f7e17af627d874ff78.tar
drakx-3bccc8be161c7b95ca1ec6f7e17af627d874ff78.tar.gz
drakx-3bccc8be161c7b95ca1ec6f7e17af627d874ff78.tar.bz2
drakx-3bccc8be161c7b95ca1ec6f7e17af627d874ff78.tar.xz
drakx-3bccc8be161c7b95ca1ec6f7e17af627d874ff78.zip
sync with kernel 5.4
-rw-r--r--images/NEWS2
-rw-r--r--kernel/list_modules.pm10
-rw-r--r--mdk-stage1/NEWS2
3 files changed, 9 insertions, 5 deletions
diff --git a/images/NEWS b/images/NEWS
index b13b86653..95331e0ed 100644
--- a/images/NEWS
+++ b/images/NEWS
@@ -1,3 +1,5 @@
+- sync with kernel 5.4
+
Version 2.68 - 9 October 2019 by Thierry Vignaud
- sync with kernel 5.3
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index bf982efdb..40fe38028 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -33,7 +33,7 @@ our %l = (
qw(sungem sunhme), # drivers for ultrasparc, but compiled in ix86 kernels...
qw(3c59x 8139too 8139cp cpmac niu sundance), #rtl8139
# add all phys
- qw(amd aquantia at803x bcm7xxx bcm87xx broadcom cicada cortina davicom dp83848 dp83867 et1011c fixed_phy icplus intel-xway),
+ qw(adin amd aquantia at803x bcm7xxx bcm87xx broadcom cicada cortina davicom dp83848 dp83867 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),
@@ -43,7 +43,7 @@ our %l = (
firewire => [ qw(eth1394 pcilynx) ],
gigabit => [
qw(amd-xgbe alx aqc111 atl1 atl1c atl1e atlantic at91_ether ax88179_178a bcmsysport be2net bna bnx2 bnx2x bnxt_en cxgb cxgb3 cxgb4 dl2k dwc-xlgmac e1000 e1000e et131x),
- qw(gve hinic hfi1 igb igc ipg ixgb ixgbe lan78xx liquidio liquidio_vf macb mlx4_core mlx4_en mlx5_core mvmdio myri_sbus myri10ge netxen_nic nixge ns83820 pch_gbe),
+ qw(gve hinic hfi1 igb igc ionic ipg ixgb ixgbe lan78xx liquidio liquidio_vf macb mlx4_core mlx4_en mlx5_core mvmdio myri_sbus myri10ge netxen_nic nixge ns83820 pch_gbe),
qw(qla3xxx r8169 s2io samsung-sxgbe sfc sfc-falcon sxg_nic sis190 sk98lin skge sky2 slicoss spidernet stmmac tehuti tg3 via-velocity vxge yellowfin),
qw(bcm5820 bcm5700), #- encrypted
],
@@ -290,7 +290,7 @@ our %l = (
# just here for classification, unused categories (nor auto-detect, nor load_thiskind)
{
raid => [
- qw(dm-bio-prison dm-bufio dm-cache dm-crypt dm-log dm-log-userspace dm-mirror dm-mod dm-multipath dm-persistent-data dm-queue-length dm-raid),
+ qw(dm-bio-prison dm-bufio dm-cache dm-clone dm-crypt dm-log dm-log-userspace dm-mirror dm-mod dm-multipath dm-persistent-data dm-queue-length dm-raid),
qw(dm-region-hash dm-round-robindm-service-time dm-snapshot dm-zero faulty linear lvm-mod md-mod multipath md-mod raid0 raid10 raid1 raid456),
# needed by raid456 and dm-raid 456 target
qw(async_memcpy async_pq async_raid6_recov async_tx async_xor raid6_pq xor),
@@ -322,10 +322,10 @@ our %l = (
'ulpi',
# Virtualization:
- qw(hv_balloon pci-hyperv),
+ 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(virtio virtio_balloon virtio-console virtio_input virtio_pci virtio_pmem virtio_ring vhost_scsi vhost_vsock hyperv-keyboard),
+ qw(virtio virtiofs virtio_balloon virtio-console virtio_input virtio_pci virtio_pmem virtio_ring vhost_scsi vhost_vsock hyperv-keyboard),
qw(crc32c crc32c-intel),
'nvme',
diff --git a/mdk-stage1/NEWS b/mdk-stage1/NEWS
index a804c3238..7a9d090b0 100644
--- a/mdk-stage1/NEWS
+++ b/mdk-stage1/NEWS
@@ -1,3 +1,5 @@
+- sync with kernel 5.4
+
2.41
- sync with kernel 5.3