Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp46755ybl; Thu, 22 Aug 2019 19:29:05 -0700 (PDT) X-Google-Smtp-Source: APXvYqywPqPG6PtuWaaf4j05c65653C3hdwzq+KroaY/0oT8bZbUZiwJAYI3gwLLebVQWk6FCT3B X-Received: by 2002:a63:184b:: with SMTP id 11mr2037067pgy.112.1566527345074; Thu, 22 Aug 2019 19:29:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566527345; cv=none; d=google.com; s=arc-20160816; b=iWZlfzNl37V6Oxvf7hm//D6Lbh2riYYeFBEQKu7fAJLGosOZmn3Id89E45Do9/xeW1 dIwQDg6+V4QqPsFUMv2QVgOpWKFQbN+cMN5r/KbturLwg4gO5M5pGNjyXPCieIN7QcWP IxM/trdEMv5NxI1itY2L2VpWUUT4eNHEcDTI/c1vnJOFtFISbn8m4q4AH18J8VGFZZ0K hhWsAYQjLRWE1dBgMl66cKBfU1RJastzCMGYRyVNGTNHMZX1Bgio6qTkK2XkoOQK8Zdd RAZUuXizixvqXCRRXn5fFSXxx30gSm5xEVuA7eG/RvlPx0dDtolklh4NTZpor4Qfuwpw Mdig== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=ZOC/JvRpQyi4fRPgdC/Gk+U5n1QZfGKkGJ4x3Noz1ys=; b=zKlvmKtK1Ks9e648DFINumHWxq2+mkGXUNQfXbOeQ83VLiTStur5SLxkRdt132fTrf 7+57Aq9IGZ+3UaxMWW/2QmAKzMkwYDdVJA6CbCOaHBt/2a59g44tqcR7o86xabGJXOrJ 6bl384ENAcQUt/yodV9BqumykotGw6IHqxciin3PMrhrzsTwkxu2Gv66UVO66/Piqu9d vSgu4c97/WLBmYLgHdDsNRkWiRtcvFyCkaxBhue3NMBfV7UV1sCdeX6RjcwH/K7+xzdi dirSzltyJBGAaYKlPHa05ux10dFf8OVHs5yFzUnhbDFcP9WrMtbJwvIFyUhyajIWv0mp zwIA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=bL67+qpb; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 10si787517pgp.78.2019.08.22.19.28.49; Thu, 22 Aug 2019 19:29:05 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=bL67+qpb; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2392005AbfHVR1U (ORCPT + 99 others); Thu, 22 Aug 2019 13:27:20 -0400 Received: from mail.kernel.org ([198.145.29.99]:49862 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2404524AbfHVRZy (ORCPT ); Thu, 22 Aug 2019 13:25:54 -0400 Received: from localhost (wsip-184-188-36-2.sd.sd.cox.net [184.188.36.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8DCD22064A; Thu, 22 Aug 2019 17:25:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566494753; bh=HWnuTJMp8UOcJkkW5UdBW3XhI+Tz8ZBNjp501XRIP+Y=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=bL67+qpbVP6RTyux3KS6MFjPrjcA6styI2LpbQyrmkvB2KWdWB5TDwMP6wDMshgW4 c8xdvxnRMfJGIjOKnF/87e1qmq0muOwD32+EljAmhw5kJ64e0ixIvmbYu170Efc/1S uHtdfgzpslgVB3b6/6W7Xv0N+iogRgIabpZykepk= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Qian Cai , Nathan Chancellor , "David S. Miller" , Arnd Bergmann , David Howells , Jakub Jelinek , Nick Desaulniers , Bill Wendling , James Y Knight , Andrew Morton , Linus Torvalds , Sasha Levin Subject: [PATCH 4.19 53/85] asm-generic: fix -Wtype-limits compiler warnings Date: Thu, 22 Aug 2019 10:19:26 -0700 Message-Id: <20190822171733.549787257@linuxfoundation.org> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20190822171731.012687054@linuxfoundation.org> References: <20190822171731.012687054@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [ Upstream commit cbedfe11347fe418621bd188d58a206beb676218 ] Commit d66acc39c7ce ("bitops: Optimise get_order()") introduced a compilation warning because "rx_frag_size" is an "ushort" while PAGE_SHIFT here is 16. The commit changed the get_order() to be a multi-line macro where compilers insist to check all statements in the macro even when __builtin_constant_p(rx_frag_size) will return false as "rx_frag_size" is a module parameter. In file included from ./arch/powerpc/include/asm/page_64.h:107, from ./arch/powerpc/include/asm/page.h:242, from ./arch/powerpc/include/asm/mmu.h:132, from ./arch/powerpc/include/asm/lppaca.h:47, from ./arch/powerpc/include/asm/paca.h:17, from ./arch/powerpc/include/asm/current.h:13, from ./include/linux/thread_info.h:21, from ./arch/powerpc/include/asm/processor.h:39, from ./include/linux/prefetch.h:15, from drivers/net/ethernet/emulex/benet/be_main.c:14: drivers/net/ethernet/emulex/benet/be_main.c: In function 'be_rx_cqs_create': ./include/asm-generic/getorder.h:54:9: warning: comparison is always true due to limited range of data type [-Wtype-limits] (((n) < (1UL << PAGE_SHIFT)) ? 0 : \ ^ drivers/net/ethernet/emulex/benet/be_main.c:3138:33: note: in expansion of macro 'get_order' adapter->big_page_size = (1 << get_order(rx_frag_size)) * PAGE_SIZE; ^~~~~~~~~ Fix it by moving all of this multi-line macro into a proper function, and killing __get_order() off. [akpm@linux-foundation.org: remove __get_order() altogether] [cai@lca.pw: v2] Link: http://lkml.kernel.org/r/1564000166-31428-1-git-send-email-cai@lca.pw Link: http://lkml.kernel.org/r/1563914986-26502-1-git-send-email-cai@lca.pw Fixes: d66acc39c7ce ("bitops: Optimise get_order()") Signed-off-by: Qian Cai Reviewed-by: Nathan Chancellor Cc: David S. Miller Cc: Arnd Bergmann Cc: David Howells Cc: Jakub Jelinek Cc: Nick Desaulniers Cc: Bill Wendling Cc: James Y Knight Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Sasha Levin --- include/asm-generic/getorder.h | 50 ++++++++++++++-------------------- 1 file changed, 20 insertions(+), 30 deletions(-) diff --git a/include/asm-generic/getorder.h b/include/asm-generic/getorder.h index c64bea7a52beb..e9f20b813a699 100644 --- a/include/asm-generic/getorder.h +++ b/include/asm-generic/getorder.h @@ -7,24 +7,6 @@ #include #include -/* - * Runtime evaluation of get_order() - */ -static inline __attribute_const__ -int __get_order(unsigned long size) -{ - int order; - - size--; - size >>= PAGE_SHIFT; -#if BITS_PER_LONG == 32 - order = fls(size); -#else - order = fls64(size); -#endif - return order; -} - /** * get_order - Determine the allocation order of a memory size * @size: The size for which to get the order @@ -43,19 +25,27 @@ int __get_order(unsigned long size) * to hold an object of the specified size. * * The result is undefined if the size is 0. - * - * This function may be used to initialise variables with compile time - * evaluations of constants. */ -#define get_order(n) \ -( \ - __builtin_constant_p(n) ? ( \ - ((n) == 0UL) ? BITS_PER_LONG - PAGE_SHIFT : \ - (((n) < (1UL << PAGE_SHIFT)) ? 0 : \ - ilog2((n) - 1) - PAGE_SHIFT + 1) \ - ) : \ - __get_order(n) \ -) +static inline __attribute_const__ int get_order(unsigned long size) +{ + if (__builtin_constant_p(size)) { + if (!size) + return BITS_PER_LONG - PAGE_SHIFT; + + if (size < (1UL << PAGE_SHIFT)) + return 0; + + return ilog2((size) - 1) - PAGE_SHIFT + 1; + } + + size--; + size >>= PAGE_SHIFT; +#if BITS_PER_LONG == 32 + return fls(size); +#else + return fls64(size); +#endif +} #endif /* __ASSEMBLY__ */ -- 2.20.1