From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751894AbdIKOWH (ORCPT ); Mon, 11 Sep 2017 10:22:07 -0400 Received: from smtp1.it.da.ut.ee ([193.40.5.66]:45818 "EHLO smtp1.it.da.ut.ee" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750953AbdIKOWF (ORCPT ); Mon, 11 Sep 2017 10:22:05 -0400 Date: Mon, 11 Sep 2017 17:22:02 +0300 (EEST) From: Meelis Roos To: linux-parisc@vger.kernel.org, Linux Kernel list Subject: fs/select.c:991:1: warning: the frame size of 1032 bytes is larger than 1024 bytes Message-ID: User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org While looking for build logs for another problem, I noticed two warnings while compiling for 64-bit parisc. This is the second of them and I think I have seen it earlier too, but the value was 1064 back then: CC fs/select.o fs/select.c: In function 'do_sys_poll': fs/select.c:991:1: warning: the frame size of 1032 bytes is larger than 1024 bytes [-Wframe-larger-than=] -- Meelis Roos (mroos@linux.ee)