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);
-LINUX_VERSION-6.18 = .36
-LINUX_KERNEL_HASH-6.18.36 = fbab86c9f471c81075b280cca30bd85d790c060063a1245859b6344b07c9c44e
+LINUX_VERSION-6.18 = .37
+LINUX_KERNEL_HASH-6.18.37 = a83cd200e6646db52866b8309e9137b9e9048b613cbda10ced2b811aae125255
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
+ hi_div = (u64)hi_dur * (pre_div + 1);
state->duty_cycle = DIV64_U64_ROUND_UP(hi_div * NSEC_PER_SEC,
ipq_chip->clk_rate);
+