Linux s390 Architecture development
 help / color / mirror / Atom feed
* [PATCH v2 0/1] Improve code in zcrypt msg type 6 handling
@ 2026-07-23 16:44 Harald Freudenberger
  2026-07-23 16:44 ` [PATCH v2 1/1] s390/zcrypt: Improve length check and overflow detection at zcrypt msg type 6 Harald Freudenberger
  0 siblings, 1 reply; 3+ messages in thread
From: Harald Freudenberger @ 2026-07-23 16:44 UTC (permalink / raw)
  To: dengler, fcallies; +Cc: freude, linux-s390

Changelog:

v1: initial version, one patch dealing with overflow checks around
    the use of the CEIL4 macro in zcrypt_msgtype6.c
v2: Sashiko found a regression: The check
      if (ap_msg->len > ap_msg->bufsize)
    was missing in the rework. Added again this important check.

Harald Freudenberger (1):
  s390/zcrypt: Improve length check and overflow detection at zcrypt msg
    type 6

 drivers/s390/crypto/zcrypt_msgtype6.c | 83 +++++++++++++++------------
 1 file changed, 45 insertions(+), 38 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-07-23 17:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-23 16:44 [PATCH v2 0/1] Improve code in zcrypt msg type 6 handling Harald Freudenberger
2026-07-23 16:44 ` [PATCH v2 1/1] s390/zcrypt: Improve length check and overflow detection at zcrypt msg type 6 Harald Freudenberger
2026-07-23 17:01   ` sashiko-bot

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