Print this page
10924 Need mitigation of L1TF (CVE-2018-3646)
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/i86pc/sys/Makefile
          +++ new/usr/src/uts/i86pc/sys/Makefile
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
       24 +# Copyright 2018 Joyent, Inc.
  24   25  #
  25   26  # uts/i86pc/sys/Makefile
  26   27  #
  27   28  UTSBASE = ../..
  28   29  
  29   30  #
  30   31  # include global definitions
  31   32  #
  32   33  include ../Makefile.i86pc
  33   34  
↓ open down ↓ 2 lines elided ↑ open up ↑
  36   37  #
  37   38  FILEMODE = 644
  38   39  
  39   40  HDRS=  \
  40   41          acpidev.h       \
  41   42          amd_iommu.h     \
  42   43          asm_misc.h      \
  43   44          clock.h         \
  44   45          cram.h          \
  45   46          ddi_subrdefs.h  \
  46      -        debug_info.h    \
       47 +        debug_info.h    \
  47   48          fastboot.h      \
       49 +        ht.h            \
  48   50          mach_mmu.h      \
  49   51          machclock.h     \
  50   52          machcpuvar.h    \
  51   53          machparam.h     \
  52   54          machprivregs.h  \
  53   55          machsystm.h     \
  54   56          machthread.h    \
  55   57          memnode.h       \
  56   58          pc_mmu.h        \
  57   59          psm.h           \
↓ open down ↓ 38 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX