lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sat, 5 Jul 2014 15:04:36 +0200 From: Frederic Weisbecker <fweisbec@...il.com> To: Mike Galbraith <umgwanakikbuti@...il.com> Cc: paulmck@...ux.vnet.ibm.com, Peter Zijlstra <peterz@...radead.org>, linux-kernel@...r.kernel.org, riel@...hat.com, mingo@...nel.org, laijs@...fujitsu.com, dipankar@...ibm.com, akpm@...ux-foundation.org, mathieu.desnoyers@...icios.com, josh@...htriplett.org, niv@...ibm.com, tglx@...utronix.de, rostedt@...dmis.org, dhowells@...hat.com, edumazet@...gle.com, dvhart@...ux.intel.com, oleg@...hat.com, sbw@....edu Subject: Re: [PATCH RFC tip/core/rcu] Parallelize and economize NOCB kthread wakeups On Thu, Jul 03, 2014 at 07:48:40AM +0200, Mike Galbraith wrote: > On Wed, 2014-07-02 at 22:21 -0700, Paul E. McKenney wrote: > > On Thu, Jul 03, 2014 at 05:31:19AM +0200, Mike Galbraith wrote: > > > > NO_HZ_FULL is a property of a set of CPUs. isolcpus is supposed to go > > > away as being a redundant interface to manage a single property of a set > > > of CPUs, but it's perfectly fine for NO_HZ_FULL to add an interface to > > > manage a single property of a set of CPUs. What am I missing? > > > > Well, for now, it can only be specified at build time or at boot time. > > In theory, it is possible to change a CPU from being callback-offloaded > > to not at runtime, but there would need to be an extremely good reason > > for adding that level of complexity. Lots of "fun" races in there... > > Yeah, understood. > > (still it's a NO_HZ_FULL wart though IMHO, would be prettier and more > usable if it eventually became unified with cpuset and learned how to > tap-dance properly;) Well, the exact same goes for NO_HZ_FULL, quoting Paul (just replacing RCU things with dynticks) it becomes: "it can only be specified at build time or at boot time. In theory, it is possible to change a CPU from being idle-dynticks to full-dynticks at runtime, but there would need to be an extremely good reason for adding that level of complexity. Lots of "fun" races in there..." And I'm not even sure that somebody actually uses full dynticks today. I only know that some financial institutions are considering it, which is not cheering me up much... So we are very far from that day when we'll migrate to a runtime interface. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists