| Summary: | [PATCH] don't hold Giant when calling kmem_malloc | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Lukas Ertl <l.ertl> | ||||
| Component: | kern | Assignee: | Alan Cox <alc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 5.1-CURRENT | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Lukas Ertl
2003-07-27 01:10:15 UTC
Responsible Changed From-To: freebsd-bugs->alc Alan has been working in this area, pass this PR over for his perusal. State Changed From-To: open->closed UMA uses several allocation functions besides kmem_malloc(). After eliminating the presumption of Giant in several of them, I have applied the patch described in this PR. |