Re: "make buildworld" fails for r360785?

2020-05-08 Thread Robert Huff
Chris writes: > >"make buildowrld" fails with: > > > > > c++ -O2 -pipe -fno-common > > > -I/usr/obj/usr/src/amd64.amd64/tmp/obj-tools/lib/clang/libclang > > > -I/usr/obj/usr/src/amd64.amd64/tmp/obj-tools/lib/clang/libllvm > > > -I/usr/src/contrib/llvm-project/clang/lib/Basic > >

Re: Panic in fusefs(5) on 13.0-CURRENT r359773

2020-05-08 Thread Alan Somers
On Mon, Apr 27, 2020 at 4:51 AM Konstantin Belousov wrote: > On Mon, Apr 27, 2020 at 11:39:41AM +0200, Mateusz Piotrowski wrote: > > Hi everyone! > > > > I'm experiencing panics every day. Apparently, they are caused by a bug > in > > our FUSE implementation. > > > > The panic occurs when I'm edi

Next-hop objects and scalable multipath routing project status update [May 8]

2020-05-08 Thread Alexander V . Chernikov
Hi, I would like to share the current state and the next steps for the nhops/multipath project. To recap: project is about modernising the current routing stack and implementing scalable multipath routing. Most changes are based on introduction of the concept of nexthops. Nexthops, which are

Re: svn commit: r360233 - in head: contrib/jemalloc . . . : This partially breaks a 2-socket 32-bit powerpc (old PowerMac G4) based on head -r360311

2020-05-08 Thread Mark Millard
[More details for a sshd failure. The other examples are omitted. The sshd failure also shows a all-zeros-up-to-a-page-boundary issue, just for a different address range.] On 2020-May-7, at 12:06, Mark Millard wrote: > > [mountd failure example: also at sz_size2index_lookup assert > for the same

Re: ${COMPILER_VERSION} < 40300

2020-05-08 Thread Konstantin Belousov
On Fri, May 08, 2020 at 11:22:51AM -0700, John Baldwin wrote: > On 5/7/20 10:17 AM, Warner Losh wrote: > > On Thu, May 7, 2020 at 10:38 AM Eric van Gyzen wrote: > > > >> If I were to clean up obsolete ${COMPILER_VERSION} tests in the tree, > >> which ones should I keep? I would probably confine

Re: ${COMPILER_VERSION} < 40300

2020-05-08 Thread Eric van Gyzen
On 5/8/20 1:22 PM, John Baldwin wrote: I think Eric though was asking about and the like. Actually, I was asking about makefile conditions, but this is still a good discussion to have. I'm in a cleanup mood. (BTW, it would be good to know if it's at all useful to keep any of the icc bits

Re: ${COMPILER_VERSION} < 40300

2020-05-08 Thread John Baldwin
On 5/7/20 10:17 AM, Warner Losh wrote: > On Thu, May 7, 2020 at 10:38 AM Eric van Gyzen wrote: > >> If I were to clean up obsolete ${COMPILER_VERSION} tests in the tree, >> which ones should I keep? I would probably confine it to head, so I >> could prune quite a few. >> > > Anything in the boo

Re: CHANGE_PV_LIST_LOCK_TO_PHYS is not correct when !NUMA ?

2020-05-08 Thread Konstantin Belousov
On Fri, May 08, 2020 at 06:53:24PM +0300, Andriy Gapon wrote: > > I have a reproducible panic with a custom kernel without option NUMA while > using > amdgpu driver from linuxkpi-based drm: > > panic: address 41ec0 beyond the last segment > > I did some quick debugging and the panic happens

CHANGE_PV_LIST_LOCK_TO_PHYS is not correct when !NUMA ?

2020-05-08 Thread Andriy Gapon
I have a reproducible panic with a custom kernel without option NUMA while using amdgpu driver from linuxkpi-based drm: panic: address 41ec0 beyond the last segment I did some quick debugging and the panic happens when Xorg server tries to access a frame buffer (or something like that). The