All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] crypto: nettle fixes
@ 2015-07-10 17:17 Radim Krčmář
  2015-07-10 17:18 ` [Qemu-devel] [PATCH v2 1/3] crypto: fix build with nettle >= 3.0.0 Radim Krčmář
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Radim Krčmář @ 2015-07-10 17:17 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell

[1/3] fixes a build problem with new nettle libraries.
Peter Maydell found a potential undefined behavior with some architectures that
is fixed in [2/3].  (I haven't checked if QEMU runs on one.)
[3/3] refactors [2/3];  feel free to squish or drop it.

Radim Krčmář (3):
  crypto: fix build with nettle >= 3.0.0
  crypto: avoid undefined behavior in nettle calls
  crypto: use CPP for wrapper definitions in nettle

 configure              |  4 +++-
 crypto/cipher-nettle.c | 38 ++++++++++++++++++++++++++++++++------
 2 files changed, 35 insertions(+), 7 deletions(-)

-- 
2.4.5

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

end of thread, other threads:[~2015-07-11  9:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-10 17:17 [Qemu-devel] [PATCH v2 0/3] crypto: nettle fixes Radim Krčmář
2015-07-10 17:18 ` [Qemu-devel] [PATCH v2 1/3] crypto: fix build with nettle >= 3.0.0 Radim Krčmář
2015-07-10 17:18 ` [Qemu-devel] [PATCH v2 2/3] crypto: avoid undefined behavior in nettle calls Radim Krčmář
2015-07-11  9:52   ` Radim Krčmář
2015-07-10 17:18 ` [Qemu-devel] [PATCH v2 3/3] crypto: use CPP for wrapper definitions in nettle Radim Krčmář

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.