Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1241522
| From | David Howells <dhowells@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] change current_is_single_threaded() to use for_each_thread() |
| Date | 2015-10-07 16:00 +0200 |
| Message-ID | <qgXqb-6Da-27@gated-at.bofh.it> (permalink) |
| References | <qgVy3-3SB-21@gated-at.bofh.it> <qgcKC-6Sn-9@gated-at.bofh.it> <qgTmx-P7-15@gated-at.bofh.it> <qgVy3-3SB-21@gated-at.bofh.it> |
| Organization | Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 |
Oleg Nesterov <oleg@redhat.com> wrote: > To clarify, we had some "real" bugs fixed by s/while_each_thread/ > for_each_thread/, but only because while_each_thread() was used wrongly. > for_each_thread() is more safe, it only needs the stable task_struct. Fair enough. David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: [PATCH] change current_is_single_threaded() to use for_each_thread() David Howells <dhowells@redhat.com> - 2015-10-07 11:40 +0200
Re: [PATCH] change current_is_single_threaded() to use for_each_thread() Oleg Nesterov <oleg@redhat.com> - 2015-10-07 14:00 +0200
Re: [PATCH] change current_is_single_threaded() to use for_each_thread() David Howells <dhowells@redhat.com> - 2015-10-07 16:00 +0200
csiph-web