Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754004AbbGKJrY (ORCPT ); Sat, 11 Jul 2015 05:47:24 -0400 Received: from mail-pd0-f181.google.com ([209.85.192.181]:33531 "EHLO mail-pd0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753935AbbGKJrW (ORCPT ); Sat, 11 Jul 2015 05:47:22 -0400 Date: Sat, 11 Jul 2015 15:17:12 +0530 From: Sudip Mukherjee To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah.kh@samsung.com, stable@vger.kernel.org Subject: Re: [PATCH 4.0 00/55] 4.0.8-stable review Message-ID: <20150711094712.GA23857@sudip-PC> References: <20150708073238.785749886@linuxfoundation.org> <20150709042104.GA3373@sudip-PC> <20150710173113.GC10580@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20150710173113.GC10580@kroah.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1711 Lines: 40 On Fri, Jul 10, 2015 at 10:31:13AM -0700, Greg Kroah-Hartman wrote: > On Thu, Jul 09, 2015 at 09:51:04AM +0530, Sudip Mukherjee wrote: > > On Wed, Jul 08, 2015 at 12:34:35AM -0700, Greg Kroah-Hartman wrote: > > > This is the start of the stable review cycle for the 4.0.8 release. > > > There are 55 patches in this series, all will be posted as a response > > > to this one. If anyone has any issues with these being applied, please > > > let me know. > > > > > > Responses should be made by Fri Jul 10 07:31:26 UTC 2015. > > > Anything received after that time might be too late. > > Compiled and booted on x86_32. No errors in dmesg. > > > > But when tried sudo make kselftest, it gave: > > Makefile:29: *** missing separator. Stop. > > make: *** [kselftest] Error 2 > > > > gcc version is 4.8.2 > > Odd, is this a regression from 4.0.7? No. Much older. I tested till 4.0.6 and the error was still there. 60df4642a835 ("tools selftests: Fix 'clean' target with make 3.81") solved the problem. should i submit it for stable 4.0.9 or you will add it? After this, kselftest had some more problem like: 1) kcmp_test.c:13:24: fatal error: linux/kcmp.h: No such file or directory 2) memfd_test.c:26:17: error: ‘__NR_memfd_create’ undeclared (first use in this function) 3) hugetlbfstest: hugetlbfstest.c:60: open_file: Assertion `fd > 2' failed. Aborted (core dumped) I will see if something is already there in Linus tree regarding these. regards sudip -- 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/