First
|
Prev |
Next
|
Last
Pages: 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973
can: add support for Janz VMOD-ICAN3 Intelligent CAN module Hello SocketCAN folks, Is there any feedback on this patch? I've waited two weeks without a response to any part of the series. As this is the biggest patch in the series, if you're fine with it, I think the other supporting patches should be fairly uncontroversial. Thanks, Ira On Tue, Mar 02, 2010 at 01:2... 1 Apr 2010 21:20
[PATCH 2/4] exit: change zap_other_threads() to count sub-threads Change zap_other_threads() to return the number of other sub-threads found on ->thread_group list. Other changes are cosmetic: - change the code to use while_each_thread() helper - remove the obsolete comment about SIGKILL/SIGSTOP Signed-off-by: Oleg Nesterov <oleg(a)redhat.com> --- include/linux/sche... 17 Mar 2010 15:57
[PATCH 1/4] exit: exit_notify() can trust signal->notify_count < 0 Now that Veaceslav changed copy_signal() to use zalloc(), exit_notify() can just check notify_count < 0 to ensure the execing sub-threads needs the notification from us. No need to do other checks, notify_count != 0 must always mean ->group_exit_task != NULL is waiting for us. Signed-off-by: Oleg Nesterov <oleg@r... 17 Mar 2010 15:57
[PATCH 0/4] signal_struct->count must die, initial changes signal_struct->count in its current form must die. - it has no reasons to be atomic_t - it looks like a reference counter, but it is not - otoh, we really need to make task->signal refcountable, just look at the extremely ugly task_rq_unlock_wait() called from __exit_signals(). - we should chang... 17 Mar 2010 15:57
[PATCH 4/4] exit: avoid sig->count in __exit_signal() to detect the group-dead case Change __exit_signal() to check thread_group_leader() instead of atomic_dec_and_test(&sig->count). This must be equivalent, the group leader must be released only after all other threads have exited and passed __exit_signal(). From now sig->count is not actually used, except in fs/proc for get_nr_threads/etc. ... 17 Mar 2010 15:57
x86: add arch_compat_syscall_addr() On Tue, Mar 16, 2010 at 01:46:17PM -0400, Jason Baron wrote: Add arch_compat_syscall_addr(int nr) for x86_64. This is in preparation for adding compat syscall support to the event tracer. Signed-off-by: Jason Baron <jbaron(a)redhat.com> --- arch/x86/include/asm/syscall.h | 5 +++++ arch/x86/kern... 17 Mar 2010 15:57
perf probe: Accessing members in data structures Mark Wielaard wrote: On Tue, 2010-03-16 at 18:06 -0400, Masami Hiramatsu wrote: Support accessing members in the data structures. With this, perf-probe accepts data-structure members(IOW, it now accepts dot '.' and arrow '->' operators) as probe arguemnts. e.g. ./perf probe --add 'schedu... 17 Mar 2010 15:57
[PATCH] .gitignore: ignore *.lzo files Ignore files compressed with lzop. Signed-off-by: Philipp Kohlbecher <xt28(a)gmx.de> --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index a2939fc..8faa6c0 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ modules.builtin *.gz *.bz2... 17 Mar 2010 15:57
[PATCH 2/2] net/wireless/wext_core.c: Use IW_EVENT_IDX macro There's a wireless.h macro for this, might as well use it. Signed-off-by: Joe Perches <joe(a)perches.com> --- diff --git a/net/wireless/wext-core.c b/net/wireless/wext-core.c index dbde22b..bfcbeee 100644 --- a/net/wireless/wext-core.c +++ b/net/wireless/wext-core.c @@ -261,44 +261,44 @@ static const unsigned st... 17 Mar 2010 14:46
[PATCH 3/3] MAINTAINERS: remove obsolete HPET ACPI entry Bob Picco is no longer at HP. Signed-off-by: Bjorn Helgaas <bjorn.helgaas(a)hp.com> --- MAINTAINERS | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 47cc449..30ba4e9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2664,11 +2664,6 @@ HPET: x86_6... 17 Mar 2010 14:46 |