Re: [PATCH v1 1/1] s390/ap: Fix MAPML computation
Heiko Carstens <[email protected]>
| Newsgroups | org.kernel.vger.linux-s390 |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Aug 04, 2026 at 12:58:11PM +0200, Finn Callies wrote: > When the TAPQ subfunction of PQAP returns a value between 0 and 3 in the > ml field the Principles of Operation states that the MAPML size is to be > 12k bytes. What is "MAPML"? > Reviewed-by: Harald Freudenberger <[email protected]> > Signed-off-by: Finn Callies <[email protected]> > --- > drivers/s390/crypto/ap_card.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Why is this fix required? What does this fix? Are there user observable bugs fixed with this? If so, which ones? Is a Fixes: and/or stable tag required?