Skip to content

Commit

Permalink
kmsan: drop a non-actionable comment
Browse files Browse the repository at this point in the history
Filed #63 to track this.
  • Loading branch information
ramosian-glider committed Oct 11, 2019
1 parent 0f17bde commit 29dd04a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mm/kmsan/kmsan_instr.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,6 @@ void *__msan_memset(void *dst, int c, size_t n)
return result;

ENTER_RUNTIME(irq_flags);
/*
* TODO(glider): emit stores to param_tls and param_origin_tls in the
* compiler for KMSAN (not for MSan, because __msan_memset could be
* called from the userspace RTL).
*/
shadow = 0;
kmsan_internal_memset_shadow(dst, shadow, n, /*checked*/false);
new_origin = 0;
Expand Down

0 comments on commit 29dd04a

Please sign in to comment.