We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kernel release... 5.2.18-100.fc29.x86_64 gcc (GCC) 8.3.1 20190223 (Red Hat 8.3.1-2)
build fails with CC [M] /home/dkokron/play/XPMEM/xpmem/kernel/xpmem_attach.o /home/dkokron/play/XPMEM/xpmem/kernel/xpmem_attach.c:351:11: error: initialization of ‘vm_fault_t (*)(struct vm_fault )’ {aka ‘unsigned int ()(struct vm_fault )’} from incompatible pointer type ‘int ()(struct vm_fault *)’ [-Werror=incompatible-pointer-types] .fault = xpmem_fault_handler ^~~~~~~~~~~~~~~~~~~ /home/dkokron/play/XPMEM/xpmem/kernel/xpmem_attach.c:351:11: note: (near initialization for ‘xpmem_vm_ops.fault’)
The text was updated successfully, but these errors were encountered:
Merge pull request hpc#29 from Alexey-Rivkin/test_on_VMs
bbb5cef
CI: Testing on VMs
No branches or pull requests
kernel release... 5.2.18-100.fc29.x86_64
gcc (GCC) 8.3.1 20190223 (Red Hat 8.3.1-2)
build fails with
CC [M] /home/dkokron/play/XPMEM/xpmem/kernel/xpmem_attach.o
/home/dkokron/play/XPMEM/xpmem/kernel/xpmem_attach.c:351:11: error: initialization of ‘vm_fault_t (*)(struct vm_fault )’ {aka ‘unsigned int ()(struct vm_fault )’} from incompatible pointer type ‘int ()(struct vm_fault *)’ [-Werror=incompatible-pointer-types]
.fault = xpmem_fault_handler
^~~~~~~~~~~~~~~~~~~
/home/dkokron/play/XPMEM/xpmem/kernel/xpmem_attach.c:351:11: note: (near initialization for ‘xpmem_vm_ops.fault’)
The text was updated successfully, but these errors were encountered: