Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752143AbaLOA3B (ORCPT ); Sun, 14 Dec 2014 19:29:01 -0500 Received: from mail-qc0-f182.google.com ([209.85.216.182]:35884 "EHLO mail-qc0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750918AbaLOA2w (ORCPT ); Sun, 14 Dec 2014 19:28:52 -0500 MIME-Version: 1.0 In-Reply-To: References: <1415653764-22162-1-git-send-email-cernekee@gmail.com> From: Steve French Date: Sun, 14 Dec 2014 18:28:31 -0600 Message-ID: Subject: Re: [PATCH 1/2] [CIFS] Fix signed/unsigned pointer warning To: Kevin Cernekee Cc: Steve French , "linux-cifs@vger.kernel.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org merged into cifs-2.6.git On Sat, Dec 13, 2014 at 11:29 PM, Kevin Cernekee wrote: > On Sat, Dec 13, 2014 at 9:20 PM, Steve French wrote: >> Probably harmless patch - but I didn't notice the warning on x86 >> kernel build (building on Fedora 21, gcc 4.9.2) > > Did you test x86 32-bit or 64-bit? In the generic do_div() I built current mainline with 64 bit disabled. No warnings on this before or after the patch. > implementation, only the former case has an explicit type check. > > FWIW I'm on 32-bit bit MIPS. -- Thanks, Steve -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/