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>

*** 27,37 **** # # Copyright 2013 Saso Kiselkov. All rights reserved. # # Copyright (c) 2016 by Delphix. All rights reserved. # ! # Copyright (c) 2018, Joyent, Inc. # # Path to the base of the uts directory tree (usually /usr/src/uts). # UTSBASE = ../.. --- 27,37 ---- # # Copyright 2013 Saso Kiselkov. All rights reserved. # # Copyright (c) 2016 by Delphix. All rights reserved. # ! # Copyright 2019 Joyent, Inc. # # Path to the base of the uts directory tree (usually /usr/src/uts). # UTSBASE = ../..
*** 70,79 **** --- 70,80 ---- INC_PATH += -I$(UTSBASE)/common/fs/zfs INC_PATH += -I$(UTSBASE)/common/fs/zfs/lua INC_PATH += -I$(SRC)/common INC_PATH += -I$(COMMONBASE)/zfs + INC_PATH += -I$(UTSBASE)/i86pc C99LMODE= -Xc99=%all # # For now, disable these lint checks; maintainers should endeavor