[patch] comedi: off by one issue
"dac_range_table" has 5 elements. Signed-off-by: Dan Carpenter <error27(a)gmail.com> diff --git a/drivers/staging/comedi/drivers/dt2801.c b/drivers/staging/comedi/drivers/dt2801.c index 3f365ae..83fb6e5 100644 --- a/drivers/staging/comedi/drivers/dt2801.c +++ b/drivers/staging/comedi/drivers/dt2801.c @@ -472,7 ... 28 Mar 2010 07:53
[patch] drm: fix check for end of loop
"agpmem" is never NULL here. Signed-off-by: Dan Carpenter <error27(a)gmail.com> diff --git a/drivers/gpu/drm/drm_memory.c b/drivers/gpu/drm/drm_memory.c index e4865f9..7732268 100644 --- a/drivers/gpu/drm/drm_memory.c +++ b/drivers/gpu/drm/drm_memory.c @@ -77,7 +77,7 @@ static void *agp_remap(unsigned long offs... 28 Mar 2010 07:53
[patch] video/au0828: off by one bug
The "AUVI_INPUT(tmp)" macro uses "tmp" as an index of an array with AU0828_MAX_INPUT elements. Signed-off-by: Dan Carpenter <error27(a)gmail.com> diff --git a/drivers/media/video/au0828/au0828-video.c b/drivers/media/video/au0828/au0828-video.c index dc67bc4..19a5773 100644 --- a/drivers/media/video/au0828/au082... 28 Mar 2010 07:53
[patch] radeon: range check issues
This change makes the array larger, "MAX_SUPPORTED_TV_TIMING_V1_2" is 3 and the original size "MAX_SUPPORTED_TV_TIMING" is 2. Also there were checks that were off by one. Signed-off-by: Dan Carpenter <error27(a)gmail.com> --- Compile tested only. Changing the array size seemed like the right thing to do, in th... 28 Mar 2010 07:53
Remove Documentation/trace/kmemtrace.txt
Eduard - Gabriel Munteanu wrote: The current implementation of kmemtrace has been based on ftrace for a while. Documentation/trace/kmemtrace.txt concerns the old, relay-based implementation, so it's outdated. This removes it to avoid confusion. Signed-off-by: Eduard - Gabriel Munteanu <eduard.munteanu@l... 28 Mar 2010 15:40
staging;rar_register: add TODO file
On Wed, Mar 24, 2010 at 03:54:24PM -0700, mark.a.allyn(a)intel.com wrote: From: Mark Allyn <allyn(a)allyn-test.(none)> Signed-off-by: Mark Allyn <mark.a.allyn(a)intel.com> --- 0 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 drivers/staging/rar_register/TODO diff --git a/drivers... 29 Mar 2010 13:36
[PATCH 2/2] perf: Use hot regs with software sched switch/migrate events
Scheduler's task migration events don't work because they always pass NULL regs perf_sw_event(). The event hence gets filtered in perf_swevent_add(). Scheduler's context switches events use task_pt_regs() to get the context when the event occured which is a wrong thing to do as this won't give us the place in th... 28 Mar 2010 01:26
New ldisc for WiLink7.0
On Thu, Mar 25, 2010 at 06:20:15PM -0500, pavan_savoy(a)ti.com wrote: Greg / Alan, - moved to staging and completely self-contained - REMOVed the sysfs entry creation at root and replaced it with sending events via rfkill. - verified and working with new logic - patch re-ordered Looks goo... 28 Mar 2010 01:26
pata_via: HDD of VT6410/6415/6330 cannot be detected issue
On 03/25/2010 08:51 AM, JosephChan(a)via.com.tw wrote: When using VT6410/6415/6330 chips on some VIA's platforms, the HDD connects to VT6410/6415/6330 cannot be detected. It is because the driver detects wrong via_isa_bridge ID, and then cause the this issue happen. This patch will fix this problem. Sig... 28 Mar 2010 01:26
rcu: remove lock acquirement when very eary boot
On Sun, Mar 28, 2010 at 11:14:13AM +0800, Lai Jiangshan wrote: cleanup: remove lock acquirement when very eary boot This is indeed a safe change, however, I am keeping this lock acquisition and release for documentation purposes. Call me paranoid, but... Thanx, Paul Signed-off-by: Lai Jiangsh... 28 Mar 2010 00:22