mirror of
https://github.com/torvalds/linux.git
synced 2026-05-17 02:56:31 +02:00
The memove, memset, memcpy, __memset16, __memset32 and __memset64
function have an additional indirect return branch in form of a
"bzr" instruction. These need to use expolines as well.
Cc: <stable@vger.kernel.org> # v4.17+
Fixes:
|
||
|---|---|---|
| .. | ||
| delay.c | ||
| find.c | ||
| Makefile | ||
| mem.S | ||
| probes.c | ||
| spinlock.c | ||
| string.c | ||
| uaccess.c | ||
| xor.c | ||