From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 14 Aug 2013 23:35:31 -0700 From: Greg Kroah-Hartman To: Geert Uytterhoeven Cc: Guenter Roeck , "linux-kernel@vger.kernel.org" , Linus Torvalds , Andrew Morton , stable Subject: Re: [ 00/17] 3.4.58-stable review Message-ID: <20130815063531.GD25754@kroah.com> References: <20130813063501.728847844@linuxfoundation.org> <520A1D56.2050507@roeck-us.net> <20130813175858.GC7336@kroah.com> <20130813201936.GA18358@roeck-us.net> <20130813223622.GA12790@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: On Wed, Aug 14, 2013 at 10:26:12AM +0200, Geert Uytterhoeven wrote: > On Wed, Aug 14, 2013 at 12:36 AM, Guenter Roeck wrote: > >> > cris/...: > >> > In file included from include/linux/page-flags.h:8:0, > >> > from kernel/bounds.c:9: > >> > include/linux/types.h:25:1: error: unknown type name '__kernel_ino_t' > >> > include/linux/types.h:29:1: error: unknown type name '__kernel_off_t' > >> > include/linux/types.h:30:1: error: unknown type name '__kernel_pid_t' > >> > include/linux/types.h:31:1: error: unknown type name '__kernel_daddr_t' > >> > include/linux/types.h:33:1: error: unknown type name '__kernel_suseconds_t' > >> > > >> > That one might be tricky (or simple if someone knows what is wrong). > >> > >> Fixed in v3.5-rc1: > >> > >> commit 74f077d2a7651409c44bb323471f219a4b0d2aab > >> Author: Jiri Slaby > >> Date: Mon Apr 2 13:40:17 2012 +0200 > >> > >> cris: posix_types.h, include asm-generic/posix_types.h > >> > > It does fix above error, but then there is another error: > > > > AS arch/cris/arch-v10/lib/checksum.o > > In file included from :4:0: > > /home/groeck/src/linux-stable/include/linux/kconfig.h:23:0: error: syntax error in macro parameter list > > make[1]: *** [arch/cris/arch-v10/lib/checksum.o] Error 1 > > make[1]: *** Waiting for unfinished jobs.... > > AS arch/cris/arch-v10/lib/checksumcopy.o > > In file included from :4:0: > > /home/groeck/src/linux-stable/include/linux/kconfig.h:23:0: error: syntax error in macro parameter list > > make[1]: *** [arch/cris/arch-v10/lib/checksumcopy.o] Error 1 > > commit 7b91747d42a1012e3781dd09fa638d113809e3fd > Author: Paul Gortmaker > Date: Wed Apr 18 21:58:43 2012 +0200 Thanks, now applied. greg k-h