Re: faq/faq4.html

2022-04-07 Thread Stuart Henderson
On 2022/04/07 09:28, tux2bsd wrote: > fw_update does not have an -F switch.  Maybe it used to, not currently > present in the man page. > > Text to look for: > > fw_update -Fv iwm > > section: > > https://www.openbsd.org/faq/faq4.html#WifiOnly > The FAQ is supposed to refer to the most recen

Re: macppc panic: vref used where vget required

2022-04-07 Thread Sebastien Marie
On Thu, Apr 07, 2022 at 12:06:45PM +0300, Andrew Krasavin wrote: > On Wed, Apr 06, 2022 at 03:23:55PM +0200, Sebastien Marie wrote: > > uvn_io: start: 0xfd834f678210, type VREG, use 0, write 0, hold 0, flags > (VBIOONFREELIST) > tag: VT_UFS, ino 19627621, on dev 4, 30 flags 0x100, eff

Re: macppc panic: vref used where vget required

2022-04-07 Thread Andrew Krasavin
On Wed, Apr 06, 2022 at 03:23:55PM +0200, Sebastien Marie wrote: could you try to reproduce with the following kernel diff ? as first step, it adds some KERNEL_ASSERT_LOCKED() on v_usecount modification, and some vprint() inside uvn_io(). the vprint() inside uvn_io() should trigger only before

Re: macppc panic: vref used where vget required

2022-04-07 Thread Andrew Krasavin
On Thu, Apr 07, 2022 at 12:23:11PM +0200, Sebastien Marie wrote: On Thu, Apr 07, 2022 at 12:06:45PM +0300, Andrew Krasavin wrote: On Wed, Apr 06, 2022 at 03:23:55PM +0200, Sebastien Marie wrote: uvn_io: start: 0xfd834f678210, type VREG, use 0, write 0, hold 0, flags (VBIOONFREELIST)

Re: macppc panic: vref used where vget required

2022-04-07 Thread Alexander Bluhm
On Wed, Apr 06, 2022 at 03:23:55PM +0200, Sebastien Marie wrote: > > panic: vref used where vget required > > could you try to reproduce with the following kernel diff ? My machine is still building release, before it took a day or two to crash. But it has already printed some of your warnings.

Re: macppc panic: vref used where vget required

2022-04-07 Thread Sebastien Marie
On Thu, Apr 07, 2022 at 02:53:07PM +0200, Alexander Bluhm wrote: > On Wed, Apr 06, 2022 at 03:23:55PM +0200, Sebastien Marie wrote: > > > panic: vref used where vget required > > > > could you try to reproduce with the following kernel diff ? > > My machine is still building release, before it too