diff options
author | Florian Westphal <fw@strlen.de> | 2019-04-01 22:59:09 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-04-02 03:52:05 +0200 |
commit | e142723700baaa621c1b4649ec17a714a4d4a582 (patch) | |
tree | 321b4dea6c6df34117b5a6283eed0b8cdb852f37 /net/openvswitch | |
parent | Merge branch 'xmit_more-softnet_data' (diff) | |
download | linux-e142723700baaa621c1b4649ec17a714a4d4a582.tar.xz linux-e142723700baaa621c1b4649ec17a714a4d4a582.zip |
macsec: add noinline tag to avoid a frame size warning
seen with debug config:
drivers/net/macsec.c: In function 'dump_secy':
drivers/net/macsec.c:2597: warning: the frame size of 2216 bytes is larger
than 2048 bytes [-Wframe-larger-than=]
just mark it with noinline_for_stack, this is netlink dump code.
v2: use 'static noinline_for_stack int' consistently
Cc: Sabrina Dubroca <sd@queasysnail.net>
Signed-off-by: Florian Westphal <fw@strlen.de>
Reviewed-by: Sabrina Dubroca <sd@queasysnail.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/openvswitch')
0 files changed, 0 insertions, 0 deletions