NetBSD-Bugs archive

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

PR/60736 CVS commit: src/sys/dev/pci



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

From: "Thor Lancelot Simon" <tls%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/60736 CVS commit: src/sys/dev/pci
Date: Sat, 19 Sep 2026 06:44:47 +0000

 Module Name:	src
 Committed By:	tls
 Date:		Sat Sep 19 06:44:47 UTC 2026
 
 Modified Files:
 	src/sys/dev/pci: if_ixl.c
 
 Log Message:
 Get rid of the wait in ixl_get_link_status, get rid of IXL_LINK_FLAG_WAITDONE;
 fix another instance of the cv_timedwait() pattern noticed by riastradh@ in
 PR kern/60736 .  The only remaining change from revision 1.92 is the addition
 of sc_link_state_done_task which avoids a lock inversion.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.102 -r1.103 src/sys/dev/pci/if_ixl.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 



Home | Main Index | Thread Index | Old Index