[PATCH 08/19] crypto: seqiv - Fix checkpatch errors
Signed-off-by: Richard Hartmann <richih.mailinglist(a)gmail.com> --- crypto/seqiv.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/seqiv.c b/crypto/seqiv.c index 5a013a8..ba79b09 100644 --- a/crypto/seqiv.c +++ b/crypto/seqiv.c @@ -116,7 +116,7 @@ static int seqiv_givencryp... 18 Feb 2010 19:36
Orphan DECnet
From: Christine Caulfield <christine.caulfield(a)googlemail.com> Date: Thu, 18 Feb 2010 11:33:13 +0000 Hiya all Due to lack of time, space, motivation, hardware and probably expertise, I have reluctantly decided to orphan the DECnet code in the kernel. Judging by the deafening silence on the linux-... 18 Feb 2010 19:36
drivers/net/sis190.c: Use (pr|netdev|netif)_<level> macro helpers
From: Joe Perches <joe(a)perches.com> Date: Wed, 17 Feb 2010 22:00:17 -0800 Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt Remove #define PFX Use pr_<level> Use netdev_<level> Use netif_<level> and netif_msg_<test> Remove local #define net_<test> macros Remove periods from formats Signed-o... 18 Feb 2010 19:36
net: TCP thin-stream latency-improving modifications
From: Andreas Petlund <apetlund(a)simula.no> Date: Thu, 18 Feb 2010 13:42:13 +0100 This is a series of patches enabling non-intrusive, dynamically triggered modifications that improve retransmission latencies for thin streams. The patch set was modified according to the feedback received. Majo... 18 Feb 2010 19:36
x86: add support for relative CALL and JMP in alternatives
> The existing instruction parser is only present if KPROBES is configured in... this patch would make it obligatory. �Your patch doesn't reflect that. �Furthermore, it is ~16K of code and data which probably will make embedded people unhappy... although perhaps isn't out of line. Didn't notice that. A g... 18 Feb 2010 19:36
[PATCH -tip 3/9] perf probe: Fix bugs in line range finder
Fix find_line_range_by_line() to init line_list and remove misconseptional found marking which should be done when real lines are found (if there is no lines probe-able, find_line_range() should return 0). Signed-off-by: Masami Hiramatsu <mhiramat(a)redhat.com> Cc: Ingo Molnar <mingo(a)elte.hu> Cc: Frederic Weisbec... 18 Feb 2010 19:36
libata: pass host flags into __ata_pci_sff_init_one() helper
On Thursday 18 February 2010 10:44:48 pm Alan Cox wrote: On Thu, 18 Feb 2010 19:59:22 +0100 Bartlomiej Zolnierkiewicz <bzolnier(a)gmail.com> wrote: From: Bartlomiej Zolnierkiewicz <bzolnier(a)gmail.com> Subject: [PATCH] libata: pass host flags into __ata_pci_sff_init_one() helper This was org... 18 Feb 2010 18:29
[PATCH -tip v10 5/9] kprobes/x86: Boost probes when reentering
Integrate prepare_singlestep() into setup_singlestep() to boost up reenter probes, if possible. Signed-off-by: Masami Hiramatsu <mhiramat(a)redhat.com> Cc: Ananth N Mavinakayanahalli <ananth(a)in.ibm.com> Cc: Ingo Molnar <mingo(a)elte.hu> Cc: Jim Keniston <jkenisto(a)us.ibm.com> Cc: Srikar Dronamraju <srikar(a)linux.vnet... 18 Feb 2010 17:21
libata: pass host flags into __ata_pci_sff_init_one() helper
On Thu, 18 Feb 2010 19:59:22 +0100 Bartlomiej Zolnierkiewicz <bzolnier(a)gmail.com> wrote: From: Bartlomiej Zolnierkiewicz <bzolnier(a)gmail.com> Subject: [PATCH] libata: pass host flags into __ata_pci_sff_init_one() helper This was orginally proposed by Alan Cox but as a change for ata_pci_sff_init_one(... 18 Feb 2010 19:36
cpuset,mm: update tasks' mems_allowed in time (58568d2)
On Fri, 19 Feb 2010, Nick Piggin wrote: Hi, The patch cpuset,mm: update tasks' mems_allowed in time (58568d2) causes a regression uncovered by SGI. Basically it is allowing possible but not online nodes in the task_struct.mems_allowed nodemask (which is contrary to several comments still in kernel/... 24 Feb 2010 16:33