/usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg/prltg_call.c: In function 'tg_req_map_user_pages': /usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg/prltg_compat.h:63:17: error: too many arguments to function 'get_user_pages' 63 | get_user_pages(_1, _2, (_3) ? FOLL_WRITE : 0, _4, _5) | ^~~~~~~~~~~~~~ and /usr/lib/parallels-tools/kmods/prl_fs/SharedFolders/Guest/Linux/prl_fs/file.c:441:10: error: 'struct file_operations' has no member named 'iterate' 441 | .iterate = prlfs_readdir, | ^~~~~~~/usr/lib/parallels-tools/kmods/prl_fs/SharedFolders/Guest/Linux/prl_fs/file.c:441:27: error: positional initialization of field in 'struct' declared with 'designated_init' attribute [-Werror=designated-init] 441 | .iterate = prlfs_readdir, | ^~~~~~~~~~~~~/usr/lib/parallels-tools/kmods/prl_fs/SharedFolders/Guest/Linux/prl_fs/file.c:441:27: note: (near initialization for 'prlfs_dir_fops')