Do not build Intel content restriction modules#705
Open
DemiMarie wants to merge 1 commit intoQubesOS:mainfrom
Open
Do not build Intel content restriction modules#705DemiMarie wants to merge 1 commit intoQubesOS:mainfrom
DemiMarie wants to merge 1 commit intoQubesOS:mainfrom
Conversation
b787329 to
3294d92
Compare
INTEL_MEI_HDCP and DRM_AMD_DC_PDCP are for High-bandwidth Digital Content Protection (HDCP), and INTEL_MEI_PXP is for Protected Xe Path (PXP). Since the Intel CSME and AMD Secure Processor must never be passed through to a VM, these are only usable if there is an Intel or AMD GPU attached to dom0. However, dom0 does not include any programs that can use these modules, so the modules are unused. Worse, if HDCP *was* used, it would, it would allow external displays (which are not trusted) to communicate with the (closed-source and often out-of-date) Intel CSME or AMD SP firmware, which is even more privileged than dom0.
3294d92 to
9cc3f93
Compare
Member
|
openQArun |
Member
|
PipelineRetry |
Member
|
openQArun |
Member
|
PipelineRetry |
Member
|
openQArun |
Member
|
PipelineRetry |
Contributor
Author
|
Ping |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
These kernel modules are only usable if the GPU is attached to dom0. However, dom0 never has the userspace programs needed to use these modules, so the modules are unused.