Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e2924d98e06c3581506572f3bfaed1ab3548607a
https://github.com/WebKit/WebKit/commit/e2924d98e06c3581506572f3bfaed1ab3548607a
Author: Marcus Plutowski <[email protected]>
Date: 2025-11-19 (Wed, 19 Nov 2025)
Changed paths:
M Source/bmalloc/bmalloc/BPlatform.h
M Source/bmalloc/libpas/src/libpas/pas_config.h
Log Message:
-----------
[libpas] Enable MTE for macOS
https://bugs.webkit.org/show_bug.cgi?id=302289
rdar://164433370
Reviewed by Mark Lam.
Currently, MTE enablement is gated to PLATFORM(IOS); since we want to MTE-
tag objects in privileged processes (GPU process, network process, etc.)
regardless of the platform, as long as MTE is supported on the target
hardware, we should drop the IOS restriction and let the runtime checks
(for hardware compatability) decide enablement thereafter.
Canonical link: https://commits.webkit.org/303268@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications