mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 04:53:36 +01:00
89f42df66c
The constraints of the DFLTCC inline assembly are not precise: they do not
communicate the size of the output buffers to the compiler, so it cannot
automatically instrument it.
Add the manual kmsan_unpoison_memory() calls for the output buffers. The
logic is the same as in [1].
[1]
|
||
---|---|---|
.. | ||
dfltcc.c | ||
dfltcc.h | ||
dfltcc_deflate.c | ||
dfltcc_deflate.h | ||
dfltcc_inflate.c | ||
dfltcc_inflate.h | ||
dfltcc_util.h | ||
Makefile |