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

mvebu: switch to kernel 6.6 #15449

Merged
merged 1 commit into from May 12, 2024
Merged

Conversation

stklcode
Copy link
Contributor

@stklcode stklcode commented May 10, 2024

Update default kernel version to 6.6 and drop configs and patches for kernel 6.1. We can also omit the conditional to include DTS dir.

We have 6.6 as testing merged for little over 5 weeks (#14912) and some of us (including myself) are testing it for about 8 weeks. There's not much feedback, but also no known blockers. We should move forward to 6.6 and leave the intermediate 6.1 behind us.

There are some minor open issues like compiling mwlwifi for cortexa53 (#15108), which is not necessarily a 6.6 regression, but a line of not so clean upstream code in combination with CONFIG_KERNEL_WERROR. cortexa9 where some devices contain mwlwifi by default is not affected.

Build and run tested on:

  • mvebu/cortexa9: Turris Omnia
  • mvebu/cortexa9: WRT1900ACS

@github-actions github-actions bot added kernel pull request/issue with Linux kernel related changes target/mvebu pull request/issue for mvebu target labels May 10, 2024
@namiltd namiltd mentioned this pull request May 10, 2024
42 tasks
@neheb
Copy link
Contributor

neheb commented May 10, 2024

Hmm?

63dd3f7

fixes that compile error AFAIK. The 64-bit error I would ignore. Those casts seem quite off.

@stklcode
Copy link
Contributor Author

Right, compilation is fine on 32bit targets and the referenced issue is a compiler warning on 64bit targets that only affects non-default configuration. Anyway not a 6.6 regression if i get it right, just the only open issue I’m currently aware of. Should not block us here.

@Borromini
Copy link

You have my vote 😀

Run-tested on mvebu/cortexa9 (WRT1200AC) and mvebu/cortexa72 (RB5009UG+S+IN).

Copy link
Member

@BKPepe BKPepe left a comment

Choose a reason for hiding this comment

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

Go for it! 👍

Update default kernel version to 6.6 and drop configs and patches for
kernel 6.1. We can also omit the conditional to include DTS dir.

Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de>
Link: openwrt#15449
Signed-off-by: Robert Marko <robimarko@gmail.com>
@openwrt-bot openwrt-bot merged commit 4b30c2f into openwrt:main May 12, 2024
2 checks passed
@robimarko
Copy link
Contributor

Thanks! Rebased on top of main and merged!

@stklcode stklcode deleted the mvebu-default66 branch May 12, 2024 10:51
Vladdrako pushed a commit to Vladdrako/openwrt that referenced this pull request May 18, 2024
Update default kernel version to 6.6 and drop configs and patches for
kernel 6.1. We can also omit the conditional to include DTS dir.

Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de>
Link: openwrt#15449
Signed-off-by: Robert Marko <robimarko@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kernel pull request/issue with Linux kernel related changes target/mvebu pull request/issue for mvebu target
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants