From: kbuild test robot <fengguang.wu@intel.com>
To: Andrey Ryabinin <aryabinin@virtuozzo.com>
Cc: kbuild-all@01.org, linux-kernel@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
Linux Memory Management List <linux-mm@kvack.org>
Subject: drivers/isdn/mISDN/dsp_blowfish.c:662:1: warning: the frame size of 1632 bytes is larger than 1024 bytes
Date: Sun, 31 Jan 2016 07:31:51 +0800 [thread overview]
Message-ID: <201601310747.08FRcGOX%fengguang.wu@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2443 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: ad0b40fa944628d6f30b40266a599b285d70a266
commit: c6d308534aef6c99904bf5862066360ae067abc4 UBSAN: run-time undefined behavior sanity checker
date: 10 days ago
config: i386-randconfig-x0-01310609 (attached as .config)
reproduce:
git checkout c6d308534aef6c99904bf5862066360ae067abc4
# save the attached .config to linux build tree
make ARCH=i386
All warnings (new ones prefixed by >>):
drivers/isdn/mISDN/dsp_blowfish.c: In function 'dsp_bf_init':
>> drivers/isdn/mISDN/dsp_blowfish.c:662:1: warning: the frame size of 1632 bytes is larger than 1024 bytes [-Wframe-larger-than=]
}
^
vim +662 drivers/isdn/mISDN/dsp_blowfish.c
960366cf Karsten Keil 2008-07-27 646 encrypt_block(P, S, data, data);
960366cf Karsten Keil 2008-07-27 647
960366cf Karsten Keil 2008-07-27 648 P[i] = data[0];
960366cf Karsten Keil 2008-07-27 649 P[i + 1] = data[1];
960366cf Karsten Keil 2008-07-27 650 }
960366cf Karsten Keil 2008-07-27 651
960366cf Karsten Keil 2008-07-27 652 for (i = 0; i < 4; i++) {
960366cf Karsten Keil 2008-07-27 653 for (j = 0, count = i * 256; j < 256; j += 2, count += 2) {
960366cf Karsten Keil 2008-07-27 654 encrypt_block(P, S, data, data);
960366cf Karsten Keil 2008-07-27 655
960366cf Karsten Keil 2008-07-27 656 S[count] = data[0];
960366cf Karsten Keil 2008-07-27 657 S[count + 1] = data[1];
960366cf Karsten Keil 2008-07-27 658 }
960366cf Karsten Keil 2008-07-27 659 }
960366cf Karsten Keil 2008-07-27 660
960366cf Karsten Keil 2008-07-27 661 return 0;
960366cf Karsten Keil 2008-07-27 @662 }
960366cf Karsten Keil 2008-07-27 663
960366cf Karsten Keil 2008-07-27 664
960366cf Karsten Keil 2008-07-27 665 /*
960366cf Karsten Keil 2008-07-27 666 * turn encryption off
960366cf Karsten Keil 2008-07-27 667 */
960366cf Karsten Keil 2008-07-27 668 void
960366cf Karsten Keil 2008-07-27 669 dsp_bf_cleanup(struct dsp *dsp)
960366cf Karsten Keil 2008-07-27 670 {
:::::: The code at line 662 was first introduced by commit
:::::: 960366cf8dbb3359afaca30cf7fdbf69a6d6dda7 Add mISDN DSP
:::::: TO: Karsten Keil <kkeil@suse.de>
:::::: CC: Karsten Keil <kkeil@suse.de>
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 33313 bytes --]
reply other threads:[~2016-01-30 23:33 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=201601310747.08FRcGOX%fengguang.wu@intel.com \
--to=fengguang.wu@intel.com \
--cc=akpm@linux-foundation.org \
--cc=aryabinin@virtuozzo.com \
--cc=kbuild-all@01.org \
--cc=linux-kernel@vger.kernel.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