Re: console hangs after setting hostname



On Thu, 23 Aug 2007 11:37:20 +0900
"Hidetoshi Shimokawa" <simokawa@xxxxxxxxxxx> wrote:

It looks that the low level console is not locked though the high level console
is locked by Giant.

Could you try the attached patch?


This patch solves the problem and should definitely be committed bfore 7.0.

--
Gary Jennejohn
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Giantless VFS.
    ... On Sat, 2004-11-20 at 00:24 -0500, Jeff Roberson wrote: ... > I have a patch that I would like people to test and review. ... > This patch removes Giant from the read, write, and fstatsyscalls, ... > number of lock operations for the common cases which resulted in a couple ...
    (freebsd-current)
  • Giantless VFS.
    ... I have a patch that I would like people to test and review. ... This patch removes Giant from the read, write, and fstatsyscalls, ... There is now a per mount-point mutex in struct ufsmount that covers ffs's ... number of lock operations for the common cases which resulted in a couple ...
    (freebsd-current)
  • Re: [patch, try 1] Re: Trouble with NFSd under 6.1-Stable, any ideas?
    ... >> of a directory structure results in sluggishness and extreme CPU usage. ... aquire additional locks on Giant, ... System with patch applied survived smoke test (client did ... du on mounted dir, patch was generated from exported fs, etc.). ...
    (freebsd-stable)
  • Re: [patch, try 1] Re: Trouble with NFSd under 6.1-Stable, any ideas?
    ... aquire additional locks on Giant, ... I just dropped that excessive locks after return from lookup. ... du on mounted dir, patch was generated from exported fs, etc.). ... My kernel config contains "options QUOTA", ...
    (freebsd-stable)
  • Re: uaudio attach panic: Giant not locked
    ... Attaching it to the machine leads to a kernel panic: ... I suspect this has something to do with the Newbus locking, ... There's a patch in the re@ queue to re-add Giant around newbus ... However, committing that patch ...
    (freebsd-current)