From: kbuild test robot <fengguang.wu@intel.com>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Linux Memory Management List <linux-mm@kvack.org>,
Andrew Morton <akpm@linux-foundation.org>,
Johannes Weiner <hannes@cmpxchg.org>,
kbuild-all@01.org
Subject: [mmotm:master 251/287] lib/test-string_helpers.c:293:1: warning: the frame size of 1316 bytes is larger than 1024 bytes
Date: Sat, 30 Aug 2014 07:28:12 +0800 [thread overview]
Message-ID: <54010c8c.wA2PyooCbGtrpuaG%fengguang.wu@intel.com> (raw)
tree: git://git.cmpxchg.org/linux-mmotm.git master
head: 8f1fc64dc9b39fedb7390e086001ce5ec327e80d
commit: 626105764fd29c75bd8b01d36b54d0aaca61ac36 [251/287] lib / string_helpers: introduce string_escape_mem()
config: make ARCH=i386 allyesconfig
All warnings:
lib/test-string_helpers.c: In function 'test_string_escape':
>> lib/test-string_helpers.c:293:1: warning: the frame size of 1316 bytes is larger than 1024 bytes [-Wframe-larger-than=]
}
^
vim +293 lib/test-string_helpers.c
277 continue;
278
279 /* Copy string to in buffer */
280 len = strlen(s2->in);
281 memcpy(&in[p], s2->in, len);
282 p += len;
283
284 /* Copy expected result for given flags */
285 len = strlen(out);
286 memcpy(&out_test[q_test], out, len);
287 q_test += len;
288 }
289
290 q_real = string_escape_mem(in, p, &buf, q_real, flags, esc);
291
292 test_string_check_buf(name, flags, in, p, out_real, q_real, out_test, q_test);
> 293 }
294
295 static __init void test_string_escape_nomem(void)
296 {
297 char *in = "\eb \\C\007\"\x90\r]";
298 char out[64], *buf = out;
299 int rc = -ENOMEM, ret;
300
301 ret = string_escape_str_any_np(in, &buf, strlen(in), NULL);
---
0-DAY kernel build testing backend Open Source Technology Center
http://lists.01.org/mailman/listinfo/kbuild Intel Corporation
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next reply other threads:[~2014-08-29 23:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-29 23:28 kbuild test robot [this message]
2014-09-03 22:26 ` Andrew Morton
2014-09-04 9:19 ` Andy Shevchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54010c8c.wA2PyooCbGtrpuaG%fengguang.wu@intel.com \
--to=fengguang.wu@intel.com \
--cc=akpm@linux-foundation.org \
--cc=andriy.shevchenko@linux.intel.com \
--cc=hannes@cmpxchg.org \
--cc=kbuild-all@01.org \
--cc=linux-mm@kvack.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox