Re: [PATCH 0/2] s390: two bugfixes (for kunit)

From: Heiko Carstens
Date: Mon Oct 14 2024 - 05:04:17 EST


On Mon, Oct 14, 2024 at 07:50:05AM +0200, Thomas Weißschuh wrote:
> When trying to use kunit for s390 with
> ./tools/testing/kunit/kunit.py run --arch=s390 --kunitconfig drivers/base/test --cross_compile=$CROSS_COMPILE
> I ran into some bugs.
>
> Signed-off-by: Thomas Weißschuh <thomas.weissschuh@xxxxxxxxxxxxx>
> ---
> Thomas Weißschuh (2):
> s390/sclp: deactivate sclp after all its users
> s390/sclp_vt220: convert newlines to CRLF instead of LFCR
>
> drivers/s390/char/sclp.c | 3 ++-
> drivers/s390/char/sclp_vt220.c | 4 ++--
> 2 files changed, 4 insertions(+), 3 deletions(-)

Applied, thanks!