mirror of
				https://github.com/torvalds/linux.git
				synced 2025-10-31 08:38:45 +02: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 | ||