linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM: unwind extension
@ 2010-06-03 12:17 Phil Carmody
  2010-06-03 12:17 ` [PATCH 1/3] ARM: module - simplify code with temporaries Phil Carmody
  2010-06-10 14:14 ` [PATCH 0/3] ARM: unwind extension Phil Carmody
  0 siblings, 2 replies; 10+ messages in thread
From: Phil Carmody @ 2010-06-03 12:17 UTC (permalink / raw)
  To: linux, catalin.marinas; +Cc: linux-arm-kernel, linux-kernel


The first two patches are simply preparation for the third, making it
effectively trivial, even though it's the only one with a concrete 
change in behaviour.

The origins of this patchset are the discovery that unwind and kmemleak
don't always cooperate well with each other - any allocation within 
an exit or devexit function causes kmemleak to look up symbols that 
aren't in any unwind table. This of course means that all WARN_ONs and
BUGs will suffer the same fate.

It could certainly be said that with a typical system the linked list
has grown too large to be practical as a container, and some improvements
could be made in that direction in the future.

Cheers,
Phil

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

end of thread, other threads:[~2010-06-24  9:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-03 12:17 [PATCH 0/3] ARM: unwind extension Phil Carmody
2010-06-03 12:17 ` [PATCH 1/3] ARM: module - simplify code with temporaries Phil Carmody
2010-06-03 12:17   ` [PATCH 2/3] ARM: module - simplify unwind table handling Phil Carmody
2010-06-03 12:17     ` [PATCH 3/3] ARM: module - additional unwind tables for exit/devexit sections Phil Carmody
2010-06-10 14:48       ` Catalin Marinas
2010-06-10 14:43     ` [PATCH 2/3] ARM: module - simplify unwind table handling Catalin Marinas
2010-06-24  9:05     ` Russell King - ARM Linux
2010-06-24  9:08       ` Catalin Marinas
2010-06-10 14:42   ` [PATCH 1/3] ARM: module - simplify code with temporaries Catalin Marinas
2010-06-10 14:14 ` [PATCH 0/3] ARM: unwind extension Phil Carmody

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).