-
Notifications
You must be signed in to change notification settings - Fork 0
Commits on May 4, 2018
-
linux: Add LTS version 4.14.39
Announcements and change-logs are available online [1–7]. [1] https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.34 [2] https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.35 [3] https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.36 [4] https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.37 [5] https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.38 [6] https://lkml.org/lkml/2018/5/2/648 [7] https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.39
Configuration menu - View commit details
-
Copy full SHA for 0947963 - Browse repository at this point
Copy the full SHA 0947963View commit details -
linux-4.14.39: Select DELL_RBU as module
The Kconfig help text: > Say m if you want to have the option of updating the BIOS for your > DELL system. Note you need a Dell OpenManage or Dell Update package > (DUP) supporting application to communicate with the BIOS regarding > the new image for the image update to take effect. See > <file:Documentation/dell_rbu.txt> [1] for more details on the driver. ``` $ diff -u /boot/config-4.14.33.mx64.212 /boot/config-4.14.39.mx64.213 --- /boot/config-4.14.33.mx64.212 2018-04-09 15:54:12.000000000 +0200 +++ /boot/config-4.14.39.mx64.213 2018-05-03 12:01:24.000000000 +0200 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 4.14.33 Kernel Configuration +# Linux/x86 4.14.39 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -52,7 +52,7 @@ CONFIG_INIT_ENV_ARG_LIMIT=32 CONFIG_CROSS_COMPILE="" # CONFIG_COMPILE_TEST is not set -CONFIG_LOCALVERSION=".mx64.212" +CONFIG_LOCALVERSION=".mx64.213" CONFIG_LOCALVERSION_AUTO=y CONFIG_HAVE_KERNEL_GZIP=y CONFIG_HAVE_KERNEL_BZIP2=y @@ -1469,6 +1469,7 @@ CONFIG_FW_LOADER=y CONFIG_FIRMWARE_IN_KERNEL=y CONFIG_EXTRA_FIRMWARE="" +CONFIG_FW_LOADER_USER_HELPER=y # CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set CONFIG_ALLOW_DEV_COREDUMP=y # CONFIG_DEBUG_DRIVER is not set @@ -3854,7 +3855,7 @@ # # CONFIG_EDD is not set CONFIG_FIRMWARE_MEMMAP=y -# CONFIG_DELL_RBU is not set +CONFIG_DELL_RBU=m # CONFIG_DCDBAS is not set CONFIG_DMIID=y # CONFIG_DMI_SYSFS is not set ``` [1] https://www.kernel.org/doc/Documentation/dell_rbu.txt [2] https://major.io/2016/01/18/updating-dell-poweredge-bios-from-linux/
Configuration menu - View commit details
-
Copy full SHA for 504bba8 - Browse repository at this point
Copy the full SHA 504bba8View commit details -
linux-4.14.39: Use aacraid Linux kernel driver
In contrast to Linux 4.9, with Linux 4.14.x and the out-of-tree aacraid driver the system crashes, when unplugging a JBOD. This doesn’t happen with the in-tree-driver, so switch to that one. This is also possible, since our tools where adapted to work around a missing symbolic link under `/sys`.
Configuration menu - View commit details
-
Copy full SHA for 8b1978c - Browse repository at this point
Copy the full SHA 8b1978cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83fcfd8 - Browse repository at this point
Copy the full SHA 83fcfd8View commit details -
linux-4.14.39: Build EXT3 as module
> I don't think we need static EXT3,EXT4 and JFS at all. > CONFIG_EXT3_FS=m will imply CONFIG_EXT4_FS=m Fixes: #653
Configuration menu - View commit details
-
Copy full SHA for 8eaabc3 - Browse repository at this point
Copy the full SHA 8eaabc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e77f13 - Browse repository at this point
Copy the full SHA 5e77f13View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc1fd7d - Browse repository at this point
Copy the full SHA fc1fd7dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.