Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031608Ab3HIXVo (ORCPT ); Fri, 9 Aug 2013 19:21:44 -0400 Received: from mail.active-venture.com ([67.228.131.205]:64875 "EHLO mail.active-venture.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031447Ab3HIXVm (ORCPT ); Fri, 9 Aug 2013 19:21:42 -0400 X-Originating-IP: 108.223.40.66 Message-ID: <52057986.2040008@roeck-us.net> Date: Fri, 09 Aug 2013 16:21:42 -0700 From: Guenter Roeck User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: Greg Kroah-Hartman CC: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, stable@vger.kernel.org Subject: Re: [ 000/102] 3.10.6-stable review References: <20130809015010.208118575@linuxfoundation.org> <520492F3.1050806@roeck-us.net> <20130809191130.GD10130@kroah.com> In-Reply-To: <20130809191130.GD10130@kroah.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2550 Lines: 62 On 08/09/2013 12:11 PM, Greg Kroah-Hartman wrote: > On Thu, Aug 08, 2013 at 11:57:55PM -0700, Guenter Roeck wrote: >> On 08/08/2013 06:56 PM, Greg Kroah-Hartman wrote: >>> This is the start of the stable review cycle for the 3.10.6 release. >>> There are 102 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 Sun Aug 11 01:46:31 UTC 2013. >>> Anything received after that time might be too late. >>> >>> The whole patch series can be found in one patch at: >>> kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.10.6-rc1.gz >>> and the diffstat can be found below. >>> >> >> Cross build results: >> Total builds: 69 Total build errors: 2 >> >> Details: >> http://server.roeck-us.net:8010/builders/stable-queue-3.10/builds/47/steps/shell/logs/stdio/text >> >> Same results as before, except that I dropped a couple of builds and added some others. > > Thanks for testing. > >> The failing builds are arm:allmodconfig and mips:allmodconfig. >> For both, the errors don't exist in mainline and should be trivial to fix in case anyone is interested. >> >> arm: >> FATAL: modpost: GPL-incompatible module bcm2835-rng.ko uses GPL-only symbol 'platform_driver_unregister' >> >> [This one has been fixed upstream with commit 22e8099f4f6621b8d165e238cdef2a1cf655e159. Might be worthwhile >> adding it to -stable] > > Yes, I've now queued it up, thanks. > The arm:allmodconfig build still fails, unfortunately. Now it finds different problems. Turns out you also need b497ceb964a80ebada3b9b3cea4261409039e25a ([SCSI] nsp32: use mdelay instead of large udelay constants) 930d800bded771b26d9944c47810829130ff7c8c (mtd: omap2: allow bulding as a module) This time I cherry-picked the commits and did a test build to make sure that it passes. To fix the MIPS build problem, you'll need 78857614104a26cdada4c53eea104752042bf5a1 (MIPS: Expose missing pci_io{map,unmap} declarations) I cherry-picked this commit on top of the 3.10 queue and did a test build to make sure that it works. With those three patches, arm:allmodconfig and mips:allmodconfig build successfully for 3.10. It would be great if you can add them to the -stable queue for 3.10. Thanks, Guenter -- 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/