diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-09-06 14:17:17 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-09-07 17:22:23 +0200 |
commit | 81d73ae747881387efd060db5c42c98de694024d (patch) | |
tree | b241aa75eaf4800c07f19c06a9468c488b561191 /target/linux/generic | |
parent | 5c8d61d7e32d1cfb1b2bb5b10f530c673a0b51d9 (diff) | |
download | upstream-81d73ae747881387efd060db5c42c98de694024d.tar.gz upstream-81d73ae747881387efd060db5c42c98de694024d.tar.bz2 upstream-81d73ae747881387efd060db5c42c98de694024d.zip |
kernel: bump 4.9 to 4.9.125
Refreshed all patches.
Compile-tested on: ar71xx
Runtime-tested on: ar71xx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/backport-4.9/090-net-generalize-napi_complete_done.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/backport-4.9/090-net-generalize-napi_complete_done.patch b/target/linux/generic/backport-4.9/090-net-generalize-napi_complete_done.patch index 127707827e..3268b3407a 100644 --- a/target/linux/generic/backport-4.9/090-net-generalize-napi_complete_done.patch +++ b/target/linux/generic/backport-4.9/090-net-generalize-napi_complete_done.patch @@ -302,7 +302,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net> if (alx->flags & ALX_FLAG_USING_MSIX) { --- a/drivers/net/ethernet/atheros/atl1c/atl1c_main.c +++ b/drivers/net/ethernet/atheros/atl1c/atl1c_main.c -@@ -1885,7 +1885,7 @@ static int atl1c_clean(struct napi_struc +@@ -1886,7 +1886,7 @@ static int atl1c_clean(struct napi_struc if (work_done < budget) { quit_polling: |