On Sun, 25 Oct 2020 at 00:04, Heinrich Schuchardt <xypron.g...@gmx.de> wrote: > > When the sandbox eth-raw device host_lo is removed this leads to closing > the console input. > > Do not call close(0). > > Signed-off-by: Heinrich Schuchardt <xypron.g...@gmx.de> > --- > arch/sandbox/cpu/eth-raw-os.c | 8 ++++---- > arch/sandbox/cpu/os.c | 5 ++++- > 2 files changed, 8 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>