Skip to content

Remove unused partial initializers#136

Draft
xtexx wants to merge 1 commit intoloongson:loongarch-portfrom
xtexx:la64-part-init
Draft

Remove unused partial initializers#136
xtexx wants to merge 1 commit intoloongson:loongarch-portfrom
xtexx:la64-part-init

Conversation

@xtexx
Copy link
Copy Markdown

@xtexx xtexx commented Mar 1, 2025

The zero is not used for initializedness checking and it is causing compilation warnings on Clang because it only initializes the first field of CpuidInfo, leaving other fields uninitialized.

The zero is not used for initializedness checking and it is causing
compilation warnings on Clang because it only initializes the first
field of CpuidInfo, leaving other fields uninitialized.

Signed-off-by: Bingwu Zhang <xtex@aosc.io>
@xtexx
Copy link
Copy Markdown
Author

xtexx commented Mar 1, 2025

Converting to draft because my OCA submission is still under review.

@xtexx xtexx marked this pull request as draft March 1, 2025 04:07
@xtexx
Copy link
Copy Markdown
Author

xtexx commented Jan 31, 2026

I have decided to give up upstreaming these patches (1). If anyone is interested in them, please just rewrite it from scratch. I give up authorship rights as much as possible.

@xtexx
Copy link
Copy Markdown
Author

xtexx commented Feb 7, 2026

Oracle accepted my OCA in an ...incredibly fast (?) speed last week.

@xtexx xtexx reopened this Feb 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant