Re: [PATCH] parisc: replace oops_in_progress manipulation with bust_spinlocks()

2019-01-08 Thread Sergey Senozhatsky
On (01/09/19 08:16), Helge Deller wrote: > I prefer that change. > In my role as admin of the parisc-linux.org domain I plan to retire > all @parisc-linux.org email addresses soon anyway. I see. Well, I can send a formal patch, but I think James would know better which one of his email addresses h

Re: [PATCH] parisc: replace oops_in_progress manipulation with bust_spinlocks()

2019-01-08 Thread Helge Deller
l.org, linux-kernel@vger.kernel.org, Sergey >> Senozhatsky >> Subject: Re: [PATCH] parisc: replace oops_in_progress manipulation with >> bust_spinlocks() >> Message-ID: >> User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 >> Thunderbird/60.4.0 >> >

Re: [PATCH] parisc: replace oops_in_progress manipulation with bust_spinlocks()

2019-01-08 Thread Sergey Senozhatsky
I didn't pay enough attention. Seems to be a temp problem on parisc-linux.org side: : There was a temporary problem delivering your message to jejb at parisc-linux.org. : : The response was: : : The recipient server did not accept our requests to connect. : [mail.parisc-linux.org. 140.ZZZ.X.YY: g

Re: [PATCH] parisc: replace oops_in_progress manipulation with bust_spinlocks()

2019-01-08 Thread Sergey Senozhatsky
ct: Re: [PATCH] parisc: replace oops_in_progress manipulation with > bust_spinlocks() > Message-ID: > User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 > Thunderbird/60.4.0 > > On 07.01.19 10:56, Sergey Senozhatsky wrote: > > Use bust_spinlocks() function

Re: [PATCH] parisc: replace oops_in_progress manipulation with bust_spinlocks()

2019-01-07 Thread Helge Deller
On 07.01.19 10:56, Sergey Senozhatsky wrote: > Use bust_spinlocks() function to set oops_in_progress. > > Signed-off-by: Sergey Senozhatsky I've added this patch to the parisc for-next tree. Thanks, Helge > --- > arch/parisc/kernel/traps.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 delet

[PATCH] parisc: replace oops_in_progress manipulation with bust_spinlocks()

2019-01-07 Thread Sergey Senozhatsky
Use bust_spinlocks() function to set oops_in_progress. Signed-off-by: Sergey Senozhatsky --- arch/parisc/kernel/traps.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/parisc/kernel/traps.c b/arch/parisc/kernel/traps.c index 472a818e8c17..7e1ccafadf57 100644 --- a/ar