From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751747AbbCTXw0 (ORCPT ); Fri, 20 Mar 2015 19:52:26 -0400 Received: from mail-by2on0104.outbound.protection.outlook.com ([207.46.100.104]:62410 "EHLO na01-by2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751131AbbCTXwZ (ORCPT ); Fri, 20 Mar 2015 19:52:25 -0400 Date: Fri, 20 Mar 2015 18:52:13 -0500 From: Scott Wood To: LEROY Christophe CC: Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , , Subject: Re: powerpc32: fix warning from include/linux/mm.h Message-ID: <20150320235213.GA1233@home.buserror.net> References: <20141205112020.640FA1A5D4F@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20141205112020.640FA1A5D4F@localhost.localdomain> User-Agent: Mutt/1.5.23 (2014-03-12) X-Originating-IP: [2601:2:5800:3f7:12bf:48ff:fe84:c9a0] X-ClientProxiedBy: DM2PR10CA0037.namprd10.prod.outlook.com (25.160.213.47) To BY1PR03MB1484.namprd03.prod.outlook.com (25.162.210.142) Authentication-Results: c-s.fr; dkim=none (message not signed) header.d=none; X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BY1PR03MB1484; X-Forefront-Antispam-Report: BMV:1;SFV:NSPM;SFS:(10019020)(6009001)(24454002)(51704005)(46406003)(23726002)(33656002)(86362001)(110136001)(42186005)(122386002)(46102003)(53416004)(19580405001)(92566002)(83506001)(97756001)(2950100001)(62966003)(77156002)(47776003)(50466002)(50986999)(76176999)(54356999)(87976001);DIR:OUT;SFP:1102;SCL:1;SRVR:BY1PR03MB1484;H:home.buserror.net;FPR:;SPF:None;MLV:sfv;LANG:en; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(5002010)(5005006);SRVR:BY1PR03MB1484;BCL:0;PCL:0;RULEID:;SRVR:BY1PR03MB1484; X-Forefront-PRVS: 05214FD68E X-OriginatorOrg: freescale.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 20 Mar 2015 23:52:22.0185 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-Transport-CrossTenantHeadersStamped: BY1PR03MB1484 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 05, 2014 at 12:20:20PM +0100, LEROY Christophe wrote: > include/linux/mm.h: In function 'is_vmalloc_addr': > include/linux/mm.h:367:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] > return addr >= VMALLOC_START && addr < VMALLOC_END; > ^ > > Signed-off-by: Christophe Leroy > --- > arch/powerpc/include/asm/pgtable-ppc32.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) That warning doesn't appear to be enabled. What config are you seeing this with? I'm also not clear on why this was assigned to me in patchwork. -Scott