public inbox for linux-crypto@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] crypto: Fix sha1 compile error
@ 2025-06-14  0:08 Yuzhuo Jing
  2025-06-14  0:08 ` [PATCH v1 1/2] crypto: Fix sha1 signed integer comparison " Yuzhuo Jing
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Yuzhuo Jing @ 2025-06-14  0:08 UTC (permalink / raw)
  To: Herbert Xu, David S . Miller, Ian Rogers, linux-crypto,
	linux-kernel
  Cc: Yuzhuo Jing

This is a followup patch series for an ongoing patch series to reuse
kernel tree sha1 utils in perf tools and remove libcrypto dependency.
This mirrors the fixes made in perf back to the kernel tree so we can
use tools/perf/check-headers.sh to monitor future changes.
Link: https://lore.kernel.org/lkml/aC9lXhPFcs5fkHWH@x1/t/#u

This series contains two patches: one fixing signed and unsigned integer
comparisons and another fixing function type mismatches.

Yuzhuo Jing (2):
  crypto: Fix sha1 signed integer comparison compile error
  crypto: Fix sha1 signed pointer comparison compile error

 crypto/sha1_generic.c      | 2 +-
 include/crypto/sha1_base.h | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.50.0.rc1.591.g9c95f17f64-goog


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

end of thread, other threads:[~2025-06-14  4:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-14  0:08 [PATCH v1 0/2] crypto: Fix sha1 compile error Yuzhuo Jing
2025-06-14  0:08 ` [PATCH v1 1/2] crypto: Fix sha1 signed integer comparison " Yuzhuo Jing
2025-06-14  0:08 ` [PATCH v1 2/2] crypto: Fix sha1 signed pointer " Yuzhuo Jing
2025-06-14  4:53 ` [PATCH v1 0/2] crypto: Fix sha1 " Eric Biggers

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