NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: kern/54261: Marvell Yukon-2 probe uvm_fault on Intel EagleLake machine



The following reply was made to PR kern/54261; it has been noted by GNATS.

From: matthew green <mrg%eterna.com.au@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: kern-bug-people%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
    netbsd-bugs%netbsd.org@localhost, msaitoh%netbsd.org@localhost
Subject: re: kern/54261: Marvell Yukon-2 probe uvm_fault on Intel EagleLake machine
Date: Sun, 02 Jun 2019 16:41:04 +1000

 > db{0}> bt
 > mutex_enter() at netbsd:mutex_enter+0xc
 > msk_init_yukon() at netbsd:msk_init_yukon+0x2a8
 > msk_attach() at netbsd:msk_attach+0x38f
 > config_attach_loc() at netbsd:config_attach_loc+0x1a5
 
 ah, this is related to if_msk.c rev 1.90:
 
 msk_attach() calls msk_init_yukon() calls msk_setmulti()
 now calls ETHER_LOCK() but the lock isn't initialised yet.
 
 msaitoh?
 
 
 .mrg.
 


Home | Main Index | Thread Index | Old Index