genode/repos/dde_linux/lib/mk/spec/arm_v8
Sebastian Sumpf b30bacf86e lxip: shadow asm-generic/access_ok.h
The IP stack checks "user" pointer access, for example, for iov's using
'access_ok' which in turn calls '__access_ok'. The function checks if the
pointer is below TASK_SIZE_MAX, which is usually a big value on 64 bit
systems, but 3GB on 32 bit systems. Because the IP stack is mostly used with
Genode's libc, where pointers on some kernels (base-linux) can be >3GB and we
don't want to make an additional copy of each buffer/iov interacting with the
IP stack, we short circuit the function

issue #5165
2024-04-12 15:02:45 +02:00
..
libnl.mk
lxip.mk lxip: shadow asm-generic/access_ok.h 2024-04-12 15:02:45 +02:00
virt_linux_generated.mk
wireguard_lx_inc_dirs.mk wireguard: adjust to virt_linux config changes 2024-02-26 08:59:07 +01:00
wireguard.mk wireguard: adjust to virt_linux config changes 2024-02-26 08:59:07 +01:00