Joe Perches
cf3b429b03
vsprintf.c: use noinline_for_stack
Mark static functions with noinline_for_stack
Before:
akpm:/usr/src/25> objdump -d lib/vsprintf.o | perl scripts/checkstack.pl
0x00000e82 pointer [vsprintf.o]: 344
0x0000198c pointer [vsprintf.o]: 344
0x000025d6 scnprintf [vsprintf.o]: 216
0x00002648 scnprintf [vsprintf.o]: 216
0x00002565 snprintf [vsprintf.o]: 208
0x0000267c sprintf [vsprintf.o]: 208
0x000030a3 bprintf [vsprintf.o]: 208
0x00003b1e sscanf [vsprintf.o]: 208
0x00000608 number [vsprintf.o]: 136
0x00000937 number [vsprintf.o]: 136
After:
akpm:/usr/src/25> objdump -d lib/vsprintf.o | perl scripts/checkstack.pl
0x00000a7c symbol_string [vsprintf.o]: 248
0x00000ae8 symbol_string [vsprintf.o]: 248
0x00002310 scnprintf [vsprintf.o]: 216
0x00002382 scnprintf [vsprintf.o]: 216
0x0000229f snprintf [vsprintf.o]: 208
0x000023b6 sprintf [vsprintf.o]: 208
0x00002ddd bprintf [vsprintf.o]: 208
0x00003858 sscanf [vsprintf.o]: 208
0x00000625 number [vsprintf.o]: 136
0x00000954 number [vsprintf.o]: 136
Signed-off-by: Joe Perches <joe@perches.com>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2010-05-25 08:07:04 -07:00
..
2010-01-11 09:34:04 -08:00
2009-09-21 15:14:55 +02:00
2010-03-12 15:52:44 -08:00
2009-12-15 08:53:32 -08:00
2010-03-01 11:51:56 -08:00
2010-03-01 11:38:46 -08:00
2008-07-24 10:47:33 -07:00
2010-03-06 11:26:35 -08:00
2008-06-06 11:29:10 -07:00
2010-05-15 12:48:10 -07:00
2010-05-19 08:36:48 +01:00
2009-01-06 15:59:11 -08:00
2009-11-03 16:06:53 +01:00
2008-07-28 15:05:23 +02:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2008-07-12 08:22:32 -05:00
2009-12-15 08:53:32 -08:00
2010-02-25 09:40:59 +01:00
2010-05-18 08:17:58 -07:00
2009-06-16 19:47:47 -07:00
2009-12-15 14:04:19 -08:00
2009-09-24 07:21:05 -07:00
2009-09-24 07:21:05 -07:00
2010-04-24 11:31:25 -07:00
2010-01-11 09:34:05 -08:00
2010-03-30 22:02:32 +09:00
2008-06-12 10:47:58 +02:00
2010-04-07 14:36:27 +02:00
2010-03-30 22:02:32 +09:00
2009-06-12 21:47:04 +09:30
2009-10-11 11:20:58 -07:00
2009-01-01 10:12:19 +10:30
2010-04-24 11:31:24 -07:00
2009-06-18 13:04:05 -07:00
2010-03-30 22:02:32 +09:00
2009-06-16 19:47:51 -07:00
2010-04-06 15:52:11 -07:00
2010-03-26 14:55:59 +00:00
2010-03-30 22:02:32 +09:00
2008-07-26 12:00:07 -07:00
2009-12-16 07:20:18 -08:00
2009-07-17 09:11:31 +10:00
2010-03-30 22:02:32 +09:00
2010-03-07 09:54:44 -08:00
2010-05-18 08:40:05 -07:00
2010-05-20 21:04:26 -05:00
2009-07-01 22:28:44 +02:00
2009-12-14 23:55:33 +01:00
2009-01-06 10:44:30 -08:00
2010-05-21 09:37:33 -07:00
2010-05-21 09:37:31 -07:00
2010-05-21 09:37:29 -07:00
2010-03-15 12:47:59 +01:00
2008-12-25 11:01:42 +11:00
2008-07-25 10:53:29 -07:00
2010-03-06 11:26:35 -08:00
2010-02-03 17:39:50 +11:00
2009-03-13 01:32:36 +01:00
2009-10-01 21:17:49 +02:00
2010-05-18 09:17:01 -07:00
2009-03-26 22:45:23 -07:00
2009-12-15 08:53:33 -08:00
2009-01-06 17:10:04 -08:00
2009-12-14 23:55:33 +01:00
2009-01-06 15:59:11 -08:00
2009-01-06 17:10:04 -08:00
2010-04-09 10:12:03 -07:00
2008-07-30 16:29:19 -07:00
2010-04-07 08:38:04 -07:00
2010-01-11 09:34:05 -08:00
2010-02-18 15:40:56 -08:00
2010-04-07 16:15:05 -07:00
2010-05-12 18:23:34 -07:00
2010-03-30 22:02:32 +09:00
2010-03-06 11:26:27 -08:00
2009-01-30 15:47:34 +01:00
2009-01-08 08:31:14 -08:00
2009-12-14 23:55:33 +01:00
2008-10-23 11:42:20 -05:00
2010-03-06 11:26:35 -08:00
2010-03-30 22:02:32 +09:00
2008-07-26 12:00:10 -07:00
2010-03-30 22:02:32 +09:00
2008-07-08 02:37:54 -07:00
2008-07-08 02:38:27 -07:00
2008-07-08 02:38:09 -07:00
2010-05-25 08:07:04 -07:00