Re: svn commit: r320265 - head/sys/compat/linprocfs

2017-06-25 Thread Chagin Dmitry
On Fri, Jun 23, 2017 at 10:36:27AM +, Mahdi Mokhtari wrote: > Author: mmokhi (ports committer) > Date: Fri Jun 23 10:36:27 2017 > New Revision: 320265 > URL: https://svnweb.freebsd.org/changeset/base/320265 > > Log: hi, /proc/cpuinfo incomplete, at least CPU flags. u /proc/cpuinfo implement

svn commit: r320265 - head/sys/compat/linprocfs

2017-06-23 Thread Mahdi Mokhtari
Author: mmokhi (ports committer) Date: Fri Jun 23 10:36:27 2017 New Revision: 320265 URL: https://svnweb.freebsd.org/changeset/base/320265 Log: Fix caveat in new implementation of linprocfs_docpuinfo(): Prevent kernel panic in case that extended-cpuid isn't supported by CPU Reviewed by: