From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751921AbaAYODr (ORCPT ); Sat, 25 Jan 2014 09:03:47 -0500 Received: from mail-pd0-f180.google.com ([209.85.192.180]:56866 "EHLO mail-pd0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751277AbaAYODp (ORCPT ); Sat, 25 Jan 2014 09:03:45 -0500 Date: Sat, 25 Jan 2014 23:03:12 +0900 Message-ID: <87zjmkduqn.wl%satoru.takeuchi@gmail.com> From: Satoru Takeuchi To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, stable@vger.kernel.org Subject: Re: [PATCH 3.10 00/23] 3.10.28-stable review In-Reply-To: <20140123183859.635713053@linuxfoundation.org> References: <20140123183859.635713053@linuxfoundation.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/23.4 Mule/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") 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 Thu, 23 Jan 2014 10:39:33 -0800, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 3.10.28 release. > There are 23 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 Sat Jan 25 18:38:43 UTC 2014. > Anything received after that time might be too late. I reviewed the following patches and they look good to me. > Geert Uytterhoeven > mm: Make {,set}page_address() static inline if WANT_PAGE_VIRTUAL ... > Eric W. Biederman > vfs: In d_path don't call d_dname on a mount point > Jianguo Wu > mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfully This kernel also passed my test. - Test Cases: - Build this kernel. - Boot this kernel. - Build the latest mainline kernel with this kernel. - Test Tool: https://github.com/satoru-takeuchi/test-linux-stable - Test Result (kernel .config, ktest config and test log): http://satoru-takeuchi.org/test-linux-stable/results/-.xz - Build Environment: - OS: Debian Jessy x86_64 - CPU: Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz x 4 - memory: 8GB - Test Target Environment: - Debian Jessy x86_64 (KVM guest on the Build Environment) - # of vCPU: 2 - memory: 2GB Thanks, Satoru