On Fri, 30 Dec 2005, Ingo Molnar wrote: > > have you applied the zlib patches too? In particular this one should > make a difference: > > http://redhat.com/~mingo/latency-tracing-patches/patches/reduce-zlib-stack-hack.patch > > If you didnt have this applied, could you apply it and retry with > stack-footprint-debugging again? Ingo, instead of having a static work area and using locking, why not just move those fields into the "z_stream" structure, and thus make them be per-stream? The z_stream structure should already be allocated with kmalloc() or similar by the caller, so that also gets it off the stack without the locking thing. Hmm? Linus - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- References:
- 2.6.15-rc5: latency regression vs 2.6.14 in exit_mmap->free_pgtables
- From: Lee Revell <[email protected]>
- Re: 2.6.15-rc5: latency regression vs 2.6.14 in exit_mmap->free_pgtables
- From: Hugh Dickins <[email protected]>
- Re: 2.6.15-rc5: latency regression vs 2.6.14 in exit_mmap->free_pgtables
- From: Lee Revell <[email protected]>
- [patch] latency tracer, 2.6.15-rc7
- From: Ingo Molnar <[email protected]>
- Re: [patch] latency tracer, 2.6.15-rc7
- From: Dave Jones <[email protected]>
- Re: [patch] latency tracer, 2.6.15-rc7
- From: Ingo Molnar <[email protected]>
- Re: [patch] latency tracer, 2.6.15-rc7
- From: Lee Revell <[email protected]>
- Re: [patch] latency tracer, 2.6.15-rc7
- From: Lee Revell <[email protected]>
- Re: [patch] latency tracer, 2.6.15-rc7
- From: Ingo Molnar <[email protected]>
- Re: [patch] latency tracer, 2.6.15-rc7
- From: Grant Coady <[email protected]>
- Re: [patch] latency tracer, 2.6.15-rc7
- From: Ingo Molnar <[email protected]>
- 2.6.15-rc5: latency regression vs 2.6.14 in exit_mmap->free_pgtables
- Prev by Date: Re: system keeps freezing once every 24 hours / random apps crashing
- Next by Date: Re: system keeps freezing once every 24 hours / random apps crashing
- Previous by thread: Re: [patch] latency tracer, 2.6.15-rc7
- Next by thread: Re: [patch] latency tracer, 2.6.15-rc7
- Index(es):