NetBSD-Bugs archive

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

PR/52533 CVS commit: src/sys/dev/sysmon



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

From: "Paul Goyette" <pgoyette%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52533 CVS commit: src/sys/dev/sysmon
Date: Mon, 11 Sep 2017 06:02:09 +0000

 Module Name:	src
 Committed By:	pgoyette
 Date:		Mon Sep 11 06:02:09 UTC 2017
 
 Modified Files:
 	src/sys/dev/sysmon: sysmon_envsys.c sysmon_envsys_events.c sysmonvar.h
 
 Log Message:
 Improve tracking of the state of an event's callout, and protect all
 queries or modifications of the state with the sme_mtx mutex.
 
 Detach the rndsrc before re-attaching it (with potentially new values).
 
 Clean up some lock-ordering issues.
 
 And a couple of KNF issues for good measure!
 
 Should address PR kern/52533
 
 XXX Pullup-8 along with the previous fixes from msaitoh@
 XXX http://mail-index.netbsd.org/source-changes/2017/09/06/msg088028.html
 ~
 ~
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.140 -r1.141 src/sys/dev/sysmon/sysmon_envsys.c
 cvs rdiff -u -r1.120 -r1.121 src/sys/dev/sysmon/sysmon_envsys_events.c
 cvs rdiff -u -r1.49 -r1.50 src/sys/dev/sysmon/sysmonvar.h
 
 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