Skip to content

Commit

Permalink
kmsan: add a newline before "Uninit was created at:"
Browse files Browse the repository at this point in the history
fixes #22
  • Loading branch information
ramosian-glider committed Oct 29, 2018
1 parent 0ec5047 commit 22f2ace
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mm/kmsan/kmsan.c
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,7 @@ static inline void kmsan_print_origin(depot_stack_handle_t origin)
kmsan_pr_err("Uninit was stored to memory at:\n");
depot_fetch_stack(head, &chained_trace);
print_stack_trace(&chained_trace, 0);
kmsan_pr_err("\n");
continue;
} else
if ((trace.entries[0] & KMSAN_MAGIC_MASK) == KMSAN_CHAIN_MAGIC_ORIGIN_FRAME) {
Expand Down

0 comments on commit 22f2ace

Please sign in to comment.