diff options
author | Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> | 2016-12-11 08:41:34 +0000 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-12-13 08:28:28 +0100 |
commit | f5b833b8fe9b182d24117139081d7e286092b721 (patch) | |
tree | 29c9f694052db34b967fe423fe16f244425d8531 /target/linux/layerscape/patches-4.4 | |
parent | 1feb166ee7e851435c174fa2c823f97f8cba8c35 (diff) | |
download | upstream-f5b833b8fe9b182d24117139081d7e286092b721.tar.gz upstream-f5b833b8fe9b182d24117139081d7e286092b721.tar.bz2 upstream-f5b833b8fe9b182d24117139081d7e286092b721.zip |
kernel: bump to 4.4.38
Bump & refresh patches for all 4.4 supported targets.
Compile & run tested: ar71xx - Archer C7 v2
Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
Diffstat (limited to 'target/linux/layerscape/patches-4.4')
-rw-r--r-- | target/linux/layerscape/patches-4.4/7021-net-Make-the-netdev-watchdog-aware-of-hardware-multi.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/layerscape/patches-4.4/7021-net-Make-the-netdev-watchdog-aware-of-hardware-multi.patch b/target/linux/layerscape/patches-4.4/7021-net-Make-the-netdev-watchdog-aware-of-hardware-multi.patch index 69bba053a7..35bad5d39e 100644 --- a/target/linux/layerscape/patches-4.4/7021-net-Make-the-netdev-watchdog-aware-of-hardware-multi.patch +++ b/target/linux/layerscape/patches-4.4/7021-net-Make-the-netdev-watchdog-aware-of-hardware-multi.patch @@ -21,7 +21,7 @@ Tested-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com> --- a/net/sched/sch_generic.c +++ b/net/sched/sch_generic.c -@@ -290,8 +290,23 @@ static void dev_watchdog(unsigned long a +@@ -334,8 +334,23 @@ static void dev_watchdog(unsigned long a txq = netdev_get_tx_queue(dev, i); /* * old device drivers set dev->trans_start |