All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] function tracing: fix wrong position computing of stack_trace
@ 2008-11-21  3:00 Liming Wang
  2008-11-21  3:00 ` [PATCH 1/1] " Liming Wang
  0 siblings, 1 reply; 5+ messages in thread
From: Liming Wang @ 2008-11-21  3:00 UTC (permalink / raw)
  To: Steven Rostedt, Ingo Molnar; +Cc: linux-kernel

Hi Steven and Ingo,

Before I have submitted a patch to fix output of available_filter_functions,
later I checked other places that use seq_operations, I found stack_trace
also has this potential problem.

This fix use a more sane method to implement seq_operations. And this avoids
checking return value of seq_printf. If you think this implementation is OK,
I think others can be convert to this cleaner way, which will make future 
usage of seq_operations less errors.

walimis


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

end of thread, other threads:[~2008-11-21 13:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-21  3:00 [PATCH 0/1] function tracing: fix wrong position computing of stack_trace Liming Wang
2008-11-21  3:00 ` [PATCH 1/1] " Liming Wang
2008-11-21  7:52   ` Ingo Molnar
2008-11-21  8:13     ` Wang Liming
2008-11-21 13:14   ` Steven Rostedt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.