All of lore.kernel.org
 help / color / mirror / Atom feed
* [next] warning: the frame size of 1120 bytes is larger than 1024 bytes [-Wframe-larger-than=]
@ 2022-03-02  6:43 Naresh Kamboju
  2022-03-02 14:19 ` Matthew Wilcox
  0 siblings, 1 reply; 2+ messages in thread
From: Naresh Kamboju @ 2022-03-02  6:43 UTC (permalink / raw)
  To: open list, Linux-Next Mailing List, Netdev, linux-fsdevel,
	linux-usb, Linux Media Mailing List, lkft-triage
  Cc: Nick Terrell, Nathan Chancellor, Nick Desaulniers,
	David S. Miller, Alexei Starovoitov, Daniel Borkmann,
	Alexander Viro, Mathias Nyman, Greg Kroah-Hartman,
	Mauro Carvalho Chehab, cai.huoqing, Anders Roxell

Following warnings noticed while building Linux next-20220301
for arm KASAN builds [1].

Build warnings:
lib/zstd/common/entropy_common.c: In function 'HUF_readStats':
lib/zstd/common/entropy_common.c:257:1: warning: the frame size of
1120 bytes is larger than 1024 bytes [-Wframe-larger-than=]
  257 | }
      | ^
net/ipv4/tcp.c: In function 'do_tcp_getsockopt.constprop':
net/ipv4/tcp.c:4272:1: warning: the frame size of 1152 bytes is larger
than 1024 bytes [-Wframe-larger-than=]
 4272 | }
      | ^
fs/select.c: In function 'do_sys_poll':
fs/select.c:1045:1: warning: the frame size of 1264 bytes is larger
than 1024 bytes [-Wframe-larger-than=]
 1045 | }
      | ^
drivers/usb/host/xhci.c: In function 'xhci_reserve_bandwidth':
drivers/usb/host/xhci.c:2877:1: warning: the frame size of 1056 bytes
is larger than 1024 bytes [-Wframe-larger-than=]
 2877 | }
      | ^
drivers/media/dvb-frontends/mxl5xx.c: In function 'config_ts':
drivers/media/dvb-frontends/mxl5xx.c:1566:1: warning: the frame size
of 1224 bytes is larger than 1024 bytes [-Wframe-larger-than=]
 1566 | }
      | ^


Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>


Steps to reproduce:
# To install tuxmake on your system globally:
# sudo pip3 install -U tuxmake

tuxmake --runtime podman --target-arch arm --toolchain gcc-10
--kconfig https://builds.tuxbuild.com/25mUEFdMf8eGt8sUkh7JnHahLIW/config


--
Linaro LKFT
https://lkft.linaro.org

[1] https://builds.tuxbuild.com/25mUEFdMf8eGt8sUkh7JnHahLIW/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [next] warning: the frame size of 1120 bytes is larger than 1024 bytes [-Wframe-larger-than=]
  2022-03-02  6:43 [next] warning: the frame size of 1120 bytes is larger than 1024 bytes [-Wframe-larger-than=] Naresh Kamboju
@ 2022-03-02 14:19 ` Matthew Wilcox
  0 siblings, 0 replies; 2+ messages in thread
From: Matthew Wilcox @ 2022-03-02 14:19 UTC (permalink / raw)
  To: Naresh Kamboju
  Cc: open list, Linux-Next Mailing List, Netdev, linux-fsdevel,
	linux-usb, Linux Media Mailing List, lkft-triage, Nick Terrell,
	Nathan Chancellor, Nick Desaulniers, David S. Miller,
	Alexei Starovoitov, Daniel Borkmann, Alexander Viro,
	Mathias Nyman, Greg Kroah-Hartman, Mauro Carvalho Chehab,
	cai.huoqing, Anders Roxell

On Wed, Mar 02, 2022 at 12:13:49PM +0530, Naresh Kamboju wrote:
> Following warnings noticed while building Linux next-20220301
> for arm KASAN builds [1].

Are any of them actually new?  They all look pretty familiar to me,
and they don't have just one cause; they each need to be addressed
individually (if they need to be addressed at all).

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-02 14:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-02  6:43 [next] warning: the frame size of 1120 bytes is larger than 1024 bytes [-Wframe-larger-than=] Naresh Kamboju
2022-03-02 14:19 ` Matthew Wilcox

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.