[PATCH V3 04/11] um: Improve panic notifiers consistency and ordering

2022-08-24 Thread Guilherme G. Piccoli
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 return). More important, the priorities could be improved, since it's a special case (userspace), hence we could run the notif

Re: [PATCH V3 04/11] um: Improve panic notifiers consistency and ordering

2022-09-18 Thread Guilherme G. Piccoli
On 19/08/2022 19:17, 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 return). > More important, the priorities could be improved, since it's

Re: [PATCH V3 04/11] um: Improve panic notifiers consistency and ordering

2022-09-19 Thread Richard Weinberger
- Ursprüngliche Mail - > Von: "Guilherme G. Piccoli" > On 19/08/2022 19:17, 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 retu

Re: [PATCH V3 04/11] um: Improve panic notifiers consistency and ordering

2022-09-19 Thread Guilherme G. Piccoli
On 18/09/2022 18:19, Richard Weinberger wrote: > - Ursprüngliche Mail - >> Von: "Guilherme G. Piccoli" >> On 19/08/2022 19:17, 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 >

Re: [PATCH V3 04/11] um: Improve panic notifiers consistency and ordering

2022-10-21 Thread Richard Weinberger
- Ursprüngliche Mail - > Von: "Guilherme G. Piccoli" > Hi Richard / Johannes, is there any news on this one? > Thanks in advance, It's upstream: git.kernel.org/linus/758dfdb9185cf94160f20e85bbe05583e3cd4ff4 Thanks, //richard ___ kexec mailing

Re: [PATCH V3 04/11] um: Improve panic notifiers consistency and ordering

2022-10-21 Thread Guilherme G. Piccoli
On 18/09/2022 18:19, Richard Weinberger wrote: > - Ursprüngliche Mail - >> Von: "Guilherme G. Piccoli" >> On 19/08/2022 19:17, 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 >

Re: [PATCH V3 04/11] um: Improve panic notifiers consistency and ordering

2022-10-21 Thread Guilherme G. Piccoli
On 17/10/2022 11:10, Richard Weinberger wrote: > - Ursprüngliche Mail - >> Von: "Guilherme G. Piccoli" >> Hi Richard / Johannes, is there any news on this one? >> Thanks in advance, > > It's upstream: > git.kernel.org/linus/758dfdb9185cf94160f20e85bbe05583e3cd4ff4 > > Thanks, > //richard