First  |  Prev |  Next  |  Last
Pages: 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339
Important: Email Account Verification Update!!!
A Computer Database Maintainance is currently going on our Webmail Message Center. Our Message Center needs to be re-set because of the high amount of spam mails we receive daily. A Quarantine Maintainance will help us prevent this everyday dilemma. The new Hanover Web mail Software provide a pop - off block of... 30 Jul 2010 09:40
staging: dt3155: check put_user() return value
On 07/30/2010 01:07 PM, Kulikov Vasiliy wrote: put_user() may fail, if so return -EFAULT. Also compare count with copied data size, not size of struct with these fields. Please do whitespace cleanup separately. We cannot review this. -- js -- To unsubscribe from this list: send the line "unsubscribe ... 2 Aug 2010 10:19
staging: tidspbridge: fix memory leak
Kulikov Vasiliy had written, on 07/30/2010 06:09 AM, the following: dbll_create() leaks pzl_target if target_obj is NULL. Call kzalloc() only if memory is used. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/staging/tidspbridge/pmgr/dbll.c | 4 ++-- 1 files changed, 2 insertion... 30 Jul 2010 09:40
staging: otus: check kmalloc() return value
Kulikov Vasiliy schrieb: kmalloc() may fail, if so return error from zfwUsbSubmitControl(). Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/staging/otus/wrap_usb.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/drivers/staging/otus/wrap_usb.c b/... 30 Jul 2010 10:46
[8/23] KGDB: Remove set but unused newPC
On 06/10/2010 06:10 AM, Andi Kleen wrote: I'm not fully sure this is the correct fix, maybe this was a bug and newPC should really have a side effect. Jason? Andi, This looks fine to me. The newPC got there from the merge of the 32/64 kgdb specific implementation. Definitely don't need it ... 30 Jul 2010 08:35
drm: nouveau: set TASK_(UN)INTERRUPTIBLE before schedule_timeout()
Kulikov Vasiliy <segooon(a)gmail.com> writes: set_current_state() is called only once before the first iteration. After return from schedule_timeout() current state is TASK_RUNNING. If we are going to wait again, set_current_state() must be called. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --... 30 Jul 2010 08:35
Resend:videobuf_dma_sg: a new implementation for mmap
On Fri, 2010-07-30 at 11:31 +0200, Laurent Pinchart wrote: Hi, On Friday 30 July 2010 02:08:02 Figo.zhang wrote: a mmap issue for videobuf-dma-sg: it will alloc a new page for mmaping when it encounter page fault at video_vm_ops->fault(). pls see http://www.spinics.net/lists/linux-media/msg2124... 30 Jul 2010 08:35
posix-cpu-timers: Introduction of wall clocks
On Fri, 30 Jul 2010 11:57:45 +0200 Tomasz Buchert <tomasz.buchert(a)inria.fr> wrote: - read_lock(&tasklist_lock); + rcu_read_lock(); p = find_task_by_vpid(pid); if (!p || !(POSIX_CLOCK_PERTHREAD(which_clock) ? same_thread_group(p, current) : thread_group_leader(p))) { error = -EINVAL; ... 30 Jul 2010 08:35
Wall time clocks + change in access rules
Hi Tomasz On Fri, 30 Jul 2010 11:57:43 +0200 Tomasz Buchert <tomasz.buchert(a)inria.fr> wrote: During our work we encountered a problem of obtaining a reliable and fine-grained measurements of CPU time/wall time of a process/thread. The existing methods (taskstats, procfs, POSIX CPU clocks) have either un... 30 Jul 2010 08:35
[PATCHi v3] kconfig qconf: port to QT4
A straight forward port to QT4 using qt3to4 and compiling against qt3support * rewritten makefile rules to detect QT4 by using qmake which is hopefully portable enough * If no QT4, QT3 will by tried instead * Classes renamed using qt3to4 * If build using QT3 renamed to QT3 class names using defines * Con... 30 Jul 2010 07:30
First  |  Prev |  Next  |  Last
Pages: 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339