diff options
author | David Rientjes <rientjes@google.com> | 2019-07-12 22:41:58 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2019-07-18 07:39:54 +0200 |
commit | 83bf42510d7f7e1daa692c096e8e9919334d7b57 (patch) | |
tree | d7b1ccc9672d03abc0a3465755716e7c0b0d24d7 /drivers/devfreq | |
parent | crypto: ccp/gcm - use const time tag comparison. (diff) | |
download | linux-83bf42510d7f7e1daa692c096e8e9919334d7b57.tar.xz linux-83bf42510d7f7e1daa692c096e8e9919334d7b57.zip |
crypto: ccp - Fix SEV_VERSION_GREATER_OR_EQUAL
SEV_VERSION_GREATER_OR_EQUAL() will fail if upgrading from 2.2 to 3.1, for
example, because the minor version is not equal to or greater than the
major.
Fix this and move to a static inline function for appropriate type
checking.
Fixes: edd303ff0e9e ("crypto: ccp - Add DOWNLOAD_FIRMWARE SEV command")
Reported-by: Cfir Cohen <cfir@google.com>
Signed-off-by: David Rientjes <rientjes@google.com>
Acked-by: Tom Lendacky <thomas.lendacky@amd.com>
Acked-by: Gary R Hook <gary.hook@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/devfreq')
0 files changed, 0 insertions, 0 deletions