Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755551AbbDTSWx (ORCPT ); Mon, 20 Apr 2015 14:22:53 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:39321 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751309AbbDTSWr (ORCPT ); Mon, 20 Apr 2015 14:22:47 -0400 Date: Mon, 20 Apr 2015 20:22:42 +0200 From: Greg Kroah-Hartman To: Alex Elder Cc: Konstantin Khlebnikov , Linux Kernel Mailing List , Stable , Sage Weil , David Miller , Andrew Morton , Linus Torvalds Subject: Re: [PATCH 3.10 31/34] kernel.h: define u8, s8, u32, etc. limits Message-ID: <20150420182242.GA21423@kroah.com> References: <20150417132553.751904098@linuxfoundation.org> <20150417132555.662170815@linuxfoundation.org> <20150420143509.GA7143@kroah.com> <553514B8.6030403@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <553514B8.6030403@linaro.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1361 Lines: 38 On Mon, Apr 20, 2015 at 10:01:12AM -0500, Alex Elder wrote: > On 04/20/2015 09:35 AM, Greg Kroah-Hartman wrote: > >On Mon, Apr 20, 2015 at 12:43:30PM +0300, Konstantin Khlebnikov wrote: > >>On Fri, Apr 17, 2015 at 4:29 PM, Greg Kroah-Hartman > >> wrote: > >>>3.10-stable review patch. If anyone has any objections, please let me know. > >>> > >>>------------------ > >>> > >>>From: Alex Elder > >>> > >>>commit 89a0714106aac7309c7dfa0f004b39e1e89d2942 upstream. > >>> > >>>Create constants that define the maximum and minimum values > >>>representable by the kernel types u8, s8, u16, s16, and so on. > >> > >>Now compilation prints a lot of wanings about redefined macro inside > >>reiserfs and ceph. > >> > >>Please pick also: > >> > >>2f874deba7476a1e579af9028baa2f9dfdefedd1 > >>("conditionally define U32_MAX") > > You want these, in this order: > > 7771953 conditionally define U32_MAX > 89a0714 kernel.h: define u8, s8, u32, etc. limits > 04f9b74 remove extra definitions of U32_MAX Thanks, that works, I'll go queue the missing 2 patches up. greg k-h -- 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/