Re: kernel diagnostic assertion "!_kernel_lock_held()" failed

2023-07-07 Thread Vitaliy Makkoveev
Sorry, drop this. > On 8 Jul 2023, at 01:09, Vitaliy Makkoveev wrote: > > On Fri, Jul 07, 2023 at 07:22:36AM +, Valdrin MUJA wrote: >> Hello, >> >> It crashed again. >> I've never used 7.2 with this configuration and environment. >> What i simply do is feeding kernel routing table via bgp

Re: kernel diagnostic assertion "!_kernel_lock_held()" failed

2023-07-07 Thread Vitaliy Makkoveev
On Fri, Jul 07, 2023 at 07:22:36AM +, Valdrin MUJA wrote: > Hello, > > It crashed again. > I've never used 7.2 with this configuration and environment. > What i simply do is feeding kernel routing table via bgp rib table. (Learn > from rib table add it as mpath routing...) > While openbgpd

Re: ARM64 installation with new snapshots not possible any longer

2023-07-07 Thread Patrick Wildt
Root cause has been found, the next snap, whenever it will be out, will have the fixes! Sorry it took so long, reverting wasn‘t a solution as that would have broken another machine, and it took some time too find out what was wrong. Cheers, Patrick > > On 20. Jun 2023, at 12:35,

Re: rt_ifa_del NULL deref

2023-07-07 Thread Klemens Nanni
On Tue, Aug 23, 2022 at 10:15:22AM +0200, Stefan Sperling wrote: > I found one of my amd64 systems running -current, built on 12th of > August, has crashed as follows. > > I am not sure if this is still relevant; please excuse the noise if > this has already been found and fixed. > > kernel:

Re: pardon me

2023-07-07 Thread Peter J. Philipp
On Fri, Jul 07, 2023 at 03:36:22PM +0200, Mark Kettenis wrote: > > Date: Fri, 7 Jul 2023 15:30:37 +0200 > > From: "Peter J. Philipp" > > > > I'm looking into considering adding pins for the mango pi SBC (riscv64) and > > noticed this little file that has no license: > > > > ---> > >

Re: pardon me

2023-07-07 Thread Mark Kettenis
> Date: Fri, 7 Jul 2023 15:30:37 +0200 > From: "Peter J. Philipp" > > I'm looking into considering adding pins for the mango pi SBC (riscv64) and > noticed this little file that has no license: > > ---> > riscv64# head /sys/dev/fdt/sxipio_pins.h > /* Public Domain */ > > > const struct

pardon me

2023-07-07 Thread Peter J. Philipp
I'm looking into considering adding pins for the mango pi SBC (riscv64) and noticed this little file that has no license: ---> riscv64# head /sys/dev/fdt/sxipio_pins.h /* Public Domain */ const struct sxipio_pin sun4i_a10_pins[] = { { SXIPIO_PIN(A, 0), { { "gpio_in",

Re: kernel diagnostic assertion "!_kernel_lock_held()" failed

2023-07-07 Thread Valdrin MUJA
Hello, It crashed again. I've never used 7.2 with this configuration and environment. What i simply do is feeding kernel routing table via bgp rib table. (Learn from rib table add it as mpath routing...) While openbgpd doesn't support multipath routing I'm trying to manipulate it via my golang