-
Notifications
You must be signed in to change notification settings - Fork 1
Draft: Update Kernel to 6.18 version #207
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
base: main
Are you sure you want to change the base?
Conversation
|
This PR currently builds with debian/6.18_rc7-1_exp1. Merge only after 6.18 is available from debian repo |
|
Really cool we got this so early, thanks @SujanaSubr Remember that we will also need to update the README for this; it mentions our branching strategy We'll have to document the new mode:
|
| [build] | ||
| enable_rust = true | ||
| enable_signed = false | ||
| enable_vdso = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we remove this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is removed from debian config as well, throws error that config not available.
|
|
||
| [build] | ||
| compiler = 'gcc' | ||
| c_compiler = 'gcc-15' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure about this, typically we will build nightly with the latest gcc that is available in debian testing at the time. is there a reason we need to pin to gcc 15 here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just used the existing debian config as is. i can put it back to gcc
| 'rustc:native (>= 1.78.0)', | ||
| 'bindgen:native (>= 0.65.1)', | ||
| 'rust-src (>= 1.78.0)', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where do those version numbers come from? do we need to provide this here? we should build with latest for nightly and whatever is in the build container for releases
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets discuss this, used as it is from debian
| revision_regex = '\d+gl(\d+)?(~bp\d+)?(~dev)?' | ||
| revision_regex = '\dexperimental' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this needs to be reverted before merge
| version="$version_orig-3" | ||
| version_orig=6.18.3 | ||
| version="$version_orig-1" | ||
| version_suffix="experimental" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert this before merge

What this PR does / why we need it:
Updates kernel version to 6.18
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Release note: