diff options
| author | John Audia <therealgraysky@proton.me> | 2023-10-25 14:36:20 -0400 |
|---|---|---|
| committer | Nick Hainke <vincent@systemli.org> | 2023-10-26 12:08:52 +0200 |
| commit | cd86f6c24daace0c5c610dbc2a2c472014598ecd (patch) | |
| tree | f1318c0db6aef5ddc799ed537efcc04ffdb07b4a /target/linux/ipq806x | |
| parent | 732ae343ffb3ad19978b75a8105d55f5e6d1d435 (diff) | |
| download | upstream-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.patch | 2 |
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; |
