[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1242216490-8226-1-git-send-email-v.mayatskih@gmail.com>
Date: Wed, 13 May 2009 14:08:10 +0200
From: Vitaly Mayatskikh <v.mayatskih@...il.com>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Oleg Nesterov <oleg@...hat.com>, Ingo Molnar <mingo@...e.hu>,
Roland McGrath <roland@...hat.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/3] More cleanups in do_wait() pathes
Further cleanups of do_wait() and friends. Thanks for all your
reviews of previous patches and ideas how to make it better. I'm currently
running kernel with these patches on my laptop for 1+ day, it is still able
to boot and live 5-10 hours w/o visible issues.
Next task is to optimize a bunch of put_user() in copy_wait_opts_to_user(),
but I'd like to use Ingo's idea with put_user_try/catch. Therefore, need to
implement generic stub for architectures which does not support try/catch yet.
Vitaly Mayatskikh (3):
Introduce "struct wait_info" to simplify wait_task*() pathes
Replace wait_noreap_copyout() by copy_wait_opts_to_user()
Move more common code from wait_task_*() to copy_wait_opts_to_user()
kernel/exit.c | 127 +++++++++++++++++++++++++++-----------------------------
1 files changed, 61 insertions(+), 66 deletions(-)
--
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