-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Support building for kernel 6.14+ #2662
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
Conversation
|
wonder if linux or aosp will backport this to 6.12 |
yea I saw they backport network changes before, which breaks some of the old realtek wifi drivers that I'm using. |
* This is a squashed of un-merged pull requests of Official KernelSU * LKM support are not available. * Require this additional patch to avoid kernel panic because of "Too many LSMs registered": android-generic/kernel-zenith@7042991 * Un-merged pull requests of Official KernelSU: tiann#1785 tiann#2662 * This commit probably not 100% completed. Signed-off-by: rsuntk <[email protected]>
* This is a squashed of un-merged pull requests of Official KernelSU * LKM support are not available. * Require this additional patch to avoid kernel panic because of "Too many LSMs registered": android-generic/kernel-zenith@7042991 * Un-merged pull requests of Official KernelSU: tiann/KernelSU#1785 tiann/KernelSU#2662 * This commit probably not 100% completed. Signed-off-by: rsuntk <[email protected]>
* This is a squashed of un-merged pull requests of Official KernelSU * LKM support are not available. * Require this additional patch to avoid kernel panic because of "Too many LSMs registered": android-generic/kernel-zenith@7042991 * Un-merged pull requests of Official KernelSU: tiann/KernelSU#1785 tiann/KernelSU#2662 * This commit probably not 100% completed. Signed-off-by: rsuntk <[email protected]>
* This is a squashed of un-merged pull requests of Official KernelSU * LKM support are not available. * Require this additional patch to avoid kernel panic because of "Too many LSMs registered": android-generic/kernel-zenith@7042991 * Un-merged pull requests of Official KernelSU: tiann/KernelSU#1785 tiann/KernelSU#2662 * This commit probably not 100% completed. Signed-off-by: rsuntk <[email protected]>
* This is a squashed of un-merged pull requests of Official KernelSU * LKM support are not available. * Require this additional patch to avoid kernel panic because of "Too many LSMs registered": android-generic/kernel-zenith@7042991 * Un-merged pull requests of Official KernelSU: tiann/KernelSU#1785 tiann/KernelSU#2662 * This commit probably not 100% completed. Signed-off-by: rsuntk <[email protected]>
* This is a squashed of un-merged pull requests of Official KernelSU * LKM support are not available. * Require this additional patch to avoid kernel panic because of "Too many LSMs registered": android-generic/kernel-zenith@7042991 * Un-merged pull requests of Official KernelSU: tiann/KernelSU#1785 tiann/KernelSU#2662 * This commit probably not 100% completed. Signed-off-by: rsuntk <[email protected]>
* This is a squashed of un-merged pull requests of Official KernelSU * LKM support are not available. * Require this additional patch to avoid kernel panic because of "Too many LSMs registered": android-generic/kernel-zenith@7042991 * Un-merged pull requests of Official KernelSU: tiann#1785 tiann#2662 * This commit probably not 100% completed. Signed-off-by: rsuntk <[email protected]>
* This is a squashed of un-merged pull requests of Official KernelSU * LKM support are not available. * Require this additional patch to avoid kernel panic because of "Too many LSMs registered": android-generic/kernel-zenith@7042991 * Un-merged pull requests of Official KernelSU: tiann#1785 tiann#2662 * This commit probably not 100% completed. Signed-off-by: rsuntk <[email protected]>
* This is a squashed of un-merged pull requests of Official KernelSU * LKM support are not available. * Require this additional patch to avoid kernel panic because of "Too many LSMs registered": android-generic/kernel-zenith@7042991 * Un-merged pull requests of Official KernelSU: tiann#1785 tiann#2662 * This commit probably not 100% completed. Signed-off-by: rsuntk <[email protected]>
* This is a squashed of un-merged pull requests of Official KernelSU * LKM support are not available. * Require this additional patch to avoid kernel panic because of "Too many LSMs registered": android-generic/kernel-zenith@7042991 * Un-merged pull requests of Official KernelSU: tiann#1785 tiann#2662 * This commit probably not 100% completed. Signed-off-by: rsuntk <[email protected]>
|
Could you address the conflicts? This is necessary for kernels 6.14 and above. Thank you. |
|
sorry I just noticed. Will do |
This is based on commit https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.14.11&id=6fba89813ccf333d2bc4d5caea04cd5f3c39eb50 Signed-off-by: hmtheboy154 <[email protected]>
This is based on commit https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.14.11&id=2d470c778120d3cdb8d8ab250329ca85f49f12b1 Signed-off-by: hmtheboy154 <[email protected]>
|
Rebased. I can't test right now due to some issue with my build server. Anyone please check |
|
I will check it soon |
Require [this PR](tiann#1785) which is made for 6.8+ to be able to build. --------- Signed-off-by: hmtheboy154 <[email protected]>
Require this PR which is made for 6.8+ to be able to build.