From: John Audia Date: Sat, 27 Jun 2026 14:56:56 +0000 (-0400) Subject: kernel: bump 6.18 to 6.18.37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27ca0a3eefbfa09834681c06400ca06aa9f258d1;p=thirdparty%2Fopenwrt.git kernel: bump 6.18 to 6.18.37 Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.18.37 All patches automatically rebased via update_kernel.sh Build system: x86/64 Build-tested: x86/64-glibc Run-tested: x86/64-glibc Signed-off-by: John Audia Link: https://github.com/openwrt/openwrt/pull/23971 Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/generic/hack-6.18/721-net-add-packet-mangeling.patch b/target/linux/generic/hack-6.18/721-net-add-packet-mangeling.patch index 0db48497158..3c19fe17822 100644 --- a/target/linux/generic/hack-6.18/721-net-add-packet-mangeling.patch +++ b/target/linux/generic/hack-6.18/721-net-add-packet-mangeling.patch @@ -97,7 +97,7 @@ Signed-off-by: Felix Fietkau help --- a/net/core/dev.c +++ b/net/core/dev.c -@@ -3870,6 +3870,11 @@ static int xmit_one(struct sk_buff *skb, +@@ -3871,6 +3871,11 @@ static int xmit_one(struct sk_buff *skb, if (dev_nit_active_rcu(dev)) dev_queue_xmit_nit(skb, dev); diff --git a/target/linux/generic/kernel-6.18 b/target/linux/generic/kernel-6.18 index 1efcc0734ee..efbfe514334 100644 --- a/target/linux/generic/kernel-6.18 +++ b/target/linux/generic/kernel-6.18 @@ -1,2 +1,2 @@ -LINUX_VERSION-6.18 = .36 -LINUX_KERNEL_HASH-6.18.36 = fbab86c9f471c81075b280cca30bd85d790c060063a1245859b6344b07c9c44e +LINUX_VERSION-6.18 = .37 +LINUX_KERNEL_HASH-6.18.37 = a83cd200e6646db52866b8309e9137b9e9048b613cbda10ced2b811aae125255 diff --git a/target/linux/qualcommbe/patches-6.18/0403-pwm-fix-period-calculation.patch b/target/linux/qualcommbe/patches-6.18/0403-pwm-fix-period-calculation.patch index 78bce5fa11e..2606b767fc6 100644 --- a/target/linux/qualcommbe/patches-6.18/0403-pwm-fix-period-calculation.patch +++ b/target/linux/qualcommbe/patches-6.18/0403-pwm-fix-period-calculation.patch @@ -41,8 +41,6 @@ Signed-off-by: Kenneth Kasilag drivers/pwm/pwm-ipq.c | 122 ++++++++++++++---- 1 file changed, 108 insertions(+), 14 deletions(-) -diff --git a/drivers/pwm/pwm-ipq.c b/drivers/pwm/pwm-ipq.c -index 3619091b546d12..0b616def6ae4cd 100644 --- a/drivers/pwm/pwm-ipq.c +++ b/drivers/pwm/pwm-ipq.c @@ -89,10 +89,10 @@ static int ipq_pwm_apply(struct pwm_chip @@ -164,3 +162,4 @@ index 3619091b546d12..0b616def6ae4cd 100644 + hi_div = (u64)hi_dur * (pre_div + 1); state->duty_cycle = DIV64_U64_ROUND_UP(hi_div * NSEC_PER_SEC, ipq_chip->clk_rate); +