| Summary: | linprocfs causes system down and reboot | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | iwaki <iwaki> | ||||
| Component: | kern | Assignee: | Dag-Erling Smørgrav <des> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 4.1.1-STABLE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
iwaki
2000-10-31 06:20:01 UTC
Responsible Changed From-To: freebsd-bugs->des Over to maintainer. iwaki@bc.niigata-u.ac.jp writes: > Using linprocfs on 4.1.1-STABLE system, > > % cat /compat/linux/proc/stat > > or > > % cat /compat/linux/proc/uptime > > cause a panic with the following message This happens when stathz is 0 - I MFCed a fix yesterday, so your PR came just a few hours too late :) DES -- Dag-Erling Smorgrav - des@ofug.org State Changed From-To: open->closed Already fixed. From: Dag-Erling Smorgrav <des@ofug.org> Subject: Re: kern/22435: linprocfs causes system down and reboot Date: 31 Oct 2000 09:54:14 +0100 > This happens when stathz is 0 - I MFCed a fix yesterday, so your PR > came just a few hours too late :) Yes, thank you. --- ----- Mamoru IWAKI (iwaki@bc.niigata-u.ac.jp) Graduate School of Science and Technology, Niigata University From: Dag-Erling Smorgrav <des@ofug.org> Subject: Re: kern/22435: linprocfs causes system down and reboot Date: 31 Oct 2000 09:54:14 +0100 > > % cat /compat/linux/proc/stat > > cause a panic with the following message > > This happens when stathz is 0 - I MFCed a fix yesterday, so your PR > came just a few hours too late :) In my system like % uname -a FreeBSD mi000.merlin.gs.niigata-u.ac.jp 4.2-BETA FreeBSD 4.2-BETA #0: Sat Nov 4 17:46:31 JST 2000 root@mi000.merlin.gs.niigata-u.ac.jp:/usr/obj/amd/mi004/home2/FreeBSD-src/stable4/src/sys/MI i386 the following command still makes system down immediately: % cat /compat/linux/proc/0/stat even if the user is not a super user. DANGEROUS! --- ----- Mamoru IWAKI (iwaki@bc.niigata-u.ac.jp) Graduate School of Science and Technology, Niigata University |