aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x
diff options
context:
space:
mode:
authorJohn Audia <therealgraysky@proton.me>2023-10-25 14:36:20 -0400
committerNick Hainke <vincent@systemli.org>2023-10-26 12:08:52 +0200
commitcd86f6c24daace0c5c610dbc2a2c472014598ecd (patch)
treef1318c0db6aef5ddc799ed537efcc04ffdb07b4a /target/linux/ipq806x
parent732ae343ffb3ad19978b75a8105d55f5e6d1d435 (diff)
downloadupstream-cd86f6c24daace0c5c610dbc2a2c472014598ecd.tar.gz
upstream-cd86f6c24daace0c5c610dbc2a2c472014598ecd.tar.bz2
upstream-cd86f6c24daace0c5c610dbc2a2c472014598ecd.zip
kernel: bump 6.1 to 6.1.60
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.60 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 a9bcb0aa459..35c0d850cd7 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
-@@ -6566,7 +6566,7 @@ static int __napi_poll(struct napi_struc
+@@ -6591,7 +6591,7 @@ static int __napi_poll(struct napi_struc
* accidentally calling ->poll() when NAPI is not scheduled.
*/
work = 0;