r340343 triggers kernel assertion if file is opened with O_BENEATH flag set through symlink

2018-11-27 Thread Vladimir Kondratyev
Following test case triggers assertion after r340343: #include int main(int argc, char **argv) {     openat(open("/etc", O_RDONLY), "termcap", O_RDONLY | O_BENEATH); } It results in: panic: Assertion (ndp->ni_lcf & NI_LCF_LATCH) != 0 failed at /usr/src/sys/kern/vfs_lookup.c:182

Re: r340343 triggers kernel assertion if file is opened with O_BENEATH flag set through symlink

2018-11-27 Thread Konstantin Belousov
On Wed, Nov 28, 2018 at 12:54:21AM +0300, Vladimir Kondratyev wrote: > Following test case triggers assertion after r340343: > > > #include > > int > main(int argc, char **argv) > { >     openat(open("/etc", O_RDONLY), "termcap", O_RDONLY | O_BENEATH); > } > > It results in: > > panic:

Re: ACPI Error: No handler for Region [ECOR]

2018-11-27 Thread Poul-Henning Kamp
In message <10399.1543270...@critter.freebsd.dk>, "Poul-Henning Kamp" writes: >>I'm seeing it on my ThinkPad x230 as well > >and on T480 running 13.0-CURRENT r340932M as well: And seems to be gone with this kernel: 13.0-CURRENT r341006M Havn't tried the ones in between. --

Re: drm kmod kernel panic

2018-11-27 Thread Hans Petter Selasky
On 11/27/18 1:36 PM, Ruslan Makhmatkhanov wrote: swap_pager_getswapspace(19): failed swap_pager_getswapspace(12): failed Is the system running low on memory? --HPS ___ freebsd-current@freebsd.org mailing list

drm kmod kernel panic

2018-11-27 Thread Ruslan Makhmatkhanov
Hello, I'm getting this panic every time trying to build rust in poudriere. Until the recent time I was able to build rust successfully on 13-CURRENT, but now I'm getting out of space and the panic. My system is 13.0-CURRENT r340723 amd64. It's on laptop with i5 GPU (2nd Generation) and