public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] omap: Ptr "isr_reg" tracked as NULL was dereferenced
@ 2010-10-05  8:42 Evgeny Kuznetsov
  2010-10-05  8:42 ` [PATCH 1/1] " Evgeny Kuznetsov
  0 siblings, 1 reply; 8+ messages in thread
From: Evgeny Kuznetsov @ 2010-10-05  8:42 UTC (permalink / raw)
  To: tony
  Cc: linux-omap, linux-kernel, khilman, akpm, zmc, a.j.buxton,
	ext-eugeny.kuznetsov

Hi,

Here is patch which fixes bug in /arch/arm/plat-omap/gpio.c file.
Pointer which may have NULL value in some cases (depend on kernel
configuration and GPIO method) is dereferenced later in code.
If pointer is NULL it mean some kernel bug.

Thanks,
Best Regards,
Evgeny

Evgeny Kuznetsov (1):
  omap: Ptr "isr_reg" tracked as NULL was dereferenced

 arch/arm/plat-omap/gpio.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)


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

end of thread, other threads:[~2010-10-08  7:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-05  8:42 [PATCH 0/1] omap: Ptr "isr_reg" tracked as NULL was dereferenced Evgeny Kuznetsov
2010-10-05  8:42 ` [PATCH 1/1] " Evgeny Kuznetsov
2010-10-05  9:32   ` Felipe Balbi
2010-10-05  9:55     ` Evgeny Kuznetsov
2010-10-05 11:48       ` Felipe Balbi
2010-10-05 15:01     ` Kevin Hilman
2010-10-06  6:33       ` Evgeny Kuznetsov
2010-10-08  7:49         ` Evgeny Kuznetsov

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