Re: [PATCH 0/4] um: Assorted console related fixes

2022-06-07 Thread Glenn Washburn
On Tue, 07 Jun 2022 10:22:43 +0200 Johannes Berg wrote: > On Mon, 2022-06-06 at 18:16 -0500, Glenn Washburn wrote: > > GDB says that the process was terminated with > > SIGKILL, which I'm guessing is why uml_console_exit() is not run. > > > > https://patchwork.ozlabs.org/project/linux-um/patch

Re: [PATCH 0/4] um: Assorted console related fixes

2022-06-07 Thread Johannes Berg
On Mon, 2022-06-06 at 18:16 -0500, Glenn Washburn wrote: > GDB says that the process was terminated with > SIGKILL, which I'm guessing is why uml_console_exit() is not run. > https://patchwork.ozlabs.org/project/linux-um/patch/20220520194536.1acbb414a2d1.I1d71bab01d45f7f8e446df6e98547a7989338208

Re: [PATCH 0/4] um: Assorted console related fixes

2022-06-06 Thread Glenn Washburn
On Mon, 4 Apr 2022 23:41:29 +0200 Richard Weinberger wrote: > Glenn, > > On Thu, Mar 10, 2022 at 7:22 PM Glenn Washburn > wrote: > > > > On Wed, 9 Mar 2022 09:35:02 +0100 (CET) > > Richard Weinberger wrote: > > > > > - Ursprüngliche Mail - > > > >> This series fixes the console exit co

Re: [PATCH 0/4] um: Assorted console related fixes

2022-04-04 Thread Richard Weinberger
Glenn, On Thu, Mar 10, 2022 at 7:22 PM Glenn Washburn wrote: > > On Wed, 9 Mar 2022 09:35:02 +0100 (CET) > Richard Weinberger wrote: > > > - Ursprüngliche Mail - > > >> This series fixes the console exit code to make sure UML > > >> undoes everything it changed on the host side. > > > >

Re: [PATCH 0/4] um: Assorted console related fixes

2022-03-10 Thread Glenn Washburn
On Wed, 9 Mar 2022 09:35:02 +0100 (CET) Richard Weinberger wrote: > - Ursprüngliche Mail - > >> This series fixes the console exit code to make sure UML > >> undoes everything it changed on the host side. > > > > I gave this a run hoping it would fix the issues I'm seeing with the consol

Re: [PATCH 0/4] um: Assorted console related fixes

2022-03-09 Thread Randy Dunlap
On 3/9/22 08:21, Richard Weinberger wrote: > Randy, > > - Ursprüngliche Mail - >> Von: "Randy Dunlap" >> Uh, where are the patches? >> >>> http://lists.infradead.org/mailman/listinfo/linux-um >> >> not in that archive ^^^ > > https://lore.kernel.org/lkml

Re: [PATCH 0/4] um: Assorted console related fixes

2022-03-09 Thread Richard Weinberger
Randy, - Ursprüngliche Mail - > Von: "Randy Dunlap" > Uh, where are the patches? > >> http://lists.infradead.org/mailman/listinfo/linux-um > > not in that archive ^^^ https://lore.kernel.org/lkml/20220101215810.13260-1-rich...@nod.at/T/ Thanks, //richar

Re: [PATCH 0/4] um: Assorted console related fixes

2022-03-09 Thread Randy Dunlap
On 3/9/22 00:35, Richard Weinberger wrote: > - Ursprüngliche Mail - >>> This series fixes the console exit code to make sure UML >>> undoes everything it changed on the host side. >> >> I gave this a run hoping it would fix the issues I'm seeing with the console >> getting messed up when

Re: [PATCH 0/4] um: Assorted console related fixes

2022-03-09 Thread Richard Weinberger
- Ursprüngliche Mail - >> This series fixes the console exit code to make sure UML >> undoes everything it changed on the host side. > > I gave this a run hoping it would fix the issues I'm seeing with the console > getting messed up when UML exits via halt in the guest. Echo is turned off

[PATCH 0/4] um: Assorted console related fixes

2022-03-08 Thread Glenn Washburn
On Sat, 2022-01-01 at 22:58 +0100, Richard Weinberger wrote: > When UML terminates (gracefully or panic) it does not always > cleanup on the host side. > Especially when fd:0,fd:1 is used as console it can leave a misconfigured > stdin/out on the host side. > Also stale processes such as port-helpe