Bug 219954

Summary: [macOS] Allow access to AppleAVDUserClient on Apple Silicon
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: WebKit Misc.Assignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: pvollan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch for landing none

Brent Fulgham
Reported 2020-12-16 11:15:02 PST
We are extending a dynamic IOKit class extension to AppleAVDUserClient, but this is not being consistently consumed on some platforms. While this bug is investigated, temporarily add a rule to allow access without the dynamic extension.
Attachments
Patch (1.62 KB, patch)
2020-12-16 11:18 PST, Brent Fulgham
no flags
Patch (1.57 KB, patch)
2020-12-16 11:53 PST, Brent Fulgham
no flags
Patch for landing (1.57 KB, patch)
2020-12-16 12:06 PST, Brent Fulgham
no flags
Brent Fulgham
Comment 1 2020-12-16 11:15:44 PST
Brent Fulgham
Comment 2 2020-12-16 11:18:05 PST
Brent Fulgham
Comment 3 2020-12-16 11:53:20 PST
Per Arne Vollan
Comment 4 2020-12-16 12:05:10 PST
Comment on attachment 416351 [details] Patch R=me.
Brent Fulgham
Comment 5 2020-12-16 12:06:11 PST
Created attachment 416353 [details] Patch for landing
EWS
Comment 6 2020-12-16 12:33:45 PST
Committed r270900: <https://trac.webkit.org/changeset/270900> All reviewed patches have been landed. Closing bug and clearing flags on attachment 416353 [details].
Per Arne Vollan
Comment 7 2020-12-16 12:44:42 PST
Comment on attachment 416353 [details] Patch for landing View in context: https://bugs.webkit.org/attachment.cgi?id=416353&action=review > Source/WebKit/WebProcess/com.apple.WebProcess.sb.in:955 > +(when (equal? (param "CPU") "arm64") This change might not be needed, since I am not sure there is any difference in behavior between if and when.
Note You need to log in before you can comment on or make changes to this bug.