You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch addresses the mmap livepatching issue[1]
by invoking mmap system call through glibc's syscall
interface. Hence, enabling livepatching on mmap
library function.
This change shifts the existing limitation from
mmap to syscall of glibc. Excluding syscall from
livepatchable set is acceptable due to its
minimal design.
[1] #239
Signed-off-by: Abhishek Dubey <adubey@linux.ibm.com>
0 commit comments