mbox series

[meta-oe,master,0/2] linux-serial-test: fix returned error code and potential hang in while loop

Message ID 20251017104053.2983626-1-ghidoliemanuele@gmail.com
Headers show
Series linux-serial-test: fix returned error code and potential hang in while loop | expand

Message

Emanuele Ghidoli Oct. 17, 2025, 10:40 a.m. UTC
From: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>

This series includes two patches for linux-serial-test to fix two regressions
introduced after commit 392f0f0ea76d ("linux-serial-test: Bump SRCREV to allow CMake 4+ compatibility").

Emanuele

Emanuele Ghidoli (2):
  linux-serial-test: add patch to fix returned error code
  linux-serial-test: add patch to fix potential hang in while loop

 ...erial-test.c-fix-returned-error-code.patch | 62 +++++++++++++++++++
 ...t.c-fix-potential-hang-in-while-loop.patch | 60 ++++++++++++++++++
 .../linux-serial-test_git.bb                  |  5 +-
 3 files changed, 126 insertions(+), 1 deletion(-)
 create mode 100644 meta-oe/recipes-test/linux-serial-test/files/0001-linux-serial-test.c-fix-returned-error-code.patch
 create mode 100644 meta-oe/recipes-test/linux-serial-test/files/0002-linux-serial-test.c-fix-potential-hang-in-while-loop.patch