]> git.pld-linux.org Git - packages/kernel.git/commitdiff
RT patch update for 4.14.73 auto/th/kernel-4.14-rt-4.14.73-1
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Wed, 10 Oct 2018 08:01:54 +0000 (10:01 +0200)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Wed, 10 Oct 2018 08:01:54 +0000 (10:01 +0200)
kernel-rt.patch

index 47d57e4b26855bbcb83555ef0b6e14b868a048b3..44c9589d7035c56ac3966e1e682353da26a17940 100644 (file)
@@ -26850,13 +26850,13 @@ index ea3c062e7e1c..643b36a0b8e1 100644
        ts->last_jiffies = basejiff;
  
        /*
-@@ -906,14 +912,7 @@ static bool can_stop_idle_tick(int cpu, struct tick_sched *ts)
+@@ -906,14 +912,7 @@
                return false;
  
        if (unlikely(local_softirq_pending() && cpu_online(cpu))) {
 -              static int ratelimit;
 -
--              if (ratelimit < 10 &&
+-              if (ratelimit < 10 && !in_softirq() &&
 -                  (local_softirq_pending() & SOFTIRQ_STOP_IDLE_MASK)) {
 -                      pr_warn("NOHZ: local_softirq_pending %02x\n",
 -                              (unsigned int) local_softirq_pending());
This page took 0.121034 seconds and 4 git commands to generate.