Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull RCU fix from Ingo Molnar.

* 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
rcu: Permit call_rcu() from CPU_DYING notifiers

-1
-1
kernel/rcutree.c
··· 1820 1820 * a quiescent state betweentimes. 1821 1821 */ 1822 1822 local_irq_save(flags); 1823 - WARN_ON_ONCE(cpu_is_offline(smp_processor_id())); 1824 1823 rdp = this_cpu_ptr(rsp->rda); 1825 1824 1826 1825 /* Add the callback to our list. */