Skip to content
New issue

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

Fix kernel 4.10 rename of struct vm_fault->virtual_address to address #19

Closed
wants to merge 5 commits into from

Conversation

Snicksie
Copy link

Signed-off-by: Neline van Ginkel neline.vanginkel@cs.kuleuven.be

In kernel version 4.10 the field virtual_address in struct vm_fault was renamed to address.

lzha101 and others added 3 commits March 13, 2017 10:04
Update License.txt to add Intel(R) before SGX

Signed-off-by: Lili Zhang <lili.z.zhang@intel.com>
signed-off-by: Gu, Zongmin <zongmin.gu@intel.com>
Signed-off-by: Neline van Ginkel <neline.vanginkel@cs.kuleuven.be>
@haitaohuang
Copy link
Contributor

This repo is intended to be out-of-tree driver to support the user space SDK and PSW before sgx driver upstreamed. Generally we would like patches submitted to the upstreaming tree first. Instructions are here: https://01.org/intel-software-guard-extensions/downloads/source-code-repositories. We'll port the changes from upstreaming tree to this repo from time to time. The main purpose of this repo is to ensure the SGX PSW targeted versions of OS works. Based on that, I suggest you check and submit this to the upstreaming repo following review process in the mailing list describe in the page mentioned above.
thanks

Serge Ayoun and others added 2 commits June 11, 2017 09:01
BUG_ON macro call on a eremove failure was removed.
It caused an application freeze when eremove is triggered in
parallel with an enclave call.

Signed-off-by: Serge Ayoun <serge.ayoun@intel.co>
Update the readme file

Signed-off-by: Lili Zhang <lili.z.zhang@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants