PR/60556 CVS commit: src/sys/kern
"Taylor R Campbell" <[email protected]>
| Newsgroups | gmane.os.netbsd.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR port-amd64/60556; it has been noted by GNATS. From: "Taylor R Campbell" <[email protected]> To: [email protected] Cc: Subject: PR/60556 CVS commit: src/sys/kern Date: Sat, 8 Aug 2026 12:38:32 +0000 Module Name: src Committed By: riastradh Date: Sat Aug 8 12:38:32 UTC 2026 Modified Files: src/sys/kern: sys_process_lwpstatus.c Log Message: proc_regio: Clarify control flow and sprinkle comments. Use `if (error) goto out' instead of `if (error == 0) error = ...' to make the error case non-linear and indented, and the success case a straight line of logic. No functional change intended. PR port-amd64/60556: panic in process_read_fpregs_xmm To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/kern/sys_process_lwpstatus.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.