From: kbuild test robot <fengguang.wu@intel.com>
To: Viresh Kumar <viresh.kumar@linaro.org>
Cc: kbuild-all@01.org, linux-pm@vger.kernel.org
Subject: [vireshk:opp/genpd-performance-state 10/11] drivers/soc/tegra/pmc.c:577:1: warning: the frame size of 1176 bytes is larger than 1024 bytes
Date: Tue, 21 Mar 2017 12:17:41 +0800 [thread overview]
Message-ID: <201703211237.8SX8YFBW%fengguang.wu@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2905 bytes --]
tree: https://git.linaro.org/people/vireshk/linux opp/genpd-performance-state
head: a7599bffacf277fa414af9fd0bccd31fedcd9573
commit: bf0b21ab085088476f15bf69d9205d41055cd54e [10/11] PM / Domain: Add struct device to genpd
config: arm-allmodconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
git checkout bf0b21ab085088476f15bf69d9205d41055cd54e
# save the attached .config to linux build tree
make.cross ARCH=arm
All warnings (new ones prefixed by >>):
drivers/soc/tegra/pmc.c: In function 'tegra_powergate_sequence_power_up':
>> drivers/soc/tegra/pmc.c:577:1: warning: the frame size of 1176 bytes is larger than 1024 bytes [-Wframe-larger-than=]
}
^
vim +577 drivers/soc/tegra/pmc.c
a38045121 Jon Hunter 2016-03-30 561 int err;
7232398ab Thierry Reding 2014-07-11 562
403db2d21 Jon Hunter 2016-06-28 563 if (!tegra_powergate_is_available(id))
403db2d21 Jon Hunter 2016-06-28 564 return -EINVAL;
403db2d21 Jon Hunter 2016-06-28 565
a38045121 Jon Hunter 2016-03-30 566 pg.id = id;
a38045121 Jon Hunter 2016-03-30 567 pg.clks = &clk;
a38045121 Jon Hunter 2016-03-30 568 pg.num_clks = 1;
a38045121 Jon Hunter 2016-03-30 569 pg.resets = &rst;
a38045121 Jon Hunter 2016-03-30 570 pg.num_resets = 1;
7232398ab Thierry Reding 2014-07-11 571
a38045121 Jon Hunter 2016-03-30 572 err = tegra_powergate_power_up(&pg, false);
a38045121 Jon Hunter 2016-03-30 573 if (err)
a38045121 Jon Hunter 2016-03-30 574 pr_err("failed to turn on partition %d: %d\n", id, err);
7232398ab Thierry Reding 2014-07-11 575
a38045121 Jon Hunter 2016-03-30 576 return err;
7232398ab Thierry Reding 2014-07-11 @577 }
7232398ab Thierry Reding 2014-07-11 578 EXPORT_SYMBOL(tegra_powergate_sequence_power_up);
7232398ab Thierry Reding 2014-07-11 579
7232398ab Thierry Reding 2014-07-11 580 #ifdef CONFIG_SMP
7232398ab Thierry Reding 2014-07-11 581 /**
7232398ab Thierry Reding 2014-07-11 582 * tegra_get_cpu_powergate_id() - convert from CPU ID to partition ID
7232398ab Thierry Reding 2014-07-11 583 * @cpuid: CPU partition ID
7232398ab Thierry Reding 2014-07-11 584 *
7232398ab Thierry Reding 2014-07-11 585 * Returns the partition ID corresponding to the CPU partition ID or a
:::::: The code at line 577 was first introduced by commit
:::::: 7232398abc6a7186e315425638c367d50c674718 ARM: tegra: Convert PMC to a driver
:::::: TO: Thierry Reding <treding@nvidia.com>
:::::: CC: Thierry Reding <treding@nvidia.com>
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 61337 bytes --]
next reply other threads:[~2017-03-21 4:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-21 4:17 kbuild test robot [this message]
2017-03-21 5:26 ` [vireshk:opp/genpd-performance-state 10/11] drivers/soc/tegra/pmc.c:577:1: warning: the frame size of 1176 bytes is larger than 1024 bytes Viresh Kumar
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=201703211237.8SX8YFBW%fengguang.wu@intel.com \
--to=fengguang.wu@intel.com \
--cc=kbuild-all@01.org \
--cc=linux-pm@vger.kernel.org \
--cc=viresh.kumar@linaro.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