linux-next: manual merge of the wireless tree with Linus' tree
Hi John, Today's linux-next merge of the wireless tree got a conflicts in drivers/net/wireless/libertas_tf/cmd.c and drivers/net/wireless/libertas_tf/main.c between commit 5a0e3ad6af8660be21ca98a971cd00f331318c05 ("include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusio... 26 Apr 2010 21:44
linux-next: manual merge of the net tree with Linus' tree
Hi all, Today's linux-next merge of the net tree got a conflict in drivers/net/e100.c between commit 401da6aea31ef69c2fcd260382adabdcf7ce820a ("e100: Fix the TX workqueue race") from Linus' tree and commit fa05e1ad1b61b37fb64a66794c11ab478e975c56 ("drivers/net/e100.c: Use pr_<level> and netif_<level>") from the... 26 Apr 2010 21:44
[GIT PULL] XFS update for 2.6.34-rc6
Sorry to send this so late in the cycle. It corrects a data corruption error though and I hate to see it wait until 2.6.35. If it doesn't make it for -rc6 perhaps you'll take it for -rc7. -Alex The following changes since commit b91ce4d14a21fc04d165be30319541e0f9204f15: Linus Torvalds (1): Mer... 26 Apr 2010 21:44
[Patch 1/1] init: Increase pid_max based on num_possible_cpus v4
Subject: [Patch 1/1] init: Increase pid_max based on num_possible_cpus v4 From: Hedi Berriche <hedi(a)sgi.com> On a system with a substantial number of processors, the early default pid_max of 32k will not be enough. A system with 1664 CPU's, there are 25163 processes started before the login prompt. It's estimat... 26 Apr 2010 21:44
Can you include a new git tree in linux-next, the staging-next tree?
Hi, Welcome back from your break :) Could you include a new git tree in linux-next, the staging-next tree at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-next-2.6.git the branch is "staging-next" to pull from. I'm trying to do the -next work for staging in a git tree to keep my developm... 26 Apr 2010 23:57
mm,migration: During fork(), wait for migration to end if migration PTE is encountered
On 04/26/2010 06:37 PM, Mel Gorman wrote: From: KAMEZAWA Hiroyuki<kamezawa.hiroyu(a)jp.fujitsu.com> From: KAMEZAWA Hiroyuki<kamezawa.hiroyu(a)jp.fujitsu.com> At page migration, we replace pte with migration_entry, which has similar format as swap_entry and replace it with real pfn at the end of migrati... 28 Apr 2010 10:35
linux-next: build warning in Linus' tree
Hi Greg, Today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/usb/serial/ti_usb_3410_5052.c: In function 'ti_download_firmware': drivers/usb/serial/ti_usb_3410_5052.c:1738: warning: format '%d' expects type 'int', but argument 5 has type 'size_t' Introduced by commit cdc04834ce70343aa... 25 May 2010 20:10
linux-next: build warning after merge of the tty.current tree
Hi Greg, After merging the tty.current tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/char/isicom.c: In function 'isicom_open': drivers/char/isicom.c:875: warning: unused variable 'card' Introduced by commit 746b212efb4664117612c7f43f880d230588d617 ("tty: Fix regressions... 26 Apr 2010 23:57
[PATCH 1/1] Bug in hidraw When a HID Device Contains Multiple Reports
From: Alan Ott <alan(a)signal11.us> Make hidraw not stick an extra byte on the beginning of an IN transfer when a HID device contains multiple reports. Signed-off-by: Alan Ott <alan(a)signal11.us> --- In drivers/hid/hid-core.c, hid_report_raw_event() does the following to pass the raw data to hidraw: ... 26 Apr 2010 19:29
Fix migration races in rmap_walk()
On Mon, Apr 26, 2010 at 11:37:56PM +0100, Mel Gorman wrote: The other issues raised about expand_downwards will need to be re-examined to see if they still exist and transparent hugepage support will need further thinking to see if split_huge_page() can deal with these situations. So patch 1 is for aa.git t... 26 Apr 2010 19:29