Landing: 27fae973e0b6

Project / Subsystem

gcc / gcc/arm

Date

2026-05-25

Author

tobby.li

Commit

27fae973e0b6de9e32069f44d9b1f15ae6b6937e

Source

github

Perf win

Yes

Breaking

No

All attributes

project
gcc
subsystem
gcc/arm
patch_id
commit_hash
27fae973e0b6de9e32069f44d9b1f15ae6b6937e
source_type
github
headline
Cortex-M52 is not affected by CVE-2021-35465.
tldr
The `cortex-m52` CPU definition no longer enables the `quirk_vlldm` feature, preventing unnecessary CVE-2021-35465 mitigations.
author
tobby.li
outcome
committed
performance_win
true
breaking_change
false
series_id
series_parts
[]
tags
  • arm
  • security
  • bugfix
discussion_id_link
bugzilla_pr
date
2026-05-25T00:00:00.000Z

The cortex-m52 CPU definition in GCC is updated to remove the quirk_vlldm feature bit. This change reflects that the Cortex-M52 processor does not have the VLLDM erratum associated with CVE-2021-35465, meaning the -mfix-cmse-cve-2021-35465 flag will no longer be enabled by default. Additionally, a typo in the documentation for the CVE number has been corrected.