Re: [PATCH v2 0/1] s390/zcrypt: Validate length information in reply
Vasily Gorbik <[email protected]>
| Newsgroups | org.kernel.vger.linux-s390 |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Aug 20, 2026 at 05:50:02PM +0200, Holger Dengler wrote: > This series contains adds validation of a length information in a > hardware reply, to prevent buffer over-read/over-write in case of a > broken/modified replies. > > Changes since v1: > - fix subject line in cover-letter > - fix typo > - pick R-b > > This series applies on-top of Linus' master branch. > > Holger Dengler (1): > s390/zcrypt: Validate length in reply before using it > > drivers/s390/crypto/zcrypt_ccamisc.c | 15 ++++++++++++++- > 1 file changed, 14 insertions(+), 1 deletion(-) Applied, thank you!