daily CVS update output

2023-10-02 Thread NetBSD source update
Updating src tree: P src/sys/arch/arm/fdt/pmu_fdt.c P src/sys/kern/kern_auth.c P src/sys/kern/kern_mutex_obj.c P src/sys/kern/kern_rwlock_obj.c P src/sys/kern/vfs_cache.c Updating xsrc tree: Killing core files: Updating file list: -rw-rw-r-- 1 srcmastr netbsd 39185745 Oct 3 03:03

Re: urndis and tethering on a Google Pixel 6 phone (or not)

2023-10-02 Thread Ryo ONODERA
On October 3, 2023 2:49:54 AM GMT+09:00, David Brownlee wrote: >Has anyone been able to tether using urndis on a Google Pixel 6? > >It's not picked up automatically, and just as a test I added it(*) to >urndis_devs in sys/dev/usb/if_urndis.c, but it doesn't complete >autoconfig - I suspect it

Re: panic: assertion "!cpu_softintr_p()" failed

2023-10-02 Thread Andrew Doran
Hi, On Sun, Oct 01, 2023 at 10:12:47AM +0200, Thomas Klausner wrote: > panic: kernel diagnostic assertion "!cpu_softintr_p()" failed: file > "/usr/src/sys/kern/subr_kmem.c", line 451 Sorry about that. Should be fixed by: /cvsroot/src/sys/kern/kern_mutex_obj.c,v <-- kern_mutex_obj.c new

urndis and tethering on a Google Pixel 6 phone (or not)

2023-10-02 Thread David Brownlee
Has anyone been able to tether using urndis on a Google Pixel 6? It's not picked up automatically, and just as a test I added it(*) to urndis_devs in sys/dev/usb/if_urndis.c, but it doesn't complete autoconfig - I suspect it might need to be poked in some special way to actually be an urndis, or

re: 10.99.9 amd64 panic

2023-10-02 Thread matthew green
Martin Husemann writes: > On Fri, Sep 29, 2023 at 09:52:42AM +, Chavdar Ivanov wrote: > > Sep 29 01:53:13 ymir /netbsd: [ 228407.9443196] panic: kernel diagnostic > > assertion "offset < map->dm_mapsize" failed: file > > "/home/sysbuild/src/sys/arch/x86/x86/bus_dma.c", line 826 bad offset

Re: cgd questions

2023-10-02 Thread Michael van Elst
w...@netbsd.org (Thomas Klausner) writes: >Follow up question because it just happened to me: >I have a USB Disk with ffs-on-cgd. I unmounted the ffs but forgot >unconfiguring the cgd before unplugging the disk. >Can this cause problems? What kinds? Shouldn't do any harm, there is no state on

Re: panic: assertion "!cpu_softintr_p()" failed

2023-10-02 Thread Thomas Klausner
On Mon, Oct 02, 2023 at 09:23:59AM +1100, Matthew Green wrote: > Thomas Klausner writes: > > panic: kernel diagnostic assertion "!cpu_softintr_p()" failed: file > > "/usr/src/sys/kern/subr_kmem.c", line 451 > > > > gdb says: > > > > #10 0x80e3551e in vpanic (fmt=0x813a1880 "kernel

Re: cgd questions

2023-10-02 Thread Thomas Klausner
Follow up question because it just happened to me: I have a USB Disk with ffs-on-cgd. I unmounted the ffs but forgot unconfiguring the cgd before unplugging the disk. Can this cause problems? What kinds? Thomas