[C/R v20][PATCH 07/96] eclone (7/11): Define do_fork_with_pids()
From: Sukadev Bhattiprolu <sukadev(a)linux.vnet.ibm.com> do_fork_with_pids() is same as do_fork(), except that it takes an additional, 'pid_set', parameter. This parameter, currently unused, specifies the set of target pids of the process in each of its pid namespaces. Changelog[v7]: - Drop 'struct pid_set' ob... 17 Mar 2010 12:29
[tip:x86/uv] x86, UV: Delete unneeded boot messages
Commit-ID: 2acebe9ecb2b77876e87a1480729cfb2db4570dd Gitweb: http://git.kernel.org/tip/2acebe9ecb2b77876e87a1480729cfb2db4570dd Author: Jack Steiner <steiner(a)sgi.com> AuthorDate: Wed, 17 Mar 2010 10:40:38 -0500 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Wed, 17 Mar 2010 17:00:55 +0100 x86, UV: ... 17 Mar 2010 12:29
[PATCH] wireless.h: Add STD_IW_HANDLER macro
On Wed, 2010-03-17 at 15:40 +0000, Richard Kennedy wrote: On Wed, 2010-03-17 at 08:25 -0700, Joe Perches wrote: On Wed, 2010-03-17 at 11:00 +0000, Richard Kennedy wrote: I'm getting this error from checkpatch which is a false positive AFAICT. I don't see any other way to code this macro so maybe t... 17 Mar 2010 12:29
[C/R v20][PATCH 01/96] eclone (1/11): Factor out code to allocate pidmap page
From: Sukadev Bhattiprolu <sukadev(a)linux.vnet.ibm.com> To simplify alloc_pidmap(), move code to allocate a pid map page to a separate function. Changelog[v4]: - [Oren Laadan] Adapt to kernel 2.6.33-rc5 Changelog[v3]: - Earlier version of patchset called alloc_pidmap_page() from two places. But now its c... 17 Mar 2010 12:29
[PATCH] x86, UV: Delete unneeded boot messages
SGI:UV Delete extra boot messages that describe the system topology. These messages are no longer useful. Signed-off-by: Jack Steiner <steiner(a)sgi.com> --- arch/x86/kernel/apic/x2apic_uv_x.c | 3 --- 1 file changed, 3 deletions(-) Index: linux/arch/x86/kernel/apic/x2apic_uv_x.c ========================... 17 Mar 2010 12:29
x86,pat Convert memtype_lock into an rw_lock.
On Mon, 2010-03-15 at 06:21 -0700, holt(a)sgi.com wrote: Convert the memtype_lock from a spin_lock to an rw_lock. The first version of my patch had this and it did improve performance for fault in times. The atomic page flags patch (first in the series) improves things much greater for ram pages. This patc... 24 Mar 2010 13:30
[PATCH 2/3] staging wlan-ng: fix p80211wext_mhz_to_channel for channel 14
Channel 14 is 2484 Mhz (cf p80211wext_channel_to_mhz) so this patch corrects what seems to be just a typo. Signed-off-by: Richard Kennedy <richard(a)rsk.demon.co.uk> --- drivers/staging/wlan-ng/p80211wext.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/wlan-ng/p80211w... 17 Mar 2010 12:29
[PATCH 0/3] staging wlan-ng: refactor p80211wext.c & 1 minor fix
Here are 3 patches to tidy up the wlan-ng wext interface, reducing text size & LOC. They've been tested on my x86_32 laptop and it all seems to work correctly. All patches against 2.6.34-rc1. staging wlan-ng: p80211wext.c tidy up iw_handler staging wlan-ng: p80211wext.c fix p80211wext_mhz_to_channel for c... 17 Mar 2010 12:29
Netfilter: Remove unused headers in net/netfilter/nfnetlink.c
wzt.wzt(a)gmail.com wrote: Remove unused headers in net/netfilter/nfnetlink.c Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ ... 17 Mar 2010 12:29
[patch] ivtv: sizeof() => ARRAY_SIZE()
This fixes a smatch warning: drivers/media/video/ivtv/ivtv-vbi.c +138 ivtv_write_vbi(43) error: buffer overflow 'vi->cc_payload' 256 <= 1023 Signed-off-by: Dan Carpenter <error27(a)gmail.com> diff --git a/drivers/media/video/ivtv/ivtv-vbi.c b/drivers/media/video/ivtv/ivtv-vbi.c index f420d31..d73af45 100644 -... 17 Mar 2010 11:21