From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763992AbdAFJq3 (ORCPT ); Fri, 6 Jan 2017 04:46:29 -0500 Received: from mail-qk0-f196.google.com ([209.85.220.196]:34848 "EHLO mail-qk0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753442AbdAFJqX (ORCPT ); Fri, 6 Jan 2017 04:46:23 -0500 MIME-Version: 1.0 In-Reply-To: <1483657274-11346-1-git-send-email-labbott@redhat.com> References: <1483657274-11346-1-git-send-email-labbott@redhat.com> From: Magnus Lilja Date: Fri, 6 Jan 2017 10:46:21 +0100 Message-ID: Subject: Re: [PATCHv2 0/2] Memblock cleanup plus memory removal fix To: Laura Abbott Cc: Russell King , Nicolas Pitre , Grygorii Strashko , linux-arm-kernel@lists.infradead.org, Fabio Estevam , linux-kernel@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi On 6 January 2017 at 00:01, Laura Abbott wrote: > Hi, > > This is v2 of the series to make sanity_check_meminfo (renamed in this series) > more readable and less error prone and fix an existing bug. v1 failed in that it > re-introduced a previously fixed bug. Hopefully this version does better. > > As a reminder, During the course of > https://marc.info/?l=linux-arm-kernel&m=148145259511248, Grygorii Strashko > reminded me of another issue where I proposed a patch but never followed up on > it. The patch in > http://lists.infradead.org/pipermail/linux-arm-kernel/2014-October/296978.html > did some cleanup and renaming of sanity_check_meminfo. I think this makes the > code more readable so I'd like to resurect it and rebase my fix > http://lists.infradead.org/pipermail/linux-arm-kernel/2016-December/474060.html > on top of it. > Tested the series on i.MX31 PDK board. Tested-by: Magnus Lilja /Magnus > Laura Abbott (2): > arm: Cleanup sanity_check_meminfo > arm: Adjust memory boundaries after reservations > > arch/arm/kernel/setup.c | 12 ++++++++-- > arch/arm/mm/mmu.c | 62 +++++++++++++++++-------------------------------- > arch/arm/mm/nommu.c | 8 +++---- > 3 files changed, 35 insertions(+), 47 deletions(-) > > -- > 2.7.4 >