From ac3b5f00e17de2c7791748f6fa434eb93ee3b66e Mon Sep 17 00:00:00 2001 From: Koen Vandeputte Date: Thu, 18 Apr 2019 15:11:42 +0200 Subject: kernel: bump 4.14 to 4.14.112 Refreshed all patches. Compile-tested on: cns3xxx, imx6 Runtime-tested on: cns3xxx, imx6 Signed-off-by: Koen Vandeputte --- target/linux/generic/config-4.14 | 1 + .../408-sfp-move-module-eeprom-ethtool-access-into-netdev-co.patch | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'target') diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14 index ea5aeed90a..10aba65a72 100644 --- a/target/linux/generic/config-4.14 +++ b/target/linux/generic/config-4.14 @@ -2269,6 +2269,7 @@ CONFIG_LBDAF=y # CONFIG_LCD_S6E63M0 is not set # CONFIG_LCD_TDO24M is not set # CONFIG_LCD_VGG2432A4 is not set +CONFIG_LDISC_AUTOLOAD=y # CONFIG_LDM_PARTITION is not set CONFIG_LD_DEAD_CODE_DATA_ELIMINATION=y # CONFIG_LEDS_BCM6328 is not set diff --git a/target/linux/mvebu/patches-4.14/408-sfp-move-module-eeprom-ethtool-access-into-netdev-co.patch b/target/linux/mvebu/patches-4.14/408-sfp-move-module-eeprom-ethtool-access-into-netdev-co.patch index 540ef51ba4..1de8caab8b 100644 --- a/target/linux/mvebu/patches-4.14/408-sfp-move-module-eeprom-ethtool-access-into-netdev-co.patch +++ b/target/linux/mvebu/patches-4.14/408-sfp-move-module-eeprom-ethtool-access-into-netdev-co.patch @@ -159,7 +159,7 @@ Signed-off-by: Russell King #include #include #include -@@ -2190,6 +2191,9 @@ static int __ethtool_get_module_info(str +@@ -2201,6 +2202,9 @@ static int __ethtool_get_module_info(str const struct ethtool_ops *ops = dev->ethtool_ops; struct phy_device *phydev = dev->phydev; @@ -169,7 +169,7 @@ Signed-off-by: Russell King if (phydev && phydev->drv && phydev->drv->module_info) return phydev->drv->module_info(phydev, modinfo); -@@ -2224,6 +2228,9 @@ static int __ethtool_get_module_eeprom(s +@@ -2235,6 +2239,9 @@ static int __ethtool_get_module_eeprom(s const struct ethtool_ops *ops = dev->ethtool_ops; struct phy_device *phydev = dev->phydev; -- cgit v1.2.3