[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20060830160214.GA5557@Krystal>
Date: Wed, 30 Aug 2006 12:02:14 -0400
From: Mathieu Desnoyers <compudj@...stal.dyndns.org>
To: linux-kernel@...r.kernel.org, ak@....de, vojtech@...e.cz
Subject: arch/x86_64/kernel/traps.c:show_trace should use __kernel_text_address
Hi,
I noticed arch/x86_64/kernel/traps.c:show_trace uses kernel_text_address to
verify that an address can potentially belong to kernel code. However, this
version takes a spinlock and should not be called from oops. I think
__kernel_text_address would be more appropriate there.
Mathieu Desnoyers
OpenPGP public key: http://krystal.dyndns.org:8080/key/compudj.gpg
Key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists