Re: uvideo uvm_fault panic

2022-05-02 Thread Michael van Elst
sc.dy...@gmail.com writes: >+uvideo: truncated CS subtype-0x7 descriptor, length 30 < 38uvideo: >unimplemented VS CS descriptor len=30 type=0x24 subtype=0x07 >bLength30 >bDescriptorType36 >bDescriptorSubtype

daily CVS update output

2022-05-02 Thread NetBSD source update
Updating src tree: P src/distrib/sets/lists/xcomp/mi P src/doc/3RDPARTY P src/external/bsd/elftoolchain/dist/common/sys/elfconstants.m4 P src/external/bsd/elftoolchain/dist/common/sys/elfdefinitions.m4 P src/external/cddl/osnet/dist/lib/libdtrace/common/dt_link.c P src/external/mit/xorg/bin/xterm

Re: uvideo uvm_fault panic

2022-05-02 Thread sc . dying
I've updated the current kernel on rpi4 to 29 Apr from 14 Apr, and got same panic for my webcam [*1]. After bisecting, it appears that dev/usb/uvideo.c rev 1.77 works, but 1.79 does not. When executing 'videoctl -a', vs->vs_default_format in uvideo_open of 1.79 remains NULL. Copying structure from

Re: cmake hang solution?

2022-05-02 Thread Michael van Elst
On Sun, May 01, 2022 at 01:24:01PM -0700, Chuck Silvers wrote: > On Tue, Apr 05, 2022 at 02:10:36PM -, Michael van Elst wrote: > > I see both in almost every pbulk run. > > please try this patch for the cmake variation of this hang: > > http://www.netbsd.org/~chs/diff.pthread-park-stuck.1 Th

Re: Branching for NetBSD 10

2022-05-02 Thread Marc Baudoin
Hi, Martin Husemann écrit : > > We are planning to branch netbsd-10 in about a week from now. > [...] > > The most user visible fallout preventing testing of the new beta > versions is likely the DRM/KMS update and the current massive fallout > on intel i915 chips, here is an excerpt of the op

Re: cmake hang solution?

2022-05-02 Thread Manuel Bouyer
On Mon, May 02, 2022 at 11:13:45AM -0700, Chuck Silvers wrote: > it looks like the diff won't apply as-is, but I think the concept still > applies. > > note that there have been a LOT of changes in libpthread since netbsd-9, > and some of those changes also claim to fix problems where threads han

Re: cmake hang solution?

2022-05-02 Thread Chuck Silvers
On Mon, May 02, 2022 at 12:55:39PM +0200, Manuel Bouyer wrote: > On Sun, May 01, 2022 at 01:24:01PM -0700, Chuck Silvers wrote: > > On Tue, Apr 05, 2022 at 02:10:36PM -, Michael van Elst wrote: > > > w...@netbsd.org (Thomas Klausner) writes: > > > >I never saw the cmake hang myself. I still see

Re: Branching for NetBSD 10

2022-05-02 Thread nia
On Mon, May 02, 2022 at 04:22:56PM +0200, Martin Husemann wrote: > https://gnats.NetBSD.org/56727 Ah, my bug. For the record this was a hdaudio bug that got worse in current. jmcneill fixed it. i915 is now perfect for me in current :)

Branching for NetBSD 10

2022-05-02 Thread Martin Husemann
After a bit more than two years after the first NetBSD 9 release (9.0 happened February 14, 2020) and nearly a year after the last (so far) netbsd-9 release (9.2 happened May 12, 2021) we are in the final steps to prepare for the next really great release: We are planning to branch netbsd-10 in ab

Re: cmake hang solution?

2022-05-02 Thread Joerg Sonnenberger
Am Sun, May 01, 2022 at 01:24:01PM -0700 schrieb Chuck Silvers: > the above patch simply resolves the symbol for the libpthread call to > _lwp_park > while the process is still single-threaded, by calling the _lwp_park to both > unpark and park itself, which just returns immediately. after that,

Re: cmake hang solution?

2022-05-02 Thread Manuel Bouyer
On Sun, May 01, 2022 at 01:24:01PM -0700, Chuck Silvers wrote: > On Tue, Apr 05, 2022 at 02:10:36PM -, Michael van Elst wrote: > > w...@netbsd.org (Thomas Klausner) writes: > > >I never saw the cmake hang myself. I still see hangs in guile. > > > > > > I see both in almost every pbulk run. >