summaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/patches-6.1
diff options
context:
space:
mode:
authorJohn Audia <therealgraysky@proton.me>2023-10-20 04:15:03 -0400
committerNick Hainke <vincent@systemli.org>2023-10-21 09:33:12 +0200
commitbb8fd41f9a6775734882fe9707f7ad5e5edfbf9e (patch)
tree91d1a17153b3bef34844b1eab2e22b93e8cca2c5 /target/linux/ipq806x/patches-6.1
parent33e72eba5fcdce6fbb563289e76f58f3c93d5928 (diff)
downloadopenwrt-bb8fd41f9a6775734882fe9707f7ad5e5edfbf9e.tar.gz
openwrt-bb8fd41f9a6775734882fe9707f7ad5e5edfbf9e.tar.bz2
openwrt-bb8fd41f9a6775734882fe9707f7ad5e5edfbf9e.zip
kernel: bump 6.1 to 6.1.59
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.59 Manually rebased: bcm27xx/patches-6.1/950-0124-Add-support-for-all-the-downstream-rpi-sound-card-dr.patch Removed upstreamed: generic/backport-6.1/781-v6.6-02-net-dsa-qca8k-fix-potential-MDIO-bus-conflict-when-a.patch[1] All other patches automatically rebased. 1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.1.59&id=881050b25b1dda7b0f14d40d1b09bf38cb3b427c Build system: x86/64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/ipq806x/patches-6.1')
-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 9694bf1144..a9bcb0aa45 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
-@@ -6562,7 +6562,7 @@ static int __napi_poll(struct napi_struc
+@@ -6566,7 +6566,7 @@ static int __napi_poll(struct napi_struc
* accidentally calling ->poll() when NAPI is not scheduled.
*/
work = 0;