[PATCH] [ROSE] kernel panic if ax25cmp is called with NULL pointer

2018-12-14 Thread Bernard Pidoux
Hi Ralf, While running packet radio network switch ROSE node a kernel panic occurs systematically when opening a Chromium session. Hardware is Raspberry Pi and distro is Debian Stretch with 4.14.79-v7+ kernel. Kernel panic is related to ax25cmp() when called with a null pointer argument. T

Re: [PATCH] [ROSE] kernel panic if ax25cmp is called with NULL pointer

2018-12-14 Thread Walter Harms
> Bernard Pidoux hat am 14. Dezember 2018 um 12:29 geschrieben: > > > Hi Ralf, > > While running packet radio network switch ROSE node a kernel panic > occurs systematically when opening a Chromium session. > Hardware is Raspberry Pi and distro is Debian Stretch with 4.14.79-v7+ > kernel.

Re: [PATCH] hamradio, ppp: change semaphore to completion

2018-12-14 Thread David Miller
From: Arnd Bergmann Date: Mon, 10 Dec 2018 22:52:56 +0100 > ppp and hamradio have copies of the same code that uses a semaphore > in place of a completion for historic reasons. Make it use the > proper interface instead in all copies. > > Signed-off-by: Arnd Bergmann Applied, thanks.