diff options
author | Marcel Telka <marcel@telka.sk> | 2019-11-11 21:33:22 +0100 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2019-11-14 11:19:43 -0500 |
commit | f0c1c263e90642997cf3e76484abec617782ddb8 (patch) | |
tree | f3c41f0ff4aacdbcbdd63c26e44ba44319bfdca5 /exception_lists | |
parent | 67806cd738bddbbd117d50180c8f96050a49a8cc (diff) | |
download | illumos-joyent-f0c1c263e90642997cf3e76484abec617782ddb8.tar.gz |
9601 Divide by zero in i40e_get_available_resources()
Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'exception_lists')
-rw-r--r-- | exception_lists/copyright | 1 | ||||
-rw-r--r-- | exception_lists/wscheck | 7 |
2 files changed, 5 insertions, 3 deletions
diff --git a/exception_lists/copyright b/exception_lists/copyright index 7fc4834fa2..4123d2a183 100644 --- a/exception_lists/copyright +++ b/exception_lists/copyright @@ -423,6 +423,7 @@ usr/src/uts/common/gssapi/mechs/krb5/mech/util_seed.c usr/src/uts/common/gssapi/mechs/krb5/mech/util_seqnum.c usr/src/uts/common/gssapi/mechs/krb5/mech/val_cred.c usr/src/uts/common/io/cxgbe/* +usr/src/uts/common/io/i40e/core/* usr/src/uts/common/io/iwn/THIRDPARTYLICENSE usr/src/uts/common/io/iwn/THIRDPARTYLICENSE.descrip usr/src/uts/common/io/iwn/fw-iw/THIRDPARTYLICENSE diff --git a/exception_lists/wscheck b/exception_lists/wscheck index 0adee1a9e3..6564081f83 100644 --- a/exception_lists/wscheck +++ b/exception_lists/wscheck @@ -12,9 +12,10 @@ # syntax: glob -usr/src/uts/common/io/qede/* -usr/src/tools/smatch/src/* +usr/src/cmd/smbsrv/testoplock/case*.ref usr/src/data/hwdata/pci.ids usr/src/data/hwdata/usb.ids usr/src/data/perfmon/readme.txt -usr/src/cmd/smbsrv/testoplock/case*.ref +usr/src/tools/smatch/src/* +usr/src/uts/common/io/qede/* +usr/src/uts/common/io/i40e/core/* |