daily CVS update output

2022-07-19 Thread NetBSD source update
Updating src tree: P src/sys/arch/aarch64/include/cpufunc.h P src/sys/arch/alpha/include/pmap.h P src/sys/dev/pci/if_wm.c P src/sys/external/bsd/common/include/asm/barrier.h P src/sys/external/bsd/drm2/amdgpu/files.amdgpu P src/sys/external/bsd/drm2/dist/drm/drm_agpsupport.c P src/sys/external/bs

Re: build.sh -m evbarm -a earmv6hf release fails

2022-07-19 Thread Frank Kardel
fixed with src/sys/external/bsd/common/include/asm/barrier.h 1.18 Frank On 07/19/22 21:43, Frank Kardel wrote: to compile vchiq_arm.o with today's -current(2022-07-19) /tmp//cc4Xs586.s: Assembler messages: /tmp//cc4Xs586.s:1362: Error: selected processor does not support `dsb' in ARM mode /tm

build.sh -m evbarm -a earmv6hf release fails

2022-07-19 Thread Frank Kardel
to compile vchiq_arm.o with today's -current(2022-07-19) /tmp//cc4Xs586.s: Assembler messages: /tmp//cc4Xs586.s:1362: Error: selected processor does not support `dsb' in ARM mode /tmp//cc4Xs586.s:6689: Error: selected processor does not support `dsb' in ARM mode /tmp//cc4Xs586.s:6711: Error: se

Re: FYI: new X server in -current, among other X things

2022-07-19 Thread Robert Swindells
I wrote: > It looks like not all the functions are getting setup in the glamor > struct by load_glamor(), I'm guessing because those functions are > not exported by libglamoregl.so. > > Do we need to add more source files to this: > > src/external/mit/xorg/server/xorg-server/hw/xfree86/glamor_egl

Re: "zfs send" freezes system (was: Re: pgdaemon high CPU consumption)

2022-07-19 Thread Brad Spencer
Matthias Petermann writes: [snip] > Roundabout one week after removing the patch, my system with ZFS is > behaving "normally" for the most part and the freezes have disappeared. > What is the recommended way given the 10 branch? If it is not > foreseeable that the basic problem can be solved

Re: "zfs send" freezes system

2022-07-19 Thread Frank Kardel
I'd vote for backing out the patch unless someone(TM) can find the pgdaemon issue. Best regards, Frank On 07/19/22 08:46, Matthias Petermann wrote: Hello, On 13.07.22 12:30, Matthias Petermann wrote: I can now confirm that reverting the patch also solved my problem. Of course I first fe

Re: FYI: new X server in -current, among other X things

2022-07-19 Thread Robert Swindells
matthew green wrote: > > with a normal build, you should at least be able to get > a stack trace with function names, if not line numbers. The last function name that I get is drmmode_init(). Comparing the updated source with the working version shows this: { #ifdef GLAMOR_HAS_GBM Scre