-
-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WiP: unify 6.1.8 kernel config changes with librems, modify modules/l…
…inux helper librems vs mainline have: - mei module not compiled in - Streamline modules/linux Makefile helpers so that one asks on console for new Kconfig options to be y/n, another one to do olddefconfig (accept new defaults) - Exercice proves again that oldconfig exposes new things added into kernel by default as opposed to defconfig format. - Add TCP Syn cookies to librems common (all boards add CDC tethering AFAIK. Add this protection by default) - Remove unneeded network card drivers from librems common and unify - Remove unneeded microsoft surface drivers from librems common and unify - Remove WMI embedded Binary MOF driver CONFIG_WMI_BMOF - Remove ACPI-WMI (Windows Management Instrumentation) mapper device (PNP0C14) - Unify removed Kconfig options from x230 ported to 6.1.8 to librems common - Verify qemu (AMD) changes working (note, there is clock source watchdog that would need to be investigated seperately for QEMU TCG mode, that is, not KVM) - Review crypto backend requirements/unify once more - Removed bunch of unused stuff under QEMU Q35 (AMD) Questions: - CONFIG_RANDSTRUCT_NONE vs CONFIG_RANDSTRUCT_FULL? CONFIG_RANDSTRUCT_NONE now. - CONFIG_LDISC_AUTOLOAD=y? - CONFIG_PTP_1588_CLOCK_OPTIONAL=y? - CONFIG_X86_THERMAL_VECTOR=y? Signed-off-by: Thierry Laurion <insurgo@riseup.net>
- Loading branch information
Showing
16 changed files
with
5,519 additions
and
3,462 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.