Re: [PATCH v2 06/13] um: Improve panic notifiers consistency and ordering

2022-08-09 Thread Guilherme G. Piccoli
On 09/08/2022 16:08, Johannes Berg wrote: > [...] >> Perfect, thank you! Let me take the opportunity to ask you something I'm >> asking all the maintainers involved here - do you prefer taking the >> patch through your tree, or to get it landed with the whole series, at >> once, from some maintaine

Re: [PATCH v2 06/13] um: Improve panic notifiers consistency and ordering

2022-08-09 Thread Johannes Berg
On Tue, 2022-08-09 at 16:03 -0300, Guilherme G. Piccoli wrote: > On 09/08/2022 15:09, Johannes Berg wrote: > > [...] > > > > V2: > > > > - Kept the notifier header to avoid implicit usage - thanks > > > > Johannes for the suggestion! > > > > > > > > arch/um/drivers/mconsole_kern.c | 7 +++ > >

Re: [PATCH v2 06/13] um: Improve panic notifiers consistency and ordering

2022-08-09 Thread Guilherme G. Piccoli
On 09/08/2022 15:09, Johannes Berg wrote: > [...] >>> V2: >>> - Kept the notifier header to avoid implicit usage - thanks >>> Johannes for the suggestion! >>> >>> arch/um/drivers/mconsole_kern.c | 7 +++ >>> arch/um/kernel/um_arch.c| 8 >>> 2 files changed, 7 insertions(+), 8

Re: [PATCH v2 06/13] um: Improve panic notifiers consistency and ordering

2022-08-09 Thread Johannes Berg
On Sun, 2022-08-07 at 12:40 -0300, Guilherme G. Piccoli wrote: > On 19/07/2022 16:53, Guilherme G. Piccoli wrote: > > Currently the panic notifiers from user mode linux don't follow > > the convention for most of the other notifiers present in the > > kernel (indentation, priority setting, numeric

Re: [PATCH v2] um: read multiple msg from virtio slave request fd

2022-08-09 Thread Johannes Berg
On Tue, 2022-06-07 at 11:27 +, Benjamin Beichler wrote: > If VHOST_USER_PROTOCOL_F_INBAND_NOTIFICATIONS is activated, the user mode > linux virtio irq handler only read one msg from the corresponding socket. > This creates issues, when the device emulation creates multiple call > requests (e.g.