From patchwork Sun Sep 22 06:37:51 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Huaijie Yi X-Patchwork-Id: 1165692 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=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=huawei.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="RAR5imTS"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46bd8G6BdGz9sNw for ; Sun, 22 Sep 2019 16:38:54 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=zG8C1iWyuue+i+8V0cDnaQHMFNmV3GjoVzCAY9+4+PQ=; b=RAR5imTSWvSAxl Wgiq8IRGQCPK/ZYR50B6VYYzDCMsCaJofDUKg1gmaylf7cmaKLS0KSApS0ObJ9bDwAYXOCzVIqO2N hOP++KiSCHu/6PqTlL3lfj0tVFbv782KLpRyWzGzOLW8mtUTZgju6HcTx01bHY8hqct9Sp7lsMTCS 3K6a+bmTqBOVM6VdryEmawdTrDxIHR8IaDAOsxqu+GTWdaMBdcrQw8gLrQNNBxjWpM79wPSCcmLIj mvOURPYd7k6SG/B/ywAnvbQIDUVg+QMeQUFKNH8hzo8HLcOVbi3xnDA/1kxN+5FWtUO7AuDEQeNAI UfF9+xBvtbr2yu2flUPw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.2 #3 (Red Hat Linux)) id 1iBvWA-0006SH-CJ; Sun, 22 Sep 2019 06:38:46 +0000 Received: from szxga05-in.huawei.com ([45.249.212.191] helo=huawei.com) by bombadil.infradead.org with esmtps (Exim 4.92.2 #3 (Red Hat Linux)) id 1iBvW7-0006Ro-2g for linux-mtd@lists.infradead.org; Sun, 22 Sep 2019 06:38:44 +0000 Received: from DGGEMS404-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 04315E8AA83B1E129DA4; Sun, 22 Sep 2019 14:38:35 +0800 (CST) Received: from SZXY1Y004550421.china.huawei.com (10.61.99.243) by DGGEMS404-HUB.china.huawei.com (10.3.19.204) with Microsoft SMTP Server id 14.3.439.0; Sun, 22 Sep 2019 14:38:26 +0800 From: Huaijie Yi To: , , , , , , Subject: [PATCH v2] mtd: fix oops when writing to phram device on arm64 Date: Sun, 22 Sep 2019 06:37:51 +0000 Message-ID: <1569134271-1652-1-git-send-email-yihuaijie@huawei.com> X-Mailer: git-send-email 2.6.4.windows.1 MIME-Version: 1.0 X-Originating-IP: [10.61.99.243] X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190921_233843_293812_BF027891 X-CRM114-Status: UNSURE ( 7.04 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.3 (--) X-Spam-Report: SpamAssassin version 3.4.2 on bombadil.infradead.org summary: Content analysis details: (-2.3 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [45.249.212.191 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: yihuaijie , linux-mtd@lists.infradead.org Sender: "linux-mtd" Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org From: yihuaijie memcpy() to memory remaped by ioremap() at an address not aligned to 8-bytes will cause oops on arm64 platform, fixing this by using ioremap_wc(). e.g. writing through jffs2 on a phram device cause following error: Unable to handle kernel paging request at virtual address ffffff800f93700c pgd = ffffffc00385c000 [ffffff800f93700c] *pgd=0000000000000000, *pud=0000000000000000 Internal error: Oops: 96000061 [#1] PREEMPT SMP task: ffffffc003549b10 task.stack: ffffffc0b8bc8000 PC is at __memcpy+0xc0/0x180 LR is at phram_write+0x5c/0x78 [phram] pc : [] lr : [] pstate: 80000005 sp : ffffffc0b8bcb8c0 x29: ffffffc0b8bcb8c0 x28: 000000000093700c x27: 0000000000000001 x26: 0000000000000000 x25: 0000000000000001 x24: 0000000000000000 x23: ffffffc5b6db8480 x22: ffffffc0b8bcb990 x21: ffffff800f000000 x20: 000000000093700c x19: 0000000000000044 x18: 000000000000000a x17: 0000000000000c00 x16: 0000000000000400 x15: 000000000001e125 x14: 34347830203a6e65 x13: 6c202c6330303733 x12: 397830203a726464 x11: 61202c3030303030 x10: 3066303038666666 x9 : 6666667830203a56 x8 : 0000000298f7fb1d x7 : 00000044e0021985 x6 : ffffff800f93700c x5 : 0000000000000000 x4 : 0000000000000000 x3 : ffffff8008cbe018 x2 : ffffffffffffffc4 x1 : ffffffc5b6db8490 x0 : ffffff800f93700c Signed-off-by: Huaijie Yi --- v1->v2: fix this only on ARM64 arch. drivers/mtd/devices/phram.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/mtd/devices/phram.c b/drivers/mtd/devices/phram.c index c467286..89ca8bb 100644 --- a/drivers/mtd/devices/phram.c +++ b/drivers/mtd/devices/phram.c @@ -98,7 +98,11 @@ static int register_device(char *name, phys_addr_t start, size_t len) goto out0; ret = -EIO; +#ifdef CONFIG_ARM64 + new->mtd.priv = ioremap_wc(start, len); +#else new->mtd.priv = ioremap(start, len); +#endif if (!new->mtd.priv) { pr_err("ioremap failed\n"); goto out1;