1. 03 10月, 2008 1 次提交
    • P
      rcu: RCU-based detection of stalled CPUs for Classic RCU · 2133b5d7
      Paul E. McKenney 提交于
      This patch adds stalled-CPU detection to Classic RCU.  This capability
      is enabled by a new config variable CONFIG_RCU_CPU_STALL_DETECTOR, which
      defaults disabled.
      
      This is a debugging feature to detect infinite loops in kernel code, not
      something that non-kernel-hackers would be expected to care about.
      
      This feature can detect looping CPUs in !PREEMPT builds and looping CPUs
      with preemption disabled in PREEMPT builds.  This is essentially a port of
      this functionality from the treercu patch, replacing the stall debug patch
      that is already in tip/core/rcu (commit 67182ae1).
      
      The changes from the patch in tip/core/rcu include making the config
      variable name match that in treercu, changing from seconds to jiffies to
      avoid spurious warnings, and printing a boot message when this feature
      is enabled.
      Signed-off-by: NPaul E. McKenney <paulmck@linux.vnet.ibm.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      2133b5d7
  2. 23 9月, 2008 1 次提交
  3. 27 8月, 2008 1 次提交
  4. 21 8月, 2008 1 次提交
    • P
      rcu: use irq-safe locks · 275a89bd
      Paul E. McKenney 提交于
      Some earlier tip/core/rcu patches caused RCU to incorrectly enable irqs
      too early in boot.  This caused Yinghai's repeated-kexec testing to
      hit oopses, presumably due to so that device interrupts left over from
      the prior kernel instance (which would oops the newly booting kernel
      before it got a chance to reset said devices).  This patch therefore
      converts all the local_irq_disable()s in rcuclassic.c to local_irq_save().
      
      Besides, I never did like local_irq_disable() anyway.  ;-)
      Signed-off-by: NPaul E. McKenney <paulmck@linux.vnet.ibm.com>
      Signed-off-by: NYinghai Lu <yhlu.kernel@gmail.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      275a89bd
  5. 19 8月, 2008 2 次提交
  6. 17 8月, 2008 1 次提交
    • P
      rcu: fix classic RCU locking cleanup lockdep problem · cd958517
      Paul E. McKenney 提交于
      On Fri, Aug 15, 2008 at 04:24:30PM +0200, Ingo Molnar wrote:
      >
      > Paul,
      >
      > one of your two recent RCU patches caused this lockdep splat in -tip
      > testing:
      >
      > ------------------->
      > Brought up 2 CPUs
      > Total of 2 processors activated (6850.87 BogoMIPS).
      > PM: Adding info for No Bus:platform
      > khelper used greatest stack depth: 3124 bytes left
      >
      > =================================
      > [ INFO: inconsistent lock state ]
      > 2.6.27-rc3-tip #1
      > ---------------------------------
      > inconsistent {softirq-on-W} -> {in-softirq-W} usage.
      > ksoftirqd/0/4 [HC0[0]:SC1[1]:HE1:SE0] takes:
      >  (&rcu_ctrlblk.lock){-+..}, at: [<c016d91c>] __rcu_process_callbacks+0x1ac/0x1f0
      > {softirq-on-W} state was registered at:
      >   [<c01528e4>] __lock_acquire+0x3f4/0x5b0
      >   [<c0152b29>] lock_acquire+0x89/0xc0
      >   [<c076142b>] _spin_lock+0x3b/0x70
      >   [<c016d649>] rcu_init_percpu_data+0x29/0x80
      >   [<c075e43f>] rcu_cpu_notify+0xaf/0xd0
      >   [<c076458d>] notifier_call_chain+0x2d/0x60
      >   [<c0145ede>] __raw_notifier_call_chain+0x1e/0x30
      >   [<c075db29>] _cpu_up+0x79/0x110
      >   [<c075dc0d>] cpu_up+0x4d/0x70
      >   [<c0a769e1>] kernel_init+0xb1/0x200
      >   [<c01048a3>] kernel_thread_helper+0x7/0x10
      >   [<ffffffff>] 0xffffffff
      > irq event stamp: 14
      > hardirqs last  enabled at (14): [<c01534db>] trace_hardirqs_on+0xb/0x10
      > hardirqs last disabled at (13): [<c014dbeb>] trace_hardirqs_off+0xb/0x10
      > softirqs last  enabled at (0): [<c012b186>] copy_process+0x276/0x1190
      > softirqs last disabled at (11): [<c0105c0a>] call_on_stack+0x1a/0x30
      >
      > other info that might help us debug this:
      > no locks held by ksoftirqd/0/4.
      >
      > stack backtrace:
      > Pid: 4, comm: ksoftirqd/0 Not tainted 2.6.27-rc3-tip #1
      >  [<c01504dc>] print_usage_bug+0x16c/0x1b0
      >  [<c0152455>] mark_lock+0xa75/0xb10
      >  [<c0108b75>] ? sched_clock+0x15/0x30
      >  [<c015289d>] __lock_acquire+0x3ad/0x5b0
      >  [<c0152b29>] lock_acquire+0x89/0xc0
      >  [<c016d91c>] ? __rcu_process_callbacks+0x1ac/0x1f0
      >  [<c076142b>] _spin_lock+0x3b/0x70
      >  [<c016d91c>] ? __rcu_process_callbacks+0x1ac/0x1f0
      >  [<c016d91c>] __rcu_process_callbacks+0x1ac/0x1f0
      >  [<c016d986>] rcu_process_callbacks+0x26/0x50
      >  [<c0132305>] __do_softirq+0x95/0x120
      >  [<c0132270>] ? __do_softirq+0x0/0x120
      >  [<c0105c0a>] call_on_stack+0x1a/0x30
      >  [<c0132426>] ? ksoftirqd+0x96/0x110
      >  [<c0132390>] ? ksoftirqd+0x0/0x110
      >  [<c01411f7>] ? kthread+0x47/0x80
      >  [<c01411b0>] ? kthread+0x0/0x80
      >  [<c01048a3>] ? kernel_thread_helper+0x7/0x10
      >  =======================
      > calling  init_cpufreq_transition_notifier_list+0x0/0x20
      > initcall init_cpufreq_transition_notifier_list+0x0/0x20 returned 0 after 0 msecs
      > calling  net_ns_init+0x0/0x190
      > net_namespace: 676 bytes
      > initcall net_ns_init+0x0/0x190 returned 0 after 0 msecs
      > calling  cpufreq_tsc+0x0/0x20
      > initcall cpufreq_tsc+0x0/0x20 returned 0 after 0 msecs
      > calling  reboot_init+0x0/0x20
      > initcall reboot_init+0x0/0x20 returned 0 after 0 msecs
      > calling  print_banner+0x0/0x10
      > Booting paravirtualized kernel on bare hardware
      >
      > <-----------------------
      >
      > my guess is on:
      >
      >  commit 1f7b94cd
      >  Author: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
      >  Date:   Tue Aug 5 09:21:44 2008 -0700
      >
      >     rcu: classic RCU locking and memory-barrier cleanups
      >
      > 	Ingo
      
      Fixes a problem detected by lockdep in which rcu->lock was acquired
      both in irq context and in process context, but without disabling from
      process context.
      Signed-off-by: NPaul E. McKenney <paulmck@linux.vnet.ibm.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      cd958517
  7. 15 8月, 2008 2 次提交
  8. 11 8月, 2008 2 次提交
    • I
      rcu, debug: detect stalled grace periods, cleanups · 78635fc7
      Ingo Molnar 提交于
      small cleanups.
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      78635fc7
    • P
      rcu, debug: detect stalled grace periods · 67182ae1
      Paul E. McKenney 提交于
      this is a diagnostic patch for Classic RCU.
      
      The approach is to record a timestamp at the beginning
      of the grace period (in rcu_start_batch()), then have
      rcu_check_callbacks() complain if:
      
       1.	it is running on a CPU that has holding up grace periods for
       	a long time (say one second).  This will identify the culprit
       	assuming that the culprit has not disabled hardware irqs,
       	instruction execution, or some such.
      
       2.	it is running on a CPU that is not holding up grace periods,
       	but grace periods have been held up for an even longer time
       	(say two seconds).
      
      It is enabled via the default-off CONFIG_DEBUG_RCU_STALL kernel parameter.
      
      Rather than exponential backoff, it backs off to once per 30 seconds.
      My feeling upon thinking on it was that if you have stalled RCU grace
      periods for that long, a few extra printk() messages are probably the
      least of your worries...
      Signed-off-by: NPaul E. McKenney <paulmck@linux.vnet.ibm.com>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: Yinghai Lu <yhlu.kernel@gmail.com>
      Cc: David Witbrodt <dawitbro@sbcglobal.net>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      67182ae1
  9. 28 7月, 2008 1 次提交
  10. 18 7月, 2008 2 次提交
    • L
      rcu classic: new algorithm for callbacks-processing(v2) · 5127bed5
      Lai Jiangshan 提交于
      This is v2, it's a little deference from v1 that I
      had send to lkml.
      use ACCESS_ONCE
      use rcu_batch_after/rcu_batch_before for batch # comparison.
      
      rcutorture test result:
      (hotplugs: do cpu-online/offline once per second)
      
      No CONFIG_NO_HZ:           OK, 12hours
      No CONFIG_NO_HZ, hotplugs: OK, 12hours
      CONFIG_NO_HZ=y:            OK, 24hours
      CONFIG_NO_HZ=y, hotplugs:  Failed.
      (Failed also without my patch applied, exactly the same bug occurred,
      http://lkml.org/lkml/2008/7/3/24)
      
      v1's email thread:
      http://lkml.org/lkml/2008/6/2/539
      
      v1's description:
      
      The code/algorithm of the implement of current callbacks-processing
      is very efficient and technical. But when I studied it and I found
      a disadvantage:
      
      In multi-CPU systems, when a new RCU callback is being
      queued(call_rcu[_bh]), this callback will be invoked after the grace
      period for the batch with batch number = rcp->cur+2 has completed
      very very likely in current implement. Actually, this callback can be
      invoked after the grace period for the batch with
      batch number = rcp->cur+1 has completed. The delay of invocation means
      that latency of synchronize_rcu() is extended. But more important thing
      is that the callbacks usually free memory, and these works are delayed
      too! it's necessary for reclaimer to free memory as soon as
      possible when left memory is few.
      
      A very simple way can solve this problem:
      a field(struct rcu_head::batch) is added to record the batch number for
      the RCU callback. And when a new RCU callback is being queued, we
      determine the batch number for this callback(head->batch = rcp->cur+1)
      and we move this callback to rdp->donelist if we find
      that head->batch <= rcp->completed when we process callbacks.
      This simple way reduces the wait time for invocation a lot. (about
      2.5Grace Period -> 1.5Grace Period in average in multi-CPU systems)
      
      This is my algorithm. But I do not add any field for struct rcu_head
      in my implement. We just need to memorize the last 2 batches and
      their batch number, because these 2 batches include all entries that
      for whom the grace period hasn't completed. So we use a special
      linked-list rather than add a field.
      Please see the comment of struct rcu_data.
      Signed-off-by: NLai Jiangshan <laijs@cn.fujitsu.com>
      Cc: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
      Cc: Dipankar Sarma <dipankar@in.ibm.com>
      Cc: Gautham Shenoy <ego@in.ibm.com>
      Cc: Dhaval Giani <dhaval@linux.vnet.ibm.com>
      Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      5127bed5
    • L
      rcu classic: simplify the next pending batch · 3cac97cb
      Lai Jiangshan 提交于
      use a batch number(rcp->pending) instead of a flag(rcp->next_pending)
      
      rcu_start_batch() need to change this flag, so mb()s is needed
      for memory-access safe.
      
      but(after this patch applied) rcu_start_batch() do not change
      this batch number(rcp->pending), rcp->pending is managed by
      __rcu_process_callbacks only, and troublesome mb()s are eliminated.
      
      And codes look simpler and clearer.
      Signed-off-by: NLai Jiangshan <laijs@cn.fujitsu.com>
      Cc: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
      Cc: Dipankar Sarma <dipankar@in.ibm.com>
      Cc: Gautham Shenoy <ego@in.ibm.com>
      Cc: Dhaval Giani <dhaval@linux.vnet.ibm.com>
      Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      3cac97cb
  11. 14 7月, 2008 1 次提交
    • L
      rcu classic: update qlen when cpu offline · 199a9528
      Lai Jiangshan 提交于
      When callbacks are moved from offline cpu to this cpu,
      the qlen field of this rdp should be updated.
      
      [ Paul E. McKenney: ]
      
      The effect of this bug would be for force_quiescent_state() to be invoked
      when it should not and vice versa -- wasting cycles in the first case
      and letting RCU callbacks remain piled up in the second case.  The bug
      is thus "benign" in that it does not result in premature grace-period
      termination, but should of course be fixed nonetheless.
      
      Preemption is disabled by the caller's get_cpu_var(), so we are guaranteed
      to remain on the same CPU, as required.  The local_irq_disable() is indeed
      needed, otherwise, an interrupt might invoke call_rcu() or call_rcu_bh(),
      which could cause that interrupt's increment of ->qlen to be lost.
      Signed-off-by: NLai Jiangshan <laijs@cn.fujitsu.com>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Reviewed-by: NPaul E. McKenney <paulmck@linux.vnet.ibm.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      199a9528
  12. 01 7月, 2008 1 次提交
    • G
      rcu: fix hotplug vs rcu race · 8558f8f8
      Gautham R Shenoy 提交于
      Dhaval Giani reported this warning during cpu hotplug stress-tests:
      
      | On running kernel compiles in parallel with cpu hotplug:
      |
      | WARNING: at arch/x86/kernel/smp.c:118
      | native_smp_send_reschedule+0x21/0x36()
      | Modules linked in:
      | Pid: 27483, comm: cc1 Not tainted 2.6.26-rc7 #1
      | [...]
      |  [<c0110355>] native_smp_send_reschedule+0x21/0x36
      |  [<c014fe8f>] force_quiescent_state+0x47/0x57
      |  [<c014fef0>] call_rcu+0x51/0x6d
      |  [<c01713b3>] __fput+0x130/0x158
      |  [<c0171231>] fput+0x17/0x19
      |  [<c016fd99>] filp_close+0x4d/0x57
      |  [<c016fdff>] sys_close+0x5c/0x97
      
      IMHO the warning is a spurious one.
      
      cpu_online_map is updated by the _cpu_down() using stop_machine_run().
      Since force_quiescent_state is invoked from irqs disabled section,
      stop_machine_run() won't be executing while a cpu is executing
      force_quiescent_state(). Hence the cpu_online_map is stable while we're
      in the irq disabled section.
      
      However, a cpu might have been offlined _just_ before we disabled irqs
      while entering force_quiescent_state(). And rcu subsystem might not yet
      have handled the CPU_DEAD notification, leading to the offlined cpu's
      bit being set in the rcp->cpumask.
      
      Hence cpumask = (rcp->cpumask & cpu_online_map) to prevent sending
      smp_reschedule() to an offlined CPU.
      
      Here's the timeline:
      
      CPU_A						 CPU_B
      --------------------------------------------------------------
      cpu_down():					.
      .					   	.
      .						.
      stop_machine(): /* disables preemption,		.
      		 * and irqs */			.
      .						.
      .						.
      take_cpu_down();				.
      .						.
      .						.
      .						.
      cpu_disable(); /*this removes cpu 		.
      		*from cpu_online_map 		.
      		*/				.
      .						.
      .						.
      restart_machine(); /* enables irqs */		.
      ------WINDOW DURING WHICH rcp->cpumask is stale ---------------
      .						call_rcu();
      .						/* disables irqs here */
      .						.force_quiescent_state();
      .CPU_DEAD:					.for_each_cpu(rcp->cpumask)
      .						.   smp_send_reschedule();
      .						.
      .						.   WARN_ON() for offlined CPU!
      .
      .
      .
      rcu_cpu_notify:
      .
      -------- WINDOW ENDS ------------------------------------------
      rcu_offline_cpu() /* Which calls cpu_quiet()
      		   * which removes
      		   * cpu from rcp->cpumask.
      		   */
      
      If a new batch was started just before calling stop_machine_run(), the
      "tobe-offlined" cpu is still present in rcp-cpumask.
      
      During a cpu-offline, from take_cpu_down(), we queue an rt-prio idle
      task as the next task to be picked by the scheduler. We also call
      cpu_disable() which will disable any further interrupts and remove the
      cpu's bit from the cpu_online_map.
      
      Once the stop_machine_run() successfully calls take_cpu_down(), it calls
      schedule(). That's the last time a schedule is called on the offlined
      cpu, and hence the last time when rdp->passed_quiesc will be set to 1
      through rcu_qsctr_inc().
      
      But the cpu_quiet() will be on this cpu will be called only when the
      next RCU_SOFTIRQ occurs on this CPU. So at this time, the offlined CPU
      is still set in rcp->cpumask.
      
      Now coming back to the idle_task which truely offlines the CPU, it does
      check for a pending RCU and raises the softirq, since it will find
      rdp->passed_quiesc to be 0 in this case. However, since the cpu is
      offline I am not sure if the softirq will trigger on the CPU.
      
      Even if it doesn't the rcu_offline_cpu() will find that rcp->completed
      is not the same as rcp->cur, which means that our cpu could be holding
      up the grace period progression. Hence we call cpu_quiet() and move
      ahead.
      
      But because of the window explained in the timeline, we could still have
      a call_rcu() before the RCU subsystem executes it's CPU_DEAD
      notification, and we send smp_send_reschedule() to offlined cpu while
      trying to force the quiescent states. The appended patch adds comments
      and prevents checking for offlined cpu everytime.
      
      cpu_online_map is updated by the _cpu_down() using stop_machine_run().
      Since force_quiescent_state is invoked from irqs disabled section,
      stop_machine_run() won't be executing while a cpu is executing
      force_quiescent_state(). Hence the cpu_online_map is stable while we're
      in the irq disabled section.
      Reported-by: NDhaval Giani <dhaval@linux.vnet.ibm.com>
      Signed-off-by: NGautham R Shenoy <ego@in.ibm.com>
      Acked-by: NDhaval Giani <dhaval@linux.vnet.ibm.com>
      Cc: Dipankar Sarma <dipankar@in.ibm.com>
      Cc: laijs@cn.fujitsu.com
      Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
      Cc: Rusty Russel <rusty@rustcorp.com.au>
      Cc: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      8558f8f8
  13. 25 5月, 2008 1 次提交
    • C
      Remove argument from open_softirq which is always NULL · 962cf36c
      Carlos R. Mafra 提交于
      As git-grep shows, open_softirq() is always called with the last argument
      being NULL
      
      block/blk-core.c:       open_softirq(BLOCK_SOFTIRQ, blk_done_softirq, NULL);
      kernel/hrtimer.c:       open_softirq(HRTIMER_SOFTIRQ, run_hrtimer_softirq, NULL);
      kernel/rcuclassic.c:    open_softirq(RCU_SOFTIRQ, rcu_process_callbacks, NULL);
      kernel/rcupreempt.c:    open_softirq(RCU_SOFTIRQ, rcu_process_callbacks, NULL);
      kernel/sched.c: open_softirq(SCHED_SOFTIRQ, run_rebalance_domains, NULL);
      kernel/softirq.c:       open_softirq(TASKLET_SOFTIRQ, tasklet_action, NULL);
      kernel/softirq.c:       open_softirq(HI_SOFTIRQ, tasklet_hi_action, NULL);
      kernel/timer.c: open_softirq(TIMER_SOFTIRQ, run_timer_softirq, NULL);
      net/core/dev.c: open_softirq(NET_TX_SOFTIRQ, net_tx_action, NULL);
      net/core/dev.c: open_softirq(NET_RX_SOFTIRQ, net_rx_action, NULL);
      
      This observation has already been made by Matthew Wilcox in June 2002
      (http://www.cs.helsinki.fi/linux/linux-kernel/2002-25/0687.html)
      
      "I notice that none of the current softirq routines use the data element
      passed to them."
      
      and the situation hasn't changed since them. So it appears we can safely
      remove that extra argument to save 128 (54) bytes of kernel data (text).
      Signed-off-by: NCarlos R. Mafra <crmafra@ift.unesp.br>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      962cf36c
  14. 24 5月, 2008 1 次提交
  15. 19 5月, 2008 1 次提交
  16. 26 1月, 2008 4 次提交
  17. 23 1月, 2008 1 次提交
  18. 17 10月, 2007 1 次提交
  19. 12 10月, 2007 1 次提交
  20. 10 5月, 2007 1 次提交
    • R
      Add suspend-related notifications for CPU hotplug · 8bb78442
      Rafael J. Wysocki 提交于
      Since nonboot CPUs are now disabled after tasks and devices have been
      frozen and the CPU hotplug infrastructure is used for this purpose, we need
      special CPU hotplug notifications that will help the CPU-hotplug-aware
      subsystems distinguish normal CPU hotplug events from CPU hotplug events
      related to a system-wide suspend or resume operation in progress.  This
      patch introduces such notifications and causes them to be used during
      suspend and resume transitions.  It also changes all of the
      CPU-hotplug-aware subsystems to take these notifications into consideration
      (for now they are handled in the same way as the corresponding "normal"
      ones).
      
      [oleg@tv-sign.ru: cleanups]
      Signed-off-by: NRafael J. Wysocki <rjw@sisk.pl>
      Cc: Gautham R Shenoy <ego@in.ibm.com>
      Cc: Pavel Machek <pavel@ucw.cz>
      Signed-off-by: NOleg Nesterov <oleg@tv-sign.ru>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      8bb78442
  21. 08 12月, 2006 1 次提交
    • E
      [PATCH] rcu: add a prefetch() in rcu_do_batch() · 1c69d921
      Eric Dumazet 提交于
      On some workloads, (for example when lot of close() syscalls are done), RCU
      qlen can be quite large, and RCU heads are no longer in cpu cache when
      rcu_do_batch() is called.
      
      This patch adds a prefetch() in rcu_do_batch() to give CPU a hint to bring
      back cache lines containing 'struct rcu_head's.
      
      Most list manipulations macros include prefetch(), but not open coded ones
      (at least with current C compilers :) )
      
      I got a nice speedup on a trivial benchmark (3.48 us per iteration instead
      of 3.95 us on a 1.6 GHz Pentium-M)
      
      while (1) { pipe(p); close(fd[0]); close(fd[1]);}
      Signed-off-by: NEric Dumazet <dada1@cosmosbay.com>
      Cc: "Paul E. McKenney" <paulmck@us.ibm.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      1c69d921
  22. 04 10月, 2006 1 次提交
    • O
      [PATCH] rcu: simplify/improve batch tuning · 20e9751b
      Oleg Nesterov 提交于
      Kill a hard-to-calculate 'rsinterval' boot parameter and per-cpu
      rcu_data.last_rs_qlen.  Instead, it adds adds a flag rcu_ctrlblk.signaled,
      which records the fact that one of CPUs has sent a resched IPI since the
      last rcu_start_batch().
      
      Roughly speaking, we need two rcu_start_batch()s in order to move callbacks
      from ->nxtlist to ->donelist.  This means that when ->qlen exceeds qhimark
      and continues to grow, we should send a resched IPI, and then do it again
      after we gone through a quiescent state.
      
      On the other hand, if it was already sent, we don't need to do it again
      when another CPU detects overflow of the queue.
      Signed-off-by: NOleg Nesterov <oleg@tv-sign.ru>
      Acked-by: NPaul E. McKenney <paulmck@us.ibm.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      20e9751b
  23. 13 9月, 2006 1 次提交
  24. 01 8月, 2006 1 次提交
  25. 04 7月, 2006 1 次提交
  26. 28 6月, 2006 3 次提交
  27. 23 6月, 2006 1 次提交
  28. 16 5月, 2006 1 次提交
  29. 26 4月, 2006 2 次提交
  30. 24 3月, 2006 1 次提交