First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Fwd: setlocalversion changes trigger regression if build scripts in git
commit 09155120cf0ffe6f0c8aba3aa625831405b65996 Author: Michal Marek <mmarek(a)suse.cz> Date:   Thu Jun 17 15:14:58 2010 +0200    kbuild: Clean up and speed up the localversion logic This commit causes a regression if you have some of your kernel building and packaging scripts in git. It can be triggered with L... 13 Aug 2010 11:24
[PATCH] bitmap: fix address_space conversion on __bitmap_parse
buf can be a user-space pointer in case of is_user, 3rd arg, is 1. But casting to ubuf lacks required address_space notations. Add it. Signed-off-by: Namhyung Kim <namhyung(a)gmail.com> --- lib/bitmap.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/bitmap.c b/lib/bitmap.c ind... 13 Aug 2010 11:24
linux-next: build warning after merge of the final tree (usb tree related)
On Mon, Aug 02, 2010 at 02:18:23PM +1000, Stephen Rothwell wrote: Hi Greg, After merging the final tree, today's linux-next build (powerpc allyesconfig) produced these warnings: /scratch/sfr/next/drivers/usb/gadget/storage_common.c:718: warning: 'fsg_show_nofua' defined but not used /scratch/sfr/... 13 Aug 2010 12:29
nfsd: fix NULL dereference in nfsd_statfs()
On Fri, Aug 13, 2010 at 03:53:49PM +0200, Takashi Iwai wrote: The commit ebabe9a9001af0af56c0c2780ca1576246e7a74b pass a struct path to vfs_statfs introduced the struct path initialization, and this seems to trigger an Oops on my machine. fh_dentry field may be NULL and set later in fh_verify(), ... 13 Aug 2010 11:24
[CPUFREQ] acpi-cpufreq: add missing __percpu markup
On 08/13/2010 04:00 PM, Namhyung Kim wrote: acpi_perf_data is a percpu pointer but was missing __percpu markup. Add it. Signed-off-by: Namhyung Kim <namhyung(a)gmail.com> Acked-by: Tejun Heo <tj(a)kernel.org> Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kerne... 13 Aug 2010 10:18
[PATCH] [CPUFREQ] acpi-cpufreq: add missing __percpu markup
acpi_perf_data is a percpu pointer but was missing __percpu markup. Add it. Signed-off-by: Namhyung Kim <namhyung(a)gmail.com> --- arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c b/arch/x86/kernel/cpu... 13 Aug 2010 10:18
[PATCH/RFC 2/6] drivers:staging:ti-st: Sources for FM RX
From: Raja-Mani <x0102026(a)ti.com> This has implementation for FM RX functionality. It communicates with FM V4l2 module and FM common module. Signed-off-by: Raja-Mani <x0102026(a)ti.com> Signed-off-by: Pramodh AG <pramodh_ag(a)ti.com> Signed-off-by: Pavan Savoy <pavan_savoy(a)ti.com> --- drivers/staging/ti-st/fmdr... 13 Aug 2010 10:18
[PATCH/RFC 4/6] drivers:staging:ti-st: Sources for FM V4L2 interfaces
From: Raja-Mani <x0102026(a)ti.com> This module interfaces V4L2 subsystem and FM common module. It registers itself with V4L2 as Radio module. Signed-off-by: Raja-Mani <x0102026(a)ti.com> Signed-off-by: Pramodh AG <pramodh_ag(a)ti.com> Signed-off-by: Pavan Savoy <pavan_savoy(a)ti.com> --- drivers/staging/ti-st/fmdr... 13 Aug 2010 10:18
[PATCH/RFC 0/6] FM V4L2 driver for WL128x
From: Raja-Mani <x0102026(a)ti.com> The following patches are FM V4L2-Radio drivers for WL128x (backward compatible for WL127x). TI's V4L2 based FM driver uses APIs and header files of TI's Shared Transport driver that is hosted in "staging/ti-st/" folder. I request to add TI FM driver to "staging/ti-st/" fold... 13 Aug 2010 10:18
[PATCH/RFC 3/6] drivers:staging:ti-st: Sources for FM common header
From: Raja-Mani <x0102026(a)ti.com> This is a common header used in all FM submodules (FM V4L2,FM common,FM Rx). Signed-off-by: Raja-Mani <x0102026(a)ti.com> Signed-off-by: Pramodh AG <pramodh_ag(a)ti.com> Signed-off-by: Pavan Savoy <pavan_savoy(a)ti.com> --- drivers/staging/ti-st/fmdrv.h | 225 +++++++++++++++++++... 13 Aug 2010 10:18
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18