Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1532620
| From | Oleg Nesterov <oleg@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/5] kthread: make struct kthread kmalloc'ed |
| Date | 2016-11-29 19:00 +0100 |
| Message-ID | <sIURc-3bn-13@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hello, I think that these patches were lost in confusing discussion, let me resend. The only change is that I added the acks from Thomas and Petr. More to come. Oleg. include/linux/kthread.h | 1 + kernel/fork.c | 2 + kernel/kthread.c | 144 ++++++++++++++++++++++++------------------------ 3 files changed, 74 insertions(+), 73 deletions(-)
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/5] kthread: make struct kthread kmalloc'ed Oleg Nesterov <oleg@redhat.com> - 2016-11-29 19:00 +0100
[PATCH v2 4/5] kthread: don't use to_live_kthread() in kthread_park() and kthread_unpark() Oleg Nesterov <oleg@redhat.com> - 2016-11-29 19:00 +0100
[tip:sched/core] kthread: Don't use to_live_kthread() in kthread_[un]park() tip-bot for Oleg Nesterov <tipbot@zytor.com> - 2016-12-08 15:20 +0100
Re: [PATCH v2 0/5] kthread: make struct kthread kmalloc'ed Peter Zijlstra <peterz@infradead.org> - 2016-12-08 14:10 +0100
csiph-web