From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1034863AbdAJBSp (ORCPT ); Mon, 9 Jan 2017 20:18:45 -0500 Received: from mail-qk0-f181.google.com ([209.85.220.181]:36490 "EHLO mail-qk0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1034745AbdAJBSk (ORCPT ); Mon, 9 Jan 2017 20:18:40 -0500 From: Laura Abbott To: Russell King , Nicolas Pitre , Grygorii Strashko Cc: Laura Abbott , linux-arm-kernel@lists.infradead.org, lilja.magnus@gmail.com, festevam@gmail.com, linux-kernel@vger.kernel.org Subject: [PATCHv3 0/2] Memblock cleanup plus memory removal fix Date: Mon, 9 Jan 2017 17:18:31 -0800 Message-Id: <1484011113-8223-1-git-send-email-labbott@redhat.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This is v3 of the series ot make sanity_check_meminfo (renamed in this series) more readable and less error prone and fix an existing bug. This is just typo and style fixes from v2. Russell, if I don't hear any objections in a few days I am going to put this in the patch tracker. As a reminder, of the motivation fot this series, 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. Laura Abbott (2): arm: Cleanup sanity_check_meminfo arm: Adjust memory boundaries after reservations arch/arm/kernel/setup.c | 10 +++++-- arch/arm/mm/mmu.c | 69 +++++++++++++++++++------------------------------ arch/arm/mm/nommu.c | 8 +++--- 3 files changed, 39 insertions(+), 48 deletions(-) -- 2.7.4