]> www.infradead.org Git - users/jedix/linux-maple.git/commit
fix kABI breakage from "crypto: hash - Add crypto_ahash_has_setkey"
authorDan Duval <dan.duval@oracle.com>
Wed, 18 May 2016 14:00:28 +0000 (10:00 -0400)
committerChuck Anderson <chuck.anderson@oracle.com>
Thu, 26 May 2016 22:44:21 +0000 (15:44 -0700)
commit974a45747e7c6e2b2012769ae7415f7801ed50c2
treec9e0a3c8f71c8ec685ed90fae7dea9fda22a8cf2
parent024241ab02255dcb32e69508a5dce5d39ab0f4d0
fix kABI breakage from "crypto: hash - Add crypto_ahash_has_setkey"

Orabug: 23330916

Orabug: 23330916

Commit c1af244e143b4010401d70ba504c927196c75077 ("crypto: hash - Add
crypto_ahash_has_setkey") added an element "bool has_setkey" to the
crypto_ahash structure.  This element was added in a place where
there had been a "hole" in the structure, so the change affected
neither the offsets of the other elements nor the overall size of
the structure.

This commit wraps the new element in "#ifndef __GENKSYMS__" to hide
it from the kABI checker.

Signed-off-by: Dan Duval <dan.duval@oracle.com>
(cherry picked from commit da07fada818b94d1187241bcc1a7ed270a09a4f9)

Signed-off-by: Dan Duval <dan.duval@oracle.com>
include/crypto/hash.h