[PATCH 1/2] um: xterm: make default terminal emulator configurable

2022-03-24 Thread Johannes Berg
From: Johannes Berg Make the default terminal emulator configurable so e.g. Debian can set it to x-terminal-emulator instead of the current default of xterm. Signed-off-by: Johannes Berg --- arch/um/drivers/Kconfig | 7 +++ arch/um/drivers/Makefile | 2 ++ arch/um/drivers/xterm.c | 7 +++

[PATCH 2/2] um: daemon: make default socket configurable

2022-03-24 Thread Johannes Berg
From: Johannes Berg Even if daemon network is deprecated, some configurations may still use it (e.g. Debian), and not want to default to the /tmp/uml.ctl socket location. Allow configuring the default socket location. Signed-off-by: Johannes Berg --- arch/um/drivers/Kconfig | 8

Re: [PATCH 1/2] um: xterm: make default terminal emulator configurable

2022-03-24 Thread Johannes Berg
On Thu, 2022-03-24 at 12:18 +, Anton Ivanov wrote: > > I was going to fw this to Debian as they patch this and integrate with > Debian alternatives. I see Ritesh is already in the loop. Cool. > Yeah, it actually came up in an LWN discussion: https://lwn.net/Articles/888507/ johannes __

Re: [PATCH 1/1] um: fix error return code in winch_tramp()

2022-03-24 Thread Thorsten Leemhuis
[TLDR: I'm adding the regression report below to regzbot, the Linux kernel regression tracking bot; all text you find below is compiled from a few templates paragraphs you might have encountered already already from similar mails.] Hi, this is your Linux kernel regression tracker. Top-posting for

Re: [PATCH 1/2] um: xterm: make default terminal emulator configurable

2022-03-24 Thread Anton Ivanov
On 24/03/2022 12:13, Johannes Berg wrote: From: Johannes Berg Make the default terminal emulator configurable so e.g. Debian can set it to x-terminal-emulator instead of the current default of xterm. Signed-off-by: Johannes Berg --- arch/um/drivers/Kconfig | 7 +++ arch/um/drivers/

Re: [PATCH 1/2] um: xterm: make default terminal emulator configurable

2022-03-24 Thread Anton Ivanov
On 24/03/2022 12:13, Johannes Berg wrote: From: Johannes Berg Make the default terminal emulator configurable so e.g. Debian can set it to x-terminal-emulator instead of the current default of xterm. Signed-off-by: Johannes Berg --- arch/um/drivers/Kconfig | 7 +++ arch/um/drivers/

Re: [PATCH 2/2] um: daemon: make default socket configurable

2022-03-24 Thread Anton Ivanov
On 24/03/2022 12:13, Johannes Berg wrote: From: Johannes Berg Even if daemon network is deprecated, some configurations may still use it (e.g. Debian), and not want to default to the /tmp/uml.ctl socket location. Allow configuring the default socket location. Signed-off-by: Johannes Berg -

Re: [RFC v1 01/10] roadtest: import libvhost-user from QEMU

2022-03-24 Thread Johannes Berg
On Fri, 2022-03-11 at 17:24 +0100, Vincent Whitchurch wrote: > Import the libvhost-user from QEMU for use in the implementation of the > virtio devices in the roadtest backend. > So hm, I wonder if this is the sensible thing to do? Not that I mind importing qemu code, but: 1) the implementatio

Re: [PATCH 1/2] um: xterm: make default terminal emulator configurable

2022-03-24 Thread Ritesh Raj Sarraf
On Thu, 2022-03-24 at 13:13 +0100, Johannes Berg wrote: > From: Johannes Berg > > Make the default terminal emulator configurable so e.g. > Debian can set it to x-terminal-emulator instead of the > current default of xterm. > > Signed-off-by: Johannes Berg > --- >  arch/um/drivers/Kconfig  | 7

Re: [PATCH 2/2] um: daemon: make default socket configurable

2022-03-24 Thread Ritesh Raj Sarraf
On Thu, 2022-03-24 at 13:13 +0100, Johannes Berg wrote: > From: Johannes Berg > > Even if daemon network is deprecated, some configurations may > still use it (e.g. Debian), and not want to default to the > /tmp/uml.ctl socket location. Allow configuring the default > socket location. > > Signed