LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] drivers/crypto/nx: fixes when input data is too large
@ 2013-08-02 12:09 Marcelo Cerri
  2013-08-02 12:09 ` [PATCH v2 1/2] drivers/crypto/nx: fix physical addresses added to sg lists Marcelo Cerri
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Marcelo Cerri @ 2013-08-02 12:09 UTC (permalink / raw)
  To: benh; +Cc: Marcelo Cerri, linuxppc-dev, linux-kernel, linux-crypto

This series of patches fixes two bugs that are triggered when the input data is
too large. The first one is caused by the miscalculation of physical addresses
and the second one by some limits that the co-processor has to the input data.

Changes in v2:
        * Replace Signed-Off-By tags with Reviewed-By tags where it is
	  appropriate.

Marcelo Cerri (2):
  drivers/crypto/nx: fix physical addresses added to sg lists
  drivers/crypto/nx: fix limits to sg lists for SHA-2

 drivers/crypto/nx/nx-sha256.c | 108 +++++++++++++++++++++++-----------------
 drivers/crypto/nx/nx-sha512.c | 113 ++++++++++++++++++++++++------------------
 drivers/crypto/nx/nx.c        |  22 ++++++--
 3 files changed, 148 insertions(+), 95 deletions(-)

-- 
1.7.12

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-08-09  6:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-02 12:09 [PATCH v2 0/2] drivers/crypto/nx: fixes when input data is too large Marcelo Cerri
2013-08-02 12:09 ` [PATCH v2 1/2] drivers/crypto/nx: fix physical addresses added to sg lists Marcelo Cerri
2013-08-02 12:09 ` [PATCH v2 2/2] drivers/crypto/nx: fix limits to sg lists for SHA-2 Marcelo Cerri
2013-08-09  6:42 ` [PATCH v2 0/2] drivers/crypto/nx: fixes when input data is too large Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox