aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorStefan Richter <stefanr@s5r6.in-berlin.de>2010-02-18 01:54:00 +0100
committerStefan Richter <stefanr@s5r6.in-berlin.de>2010-02-24 20:36:54 +0100
commit58aaa5427663b680030aa58aaaf1e2738564b8dc (patch)
treed084f4cb49842cefe5e9753cf3050c1171fd4560 /arch
parent2799d5c5f9d2064c6d1f50ec82e28e3eac5f6954 (diff)
downloadkernel_samsung_aries-58aaa5427663b680030aa58aaaf1e2738564b8dc.zip
kernel_samsung_aries-58aaa5427663b680030aa58aaaf1e2738564b8dc.tar.gz
kernel_samsung_aries-58aaa5427663b680030aa58aaaf1e2738564b8dc.tar.bz2
firewire: core: increase stack size of config ROM reader
The stack size of 16 was artificially chosen and may be too small in extreme cases. A device won't be accessible then. Since it doesn't really matter to the slab allocator whether we ask for 1088 bytes or 2048 bytes of scratch memory, just allocate 2048 bytes for the sum of temporary config ROM image and stack, and we will never ever overflow the stack (because there simply can't be more stack items than ROM entries). Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions