-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
DO-NOT-MERGE: early bump to 6.15 (uefi-all, meson64, rockchip64) #8065
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
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Ref the out-of-tree wifi drivers, I think all of them have trouble building, my guess it is regarding some kind of
And so on and so forth. |
Co-authored-by: Ricardo Pardini <[email protected]> (rewrite/rebase)
…atory, 2nd round)
…edatory, build round)
…ve to extra_config) wifi: HACK: drop `rtl8192eu` until we can fix `rtw_cmd.c:17:10: fatal error: drv_types.h: No such file` ``` drivers/net/wireless/rtl8192eu/core/rtw_cmd.c:17:10: fatal error: drv_types.h: No such file or directory 17 | #include <drv_types.h> | ^~~~~~~~~~~~~ ``` wifi: HACK: drop `driver_rtl8189ES` until we can fix `core/rtw_cmd.c:17:10: fatal error: drv_types.h: No such file` ``` drivers/net/wireless/rtl8189es/core/rtw_cmd.c:17:10: fatal error: drv_types.h: No such file or directory 17 | #include <drv_types.h> | ^~~~~~~~~~~~~ ```
69a32e3
to
aa46ee9
Compare
Hi, |
Hey, I started bumping to 6.15(
-rc1
) thinking it was gonna be easy.As always, it.. wasn't.
So here's a branch on the upstream and a draft PR so we can maybe coordinate who can work on what.
As-is, the branch disables EXTRAWIFI and predatorily drops patches until things build.
All the commits marked
HACK
must be dropped and replaced with actual fixes.We could this per-family, but the wifi drivers question is common to mostly all.