s390/con3270: rewrite command line recalling
authorSven Schnelle <svens@linux.ibm.com>
Mon, 28 Nov 2022 10:34:52 +0000 (11:34 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Mon, 9 Jan 2023 13:34:01 +0000 (14:34 +0100)
commit76485078702ae680c9683500ad9caafea05678b1
treedf557c6cf1e5238204dada23794ce2f2984a5705
parent164eb669348045894b50eaecc5936ec07b4307f0
s390/con3270: rewrite command line recalling

Command line recalling is the last user of the 3270 custom malloc()
like allocator. Remove this dependency by using a statically allocated
buffer for the saved command lines, and also remove the allocator.

Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Tested-by: Niklas Schnelle <schnelle@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
drivers/s390/char/con3270.c
drivers/s390/char/raw3270.h