Commit d97ae647 authored by Frederic Weisbecker's avatar Frederic Weisbecker
Browse files

Merge branches 'rcu/torture', 'rcu/fixes', 'rcu/docs', 'rcu/refscale',...

Merge branches 'rcu/torture', 'rcu/fixes', 'rcu/docs', 'rcu/refscale', 'rcu/tasks' and 'rcu/stall' into rcu/next

rcu/torture: RCU torture, locktorture and generic torture infrastructure
rcu/fixes: Generic and misc fixes
rcu/docs: RCU documentation updates
rcu/refscale: RCU reference scalability test updates
rcu/tasks: RCU tasks updates
rcu/stall: Stall detection updates
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -181,7 +181,7 @@ operations is carried out at several levels:
   of this wait (or series of waits, as the case may be) is to permit a
   concurrent CPU-hotplug operation to complete.
#. In the case of RCU-sched, one of the last acts of an outgoing CPU is
   to invoke ``rcu_report_dead()``, which reports a quiescent state for
   to invoke ``rcutree_report_cpu_dead()``, which reports a quiescent state for
   that CPU. However, this is likely paranoia-induced redundancy.

+-----------------------------------------------------------------------+
+0 −9
Original line number Diff line number Diff line
@@ -564,15 +564,6 @@
       font-size="192"
       id="text202-7-9-6"
       style="font-size:192px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;stroke-width:0.025in;font-family:Courier">rcutree_migrate_callbacks()</text>
    <text
       xml:space="preserve"
       x="8335.4873"
       y="5357.1006"
       font-style="normal"
       font-weight="bold"
       font-size="192"
       id="text202-7-9-6-0"
       style="font-size:192px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;stroke-width:0.025in;font-family:Courier">rcu_migrate_callbacks()</text>
    <text
       xml:space="preserve"
       x="8768.4678"
+2 −2
Original line number Diff line number Diff line
@@ -1135,7 +1135,7 @@
       font-weight="bold"
       font-size="192"
       id="text202-7-5-3-27-6-5"
       style="font-size:192px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;stroke-width:0.025in;font-family:Courier">rcu_report_dead()</text>
       style="font-size:192px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;stroke-width:0.025in;font-family:Courier">rcutree_report_cpu_dead()</text>
    <text
       xml:space="preserve"
       x="3745.7725"
@@ -1256,7 +1256,7 @@
       font-style="normal"
       y="3679.27"
       x="-3804.9949"
       xml:space="preserve">rcu_cpu_starting()</text>
       xml:space="preserve">rcutree_report_cpu_starting()</text>
    <g
       style="fill:none;stroke-width:0.025in"
       id="g3107-7-5-0"
+2 −11
Original line number Diff line number Diff line
@@ -1446,15 +1446,6 @@
       font-size="192"
       id="text202-7-9-6"
       style="font-size:192px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;stroke-width:0.025in;font-family:Courier">rcutree_migrate_callbacks()</text>
    <text
       xml:space="preserve"
       x="8335.4873"
       y="5357.1006"
       font-style="normal"
       font-weight="bold"
       font-size="192"
       id="text202-7-9-6-0"
       style="font-size:192px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;stroke-width:0.025in;font-family:Courier">rcu_migrate_callbacks()</text>
    <text
       xml:space="preserve"
       x="8768.4678"
@@ -3274,7 +3265,7 @@
         font-weight="bold"
         font-size="192"
         id="text202-7-5-3-27-6-5"
         style="font-size:192px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;stroke-width:0.025in;font-family:Courier">rcu_report_dead()</text>
         style="font-size:192px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;stroke-width:0.025in;font-family:Courier">rcutree_report_cpu_dead()</text>
      <text
         xml:space="preserve"
         x="3745.7725"
@@ -3395,7 +3386,7 @@
         font-style="normal"
         y="3679.27"
         x="-3804.9949"
         xml:space="preserve">rcu_cpu_starting()</text>
         xml:space="preserve">rcutree_report_cpu_starting()</text>
      <g
         style="fill:none;stroke-width:0.025in"
         id="g3107-7-5-0"
+2 −2
Original line number Diff line number Diff line
@@ -607,7 +607,7 @@
       font-weight="bold"
       font-size="192"
       id="text202-7-5-3-27-6"
       style="font-size:192px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;stroke-width:0.025in;font-family:Courier">rcu_report_dead()</text>
       style="font-size:192px;font-style:normal;font-weight:bold;text-anchor:start;fill:#000000;stroke-width:0.025in;font-family:Courier">rcutree_report_cpu_dead()</text>
    <text
       xml:space="preserve"
       x="3745.7725"
@@ -728,7 +728,7 @@
       font-style="normal"
       y="3679.27"
       x="-3804.9949"
       xml:space="preserve">rcu_cpu_starting()</text>
       xml:space="preserve">rcutree_report_cpu_starting()</text>
    <g
       style="fill:none;stroke-width:0.025in"
       id="g3107-7-5-0"
Loading