/linux/drivers/crypto/caam/ |
H A D | caamprng.c | diff 199354d7fb6eaa2cc5bb650af0bca624baffee35 Fri Dec 30 06:21:38 CET 2022 Herbert Xu <herbert@gondor.apana.org.au> crypto: caam - Remove GFP_DMA and add DMA alignment padding
GFP_DMA does not guarantee that the returned memory is aligned for DMA. It should be removed where it is superfluous.
However, kmalloc may start returning DMA-unaligned memory in future so fix this by adding the alignment by hand.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | blob_gen.c | diff 199354d7fb6eaa2cc5bb650af0bca624baffee35 Fri Dec 30 06:21:38 CET 2022 Herbert Xu <herbert@gondor.apana.org.au> crypto: caam - Remove GFP_DMA and add DMA alignment padding
GFP_DMA does not guarantee that the returned memory is aligned for DMA. It should be removed where it is superfluous.
However, kmalloc may start returning DMA-unaligned memory in future so fix this by adding the alignment by hand.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | caamalg_qi2.h | diff 199354d7fb6eaa2cc5bb650af0bca624baffee35 Fri Dec 30 06:21:38 CET 2022 Herbert Xu <herbert@gondor.apana.org.au> crypto: caam - Remove GFP_DMA and add DMA alignment padding
GFP_DMA does not guarantee that the returned memory is aligned for DMA. It should be removed where it is superfluous.
However, kmalloc may start returning DMA-unaligned memory in future so fix this by adding the alignment by hand.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | qi.h | diff 199354d7fb6eaa2cc5bb650af0bca624baffee35 Fri Dec 30 06:21:38 CET 2022 Herbert Xu <herbert@gondor.apana.org.au> crypto: caam - Remove GFP_DMA and add DMA alignment padding
GFP_DMA does not guarantee that the returned memory is aligned for DMA. It should be removed where it is superfluous.
However, kmalloc may start returning DMA-unaligned memory in future so fix this by adding the alignment by hand.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | key_gen.c | diff 199354d7fb6eaa2cc5bb650af0bca624baffee35 Fri Dec 30 06:21:38 CET 2022 Herbert Xu <herbert@gondor.apana.org.au> crypto: caam - Remove GFP_DMA and add DMA alignment padding
GFP_DMA does not guarantee that the returned memory is aligned for DMA. It should be removed where it is superfluous.
However, kmalloc may start returning DMA-unaligned memory in future so fix this by adding the alignment by hand.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | qi.c | diff 199354d7fb6eaa2cc5bb650af0bca624baffee35 Fri Dec 30 06:21:38 CET 2022 Herbert Xu <herbert@gondor.apana.org.au> crypto: caam - Remove GFP_DMA and add DMA alignment padding
GFP_DMA does not guarantee that the returned memory is aligned for DMA. It should be removed where it is superfluous.
However, kmalloc may start returning DMA-unaligned memory in future so fix this by adding the alignment by hand.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | caampkc.c | diff 199354d7fb6eaa2cc5bb650af0bca624baffee35 Fri Dec 30 06:21:38 CET 2022 Herbert Xu <herbert@gondor.apana.org.au> crypto: caam - Remove GFP_DMA and add DMA alignment padding
GFP_DMA does not guarantee that the returned memory is aligned for DMA. It should be removed where it is superfluous.
However, kmalloc may start returning DMA-unaligned memory in future so fix this by adding the alignment by hand.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | caamrng.c | diff 199354d7fb6eaa2cc5bb650af0bca624baffee35 Fri Dec 30 06:21:38 CET 2022 Herbert Xu <herbert@gondor.apana.org.au> crypto: caam - Remove GFP_DMA and add DMA alignment padding
GFP_DMA does not guarantee that the returned memory is aligned for DMA. It should be removed where it is superfluous.
However, kmalloc may start returning DMA-unaligned memory in future so fix this by adding the alignment by hand.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | caamalg_qi2.c | diff 199354d7fb6eaa2cc5bb650af0bca624baffee35 Fri Dec 30 06:21:38 CET 2022 Herbert Xu <herbert@gondor.apana.org.au> crypto: caam - Remove GFP_DMA and add DMA alignment padding
GFP_DMA does not guarantee that the returned memory is aligned for DMA. It should be removed where it is superfluous.
However, kmalloc may start returning DMA-unaligned memory in future so fix this by adding the alignment by hand.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | caamalg_qi.c | diff 199354d7fb6eaa2cc5bb650af0bca624baffee35 Fri Dec 30 06:21:38 CET 2022 Herbert Xu <herbert@gondor.apana.org.au> crypto: caam - Remove GFP_DMA and add DMA alignment padding
GFP_DMA does not guarantee that the returned memory is aligned for DMA. It should be removed where it is superfluous.
However, kmalloc may start returning DMA-unaligned memory in future so fix this by adding the alignment by hand.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | caamhash.c | diff 199354d7fb6eaa2cc5bb650af0bca624baffee35 Fri Dec 30 06:21:38 CET 2022 Herbert Xu <herbert@gondor.apana.org.au> crypto: caam - Remove GFP_DMA and add DMA alignment padding
GFP_DMA does not guarantee that the returned memory is aligned for DMA. It should be removed where it is superfluous.
However, kmalloc may start returning DMA-unaligned memory in future so fix this by adding the alignment by hand.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | ctrl.c | diff 199354d7fb6eaa2cc5bb650af0bca624baffee35 Fri Dec 30 06:21:38 CET 2022 Herbert Xu <herbert@gondor.apana.org.au> crypto: caam - Remove GFP_DMA and add DMA alignment padding
GFP_DMA does not guarantee that the returned memory is aligned for DMA. It should be removed where it is superfluous.
However, kmalloc may start returning DMA-unaligned memory in future so fix this by adding the alignment by hand.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | caamalg.c | diff 199354d7fb6eaa2cc5bb650af0bca624baffee35 Fri Dec 30 06:21:38 CET 2022 Herbert Xu <herbert@gondor.apana.org.au> crypto: caam - Remove GFP_DMA and add DMA alignment padding
GFP_DMA does not guarantee that the returned memory is aligned for DMA. It should be removed where it is superfluous.
However, kmalloc may start returning DMA-unaligned memory in future so fix this by adding the alignment by hand.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|