Changeset d7a0527
- Timestamp:
- 01/10/2018 06:41:27 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 5cdbb1b
- Parents:
- aa79220
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
raa79220 rd7a0527 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 08"> <!-- Always 2 digits -->3 <!ENTITY day "10"> <!-- Always 2 digits --> 4 4 <!ENTITY month "01"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "January 8th, &year;">9 <!ENTITY releasedate "January 10th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
raa79220 rd7a0527 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>January 10th, 2018</para> 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Update intel microcode to 20180108, this includes 49 Spectre mitigation for some CPUs (and might slow them as a result). 50 More details of updated models are in the ticket. Fixes 51 <ulink url="&blfs-ticket-root;10249">#10249</ulink>.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 44 56 <listitem> 45 57 <para>January 9th, 2018</para> -
postlfs/config/firmware.xml
raa79220 rd7a0527 131 131 <para>The first step is to get the most recent version of the Intel 132 132 microcode. This must be done by navigating to 133 <ulink url='https://downloadcenter.intel.com/download/27 377/Linux-Processor-Microcode-Data-File'/>133 <ulink url='https://downloadcenter.intel.com/download/27431/Linux-Processor-Microcode-Data-File'/> 134 134 and following the instructions there. As of this writing the most recent 135 version of the microcode is <filename>microcode-201 71117.tgz</filename>.135 version of the microcode is <filename>microcode-20180108.tgz</filename>. 136 136 Extract this file in the normal way to create an <filename>intel-ucode</filename> 137 137 directory, containing various blobs with names in the form XX-YY-ZZ.</para> … … 181 181 <para>This example from the Haswell i7 which was released in Q2 2014 and is 182 182 not affected by the TSX errata shows it has been updated from revision 0x19 183 in the BIOS/UEFI to revision 0x2 2. Unlike in older kernels, the individual183 in the BIOS/UEFI to revision 0x23. Unlike in older kernels, the individual 184 184 CPUs are not separately reported:</para> 185 185 186 <screen><literal>[ 0.000000] Linux version 4.1 1.0 (lfs@plexi) (gcc version 7.1.0 (GCC) )187 #1 SMP PREEMPT Sun May 14 16:00:00 BST 2017188 [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.1 1.0-sda6 root=/dev/sda6ro189 [ 0.913685] microcode: sig=0x306c3, pf=0x2, revision=0x2 2186 <screen><literal>[ 0.000000] Linux version 4.14.12 (lfs@plexi) (gcc version 7.2.0 (GCC) ) 187 #1 SMP PREEMPT Tue Jan 9 16:00:00 GMT 2018 188 [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.14.12-sda7 root=/dev/sda7 ro 189 [ 0.913685] microcode: sig=0x306c3, pf=0x2, revision=0x23 190 190 [ 0.913905] microcode: Microcode Update Driver: v2.2. 191 [ 148.723932] microcode: updated to revision 0x2 2, date = 2017-01-27</literal></screen>191 [ 148.723932] microcode: updated to revision 0x23, date = 2017-11-28</literal></screen> 192 192 <para>That may be followed by individual reports for each core.</para> 193 193 … … 304 304 is mentioned:</para> 305 305 306 <screen><literal>[ 0.000000] microcode: microcode updated early to revision 0x2 2, date = 2017-01-27307 [ 0.000000] Linux version 4.1 1.0 (lfs@plexi) (gcc version 7.1.0 (GCC) )308 #2 SMP PREEMPT Sun May 14 17:58:53 BST 2017309 [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.1 1.0-sda6 root=/dev/sda6ro310 [ 0.928947] microcode: sig=0x306c3, pf=0x2, revision=0x2 2306 <screen><literal>[ 0.000000] microcode: microcode updated early to revision 0x23, date = 2017-11-20 307 [ 0.000000] Linux version 4.14.12 (lfs@plexi) (gcc version 7.2.0 (GCC) ) 308 #2 SMP PREEMPT Tue Jan 9 17:58:53 GMT 2018 309 [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.14.12-sda7 root=/dev/sda7 ro 310 [ 0.928947] microcode: sig=0x306c3, pf=0x2, revision=0x23 311 311 [ 0.929160] microcode: Microcode Update Driver: v2.2.</literal></screen> 312 312
Note:
See TracChangeset
for help on using the changeset viewer.