Print this page
OS-7125 Need mitigation of L1TF (CVE-2018-3646)
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sparc/zfs/Makefile
          +++ new/usr/src/uts/sparc/zfs/Makefile
↓ open down ↓ 21 lines elided ↑ open up ↑
  22   22  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25   25  #       This makefile drives the production of the zfs file system
  26   26  #       kernel module.
  27   27  #
  28   28  # Copyright 2013 Saso Kiselkov. All rights reserved.
  29   29  #
  30   30  # Copyright (c) 2016 by Delphix. All rights reserved.
  31   31  #
       32 +# Copyright 2018 Joyent, Inc.
       33 +#
  32   34  
  33   35  #
  34   36  #       Path to the base of the uts directory tree (usually /usr/src/uts).
  35   37  #
  36   38  UTSBASE = ../..
  37   39  
  38   40  ARCHDIR:sh = cd ..; basename `pwd`
  39   41  
  40   42  #
  41   43  #       Define the module and object file sets.
↓ open down ↓ 25 lines elided ↑ open up ↑
  67   69  #       we can no longer load modules through OBP.
  68   70  #
  69   71  MODSTUBS_DIR     = $(OBJS_DIR)
  70   72  LDFLAGS         += -dy -Nfs/specfs -Ncrypto/swrand -Nmisc/idmap \
  71   73          -Nsched/SDC -Nmisc/sha2 -Nmisc/skein -Nmisc/edonr
  72   74  
  73   75  INC_PATH        += -I$(UTSBASE)/common/fs/zfs
  74   76  INC_PATH        += -I$(UTSBASE)/common/fs/zfs/lua
  75   77  INC_PATH        += -I$(SRC)/common
  76   78  INC_PATH        += -I$(COMMONBASE)/zfs
       79 +INC_PATH        += -I$(UTSBASE)/sun4
  77   80  
  78   81  C99LMODE=       -Xc99=%all
  79   82  
  80   83  #
  81   84  # For now, disable these lint checks; maintainers should endeavor
  82   85  # to investigate and remove these for maximum lint coverage.
  83   86  # Please do not carry these forward to new Makefiles.
  84   87  #
  85   88  LINTTAGS        += -erroff=E_SUSPICIOUS_COMPARISON
  86   89  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
↓ open down ↓ 40 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX