Files
android_kernel_xiaomi_sm8450/arch/powerpc/kernel
Nathan Fontenot 16c14b4621 powerpc/pseries: Remove kmalloc call in handling writes to lparcfg
There are only 4 valid name=value pairs for writes to
/proc/ppc64/lparcfg.  Current code allocates a buffer to copy
this information in from the user.  Since the longest name=value
pair will easily fit into a buffer of 64 characters, simply
put the buffer on the stack instead of allocating the buffer.

Signed-off-by: Nathan Fotenot <nfont@austin.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2008-07-25 15:44:45 +10:00
..
2008-07-03 16:58:10 +10:00
2008-07-03 16:58:10 +10:00
2007-05-11 05:38:25 -04:00
2008-05-09 20:22:58 +10:00
2008-06-30 22:31:00 +10:00
2008-03-07 08:42:28 -06:00
2008-05-23 22:43:11 +02:00
2008-06-26 03:35:33 -05:00
2008-06-30 22:31:11 +10:00
2008-07-03 16:58:10 +10:00
2008-07-01 11:28:47 +10:00
2008-07-16 11:07:59 +10:00
2008-07-03 16:58:10 +10:00
2008-07-16 11:07:59 +10:00
2007-10-11 14:36:47 +10:00
2008-07-16 11:07:59 +10:00
2008-07-03 16:58:10 +10:00
2008-07-25 15:44:43 +10:00