Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1671169
| From | "Luis R. Rodriguez" <mcgrof@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] swait: add idle to make idle-hacks on kthreads explicit |
| Date | 2017-06-20 23:50 +0200 |
| Message-ID | <tUzc5-5At-3@gated-at.bofh.it> (permalink) |
| References | <tSI0a-63s-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
In this proper patch form I've made the non-timeout idle swait void. I've also integrated Paul's comment / ident changes, and added documentation as suggested by Boqun. Let me know if there are issue, otherwise, Paul feel free to take! Luis R. Rodriguez (2): swait: add idle variants which don't contribute to load average rcu: use idle versions of swait to make idle-hack clear include/linux/swait.h | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++ kernel/rcu/tree.c | 11 +++++------ 2 files changed, 60 insertions(+), 6 deletions(-) -- 2.11.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] swait: add idle to make idle-hacks on kthreads explicit "Luis R. Rodriguez" <mcgrof@kernel.org> - 2017-06-20 23:50 +0200
[PATCH 2/2] rcu: use idle versions of swait to make idle-hack clear "Luis R. Rodriguez" <mcgrof@kernel.org> - 2017-06-20 23:50 +0200
Re: [PATCH 0/2] swait: add idle to make idle-hacks on kthreads explicit "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2017-06-21 18:50 +0200
Re: [PATCH 0/2] swait: add idle to make idle-hacks on kthreads explicit "Luis R. Rodriguez" <mcgrof@kernel.org> - 2017-06-21 20:00 +0200
Re: [PATCH 0/2] swait: add idle to make idle-hacks on kthreads explicit "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2017-06-21 20:30 +0200
csiph-web