public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] wait: using uninitialized member of wait queue
@ 2010-10-05  8:47 Evgeny Kuznetsov
  2010-10-05  8:47 ` [PATCH 1/1] " Evgeny Kuznetsov
  2010-10-05 15:43 ` [PATCH 0/1] " Linus Torvalds
  0 siblings, 2 replies; 7+ messages in thread
From: Evgeny Kuznetsov @ 2010-10-05  8:47 UTC (permalink / raw)
  To: akpm, torvalds
  Cc: m.nazarewicz, mingo, gregkh, a.p.zijlstra, xiaosuo, linux-kernel,
	ext-eugeny.kuznetsov

Hi,

Here is patch which fixes bug in /include/linux/wait.h file.
Member "flags" of "wait_queue_t" struct  is used in several places in
kernel code without beeing initialized. "flags" is used in bitwise
operations. If it contain dummy data then incorrect flags may be 
used later in code.

Thanks,
Best Regards,
Evgeny

Evgeny Kuznetsov (1):
  wait: using uninitialized member of wait queue

 include/linux/wait.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-10-06  6:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-05  8:47 [PATCH 0/1] wait: using uninitialized member of wait queue Evgeny Kuznetsov
2010-10-05  8:47 ` [PATCH 1/1] " Evgeny Kuznetsov
2010-10-05 10:41   ` Michał Nazarewicz
2010-10-05 11:00     ` Evgeny Kuznetsov
2010-10-05 11:39       ` Michał Nazarewicz
2010-10-05 15:43 ` [PATCH 0/1] " Linus Torvalds
2010-10-06  6:01   ` Evgeny Kuznetsov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox