From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756519AbaHHKQs (ORCPT ); Fri, 8 Aug 2014 06:16:48 -0400 Received: from mail-wi0-f170.google.com ([209.85.212.170]:48627 "EHLO mail-wi0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756336AbaHHKQp (ORCPT ); Fri, 8 Aug 2014 06:16:45 -0400 Date: Fri, 8 Aug 2014 11:16:41 +0100 From: Leif Lindholm To: Rob Herring Cc: Kees Cook , "linux-kernel@vger.kernel.org" , Liu hua , Mark Salter , Rabin Vincent , Nikolay Borisov , Nicolas Pitre , Tomasz Figa , Doug Anderson , Jason Wessel , Will Deacon , Laura Abbott , Catalin Marinas , Russell King - ARM Linux , "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH 3/8] arm: mm: reduce fixmap kmap from 32 to 16 CPUS Message-ID: <20140808101640.GO4179@bivouac.eciton.net> References: <1407423713-4160-1-git-send-email-keescook@chromium.org> <1407423713-4160-4-git-send-email-keescook@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 07, 2014 at 05:18:44PM -0500, Rob Herring wrote: > On Thu, Aug 7, 2014 at 10:01 AM, Kees Cook wrote: > > More room is needed in the fixmap range for non-kmap fixmap entries. This > > reduces the kmap range from 32 to 16 CPUs. > > Do you want this merged or just doing this to get the rest of your > series working? I'll post my patch for making the fixmap region 3MB > (it adds back the first 1MB of the top pmd). Well, I would quite like the generic fixmap stuff merged as soon as possible, so that early_ioremap can go in. That way, the UEFI patches are unblocked, and we can start booting the D01 in a sane way rather than the broken-by-design built-in Linux loader. / Leif From mboxrd@z Thu Jan 1 00:00:00 1970 From: leif.lindholm@linaro.org (Leif Lindholm) Date: Fri, 8 Aug 2014 11:16:41 +0100 Subject: [PATCH 3/8] arm: mm: reduce fixmap kmap from 32 to 16 CPUS In-Reply-To: References: <1407423713-4160-1-git-send-email-keescook@chromium.org> <1407423713-4160-4-git-send-email-keescook@chromium.org> Message-ID: <20140808101640.GO4179@bivouac.eciton.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Aug 07, 2014 at 05:18:44PM -0500, Rob Herring wrote: > On Thu, Aug 7, 2014 at 10:01 AM, Kees Cook wrote: > > More room is needed in the fixmap range for non-kmap fixmap entries. This > > reduces the kmap range from 32 to 16 CPUs. > > Do you want this merged or just doing this to get the rest of your > series working? I'll post my patch for making the fixmap region 3MB > (it adds back the first 1MB of the top pmd). Well, I would quite like the generic fixmap stuff merged as soon as possible, so that early_ioremap can go in. That way, the UEFI patches are unblocked, and we can start booting the D01 in a sane way rather than the broken-by-design built-in Linux loader. / Leif