From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760200AbZBEAQS (ORCPT ); Wed, 4 Feb 2009 19:16:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755526AbZBEAQG (ORCPT ); Wed, 4 Feb 2009 19:16:06 -0500 Received: from terminus.zytor.com ([198.137.202.10]:48472 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753982AbZBEAQF (ORCPT ); Wed, 4 Feb 2009 19:16:05 -0500 Message-ID: <498A2FAF.60503@zytor.com> Date: Wed, 04 Feb 2009 16:15:43 -0800 From: "H. Peter Anvin" User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: Hiroshi Shimamoto CC: Ingo Molnar , Thomas Gleixner , linux-kernel@vger.kernel.org Subject: Re: [PATCH] x86: mm: introduce helper function in fault.c References: <498A2399.4090503@ct.jp.nec.com> In-Reply-To: <498A2399.4090503@ct.jp.nec.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 Hiroshi Shimamoto wrote: > From: Hiroshi Shimamoto > > Impact: cleanup > > Introduce helper function fault_in_kernel_address() to make editors happy. > > Signed-off-by: Hiroshi Shimamoto Applied to tip:x86/mm, however, I had to apply the patch manually. -hpa