criu/compel
Vladislav Khmelevsky 28adebefb7 Return page size as unsigned long
Currently page_size() returns unsigned int value that is after "bitwise
not" is promoted to unsigned long value e.g. in uffd.c
handle_page_fault. Since the value is unsigned promotion is done with 0
MSB that results in lost of MSB pagefault address bits. So make
page_size to return  unsigned long to avoid such situation.

Signed-off-by: Vladislav Khmelevsky <och95@yandex.ru>
2023-10-22 13:29:25 -07:00
..
arch compel: Add support for ppc64le scv syscalls 2023-10-22 13:29:25 -07:00
include log: remove all uses of %m specifier in pr_* functions 2023-04-15 21:17:21 -07:00
plugins Return page size as unsigned long 2023-10-22 13:29:25 -07:00
src compel/infect: include the relevant pid in "no-breakpoints restore" debug message 2023-10-22 13:29:25 -07:00
test compel/test: Return 0 in case of error in fdspy 2023-10-22 13:29:25 -07:00
.gitignore compel: adapt .gitgnore for aarch64 and ppc64le 2017-08-09 18:51:42 +03:00
compel-host compel cli: show includes 2017-03-15 00:09:55 +03:00
Makefile compel: add loongarch64 support 2023-10-22 13:29:25 -07:00