Skip to content
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

feat: update Linux to 6.12 #1085

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

smira
Copy link
Member

@smira smira commented Nov 18, 2024

Totally WIP, no third-party modules can be built.

@@ -5,15 +5,15 @@ dependencies:
- image: '{{ .TOOLS_IMAGE }}'
steps:
- sources:
- url: https://cdn.kernel.org/pub/linux/kernel/v{{ regexReplaceAll ".\\d+\\.\\d+$" .linux_version "${1}" }}.x/linux-{{ .linux_version }}.tar.xz
- url: https://git.kernel.org/torvalds/t/linux-6.12-rc7.tar.gz
destination: linux.tar.xz
Copy link

@attilaolah attilaolah Nov 19, 2024

Choose a reason for hiding this comment

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

Would make sense to also update this :) (And the tar/rm lines below.)

Copy link
Member Author

Choose a reason for hiding this comment

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

this is a draft PR, it is not going to merge this way.

we are not updating to 6.12 at the moment: siderolabs/talos#9743

Choose a reason for hiding this comment

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

Ah sorry for lurking here; I didn't notice that FAQ. I'm trying to get a fork of 6.12 working with Talos on the Raspberry Pi (#7978) and was wondering in case I could piggy-back on this PR. For the moment the lack of ZFS or NVIDIA modules are OK for a small Pi setup.

Totally WIP, no third-party modules can be built.

Signed-off-by: Andrey Smirnov <[email protected]>
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.

2 participants