-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
linux: update to 4.14.37 #2627
linux: update to 4.14.37 #2627
Conversation
Updated kernel-firmware: diff
|
amdgpu: update vce firmware for Polaris |
what's the status here? |
Not yet reached 4.14.35... |
@MilhouseVH could you add this commit: HiassofT@e9fd8be This enables dynamic debug in the kernel, i.e. debug texts are compiled into the kernel and can be enabled at runtime. See here for more info: https://www.kernel.org/doc/html/v4.14/admin-guide/dynamic-debug-howto.html This option has been enabled in major Linux distros like Debian, Ubuntu etc for quite some time now (oldest Debian I have here is Jessie with kernel 3.16, and the x86 kernel has it enabled). It'll increase kernel size a bit but it's not dramatic:
and with DYNAMIC_DEBUG enabled
|
@HiassofT should we include DYNAMIC_DEBUG for WeTek_Core and WeTek_Play - that would complete the set. |
Good catch, I totally missed the wetek projects. Yes, please enable DYNAMIC_DEBUG there as well then all projects should be in line |
DYNAMIC_DEBUG now enabled for all projects. |
Another small RPi config change: could you pick this commit: HiassofT@85095c9 This adds the missing gpio_keys and rotary_encoder modules that are enabled in the foundation kernel and should fix the gpio-shutdown overlay not working - see here: https://forum.libreelec.tv/thread/12322-rpi-enable-dtoverlay-gpio-shutdown-to-allow-a-switched-power-on-off/ |
Signed-off-by: Matthias Reichl <hias@horus.com>
This fixes gpio-key, gpio-shutdown and rotary-encoder overlays not working in LE. Signed-off-by: Matthias Reichl <hias@horus.com>
Changelog: https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.31
Changelog: https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.32
Changelog: https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.33
Changelog: https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.34
Changelog: https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.35 (not released)
Changelog: https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.36 (not released)
Changelog: https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.37