public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* event tracing, ringbuffer and RB_MAX_SMALL_DATA
@ 2009-07-14 17:18 Johannes Berg
  2009-07-15  1:08 ` Li Zefan
  0 siblings, 1 reply; 7+ messages in thread
From: Johannes Berg @ 2009-07-14 17:18 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ingo Molnar, Frederic Weisbecker, Steven Rostedt

[-- Attachment #1: Type: text/plain, Size: 528 bytes --]

Hi,

By code inspection, I think there's a bug if your event contains only

	__dynamic_array(u8, buf, buflen)

and your buflen is only, say, 3. Then the event size will be the common
event size (12 bytes) plus this, so 15, which is well below
RB_MAX_SMALL_DATA (4*28 = 112), so it'll be divided by four to be stored
into type_len. At this point, however, you've lost the information that
your dynamic array was only three bytes, and it'll be considered _four_
bytes long by parsers as far as I can tell?

johannes

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

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

end of thread, other threads:[~2009-07-21  1:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-14 17:18 event tracing, ringbuffer and RB_MAX_SMALL_DATA Johannes Berg
2009-07-15  1:08 ` Li Zefan
2009-07-15  9:48   ` Johannes Berg
2009-07-16  0:48     ` Li Zefan
2009-07-21  1:25       ` Steven Rostedt
2009-07-21  1:30         ` Li Zefan
2009-07-21  1:42           ` Steven Rostedt

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