Re: panic after update from main-n258027-c9baa974717a to main-n258075-5b5b7e2ca2fa

2022-09-17 Thread Mateusz Guzik
this is already fixed, please update On 9/17/22, David Wolfskill wrote: > Not reproducible on reboot; only happened on one machine (main laptop) > out of 3 that I updated this morning. No dump. :-/ > > A screenshot, a copy of the full dmesg.boot from the > immediately-following successful (verbo

panic after update from main-n258027-c9baa974717a to main-n258075-5b5b7e2ca2fa

2022-09-17 Thread David Wolfskill
Not reproducible on reboot; only happened on one machine (main laptop) out of 3 that I updated this morning. No dump. :-/ A screenshot, a copy of the full dmesg.boot from the immediately-following successful (verbose) boot, and a copy of the uname output: FreeBSD 14.0-CURRENT #589 main-n258075-5

Re: build of vfs_lookup.c now broken in non-INVARIANTS kernels

2022-09-17 Thread Gary Jennejohn
On Sat, 17 Sep 2022 12:46:36 +0200 Mateusz Guzik wrote: > fixed in > https://cgit.freebsd.org/src/commit/?id=b77bdfdb67c2e9660658a0373662e4263a905e90 > > On 9/17/22, Gary Jennejohn wrote: > > Compiling vfs_lookup.c now fails when NONINVARIANTS is not included in > > the kernel config file becau

Re: build of vfs_lookup.c now broken in non-INVARIANTS kernels

2022-09-17 Thread Gary Jennejohn
On Sat, 17 Sep 2022 12:41:25 +0200 Gary Jennejohn wrote: > Compiling vfs_lookup.c now fails when NONINVARIANTS is not included in > the kernel config file because NDVALIDATE is defined as NDVALIDATE_impl, > which itself is only defined when NONINVARIANTS is also defined. > > This breaks buildkern

Re: build of vfs_lookup.c now broken in non-INVARIANTS kernels

2022-09-17 Thread Mateusz Guzik
fixed in https://cgit.freebsd.org/src/commit/?id=b77bdfdb67c2e9660658a0373662e4263a905e90 On 9/17/22, Gary Jennejohn wrote: > Compiling vfs_lookup.c now fails when NONINVARIANTS is not included in > the kernel config file because NDVALIDATE is defined as NDVALIDATE_impl, > which itself is only d

build of vfs_lookup.c now broken in non-INVARIANTS kernels

2022-09-17 Thread Gary Jennejohn
Compiling vfs_lookup.c now fails when NONINVARIANTS is not included in the kernel config file because NDVALIDATE is defined as NDVALIDATE_impl, which itself is only defined when NONINVARIANTS is also defined. This breaks buildkernel. -- Gary Jennejohn