public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* reducing stack usage in v4l?
@ 2003-03-05  5:25 Randy.Dunlap
  2003-03-05  5:43 ` Andrew Morton
  2003-03-05  9:15 ` Gerd Knorr
  0 siblings, 2 replies; 12+ messages in thread
From: Randy.Dunlap @ 2003-03-05  5:25 UTC (permalink / raw)
  To: linux-kernel

Hi,

I was looking at stack usage in drivers/media/video/v4l1-compat.c::
v4l_compat_translate_ioctl().  It's 0x924 bytes on my peecee.

It's fairly straightforward to change the stack space to
kmalloc() space, but some of these functions (ioctls) are
speed-critical, so I was wondering if the changes should still
be done, or done only in some cases and not others, or wait
until an oops is reported here....

Comments?

Thanks,
~Randy





^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2003-03-11 15:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-05  5:25 reducing stack usage in v4l? Randy.Dunlap
2003-03-05  5:43 ` Andrew Morton
2003-03-05  9:15 ` Gerd Knorr
2003-03-05  9:35   ` Russell King
2003-03-05 15:34     ` Randy.Dunlap
2003-03-05 21:40       ` Jörn Engel
2003-03-11  4:27       ` Randy.Dunlap
2003-03-11  9:19         ` Gerd Knorr
2003-03-11 16:29           ` Alan Cox
2003-03-11 15:36             ` Daniel Jacobowitz
2003-03-05 11:50   ` mdew
2003-03-05 12:28     ` Gerd Knorr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox