First  |  Prev |  Next  |  Last
Pages: 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964
[PATCH 1/2] drivers/hid: Eliminate a double lock
From: Julia Lawall <julia(a)diku.dk> The path around the loop ends with the lock held, so the call to mutex_lock is moved before the beginning of the loop. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @locked@ expression E1; positio... 20 Jun 2010 08:02
[PATCH 2/2] arch/sh/mm: Eliminate a double lock
From: Julia Lawall <julia(a)diku.dk> The function begins and ends with a read_lock. The latter is changed to a read_unlock. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @locked@ expression E1; position p; @@ read_lock(E1@p,...)... 20 Jun 2010 08:02
[PATCHv2 4/5] mtd: mxc_nand fixups
On 2010-06-20, Ivo Clarysse <ivo.clarysse(a)gmail.com> wrote: Yes, on i.MX21, NFC interrupts can be masked using NFC_CONFIG1:NFC_INT_MSK. But I observed that as long as NFC_INT_MSK is set, NFC_CONFIG2:NFC_INT will always read out 0 on i.MX21, even if the operation is completed. So the driver will remai... 20 Jun 2010 05:54
kexec: export kexec.h to userspace
Sam Ravnborg <sam(a)ravnborg.org> writes: From 23dc7f6d65a5bdcd05f2346b9f5cdaf232758db3 Mon Sep 17 00:00:00 2001 From: Sam Ravnborg <sam(a)ravnborg.org> Date: Sat, 19 Jun 2010 20:11:59 +0200 Subject: [PATCH] kexec: export kexec.h to userspace kexec_load is a system call and it needs a header file wit... 16 Jul 2010 03:24
[PATCH 1/6] pid: Remove the child_reaper special case in init/main.c
It turns out that the existing assignment in copy_process of the child_reaper can handle the initial assignment of child_reaper we just need to generalize the test in kernel/fork.c Signed-off-by: Eric W. Biederman <ebiederm(a)xmission.com> --- init/main.c | 9 --------- kernel/fork.c | 2 +- 2 files c... 20 Jun 2010 04:50
sound fixes for 2.6.35-rc4
At Tue, 15 Jun 2010 13:11:18 +0200, I wrote: Linus, please pull sound fixes for v2.6.35-rc4 from: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git for-linus So far, little surprises came for 2.6.35 in the sound area. This one includes only a few USB audio v2-specific ... 20 Jun 2010 04:50
[PATCH 2/6] pidns: Call pid_ns_prepare_proc from create_pid_namespace
Reorganize proc_get_sb so it can be called before the struct pid of the first process is allocated. Signed-off-by: Eric W. Biederman <ebiederm(a)xmission.com> --- fs/proc/root.c | 26 ++++++++------------------ kernel/fork.c | 6 ------ kernel/pid_namespace.c | 4 ++++ 3 files changed... 20 Jun 2010 04:50
[PATCH 4/6] pidns: Don't allow new pids after the namespace is dead.
In the case of unsharing or joining a pid namespace, it becomes possible to attempt to allocate a pid after zap_pid_namespace has killed everything in the namespace. Close the hole for now by simply not allowing any of those pid allocations to succeed. At least for now it is too strange to think about. Signe... 20 Jun 2010 04:50
[PATCH 0/6] Unshare support for the pid namespace.
Oleg Nesterov <oleg(a)redhat.com> writes: On 06/18, Oleg Nesterov wrote: I only try to discuss the idea to break the circular reference. I don't know what I have missed, but this looks really right to me. Besides, we have yet another problem: proc_flush_task()->mntput() is just wrong. Consider th... 20 Jun 2010 04:50
[PATCH] kexec: export kexec.h to userspace
From 23dc7f6d65a5bdcd05f2346b9f5cdaf232758db3 Mon Sep 17 00:00:00 2001 From: Sam Ravnborg <sam(a)ravnborg.org> Date: Sat, 19 Jun 2010 20:11:59 +0200 Subject: [PATCH] kexec: export kexec.h to userspace kexec_load is a system call and it needs a header file with its input arguments. Split kexec.h in two parts: k... 20 Jun 2010 04:50
First  |  Prev |  Next  |  Last
Pages: 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964