aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x
diff options
context:
space:
mode:
authorJohn Audia <therealgraysky@proton.me>2024-01-01 09:47:05 -0500
committerNick Hainke <vincent@systemli.org>2024-01-02 18:28:58 +0100
commit131403d8aae659a4e1393ad252e19bf1fd5fb428 (patch)
tree99851432931fd74c35fcdaff5cad4a97c536113b /target/linux/ipq806x
parent511578c128121326a3c48fdb35e4e62f96dc7b9d (diff)
downloadupstream-131403d8aae659a4e1393ad252e19bf1fd5fb428.tar.gz
upstream-131403d8aae659a4e1393ad252e19bf1fd5fb428.tar.bz2
upstream-131403d8aae659a4e1393ad252e19bf1fd5fb428.zip
kernel: bump 6.1 to 6.1.70
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.70 All patches automatically rebased. Build system: x86/64 Build-tested: x86/64/AMD Cezanne, filogic/xiaomi_redmi-router-ax6000-ubootmod Run-tested: x86/64/AMD Cezanne, filogic/xiaomi_redmi-router-ax6000-ubootmod Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/ipq806x')
-rw-r--r--target/linux/ipq806x/patches-6.1/700-01-net-introduce-napi_is_scheduled-helper.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq806x/patches-6.1/700-01-net-introduce-napi_is_scheduled-helper.patch b/target/linux/ipq806x/patches-6.1/700-01-net-introduce-napi_is_scheduled-helper.patch
index 35c0d850cd7..f59c461f65a 100644
--- a/target/linux/ipq806x/patches-6.1/700-01-net-introduce-napi_is_scheduled-helper.patch
+++ b/target/linux/ipq806x/patches-6.1/700-01-net-introduce-napi_is_scheduled-helper.patch
@@ -66,7 +66,7 @@ Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
/**
--- a/net/core/dev.c
+++ b/net/core/dev.c
-@@ -6591,7 +6591,7 @@ static int __napi_poll(struct napi_struc
+@@ -6594,7 +6594,7 @@ static int __napi_poll(struct napi_struc
* accidentally calling ->poll() when NAPI is not scheduled.
*/
work = 0;