linux/drivers/crypto/qat
Tadeusz Struk 81b312f11d crypto: qat - uint8_t is not large enough for accel_id
accel_id has to be large enough to hold ADF_MAX_DEVICES + 1
(which is > 1025) so uint8_t is too small.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2015-12-14 21:03:38 +08:00
..
qat_c3xxx crypto: qat - add support for c3xxx accel type 2015-12-09 20:03:52 +08:00
qat_c3xxxvf crypto: qat - add support for c3xxxvf accel type 2015-12-09 20:03:55 +08:00
qat_c62x crypto: qat - add support for c62x accel type 2015-12-09 20:03:53 +08:00
qat_c62xvf crypto: qat - add support for c62xvf accel type 2015-12-09 20:03:56 +08:00
qat_common crypto: qat - uint8_t is not large enough for accel_id 2015-12-14 21:03:38 +08:00
qat_dh895xcc crypto: qat - move isr files to qat common so that they can be reused 2015-12-09 20:03:51 +08:00
qat_dh895xccvf crypto: qat - move isr files to qat common so that they can be reused 2015-12-09 20:03:51 +08:00
Kconfig crypto: qat - select PCI_IOV when VF are enabled 2015-12-11 22:55:17 +08:00
Makefile crypto: qat - add support for c62xvf accel type 2015-12-09 20:03:56 +08:00