Re: HEADS UP! Do not update on main currently (panic - on boot)

2025-03-07 Thread Baptiste Daroussin
On Thu 06 Mar 23:12, Bjoern A. Zeeb wrote: > On Thu, 6 Mar 2025, Baptiste Daroussin wrote: > > > On Wed 05 Mar 23:39, Bjoern A. Zeeb wrote: > > > Hi, > > > > > > the fix from > > > https://cgit.FreeBSD.org/src/commit/?id=27bf5c405bf2eb69392e45c06605defc78882612 > > > makes wireless panic for me

Re: HEADS UP! Do not update on main currently (panic - on boot)

2025-03-06 Thread Bjoern A. Zeeb
On Thu, 6 Mar 2025, Baptiste Daroussin wrote: On Wed 05 Mar 23:39, Bjoern A. Zeeb wrote: Hi, the fix from https://cgit.FreeBSD.org/src/commit/?id=27bf5c405bf2eb69392e45c06605defc78882612 makes wireless panic for me in my development branch; that said I am working on TKIP currently so I have

Re: HEADS UP! Do not update on main currently (panic - on boot)

2025-03-06 Thread Adrian Chadd
On Thu, 6 Mar 2025 at 06:34, Bjoern A. Zeeb wrote: > > Or multiple: > - unlocked register writes > - rtwn_cmd_sleepable() which defers it to a task which doesn't fly but >simply opens more problems, especially for the "SET" operation; >otherwise you'll have to hold all packets until you

Re: HEADS UP! Do not update on main currently (panic - on boot)

2025-03-06 Thread Bjoern A. Zeeb
On Thu, 6 Mar 2025, Adrian Chadd wrote: On Thu, 6 Mar 2025 at 06:34, Bjoern A. Zeeb wrote: Or multiple: - unlocked register writes - rtwn_cmd_sleepable() which defers it to a task which doesn't fly but simply opens more problems, especially for the "SET" operation; otherwise you'll ha

Re: HEADS UP! Do not update on main currently (panic - on boot)

2025-03-06 Thread Bjoern A. Zeeb
On Thu, 6 Mar 2025, Adrian Chadd wrote: On Thu, 6 Mar 2025 at 01:44, Bjoern A. Zeeb wrote: On Thu, 6 Mar 2025, Baptiste Daroussin wrote: On Wed 05 Mar 23:39, Bjoern A. Zeeb wrote: Hi, the fix from https://cgit.FreeBSD.org/src/commit/?id=27bf5c405bf2eb69392e45c06605defc78882612 makes wir

Re: HEADS UP! Do not update on main currently (panic - on boot)

2025-03-06 Thread Adrian Chadd
On Thu, 6 Mar 2025 at 01:44, Bjoern A. Zeeb wrote: > On Thu, 6 Mar 2025, Baptiste Daroussin wrote: > > > On Wed 05 Mar 23:39, Bjoern A. Zeeb wrote: > >> Hi, > >> > >> the fix from > https://cgit.FreeBSD.org/src/commit/?id=27bf5c405bf2eb69392e45c06605defc78882612 > >> makes wireless panic for me i

Re: HEADS UP! Do not update on main currently (panic - on boot)

2025-03-06 Thread Bjoern A. Zeeb
On Thu, 6 Mar 2025, Baptiste Daroussin wrote: On Wed 05 Mar 23:39, Bjoern A. Zeeb wrote: Hi, the fix from https://cgit.FreeBSD.org/src/commit/?id=27bf5c405bf2eb69392e45c06605defc78882612 makes wireless panic for me in my development branch; that said I am working on TKIP currently so I have

Re: HEADS UP! Do not update on main currently (panic - on boot)

2025-03-06 Thread Baptiste Daroussin
On Wed 05 Mar 23:39, Bjoern A. Zeeb wrote: > Hi, > > the fix from > https://cgit.FreeBSD.org/src/commit/?id=27bf5c405bf2eb69392e45c06605defc78882612 > makes wireless panic for me in my development branch; that said I am > working on TKIP currently so I have code in progress. > > In case you hit