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,36 **** --- 27,38 ---- # # Copyright 2013 Saso Kiselkov. All rights reserved. # # Copyright (c) 2016 by Delphix. All rights reserved. # + # Copyright 2018 Joyent, Inc. + # # # Path to the base of the uts directory tree (usually /usr/src/uts). # UTSBASE = ../..
*** 72,81 **** --- 74,84 ---- 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)/sun4 C99LMODE= -Xc99=%all # # For now, disable these lint checks; maintainers should endeavor