From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756705Ab2LOO1Y (ORCPT ); Sat, 15 Dec 2012 09:27:24 -0500 Received: from mail-da0-f46.google.com ([209.85.210.46]:46752 "EHLO mail-da0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753809Ab2LOO1W (ORCPT ); Sat, 15 Dec 2012 09:27:22 -0500 Date: Sat, 15 Dec 2012 23:27:17 +0900 Message-ID: <87k3sje6gq.wl%satoru.takeuchi@gmail.com> From: Satoru Takeuchi To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk Subject: Re: [ 00/37] 3.6.11-stable review In-Reply-To: <20121214222252.781413287@linuxfoundation.org> References: <20121214222252.781413287@linuxfoundation.org> User-Agent: Wanderlust/2.14.0 (Africa) Emacs/23.4 Mule/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org At Fri, 14 Dec 2012 15:00:37 -0800, Greg Kroah-Hartman wrote: > > Note: This is going to be the last 3.6.y kernel release, unless > something major comes up, everyone should be moving to the 3.7.y kernel > at this point in time. > > This is the start of the stable review cycle for the 3.6.11 release. > There are 37 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 Dec 16 22:16:49 UTC 2012. > Anything received after that time might be too late. This kernel can be built and boot without any problem. Building a kernel with this kernel also works fine. - Build Machine: debian wheezy x86_64 CPU: Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz x 4 memory: 8GB - Test machine: debian wheezy x86_64(KVM guest on the Build Machine) vCPU: x2 memory: 2GB I reviewed the following patches and it looks good to me. > Zheng Liu > perf test: fix a build error on builtin-test > > Steven Rostedt > ring-buffer: Fix race between integrity check and readers > > Steven Rostedt > ring-buffer: Fix NULL pointer if rb_set_head_page() fails > > Dan Carpenter > ftrace: Clear bits properly in reset_iter_read() > > Jan Beulich > x86: hpet: Fix masking of MSI interrupts > > Marek Szyprowski > mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls > > Tejun Heo > workqueue: convert BUG_ON()s in __queue_delayed_work() to WARN_ON_ONCE()s > > Mel Gorman > tmpfs: fix shared mempolicy leak Thanks, Satoru