[PATCH] trivial: use (C) instead of \251
The latin-1 copyright character \251 is invalid in ASCII or UTF-8 and causes annoying problems with some editors and tools. Use (C) instead. Signed-off-by: Tejun Heo <tj(a)kernel.org> Cc: Paul Mackerras <paulus(a)au1.ibm.com> --- I'm not really sure this would survive transport over mail in appliable form, attach... 28 Apr 2010 06:08
mm,migration: During fork(), wait for migration to end if migration PTE is encountered
On Wed, Apr 28, 2010 at 08:52:03AM +0900, KAMEZAWA Hiroyuki wrote: On Wed, 28 Apr 2010 00:22:45 +0200 Andrea Arcangeli <aarcange(a)redhat.com> wrote: Ok I had a first look: On Tue, Apr 27, 2010 at 10:30:50PM +0100, Mel Gorman wrote: CPUA CPU B do_fork() copy_mm() ... 28 Apr 2010 05:03
it8761e_gpio: Fixed bug in gpio numbering
SIO chip contains 16 possible gpio lines, not 14. Schematic just was not read carefully. Signed-off-by: Denis Turischev <denis(a)compulab.co.il> --- drivers/gpio/it8761e_gpio.c | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/gpio/it8761e_gpio.c b/drivers/gpio/it... 28 Apr 2010 05:03
[patch] take tu->qlock with irqs disabled
We should disable irqs when we take the tu->qlock because it is used in the irq handler. The only place that doesn't is snd_timer_user_ccallback(). Most of the time snd_timer_user_ccallback() is called with interrupts disabled but the the first ti->ccallback() call in snd_timer_notify1() has interrupts enabled. ... 28 Apr 2010 05:03
sunrpc: use formatting of module name in SUNRPC
On Tue, Apr 27, 2010 at 23:15, <akpm(a)linux-foundation.org> wrote: From: Alex Riesen <raa.lkml(a)gmail.com> gcc-4.3.3 produces the warning:  "format not a string literal and no format arguments" Signed-off-by: Alex Riesen <raa.lkml(a)gmail.com> Cc: Trond Myklebust <Trond.Myklebust(a)netapp.com> Cc: Ch... 28 Apr 2010 16:19
linux-next: manual merge of the bkl-ioctl tree with my fixes tree
Hi Arndt, On Tue, 27 Apr 2010 11:02:35 +0200 Arnd Bergmann <arnd(a)arndb.de> wrote: It's not clear yet how we do it. Ideally "pktcdvd: improve BKL and compat_ioctl.c usage" should find its way into -rc1 in some way, but we need to reshuffle the BKL removal trees to make that go in nicely. Where is y... 28 Apr 2010 02:52
linux-next: Apr 27 - S390 boot failure.
Yesterday's -next (20100427) fails to boot on a s390. Here is the boot log. Linux version 2.6.34-rc5-autotest-next-20100427-5-default (root(a)lnxabat6) (gcc v ersion 4.3.2 �gcc-4_3-branch revision 141291� (SUSE Linux) ) #1 SMP Wed Apr 28 0 0:50:08 EDT 2010 setup: Linux is running as a z/VM guest operating system i... 28 Apr 2010 11:43
sched: implement the exclusive wait queue as a LIFO queue
On Wed, Apr 28, 2010 at 1:03 PM, Changli Gao <xiaosuo(a)gmail.com> wrote:  static inline int waitqueue_active(wait_queue_head_t *q)  { -       return !list_empty(&q->task_list); +       return !list_empty(&q->task_list) || !list_empty(&q->task_list);  } I am sorry. the later task_list sho... 28 Apr 2010 12:52
[git pull] PCMCIA bugfixes for 2.6.34-rc6
Linus, in order to solve bugzilla bug 13426, and to fix another bug Alexander Kurz tracked down, please pull from git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git urgent The diffstat and list of changes follows; the patches went to the PCMCIA list yesterday. Thanks, Dominik ---- ... 28 Apr 2010 02:52
linux-next: manual merge of the staging-next tree with the staging.current tree
Hi Greg, Today's linux-next merge of the staging-next tree got a conflict in drivers/staging/dt3155/dt3155_drv.c between commit 19ba984dd7d8dcf67cebc2ba55abbe454e318fb3 ("Staging: dt3155: fix 50Hz configuration") from the staging.current tree and commit da7bcc953ecf52d33b76b983ad5491d4d29f5f6a ("Staging: dt3155:... 28 Apr 2010 12:52