mbox series

[U,L,0/1] zcrypt DD: AP command filtering (LP: 2003637)

Message ID 20230228141421.2084287-1-frank.heimes@canonical.com
Headers show
Series zcrypt DD: AP command filtering (LP: 2003637) | expand

Message

Frank Heimes Feb. 28, 2023, 2:14 p.m. UTC
This patch is to introduce support for stateless AP commands.
This will mainly affect error processing and recognizing new error types.

Harald Freudenberger (1):
  s390/zcrypt: introduce ctfm field in struct CPRBX

 arch/s390/include/uapi/asm/zcrypt.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Andrea Righi March 1, 2023, 11:52 a.m. UTC | #1
On Tue, Feb 28, 2023 at 03:14:20PM +0100, frank.heimes@canonical.com wrote:
> This patch is to introduce support for stateless AP commands.
> This will mainly affect error processing and recognizing new error types.
> 
> Harald Freudenberger (1):
>   s390/zcrypt: introduce ctfm field in struct CPRBX
> 
>  arch/s390/include/uapi/asm/zcrypt.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Applied to lunar/linux-unstable (and dropped linux-next from the cherry
picked line, because this is now upstream).

Thanks,
-Andrea