kernel: bump 4.9 to 4.9.72
Refresh patches. Runtime tested: ar71xx - Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
This commit is contained in:
parent
ab8da4d285
commit
7b6e01d389
14 changed files with 41 additions and 41 deletions
|
@ -4,12 +4,12 @@ LINUX_RELEASE?=1
|
||||||
|
|
||||||
LINUX_VERSION-3.18 = .71
|
LINUX_VERSION-3.18 = .71
|
||||||
LINUX_VERSION-4.4 = .107
|
LINUX_VERSION-4.4 = .107
|
||||||
LINUX_VERSION-4.9 = .70
|
LINUX_VERSION-4.9 = .72
|
||||||
LINUX_VERSION-4.14 = .6
|
LINUX_VERSION-4.14 = .6
|
||||||
|
|
||||||
LINUX_KERNEL_HASH-3.18.71 = 5abc9778ad44ce02ed6c8ab52ece8a21c6d20d21f6ed8a19287b4a38a50c1240
|
LINUX_KERNEL_HASH-3.18.71 = 5abc9778ad44ce02ed6c8ab52ece8a21c6d20d21f6ed8a19287b4a38a50c1240
|
||||||
LINUX_KERNEL_HASH-4.4.107 = d25dc23c8b05d34518ede68f03668cd344f805049a16bc4f189da90533881a17
|
LINUX_KERNEL_HASH-4.4.107 = d25dc23c8b05d34518ede68f03668cd344f805049a16bc4f189da90533881a17
|
||||||
LINUX_KERNEL_HASH-4.9.70 = baaf45f3826fa0d257a42005240cced402a12c99adf2a8d77402738304d5300a
|
LINUX_KERNEL_HASH-4.9.72 = 69f201f1eb9eade9a3cde26d3896a53df9fddf1e19f9fa7b36331b8b1976b83b
|
||||||
LINUX_KERNEL_HASH-4.14.6 = 0907678ba9ea146ddbdecd0a0b6363f56b896b5c61c9a15e809effb3ea346ccc
|
LINUX_KERNEL_HASH-4.14.6 = 0907678ba9ea146ddbdecd0a0b6363f56b896b5c61c9a15e809effb3ea346ccc
|
||||||
|
|
||||||
ifdef KERNEL_PATCHVER
|
ifdef KERNEL_PATCHVER
|
||||||
|
|
|
@ -13,7 +13,7 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
|
||||||
|
|
||||||
--- a/drivers/net/phy/b53/b53_common.c
|
--- a/drivers/net/phy/b53/b53_common.c
|
||||||
+++ b/drivers/net/phy/b53/b53_common.c
|
+++ b/drivers/net/phy/b53/b53_common.c
|
||||||
@@ -27,6 +27,7 @@
|
@@ -28,6 +28,7 @@
|
||||||
#include <linux/of.h>
|
#include <linux/of.h>
|
||||||
#include <linux/of_net.h>
|
#include <linux/of_net.h>
|
||||||
#include <linux/platform_data/b53.h>
|
#include <linux/platform_data/b53.h>
|
||||||
|
@ -21,7 +21,7 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
|
||||||
|
|
||||||
#include "b53_regs.h"
|
#include "b53_regs.h"
|
||||||
#include "b53_priv.h"
|
#include "b53_priv.h"
|
||||||
@@ -1578,6 +1579,28 @@ static int b53_switch_init(struct b53_de
|
@@ -1579,6 +1580,28 @@ static int b53_switch_init(struct b53_de
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
--- a/arch/arm/boot/dts/bcm2708-rpi-0-w.dts 2017-12-01 00:09:35.165577128 +0100
|
--- a/arch/arm/boot/dts/bcm2708-rpi-0-w.dts
|
||||||
+++ b/arch/arm/boot/dts/bcm2708-rpi-0-w.dts 2017-12-01 00:10:02.418981698 +0100
|
+++ b/arch/arm/boot/dts/bcm2708-rpi-0-w.dts
|
||||||
@@ -4,6 +4,7 @@
|
@@ -3,6 +3,7 @@
|
||||||
#include "bcm283x-rpi-smsc9512.dtsi"
|
#include "bcm2708.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
+ compatible = "raspberrypi,model-zero-w", "brcm,bcm2835";
|
+ compatible = "raspberrypi,model-zero-w", "brcm,bcm2835";
|
||||||
model = "Raspberry Pi Zero W";
|
model = "Raspberry Pi Zero W";
|
||||||
};
|
};
|
||||||
|
|
||||||
--- a/arch/arm/boot/dts/bcm2710-rpi-3-b.dts 2017-12-01 00:23:43.869682792 +0100
|
--- a/arch/arm/boot/dts/bcm2710-rpi-3-b.dts
|
||||||
+++ b/arch/arm/boot/dts/bcm2710-rpi-3-b.dts 2017-12-01 00:25:07.686338314 +0100
|
+++ b/arch/arm/boot/dts/bcm2710-rpi-3-b.dts
|
||||||
@@ -8,6 +8,7 @@
|
@@ -8,6 +8,7 @@
|
||||||
#include "bcm283x-rpi-smsc9514.dtsi"
|
#include "bcm283x-rpi-smsc9514.dtsi"
|
||||||
|
|
||||||
|
@ -18,8 +18,8 @@
|
||||||
model = "Raspberry Pi 3 Model B";
|
model = "Raspberry Pi 3 Model B";
|
||||||
};
|
};
|
||||||
|
|
||||||
--- a/arch/arm/boot/dts/bcm2709-rpi-2-b.dts 2017-12-01 00:24:16.899675426 +0100
|
--- a/arch/arm/boot/dts/bcm2709-rpi-2-b.dts
|
||||||
+++ b/arch/arm/boot/dts/bcm2709-rpi-2-b.dts 2017-12-01 00:24:53.973005148 +0100
|
+++ b/arch/arm/boot/dts/bcm2709-rpi-2-b.dts
|
||||||
@@ -4,6 +4,7 @@
|
@@ -4,6 +4,7 @@
|
||||||
#include "bcm283x-rpi-smsc9514.dtsi"
|
#include "bcm283x-rpi-smsc9514.dtsi"
|
||||||
|
|
||||||
|
@ -28,8 +28,8 @@
|
||||||
model = "Raspberry Pi 2 Model B";
|
model = "Raspberry Pi 2 Model B";
|
||||||
};
|
};
|
||||||
|
|
||||||
--- a/arch/arm/boot/dts/bcm2708-rpi-b.dts 2017-12-01 00:32:37.426847451 +0100
|
--- a/arch/arm/boot/dts/bcm2708-rpi-b.dts
|
||||||
+++ b/arch/arm/boot/dts/bcm2708-rpi-b.dts 2017-12-01 00:33:22.656955034 +0100
|
+++ b/arch/arm/boot/dts/bcm2708-rpi-b.dts
|
||||||
@@ -4,6 +4,7 @@
|
@@ -4,6 +4,7 @@
|
||||||
#include "bcm283x-rpi-smsc9512.dtsi"
|
#include "bcm283x-rpi-smsc9512.dtsi"
|
||||||
|
|
||||||
|
@ -38,8 +38,8 @@
|
||||||
model = "Raspberry Pi Model B";
|
model = "Raspberry Pi Model B";
|
||||||
};
|
};
|
||||||
|
|
||||||
--- a/arch/arm/boot/dts/bcm2708-rpi-b-plus.dts 2017-12-01 00:34:04.227056139 +0100
|
--- a/arch/arm/boot/dts/bcm2708-rpi-b-plus.dts
|
||||||
+++ b/arch/arm/boot/dts/bcm2708-rpi-b-plus.dts 2017-12-01 00:33:48.953685419 +0100
|
+++ b/arch/arm/boot/dts/bcm2708-rpi-b-plus.dts
|
||||||
@@ -4,6 +4,7 @@
|
@@ -4,6 +4,7 @@
|
||||||
#include "bcm283x-rpi-smsc9514.dtsi"
|
#include "bcm283x-rpi-smsc9514.dtsi"
|
||||||
|
|
||||||
|
@ -48,8 +48,8 @@
|
||||||
model = "Raspberry Pi Model B+";
|
model = "Raspberry Pi Model B+";
|
||||||
};
|
};
|
||||||
|
|
||||||
--- a/arch/arm/boot/dts/bcm2708-rpi-cm.dts 2017-12-01 00:21:41.226415322 +0100
|
--- a/arch/arm/boot/dts/bcm2708-rpi-cm.dts
|
||||||
+++ b/arch/arm/boot/dts/bcm2708-rpi-cm.dts 2017-12-01 00:21:08.206444802 +0100
|
+++ b/arch/arm/boot/dts/bcm2708-rpi-cm.dts
|
||||||
@@ -3,6 +3,7 @@
|
@@ -3,6 +3,7 @@
|
||||||
#include "bcm2708-rpi-cm.dtsi"
|
#include "bcm2708-rpi-cm.dtsi"
|
||||||
|
|
||||||
|
@ -58,8 +58,8 @@
|
||||||
model = "Raspberry Pi Compute Module";
|
model = "Raspberry Pi Compute Module";
|
||||||
};
|
};
|
||||||
|
|
||||||
--- a/arch/arm/boot/dts/bcm2710-rpi-cm3.dts 2017-12-01 00:40:17.454702202 +0100
|
--- a/arch/arm/boot/dts/bcm2710-rpi-cm3.dts
|
||||||
+++ b/arch/arm/boot/dts/bcm2710-rpi-cm3.dts 2017-12-01 00:40:10.521349773 +0100
|
+++ b/arch/arm/boot/dts/bcm2710-rpi-cm3.dts
|
||||||
@@ -3,6 +3,7 @@
|
@@ -3,6 +3,7 @@
|
||||||
#include "bcm2710.dtsi"
|
#include "bcm2710.dtsi"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/drivers/pci/probe.c
|
--- a/drivers/pci/probe.c
|
||||||
+++ b/drivers/pci/probe.c
|
+++ b/drivers/pci/probe.c
|
||||||
@@ -2014,7 +2014,8 @@ static void pcie_write_mrrs(struct pci_d
|
@@ -2015,7 +2015,8 @@ static void pcie_write_mrrs(struct pci_d
|
||||||
/* In the "safe" case, do not configure the MRRS. There appear to be
|
/* In the "safe" case, do not configure the MRRS. There appear to be
|
||||||
* issues with setting MRRS to 0 on a number of devices.
|
* issues with setting MRRS to 0 on a number of devices.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -841,7 +841,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
|
||||||
|
|
||||||
--- a/drivers/net/ethernet/moxa/moxart_ether.c
|
--- a/drivers/net/ethernet/moxa/moxart_ether.c
|
||||||
+++ b/drivers/net/ethernet/moxa/moxart_ether.c
|
+++ b/drivers/net/ethernet/moxa/moxart_ether.c
|
||||||
@@ -269,7 +269,7 @@ rx_next:
|
@@ -270,7 +270,7 @@ rx_next:
|
||||||
}
|
}
|
||||||
|
|
||||||
if (rx < budget) {
|
if (rx < budget) {
|
||||||
|
|
|
@ -101,7 +101,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
||||||
help
|
help
|
||||||
--- a/net/core/dev.c
|
--- a/net/core/dev.c
|
||||||
+++ b/net/core/dev.c
|
+++ b/net/core/dev.c
|
||||||
@@ -2942,10 +2942,20 @@ static int xmit_one(struct sk_buff *skb,
|
@@ -2943,10 +2943,20 @@ static int xmit_one(struct sk_buff *skb,
|
||||||
if (!list_empty(&ptype_all) || !list_empty(&dev->ptype_all))
|
if (!list_empty(&ptype_all) || !list_empty(&dev->ptype_all))
|
||||||
dev_queue_xmit_nit(skb, dev);
|
dev_queue_xmit_nit(skb, dev);
|
||||||
|
|
||||||
|
|
|
@ -63,7 +63,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
||||||
}
|
}
|
||||||
--- a/fs/proc/proc_tty.c
|
--- a/fs/proc/proc_tty.c
|
||||||
+++ b/fs/proc/proc_tty.c
|
+++ b/fs/proc/proc_tty.c
|
||||||
@@ -143,7 +143,10 @@ static const struct file_operations proc
|
@@ -144,7 +144,10 @@ static const struct file_operations proc
|
||||||
void proc_tty_register_driver(struct tty_driver *driver)
|
void proc_tty_register_driver(struct tty_driver *driver)
|
||||||
{
|
{
|
||||||
struct proc_dir_entry *ent;
|
struct proc_dir_entry *ent;
|
||||||
|
@ -75,7 +75,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
||||||
if (!driver->driver_name || driver->proc_entry ||
|
if (!driver->driver_name || driver->proc_entry ||
|
||||||
!driver->ops->proc_fops)
|
!driver->ops->proc_fops)
|
||||||
return;
|
return;
|
||||||
@@ -160,6 +163,9 @@ void proc_tty_unregister_driver(struct t
|
@@ -161,6 +164,9 @@ void proc_tty_unregister_driver(struct t
|
||||||
{
|
{
|
||||||
struct proc_dir_entry *ent;
|
struct proc_dir_entry *ent;
|
||||||
|
|
||||||
|
@ -85,7 +85,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
||||||
ent = driver->proc_entry;
|
ent = driver->proc_entry;
|
||||||
if (!ent)
|
if (!ent)
|
||||||
return;
|
return;
|
||||||
@@ -174,6 +180,9 @@ void proc_tty_unregister_driver(struct t
|
@@ -175,6 +181,9 @@ void proc_tty_unregister_driver(struct t
|
||||||
*/
|
*/
|
||||||
void __init proc_tty_init(void)
|
void __init proc_tty_init(void)
|
||||||
{
|
{
|
||||||
|
|
|
@ -34,7 +34,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
||||||
__u16 tc_index; /* traffic control index */
|
__u16 tc_index; /* traffic control index */
|
||||||
--- a/net/core/dev.c
|
--- a/net/core/dev.c
|
||||||
+++ b/net/core/dev.c
|
+++ b/net/core/dev.c
|
||||||
@@ -4523,6 +4523,9 @@ static enum gro_result dev_gro_receive(s
|
@@ -4524,6 +4524,9 @@ static enum gro_result dev_gro_receive(s
|
||||||
enum gro_result ret;
|
enum gro_result ret;
|
||||||
int grow;
|
int grow;
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
||||||
if (!(skb->dev->features & NETIF_F_GRO))
|
if (!(skb->dev->features & NETIF_F_GRO))
|
||||||
goto normal;
|
goto normal;
|
||||||
|
|
||||||
@@ -5811,6 +5814,48 @@ static void __netdev_adjacent_dev_unlink
|
@@ -5812,6 +5815,48 @@ static void __netdev_adjacent_dev_unlink
|
||||||
&upper_dev->adj_list.lower);
|
&upper_dev->adj_list.lower);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -93,7 +93,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
||||||
static int __netdev_upper_dev_link(struct net_device *dev,
|
static int __netdev_upper_dev_link(struct net_device *dev,
|
||||||
struct net_device *upper_dev, bool master,
|
struct net_device *upper_dev, bool master,
|
||||||
void *upper_priv, void *upper_info)
|
void *upper_priv, void *upper_info)
|
||||||
@@ -6009,6 +6054,8 @@ void netdev_upper_dev_unlink(struct net_
|
@@ -6010,6 +6055,8 @@ void netdev_upper_dev_unlink(struct net_
|
||||||
list_for_each_entry(i, &upper_dev->all_adj_list.upper, list)
|
list_for_each_entry(i, &upper_dev->all_adj_list.upper, list)
|
||||||
__netdev_adjacent_dev_unlink(dev, i->dev, i->ref_nr);
|
__netdev_adjacent_dev_unlink(dev, i->dev, i->ref_nr);
|
||||||
|
|
||||||
|
@ -102,7 +102,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
||||||
call_netdevice_notifiers_info(NETDEV_CHANGEUPPER, dev,
|
call_netdevice_notifiers_info(NETDEV_CHANGEUPPER, dev,
|
||||||
&changeupper_info.info);
|
&changeupper_info.info);
|
||||||
}
|
}
|
||||||
@@ -6609,6 +6656,7 @@ int dev_set_mac_address(struct net_devic
|
@@ -6610,6 +6657,7 @@ int dev_set_mac_address(struct net_devic
|
||||||
if (err)
|
if (err)
|
||||||
return err;
|
return err;
|
||||||
dev->addr_assign_type = NET_ADDR_SET;
|
dev->addr_assign_type = NET_ADDR_SET;
|
||||||
|
|
|
@ -417,7 +417,7 @@ Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
|
||||||
* These are the defined Ethernet Protocol ID's.
|
* These are the defined Ethernet Protocol ID's.
|
||||||
--- a/net/core/dev.c
|
--- a/net/core/dev.c
|
||||||
+++ b/net/core/dev.c
|
+++ b/net/core/dev.c
|
||||||
@@ -6603,9 +6603,18 @@ int dev_set_mtu(struct net_device *dev,
|
@@ -6604,9 +6604,18 @@ int dev_set_mtu(struct net_device *dev,
|
||||||
if (new_mtu == dev->mtu)
|
if (new_mtu == dev->mtu)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
|
|
@ -207,7 +207,7 @@ Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
|
||||||
* Note that the arbiter/ISA bridge appears to be buggy, specifically in
|
* Note that the arbiter/ISA bridge appears to be buggy, specifically in
|
||||||
--- a/arch/arm/mm/dma-mapping.c
|
--- a/arch/arm/mm/dma-mapping.c
|
||||||
+++ b/arch/arm/mm/dma-mapping.c
|
+++ b/arch/arm/mm/dma-mapping.c
|
||||||
@@ -2392,6 +2392,7 @@ void arch_setup_dma_ops(struct device *d
|
@@ -2410,6 +2410,7 @@ void arch_setup_dma_ops(struct device *d
|
||||||
|
|
||||||
set_dma_ops(dev, dma_ops);
|
set_dma_ops(dev, dma_ops);
|
||||||
}
|
}
|
||||||
|
|
|
@ -777,7 +777,7 @@ Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
|
||||||
};
|
};
|
||||||
|
|
||||||
struct tcrypt_result {
|
struct tcrypt_result {
|
||||||
@@ -1329,6 +1329,10 @@ static int do_test(const char *alg, u32
|
@@ -1331,6 +1331,10 @@ static int do_test(const char *alg, u32
|
||||||
ret += tcrypt_test("hmac(sha3-512)");
|
ret += tcrypt_test("hmac(sha3-512)");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
@ -788,7 +788,7 @@ Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
|
||||||
case 150:
|
case 150:
|
||||||
ret += tcrypt_test("ansi_cprng");
|
ret += tcrypt_test("ansi_cprng");
|
||||||
break;
|
break;
|
||||||
@@ -1390,6 +1394,9 @@ static int do_test(const char *alg, u32
|
@@ -1392,6 +1396,9 @@ static int do_test(const char *alg, u32
|
||||||
case 190:
|
case 190:
|
||||||
ret += tcrypt_test("authenc(hmac(sha512),cbc(des3_ede))");
|
ret += tcrypt_test("authenc(hmac(sha512),cbc(des3_ede))");
|
||||||
break;
|
break;
|
||||||
|
@ -798,7 +798,7 @@ Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
|
||||||
case 200:
|
case 200:
|
||||||
test_cipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0,
|
test_cipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0,
|
||||||
speed_template_16_24_32);
|
speed_template_16_24_32);
|
||||||
@@ -1404,9 +1411,9 @@ static int do_test(const char *alg, u32
|
@@ -1406,9 +1413,9 @@ static int do_test(const char *alg, u32
|
||||||
test_cipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0,
|
test_cipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0,
|
||||||
speed_template_32_40_48);
|
speed_template_32_40_48);
|
||||||
test_cipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0,
|
test_cipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0,
|
||||||
|
@ -810,7 +810,7 @@ Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
|
||||||
test_cipher_speed("cts(cbc(aes))", ENCRYPT, sec, NULL, 0,
|
test_cipher_speed("cts(cbc(aes))", ENCRYPT, sec, NULL, 0,
|
||||||
speed_template_16_24_32);
|
speed_template_16_24_32);
|
||||||
test_cipher_speed("cts(cbc(aes))", DECRYPT, sec, NULL, 0,
|
test_cipher_speed("cts(cbc(aes))", DECRYPT, sec, NULL, 0,
|
||||||
@@ -1837,9 +1844,9 @@ static int do_test(const char *alg, u32
|
@@ -1839,9 +1846,9 @@ static int do_test(const char *alg, u32
|
||||||
test_acipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0,
|
test_acipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0,
|
||||||
speed_template_32_40_48);
|
speed_template_32_40_48);
|
||||||
test_acipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0,
|
test_acipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0,
|
||||||
|
|
|
@ -37,7 +37,7 @@ Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
|
||||||
|
|
||||||
--- a/drivers/net/usb/r8152.c
|
--- a/drivers/net/usb/r8152.c
|
||||||
+++ b/drivers/net/usb/r8152.c
|
+++ b/drivers/net/usb/r8152.c
|
||||||
@@ -1812,6 +1812,10 @@ static int rx_bottom(struct r8152 *tp, i
|
@@ -1816,6 +1816,10 @@ static int rx_bottom(struct r8152 *tp, i
|
||||||
unsigned int pkt_len;
|
unsigned int pkt_len;
|
||||||
struct sk_buff *skb;
|
struct sk_buff *skb;
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ Signed-off-by: John Crispin <john@phrozen.org>
|
||||||
|
|
||||||
--- a/net/core/dev.c
|
--- a/net/core/dev.c
|
||||||
+++ b/net/core/dev.c
|
+++ b/net/core/dev.c
|
||||||
@@ -3550,6 +3550,58 @@ set_rps_cpu(struct net_device *dev, stru
|
@@ -3551,6 +3551,58 @@ set_rps_cpu(struct net_device *dev, stru
|
||||||
return rflow;
|
return rflow;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -69,7 +69,7 @@ Signed-off-by: John Crispin <john@phrozen.org>
|
||||||
/*
|
/*
|
||||||
* get_rps_cpu is called from netif_receive_skb and returns the target
|
* get_rps_cpu is called from netif_receive_skb and returns the target
|
||||||
* CPU from the RPS map of the receiving queue for a given skb.
|
* CPU from the RPS map of the receiving queue for a given skb.
|
||||||
@@ -3639,7 +3691,7 @@ static int get_rps_cpu(struct net_device
|
@@ -3640,7 +3692,7 @@ static int get_rps_cpu(struct net_device
|
||||||
try_rps:
|
try_rps:
|
||||||
|
|
||||||
if (map) {
|
if (map) {
|
||||||
|
@ -78,7 +78,7 @@ Signed-off-by: John Crispin <john@phrozen.org>
|
||||||
if (cpu_online(tcpu)) {
|
if (cpu_online(tcpu)) {
|
||||||
cpu = tcpu;
|
cpu = tcpu;
|
||||||
goto done;
|
goto done;
|
||||||
@@ -8430,6 +8482,9 @@ static int __init net_dev_init(void)
|
@@ -8431,6 +8483,9 @@ static int __init net_dev_init(void)
|
||||||
sd->backlog.weight = weight_p;
|
sd->backlog.weight = weight_p;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
|
||||||
bool "SGI IP22 (Indy/Indigo2)"
|
bool "SGI IP22 (Indy/Indigo2)"
|
||||||
--- a/drivers/pinctrl/Kconfig
|
--- a/drivers/pinctrl/Kconfig
|
||||||
+++ b/drivers/pinctrl/Kconfig
|
+++ b/drivers/pinctrl/Kconfig
|
||||||
@@ -115,6 +115,11 @@ config PINCTRL_LPC18XX
|
@@ -116,6 +116,11 @@ config PINCTRL_LPC18XX
|
||||||
help
|
help
|
||||||
Pinctrl driver for NXP LPC18xx/43xx System Control Unit (SCU).
|
Pinctrl driver for NXP LPC18xx/43xx System Control Unit (SCU).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue