From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752049Ab1K1HnA (ORCPT ); Mon, 28 Nov 2011 02:43:00 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50005 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751034Ab1K1Hm7 (ORCPT ); Mon, 28 Nov 2011 02:42:59 -0500 Message-ID: <4ED33B61.8040808@redhat.com> Date: Mon, 28 Nov 2011 15:42:25 +0800 From: Cong Wang User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16 MIME-Version: 1.0 To: Benjamin Herrenschmidt CC: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, Peter Zijlstra Subject: Re: [V2 PATCH 00/62] highmem: remove the second argument of kmap_atomic/kunmap_atomic References: <1322371662-26166-1-git-send-email-amwang@redhat.com> <1322432495.23348.1.camel@pasglop> In-Reply-To: <1322432495.23348.1.camel@pasglop> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 于 2011年11月28日 06:21, Benjamin Herrenschmidt 写道: > On Sun, 2011-11-27 at 13:26 +0800, Cong Wang wrote: >> V1: https://lkml.org/lkml/2011/1/30/13 >> >> V1->V2: Split patches and rebase them to the latest linus tree. > > I'm not too fan of the split myself... 62 patches is just plain crazy. > However, no obvious objection from the patches themselves (at least the > ones affecting powerpc), though I haven't had a chance to test them yet. Actually Andrew Morton prefers to have patches split, also, splitting patches helps review. ;-)