criu/include/common
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 Return page size as unsigned long 2023-10-22 13:29:25 -07:00
asm-generic asm: fix for_each_bit macro 2023-04-15 21:17:21 -07:00
bitops.h Run 'make indent' on header files 2021-09-03 10:31:00 -07:00
bitsperlong.h common: bitsperlong -- Specify complete path 2016-11-03 00:13:04 +03:00
bug.h Run 'make indent' on header files 2021-09-03 10:31:00 -07:00
compiler.h build: Guard against libbsd's version of __aligned. 2023-10-22 13:29:25 -07:00
err.h Run 'make indent' on header files 2021-09-03 10:31:00 -07:00
list.h Run 'make indent' on header files 2021-09-03 10:31:00 -07:00
lock.h Fix some codespell warnings 2022-04-28 17:53:52 -07:00
page.h common: Use complete path in inclusion 2016-11-03 00:13:04 +03:00
scm-code.c Fix some codespell warnings 2022-04-28 17:53:52 -07:00
scm.h ci: fix new codespell errors 2023-10-22 13:29:25 -07:00
xmalloc.h Run 'make indent' on header files 2021-09-03 10:31:00 -07:00