mmotm 2010-06-11-16-40 uploaded
The mm-of-the-moment snapshot 2010-06-11-16-40 has been uploaded to http://userweb.kernel.org/~akpm/mmotm/ and will soon be available at git://zen-kernel.org/kernel/mmotm.git It contains the following patches against 2.6.35-rc2: origin.patch linux-next.patch next-remove-localversion.patch i-need... 12 Jun 2010 23:41
DMAENGINE: ste_dma40: allocate LCLA dynamically
On Tue, Jun 1, 2010 at 5:22 AM, Linus Walleij <linus.walleij(a)stericsson.com> wrote: Switch to allocating LCLA in memory instead of having a fixed address. Signed-off-by: Jonas Aaberg <jonas.aberg(a)stericsson.com> Signed-off-by: Linus Walleij <linus.walleij(a)stericsson.com> --- �drivers/dma/ste_dma40... 11 Jun 2010 20:22
[PATCH] staging/wlags49_hs: Fix build error when CONFIG_SYSFS is not set
I got a build error in linux-next while compiling wlags49_h2 driver when CONFIG_SYSFS not set. This is the second version of this patch, as Joe recommended I'm using functions instead of macros. Thanks a lot Signed-off-by: Javier Martinez Canillas <martinez.javier(a)gmail.com> --- drivers/staging/wlags49_h2/w... 11 Jun 2010 20:22
ACPI / ACPICA: Do not attempt to disable GPE when installing handler
applied thanks, Len Brown, Intel Open Source Technology Center -- 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://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 11 Jun 2010 19:15
scripts:conf.c Fix warning: variable 'type' set but not used
On 11.6.2010 22:41, Justin P. Mattock wrote: Not sure if this is correct or not, but with make menuconfig HOSTCC scripts/kconfig/conf.o scripts/kconfig/conf.c: In function 'conf_sym': scripts/kconfig/conf.c:159:6: warning: variable 'type' set but not used scripts/kconfig/conf.c: In function 'conf_... 11 Jun 2010 19:15
DMAENGINE: ste_dma40: only write phy channel config first time
On Tue, Jun 1, 2010 at 5:20 AM, Linus Walleij <linus.walleij(a)stericsson.com> wrote: We only need to write the configuration to a physical channel if it is free, else it is already written. Signed-off-by: Jonas Aaberg <jonas.aberg(a)stericsson.com> Signed-off-by: Linus Walleij <linus.walleij(a)stericsson.com... 15 Jun 2010 01:06
kernel:audit.c Fix warning: variable 'nlh' set but not used
On 06/11/2010 02:14 PM, Geert Uytterhoeven wrote: On Fri, Jun 11, 2010 at 22:41, Justin P. Mattock <justinmattock(a)gmail.com> wrote: Removing dead code(hopefully), fixes a warning This is not dead code. NLMSG_NEW() sets up an nlmsg in ab->skb. If you remove the code, it's no longer initialized. ... 19 Jun 2010 10:10
[tip:x86/urgent] x86, pat: Proper init of memtype subtree_max_end
Commit-ID: 6a4f3b523779b67e7d560ed42652f8a59f2f9782 Gitweb: http://git.kernel.org/tip/6a4f3b523779b67e7d560ed42652f8a59f2f9782 Author: Venkatesh Pallipadi <venki(a)google.com> AuthorDate: Thu, 10 Jun 2010 17:45:01 -0700 Committer: H. Peter Anvin <hpa(a)linux.intel.com> CommitDate: Fri, 11 Jun 2010 14:12:22 -... 11 Jun 2010 19:15
[PATCH][Regression fix] ACPI / ACPICA: Do not attempt to disable GPE when installing handler
From: Rafael J. Wysocki <rjw(a)sisk.pl> Commit 0f849d2cc6863c7874889ea60a871fb71399dd3f (ACPICA: Minimize the differences between linux GPE code and ACPICA code base) introduced a change attempting to disable a GPE before installing a handler for it in acpi_install_gpe_handler() which was incorrect. First, the GPE... 11 Jun 2010 19:15
[PATCH] cciss: set SCSI max cmd len to 16, as default is wrong.
From: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> cciss: set SCSI max cmd len to 16, as default is wrong. Signed-off-by: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> --- drivers/block/cciss_scsi.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/block/cciss_scsi.c b/... 11 Jun 2010 18:08