Bug 232259

Summary: [macOS][GPUP] Block access to mach register
Product: WebKit Reporter: Per Arne Vollan <pvollan>
Component: WebKit Misc.Assignee: Per Arne Vollan <pvollan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, gavin.p, mazander, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Per Arne Vollan
Reported 2021-10-25 12:04:33 PDT
Based on telemetry, block access to mach register in the GPU process on macOS.
Attachments
Patch (1.83 KB, patch)
2021-10-25 12:06 PDT, Per Arne Vollan
no flags
Patch (1.79 KB, patch)
2021-11-12 08:38 PST, Per Arne Vollan
no flags
Radar WebKit Bug Importer
Comment 1 2021-10-25 12:05:16 PDT
Per Arne Vollan
Comment 2 2021-10-25 12:06:11 PDT
Brent Fulgham
Comment 3 2021-10-25 12:10:29 PDT
Comment on attachment 442392 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=442392&action=review > Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in:-690 > -(allow mach-register (with telemetry) (global-name-regex #"^_oglprof_attach_<[0-9]+>$")) I think this is needed for profiling GL content in the GPU Process. I'm not sure it's safe to remove, unless you have tested using the graphics tools on the GPU Process.
Per Arne Vollan
Comment 4 2021-11-12 08:38:16 PST
Per Arne Vollan
Comment 5 2021-11-12 08:39:46 PST
(In reply to Brent Fulgham from comment #3) > Comment on attachment 442392 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=442392&action=review > > > Source/WebKit/GPUProcess/mac/com.apple.WebKit.GPUProcess.sb.in:-690 > > -(allow mach-register (with telemetry) (global-name-regex #"^_oglprof_attach_<[0-9]+>$")) > > I think this is needed for profiling GL content in the GPU Process. I'm not > sure it's safe to remove, unless you have tested using the graphics tools on > the GPU Process. That is a good point. I kept this rule for internal builds, which is the way we've done it in the WebContent process. Thanks for reviewing!
Brent Fulgham
Comment 6 2021-11-12 09:31:58 PST
Comment on attachment 444072 [details] Patch r=me
EWS
Comment 7 2021-11-12 12:09:20 PST
Committed r285735 (244194@main): <https://commits.webkit.org/244194@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 444072 [details].
Note You need to log in before you can comment on or make changes to this bug.