Michael Sartain ([email protected])

Number of posts: 19 (0.29 per day)
First post: 2017-06-06 17:57:22
Last post: 2017-08-12 17:41:53

Date List Subject
2017-08-12 17:41:53 linux-kernel [PATCH 1/5] trace-cmd: Fix incorrect malloc size arg: *item instead of item
2017-08-12 17:41:30 linux-kernel [PATCH 4/5] trace-cmd: Use unsigned values in Hsieh's trace_hash fast hash function
2017-08-12 17:41:28 linux-kernel [PATCH 3/5] trace-cmd: Add ULL suffix to MISSING_EVENTS since ints shouldn't be left shifted by 31
2017-08-12 17:36:31 linux-kernel [PATCH 2/5] trace-cmd: Fix NULL pointer being passed to memcpy
2017-08-12 17:36:30 linux-kernel [PATCH 5/5] trace-cmd: Remove unused view_width variable
2017-08-12 17:36:29 linux-kernel [PATCH 0/5] trace-cmd: Fixes for four small bugs plus minor cleanup
2017-07-06 04:16:14 linux-kernel [PATCH v2] tracing: Add saved_tgids file to show cached pid to tgid mappings
2017-07-01 00:32:16 linux-kernel Re: [PATCH] tracing: Add saved_tgids file to show cached pid to tgid mappings
2017-06-30 17:17:55 linux-kernel [PATCH] tracing: Add saved_tgids file to show cached pid to tgid mappings
2017-06-21 17:36:28 linux-kernel Re: [PATCH v3 4/6] Fix read / write data offsets in read / write loops
2017-06-15 00:29:27 linux-kernel [PATCH v3 6/6] Fix cases where string literals were passed as string format args
2017-06-15 00:28:51 linux-kernel [PATCH v3 5/6] Fix function prototypes for __vwarning, __vpr_stat, and __vdie
2017-06-15 00:28:41 linux-kernel [PATCH v3 4/6] Fix read / write data offsets in read / write loops
2017-06-15 00:28:38 linux-kernel [PATCH v3 3/6] Handle EINTR signal interrupts for read, write, open calls
2017-06-15 00:28:37 linux-kernel [PATCH v3 2/6] Fix unsigned return values being error checked as negative
2017-06-15 00:28:35 linux-kernel [PATCH v3 1/6] Fix bad force_token escape sequence
2017-06-15 00:28:31 linux-kernel [PATCH v3 0/6] trace-cmd: escape sequence, EINTR, error checking bug fixes
2017-06-15 00:11:52 linux-kernel [PATCH v2 0/6] trace-cmd: escape sequence, EINTR, error checking bug fixes
2017-06-06 17:57:22 linux-kernel [PATCH] trace-cmd: Fix bad force_token escape sequence