[PATCH 1/1] kernel/exit.c: fix shadows sparse warning.
kernel/exit.c:1183:26: warning: symbol 'status' shadows an earlier one kernel/exit.c:1173:21: originally declared here Signed-off-by: Thiago Farina <tfransosi(a)gmail.com> --- kernel/exit.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/exit.c b/kernel/exit.c index 546774a..2e... 23 Jan 2010 10:56
CAPI: Remove experimental tag from middleware feature
Alan Cox wrote: On Sun, 10 Jan 2010 14:12:41 +0100 Jan Kiszka <jan.kiszka(a)web.de> wrote: Despite all its bugs, the middleware support of our CAPI stack was already in use for many, many moons. And after going through its code, fixing all issues I found, I feel it deserves to officially become a ... 23 Jan 2010 08:44
CAPI: Remove experimental tag from middleware feature
On Sun, 10 Jan 2010 14:12:41 +0100 Jan Kiszka <jan.kiszka(a)web.de> wrote: Despite all its bugs, the middleware support of our CAPI stack was already in use for many, many moons. And after going through its code, fixing all issues I found, I feel it deserves to officially become a non-experimental feature.... 23 Jan 2010 09:49
CAPI: Officially claim char major 191
On Sun, 10 Jan 2010 14:21:31 +0100 Jan Kiszka <jan.kiszka(a)web.de> wrote: I found no trace of this mysterious "pcl181" device, neither in-tree nor out there in the wild. At the same time, the in-tree CAPI middleware is using major 191 for many years now and obviously without any conflict. Let's officially... 23 Jan 2010 10:56
[28/29] perf events: Dont report side-band events on each cpu for per-task-per-cpu events
Greg KH wrote: 2.6.32-stable review patch. If anyone has any objections, please let us know. ------------------ From: Peter Zijlstra <a.p.zijlstra(a)chello.nl> commit 5d27c23df09b702868d9a3bff86ec6abd22963ac upstream. Acme noticed that his FORK/MMAP numbers were inflated by about the sa... 23 Jan 2010 07:39
x86, mce: Rename cpu_specific_poll to mce_cpu_specific_poll
> FYI, this commit triggered a -tip test failure: arch/x86/kernel/cpu/mcheck/mce-xeon75xx.c: In function 'xeon75xx_mce_init': arch/x86/kernel/cpu/mcheck/mce-xeon75xx.c:340: error: implicit declaration of function 'pci_match_id' Does this patch fix it? (I assume your config is missing CONFIG_PCI) -Andi... 24 Feb 2010 13:08
CAPI: Major rework, tons of bug fixes
From: Jan Kiszka <jan.kiszka(a)web.de> Date: Sat, 23 Jan 2010 00:03:26 +0100 First of all sorry if I'm breaking the correct flow of ISDN patches, but I'm under the impression that things currently get merged directly via Dave, right? This series can also be pulled from git://git.kiszka.org/linu... 17 Feb 2010 00:19
[net-2.6 PATCH] MAINTAINERS: Add Intel igbvf maintainer
Add igbvf to the list of supported Intel drivers and Alex to the list of maintainers. Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher(a)intel.com> --- MAINTAINERS | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index ef40d2c..1f0ba17 100644 --- a/MAINTAIN... 23 Jan 2010 04:26
[PATCH] usbip cleanup: Removing dead code
Hi, This patch removes the dead uncompiled code in usbip_common.c Regards Himanshu Signed-off-by: Himanshu Chauhan <himanshu(a)symmetricore.com> --- drivers/staging/usbip/usbip_common.c | 54 ---------------------------------- 1 files changed, 0 insertions(+), 54 deletions(-) diff --git a/drivers/stagi... 23 Jan 2010 01:13
[25/29] USB: fix usbstorage for 2770:915d delivers no FAT
On Fri, 2010-01-22 at 16:10 -0800, Greg KH wrote: 2.6.32-stable review patch. If anyone has any objections, please let us know. ------------------ From: Ryan May <rmay31(a)gmail.com> commit 10d2cdb6102669279bee2d9a00a22431b74583d5 upstream. Resolves kernel.org bug 14914. Remove entr... 22 Jan 2010 21:57