Landing: 345dcca9c723

Project / Subsystem

gcc / gcc

Date

2026-07-21

Author

Andrea Pinski

Commit

345dcca9c7235c7e0cb23abbed4f83f6dd248dad

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
gcc
patch_id
commit_hash
345dcca9c7235c7e0cb23abbed4f83f6dd248dad
source_type
github
headline
Fix maintainer_utils.py for older jsonscheme
tldr
Adjust maintainer_utils.py to use an older JSON schema for compatibility with older distributions.
author
Andrea Pinski
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • build
  • maintenance
discussion_id_link
bugzilla_pr
date
2026-07-21T00:00:00.000Z

The maintainer_utils.py script has been updated to use an older, more compatible JSON schema. This change addresses issues on systems with older versions of the jsonscheme validator, ensuring that the MAINTAINERS.yml file can be processed correctly. The script now defaults to the older schema instead of the 2020 standard.