Title: [275362] trunk/Source/WebKit
- Revision
- 275362
- Author
- [email protected]
- Date
- 2021-04-01 08:48:11 -0700 (Thu, 01 Apr 2021)
Log Message
Unreviewed, reverting r275350.
https://bugs.webkit.org/show_bug.cgi?id=224048
Introduced perf regression
Reverted changeset:
"Add IOKit method filter telemetry"
https://bugs.webkit.org/show_bug.cgi?id=223652
https://trac.webkit.org/changeset/275350
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (275361 => 275362)
--- trunk/Source/WebKit/ChangeLog 2021-04-01 15:35:21 UTC (rev 275361)
+++ trunk/Source/WebKit/ChangeLog 2021-04-01 15:48:11 UTC (rev 275362)
@@ -1,3 +1,16 @@
+2021-04-01 Commit Queue <[email protected]>
+
+ Unreviewed, reverting r275350.
+ https://bugs.webkit.org/show_bug.cgi?id=224048
+
+ Introduced perf regression
+
+ Reverted changeset:
+
+ "Add IOKit method filter telemetry"
+ https://bugs.webkit.org/show_bug.cgi?id=223652
+ https://trac.webkit.org/changeset/275350
+
2021-04-01 Martin Robinson <[email protected]>
Expose an alias for ScrollSnapOffsetInfo<T> to make it easier to use
Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (275361 => 275362)
--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb 2021-04-01 15:35:21 UTC (rev 275361)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb 2021-04-01 15:48:11 UTC (rev 275362)
@@ -96,7 +96,7 @@
(deny (with telemetry)
iokit-async-external-method
iokit-external-trap)
- (allow (with telemetry) (with message "IOMobileFramebufferUserClient")
+ (allow
iokit-external-method)
)
)
@@ -236,56 +236,17 @@
(allow iokit-open
(require-all
(extension "com.apple.webkit.extension.iokit")
- (iokit-user-client-class "AGXDeviceUserClient") ;; Used by WebGL
+ (iokit-connection "IOGPU")
)
- (when (defined? 'iokit-external-method)
- (apply-message-filter
- (deny (with telemetry)
- iokit-external-trap)
- (allow (with telemetry) (with message "AGXDeviceUserClient")
- iokit-async-external-method
- iokit-external-method
- )
- (allow iokit-external-method
- (iokit-method-number
- 0
- 2
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 25
- 26
- 27
- 36
- 38
- 44
- )
- )
-
- )
- )
- )
-
- (allow iokit-open
(require-all
(extension "com.apple.webkit.extension.iokit")
- (iokit-connection "IOGPU")
+ (iokit-user-client-class "AGXDeviceUserClient") ;; Used by WebGL
)
(when (defined? 'iokit-external-method)
(apply-message-filter
(deny (with telemetry)
iokit-external-trap)
- (allow (with telemetry) (with message "IOGPU")
+ (allow
iokit-async-external-method
iokit-external-method)
)
@@ -455,13 +416,8 @@
(deny (with telemetry)
iokit-async-external-method
iokit-external-trap)
- (allow (with telemetry) (with message "IOSurfaceAcceleratorClient")
+ (allow
iokit-external-method)
- (allow iokit-external-method
- (iokit-method-number
- 1
- )
- )
)
)
)
@@ -476,31 +432,8 @@
(deny (with telemetry)
iokit-async-external-method
iokit-external-trap)
- (allow (with telemetry) (with message "IOSurfaceRootUserClient")
+ (allow
iokit-external-method)
- (allow iokit-external-method
- (iokit-method-number
- 0
- 1
- 2
- 3
- 5
- 9
- 10
- 11
- 13
- 14
- 15
- 20
- 21
- 23
- 27
- 31
- 32
- 34
- 35
- )
- )
)
)
)
@@ -1093,7 +1026,7 @@
(deny (with telemetry)
iokit-async-external-method
iokit-external-trap)
- (allow (with telemetry) (with message "IOSurfaceRootUserClient no extension")
+ (allow
iokit-external-method)
)
)
Modified: trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (275361 => 275362)
--- trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2021-04-01 15:35:21 UTC (rev 275361)
+++ trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in 2021-04-01 15:48:11 UTC (rev 275362)
@@ -144,40 +144,10 @@
)
(with telemetry-backtrace)
(apply-message-filter
- (allow (with telemetry) (with message "IOAccelerator")
+ (allow
iokit-async-external-method
iokit-external-method
)
- (allow iokit-async-external-method
- (iokit-method-number
- 47
- )
- )
- (allow iokit-external-method
- (iokit-method-number
- 0
- 2
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 15
- 16
- 17
- 18
- 29
- 30
- 31
- 40
- 42
- 48
- )
- )
(deny (with telemetry)
iokit-external-trap
)
@@ -222,38 +192,10 @@
)
(with telemetry-backtrace)
(apply-message-filter
- (allow (with telemetry) (with message "IOSurfaceRootUserClient")
+ (allow
iokit-async-external-method
iokit-external-method
)
- (allow iokit-async-external-method
- (iokit-method-number
- 17
- )
- )
- (allow iokit-external-method
- (iokit-method-number
- 0
- 1
- 2
- 3
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 20
- 23
- 27
- 31
- 32
- 34
- 35
- 44
- )
- )
(deny (with telemetry)
iokit-external-trap
)
@@ -282,14 +224,9 @@
)
(with telemetry-backtrace)
(apply-message-filter
- (allow (with telemetry) (with message "AppleIntelMEUserClient")
+ (allow
iokit-external-method
)
- (allow iokit-external-method
- (iokit-method-number
- 120
- )
- )
(deny (with telemetry)
iokit-async-external-method
iokit-external-trap
@@ -314,14 +251,9 @@
)
(with telemetry-backtrace)
(apply-message-filter
- (allow (with telemetry) (with message "AppleSNBFBUserClient")
+ (allow
iokit-external-method
)
- (allow iokit-external-method
- (iokit-method-number
- 120
- )
- )
(deny (with telemetry)
iokit-async-external-method
iokit-external-trap
@@ -369,18 +301,10 @@
)
(with telemetry-backtrace)
(apply-message-filter
- (allow (with telemetry) (with message "AppleGraphicsControlClient")
+ (allow
iokit-async-external-method
iokit-external-method
)
- (allow iokit-external-method
- (iokit-method-number
- 0
- 1
- 3
- 11
- )
- )
(deny (with telemetry)
iokit-external-trap
)
@@ -426,16 +350,9 @@
)
(with telemetry-backtrace)
(apply-message-filter
- (allow (with telemetry) (with message "AppleMGPUPowerControlClient")
+ (allow
iokit-external-method
)
- (allow iokit-external-method
- (iokit-method-number
- 0
- 1
- 3
- )
- )
(deny (with telemetry)
iokit-async-external-method
iokit-external-trap
@@ -1015,18 +932,9 @@
)
(with telemetry-backtrace)
(apply-message-filter
- (allow (with telemetry) (with message "AppleUpstreamUserClient")
+ (allow
iokit-external-method
)
- (allow iokit-external-method
- (iokit-method-number
- 0
- 1
- 3
- 4
- 5
- )
- )
(deny (with telemetry)
iokit-async-external-method
iokit-external-trap
@@ -1050,14 +958,9 @@
)
(with telemetry-backtrace)
(apply-message-filter
- (allow (with telemetry) (with message "RootDomainUserClient")
+ (allow
iokit-external-method
)
- (allow iokit-external-method
- (iokit-method-number
- 3
- )
- )
(deny (with telemetry)
iokit-async-external-method
iokit-external-trap
@@ -1082,18 +985,9 @@
)
(with telemetry-backtrace)
(apply-message-filter
- (allow (with telemetry) (with message "AudioAUUC")
+ (allow
iokit-external-method
)
- (allow iokit-external-method
- (iokit-method-number
- 0
- 1
- 3
- 4
- 5
- )
- )
(deny (with telemetry)
iokit-async-external-method
iokit-external-trap
@@ -2051,17 +1945,10 @@
)
)
(apply-message-filter
- (allow (with telemetry) (with message "IOSurfaceRootUserClient no extension")
+ (allow
iokit-async-external-method
iokit-external-method
)
- (allow iokit-external-method
- (iokit-method-number
- 13
- 32
- 44
- )
- )
(deny (with telemetry)
iokit-external-trap
)
@@ -2103,32 +1990,10 @@
)
)
(apply-message-filter
- (allow (with telemetry) (with message "IOAccelerator no extension")
+ (allow
iokit-async-external-method
iokit-external-method
)
- (allow iokit-async-external-method
- (iokit-method-number
- 0
- )
- )
- (allow iokit-external-method
- (iokit-method-number
- 0
- 1
- 2
- 4
- 5
- 7
- 8
- 9
- 10
- 11
- 12
- 22
- 256
- )
- )
(deny (with telemetry)
iokit-external-trap
)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes