Skip to content

[CIQ] Refresh Configs after making modifications #191

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 2, 2025

Conversation

PlaidCat
Copy link
Collaborator

@PlaidCat PlaidCat commented Apr 2, 2025

jira LE-2628

The config changes should have been run through make olddefconfig but were not after making their modifications. We want to do thsi so that we can identify easily configs that might be introduced in a Zeta release of the LT or Stable GKH kernels.

Fixes: 59a132d

Basic process

So for each config in ciq/configs/*.config I did a make ARCH={arm64,x86_64} CROSS_COMPILE=scripts/dummy-tools/ olddefconfig then visually (vimdiff) checked the deltas ... most of this was it just moving some data around.
Specifically the ARCH and CROSS_COMPILE are what Fedora / RedHat uses in kernel-ark so I picked it up to make sure that the local hosts GCC doesn't do whacky things.

$ cp ciq/configs/kernel-aarch64-debug.config .config
$ make ARCH=arm64 CROSS_COMPILE=scripts/dummy-tools/ olddefconfig
#
# configuration written to .config
#
$ vimdiff .config ciq/configs/kernel-aarch64-debug.config
2 files to edit
$ cp ciq/configs/kernel-aarch64-64k.config .config

jira LE-2628

The config changes should have been run through make olddefconfig but
were not after making their modifications.  We want to do thsi so that
we can identify easily configs that might be introduced in a Zeta
release of the LT or Stable GKH kernels.

Fixes: 59a132d
Copy link

@josephtate josephtate left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks ok to me

Copy link

@thefossguy-ciq thefossguy-ciq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚤

Copy link
Collaborator

@bmastbergen bmastbergen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥌

@PlaidCat PlaidCat merged commit 0bbb5c5 into ciq-6.12.y Apr 2, 2025
6 checks passed
@PlaidCat PlaidCat deleted the {jmaple}_config_cleanup_ciq-6.12.y branch April 2, 2025 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants