[PATCH][RFC] AIO: always reinitialize iocb->ki_run_list at the end of aio_run_iocb()
This patch makes aio_run_iocb() to always reinitialize iocb->ki_run_list (not only when iocb->ki_retry() function returns -EIOCBRETRY) so that subsequent call of kick_iocb() will succeed. Regards, Sergey Temerkhanov, Cifronic ZAO. ... 27 Apr 2010 19:05
Staging: comedi: fixes the checkpatch error in skel.c This is a patch to the skel.c file that fixes the 80 line exceeding warning and the printk warning found by chekpatch.pl tool Signed-off-by: Jacob S David <jacobselvin@gmail.com>
On Thu, Mar 18, 2010 at 02:52:27AM +1100, jsd_syd(a)yahoo.com.au wrote: From: Jacob David <jacobselvin(a)gmail.com> Sorry, someone else already sent in a patch to fix this before you did :( greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo... 27 Apr 2010 19:05
Staging: comedi: fix over 80 character coding style issues in ni_labpc.c
On Fri, Apr 09, 2010 at 03:13:43PM +0100, Maurice Dawson wrote: This is a re-submitted patch to the ni_labpc.c file that fixes up over 80 characters warnings found by the checkpatch.pl tool Signed-off-by: Maurice Dawson <mauricedawson2699(a)googlemail.com> Hm, odd, this doesn't apply against the linux-nex... 27 Apr 2010 19:05
Staging: comedi: fixes all space before tabs warnings in drivers/staging/comedi/comedi_fops.c This is patch that tends to fix all WARNING: no space before tab warnings in drivers/staging/comedi/comedi_fops.c Signed-off-by: Bas Langenberg <baslang
On Wed, Mar 17, 2010 at 03:53:26AM +0100, baslangenberg(a)gmail.com wrote: From: Bas Langenberg <bas(a)Bas-Mint.(none)> --- drivers/staging/comedi/comedi_fops.c | 38 +++++++++++++++++----------------- Sorry, but someone already sent in a patch for this. thanks, greg k-h -- To unsubscribe from thi... 27 Apr 2010 19:05
Staging: comedi: fix over 80 characters coding style issues in adv_pci_dio.c
On Tue, Apr 13, 2010 at 01:55:07PM +0100, Maurice Dawson wrote: This is a re-submission of a previous patch to the adv_pci_dio.c file that fixes up over 80 character warnings found by the checkpatch.pl tool Signed-off-by: Maurice Dawson <mauricedawson2699(a)googlemail.com> Sorry, someone else already s... 27 Apr 2010 19:05
Staging: comedi: comedi_parport.c
On Tue, Mar 23, 2010 at 09:46:01PM -0400, Stephen Palmateer wrote: My first kernel patch...be gentle. Looks great, now queued up. thanks, greg k-h -- 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... 27 Apr 2010 19:05
Hello
Good Day, I have a Business Proposal of $21,300,000.00 for you to handle with me from my bank. I need to know if you will be able to handle this with me, if you agree to work with me please send me the below details via my email address: {from_icbc_liuling(a)yahoo.com.hk} 1,Full names, 2,occupation, 3,p... 27 Apr 2010 19:05
Fix migration races in rmap_walk() V2
On Tue, 27 Apr 2010, Mel Gorman wrote: The problem is that there are some races that either allow migration PTEs to be copied or a migration PTE to be left behind. Migration still completes and the page is unlocked but later a fault will call migration_entry_to_page() and BUG() because the page is not loc... 28 Apr 2010 17:27
netpoll: add generic support for bridge and bonding devices
From: Amerigo Wang <amwang(a)redhat.com> Date: Tue, 27 Apr 2010 03:55:41 -0400 + if (ndev->priv_flags & IFF_DISABLE_NETPOLL + || !ndev->netdev_ops->ndo_poll_controller) { " ||" goes on first line, not second, and second line needs to be indented properly so that "!ndev->..." matches up with "ndev->priv_fla... 7 Jun 2010 06:21
[PATCH -tip 2/2] [BUGFIX] kprobes/x86: Fix removed int3 checking order
Fix kprobe/x86 to check removed int3 when failing to get kprobe from hlist. Since we have a time window between checking int3 exists on probed address and getting kprobe on that address, we can have following senario. ------- CPU1 CPU2 hit int3 check int3 exists remo... 27 Apr 2010 19:05