Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758623Ab1F3IB2 (ORCPT ); Thu, 30 Jun 2011 04:01:28 -0400 Received: from 173-166-109-252-newengland.hfc.comcastbusiness.net ([173.166.109.252]:56337 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751499Ab1F3IBX (ORCPT ); Thu, 30 Jun 2011 04:01:23 -0400 Date: Thu, 30 Jun 2011 04:01:19 -0400 From: Christoph Hellwig To: Geert Uytterhoeven Cc: Randy Dunlap , Linux Kernel Development , Mikael Starvik , Jesper Nilsson , linux-cris-kernel@axis.com Subject: Re: Build regressions/improvements in v3.0-rc5 (ssize_t ???) Message-ID: <20110630080119.GA20802@infradead.org> References: <20110629140630.5aefdda8.rdunlap@xenotime.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 724 Lines: 20 On Thu, Jun 30, 2011 at 08:59:28AM +0200, Geert Uytterhoeven wrote: > Nope. Also only happens on cris, which has in > arch/cris/include/asm/posix_types.h: > > typedef long __kernel_ssize_t; > > The "long" should be "int". > But probably it should just include instead. Changing a user visible type won't be very nice for those using it in C++ code. Better fix the code to use the proper %zd specifier for printing ssize_t variables. -- 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/