Re: SunBlade 100: X segfault with onboard ati rage adapter (machfb)

2021-12-05 Thread Theo de Raadt
Way faster if I put this in snaps. Try again in around 4 hours. Jonathan Gray wrote: > On Sun, Dec 05, 2021 at 04:54:28PM -0700, Ted Bullock wrote: > > Hey folks, > > > > Looking into another usability fault with the SunBlade 100. This time > > with the onboard video adapter. I'm seeing X

Re: SunBlade 100: X segfault with onboard ati rage adapter (machfb)

2021-12-05 Thread Jonathan Gray
On Sun, Dec 05, 2021 at 04:54:28PM -0700, Ted Bullock wrote: > Hey folks, > > Looking into another usability fault with the SunBlade 100. This time > with the onboard video adapter. I'm seeing X segfault when starting up > using the default configuration and after a fresh install of -current. >

SunBlade 100: X segfault with onboard ati rage adapter (machfb)

2021-12-05 Thread Ted Bullock
Hey folks, Looking into another usability fault with the SunBlade 100. This time with the onboard video adapter. I'm seeing X segfault when starting up using the default configuration and after a fresh install of -current. Obviously old hardware here. Though I wonder if other folks out there

Re: panic: ieee80211_set_link_state() calls rtm_80211info() from timeout context

2021-12-05 Thread Vitaliy Makkoveev
> On 5 Dec 2021, at 20:05, Scott Cheloha wrote: > > Suppose the ic_bgscan_timeout timeout is running at the moment we're > running ieee80211_ifdetach(). Ignore the kernel lock for the moment, > think about the future. > > If we delete the task before we delete the timeout and the timeout >

Re: panic: ieee80211_set_link_state() calls rtm_80211info() from timeout context

2021-12-05 Thread Stefan Sperling
On Sun, Dec 05, 2021 at 11:05:32AM -0600, Scott Cheloha wrote: > > diff 0b61c8235787960f0010ef627ea5b2c6309a81f0 > > de98c050ea709bdb8e26be40ab0cc82ef9afed80 > > blob - 7bb68194dd78417b06c59f81d1ebbff4165203d8 > > blob + 5b9a969258074fde29e21a33ac035cf170ec3b03 > > --- sys/net80211/ieee80211.c >

Re: panic: ieee80211_set_link_state() calls rtm_80211info() from timeout context

2021-12-05 Thread Scott Cheloha
On Sat, Dec 04, 2021 at 08:40:42PM +0100, Stefan Sperling wrote: > On Sat, Dec 04, 2021 at 09:32:40PM +0300, Vitaliy Makkoveev wrote: > > I think rtm_80211info() could follow the if_link_state_change() > > way and use task for that. > > Indeed. I did not realize that if_link_state_change()

Re: panic: ieee80211_set_link_state() calls rtm_80211info() from timeout context

2021-12-05 Thread Florian Obser
reads OK On 2021-12-04 20:40 +01, Stefan Sperling wrote: > On Sat, Dec 04, 2021 at 09:32:40PM +0300, Vitaliy Makkoveev wrote: >> I think rtm_80211info() could follow the if_link_state_change() >> way and use task for that. > > Indeed. I did not realize that if_link_state_change() schedules a