linux/drivers/platform/goldfish
Greg Kroah-Hartman f563dab417 goldfish_pipe: fix build warning about using too much stack.
The new goldfish_pipe code used too much stack space in the
transfer_max_buffers() call.  As the function is serialized with a lock,
let's make the buffer static to not use the stack for the large buffer.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Cc: Yurii Zubrytskyi <zyy@google.com>
Cc: Jin Qian <jinqian@android.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-04-26 11:43:39 +02:00
..
Kconfig
Makefile
goldfish_pipe.c goldfish_pipe: fix build warning about using too much stack. 2017-04-26 11:43:39 +02:00
pdev_bus.c goldfish: Sanitize the broken interrupt handler 2017-02-15 08:49:58 -08:00