From patchwork Fri Nov 9 07:09:49 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Prateek Patel X-Patchwork-Id: 995366 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-tegra-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=nvidia.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=nvidia.com header.i=@nvidia.com header.b="llpV+Mij"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 42rrrC649bz9sBZ for ; Fri, 9 Nov 2018 18:09:47 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727952AbeKIQtA (ORCPT ); Fri, 9 Nov 2018 11:49:00 -0500 Received: from hqemgate14.nvidia.com ([216.228.121.143]:5365 "EHLO hqemgate14.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727864AbeKIQs7 (ORCPT ); Fri, 9 Nov 2018 11:48:59 -0500 Received: from hqpgpgate101.nvidia.com (Not Verified[216.228.121.13]) by hqemgate14.nvidia.com (using TLS: TLSv1.2, DES-CBC3-SHA) id ; Thu, 08 Nov 2018 23:09:29 -0800 Received: from hqmail.nvidia.com ([172.20.161.6]) by hqpgpgate101.nvidia.com (PGP Universal service); Thu, 08 Nov 2018 23:09:45 -0800 X-PGP-Universal: processed; by hqpgpgate101.nvidia.com on Thu, 08 Nov 2018 23:09:45 -0800 Received: from HQMAIL105.nvidia.com (172.20.187.12) by HQMAIL106.nvidia.com (172.18.146.12) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Fri, 9 Nov 2018 07:09:45 +0000 Received: from hqnvemgw02.nvidia.com (172.16.227.111) by HQMAIL105.nvidia.com (172.20.187.12) with Microsoft SMTP Server (TLS) id 15.0.1395.4 via Frontend Transport; Fri, 9 Nov 2018 07:09:45 +0000 Received: from prpatel-System-Product-Name.nvidia.com (Not Verified[10.24.229.63]) by hqnvemgw02.nvidia.com with Trustwave SEG (v7, 5, 8, 10121) id ; Thu, 08 Nov 2018 23:09:44 -0800 From: Prateek Patel To: , CC: , , , , , , , , Sri Krishna chowdary Subject: [PATCH] of: reserved_mem: disable kmemleak scan on removed memory blocks Date: Fri, 9 Nov 2018 12:39:49 +0530 Message-ID: <1541747389-28544-1-git-send-email-prpatel@nvidia.com> X-Mailer: git-send-email 2.1.4 X-NVConfidentiality: public MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nvidia.com; s=n1; t=1541747369; bh=pbrzTLclsRSsIH+Rp+dxHMuJmF5lN1wEpPDHM+aVxtQ=; h=X-PGP-Universal:From:To:CC:Subject:Date:Message-ID:X-Mailer: X-NVConfidentiality:MIME-Version:Content-Type; b=llpV+MijRI2rH3sEUy+7YakD/g48cxSE3TnRNEwUPQoK/gP/JnCoFTlH+EiibsNn5 r9i+45jeOIrT4dIK8gHm+vTfMg6AC8BYgoYdPl86iBA2hAf9BgV1Bln/ftHJeFqpUD 7dMmr+oYEIMAdQrLFxVzeFp/OLOXUnMGf6j6vam3HX9kxzvJRnuStKl5TDy0AsEUkS eCI6tDWLZjBDLrfEQQlqrRSWYt3+AzwHlId5C03MsGuAOY62SNumq/EfHswr+lJE6f e83/SSl/p1PZb1RW2YYzkcWgbcOllJR9tEnRBpRSV3/UsQj9UBHCx/0T7lJJVImBHR Lf4GEjnwvH6pA== Sender: linux-tegra-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org From: Sri Krishna chowdary Memory reserved with "nomap" DT property in of_reserved_mem.c removes the memory block. The removed memory blocks don't have VA to PA mapping created in kernel page table. Kmemleak scan on removed memory blocks is causing page faults and leading to kernel panic. So, Disable kmemleak scan on the removed memory blocks. Following is the observed crash log: [ 154.846370] Unable to handle kernel paging request at virtual address ffffffc070a00000 <1>[ 154.846576] Mem abort info: <1>[ 154.846635] Exception class = DABT (current EL), IL = 32 bits <1>[ 154.846737] SET = 0, FnV = 0 <1>[ 154.846796] EA = 0, S1PTW = 0 <1>[ 154.846859] Data abort info: <1>[ 154.846913] ISV = 0, ISS = 0x00000006 <1>[ 154.846983] CM = 0, WnR = 0 <1>[ 154.847053] swapper pgtable: 4k pages, 39-bit VAs, pgd = ffffff8009df7000 <1>[ 154.847228] [ffffffc070a00000] *pgd=000000087fff5803, *pud=000000087fff5803, *pmd=0000000000000000 <0>[ 154.847408] Internal error: Oops: 96000006 [#1] PREEMPT SMP <4>[ 154.847511] Modules linked in: nvs_led_test nvs_bmi160 nvs_cm3218 nvs_bh1730fvc nvi_bmpX80 nvi_ak89xx nvi_mpu cdc_acm uas lr388k7_ts imx268 imx318 imx204 imx274 imx185 lc898212 ov23850 ov10823 ov9281 ov5693 tc358840 pca9570 nvs snd_soc_tegra_machine_driver_mobile lp855x_bl spidev input_cfboost pwm_tegra tegra_cryptodev tegra_se_nvhost tegra_se_elp tegra_se ghash_ce sha2_ce sha1_ce aes_ce_ccm cryptd nvgpu cpufreq_userspace snd_soc_tegra186_alt_dspk snd_soc_tegra186_alt_asrc snd_soc_tegra186_alt_arad snd_soc_tegra210_alt_ope snd_soc_tegra210_alt_mvc snd_soc_tegra210_alt_dmic snd_soc_tegra210_alt_amx snd_soc_tegra210_alt_adx snd_soc_tegra210_alt_afc snd_soc_tegra210_alt_mixer snd_soc_tegra210_alt_i2s snd_soc_tegra210_alt_sfc snd_soc_tegra210_alt_adsp snd_soc_tegra210_alt_admaif snd_soc_tegra210_alt_xbar <4>[ 154.882606] snd_soc_tegra_alt_utils snd_hda_tegra <4>[ 154.888133] CPU: 2 PID: 8079 Comm: sh Not tainted 4.14.53-tegra-05132-g9c33465 #2 <4>[ 154.895983] Hardware name: e3360_1099 (DT) <4>[ 154.900447] task: ffffffc7d62dda00 task.stack: ffffff800e2b0000 <4>[ 154.906502] PC is at scan_block+0x7c/0x148 <4>[ 154.911234] LR is at scan_block+0x78/0x148 <4>[ 154.915689] pc : [] lr : [] pstate: 804000c9 <4>[ 154.923290] sp : ffffff800e2b3b80 <4>[ 154.927228] x29: ffffff800e2b3b80 x28: ffffffc7d62dda00 <4>[ 154.932999] x27: ffffff8009aaa000 x26: ffffffc070c00000 <4>[ 154.938769] x25: 00000000000000c0 x24: ffffff8009d90608 <4>[ 154.944287] x23: ffffffc7dc6c6000 x22: ffffff8009d90000 <4>[ 154.950320] x21: ffffff8009aeb320 x20: ffffffc070a00ff9 <4>[ 154.955919] x19: ffffffc070a00000 x18: 00000000bec4c3f2 <4>[ 154.961438] x17: 0000002224777924 x16: ffffff80080bb0e0 <4>[ 154.967124] x15: 0000000000000000 x14: 0000000000000f75 <4>[ 154.973069] x13: 000fffffffffffff x12: ffffffbf1e9f4240 <4>[ 154.978670] x11: 0000000000000040 x10: 0000000000000ad0 <4>[ 154.984107] x9 : ffffff800e2b3ab0 x8 : ffffffc7d62de530 <4>[ 154.989958] x7 : 0000000780000000 x6 : 0000000000000018 <4>[ 154.995645] x5 : 0000000000000000 x4 : 0000000000000000 <4>[ 155.001245] x3 : ffffff8009aaa000 x2 : 00000047f6712000 <4>[ 155.006846] x1 : ffffffc7d1ae6900 x0 : 0000000000000000 Signed-off-by: Sri Krishna chowdary Signed-off-by: Prateek Tested-by: Nicolas Boichat --- drivers/of/of_reserved_mem.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/of/of_reserved_mem.c b/drivers/of/of_reserved_mem.c index 1977ee0..ac8f377 100644 --- a/drivers/of/of_reserved_mem.c +++ b/drivers/of/of_reserved_mem.c @@ -21,6 +21,7 @@ #include #include #include +#include #define MAX_RESERVED_REGIONS 32 static struct reserved_mem reserved_mem[MAX_RESERVED_REGIONS]; @@ -50,8 +51,10 @@ int __init __weak early_init_dt_alloc_reserved_memory_arch(phys_addr_t size, } *res_base = base; - if (nomap) + if (nomap) { + kmemleak_no_scan(__va(base)); return memblock_remove(base, size); + } return 0; }