This repository was archived by the owner on Jun 2, 2025. It is now read-only.
Adapting modifications for the kernel.#151
Closed
zhou479 wants to merge 1 commit intointel:masterfrom
zhou479:master
Closed
Adapting modifications for the kernel.#151zhou479 wants to merge 1 commit intointel:masterfrom zhou479:master
zhou479 wants to merge 1 commit intointel:masterfrom
zhou479:master
Conversation
The kernel has set the vm_flags variable as const and provided a series of interfaces to manipulate it. Therefore, it is necessary to make appropriate modifications to the code in linux-sgx-driver.
|
patch tested for successful compilation on a Debian 12.4 # uname -a
Linux pve 6.5.11-7-pve #1 SMP PREEMPT_DYNAMIC PMX 6.5.11-7 (2023-12-05T09:44Z) x86_64 GNU/Linux |
ticapix
added a commit
to ticapix/linux-sgx-driver
that referenced
this pull request
Feb 19, 2024
reuse the patch from intel#151 and fix "shift exponent 32 is too large for 32-bit type 'int'" when loading the isgx module
This was referenced Apr 27, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#152
The kernel has set the vm_flags variable as const and provided a series of interfaces to manipulate it. Therefore, it is necessary to make appropriate modifications to the code in linux-sgx-driver.