Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp810366imu; Tue, 11 Dec 2018 07:57:25 -0800 (PST) X-Google-Smtp-Source: AFSGD/WCAGvMyVIr6q+9yV9oxKJmT3pn1bP6hC0bL1MCuz1JzXL8rUv/BeZZwyaorntztinibnoM X-Received: by 2002:a63:6782:: with SMTP id b124mr15243364pgc.151.1544543845169; Tue, 11 Dec 2018 07:57:25 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544543845; cv=none; d=google.com; s=arc-20160816; b=jShvsEY39iXPBdkO2vvlYrW6udyIBLbQ58uL2TqrCOhyyqOqE05WyxuDE0HIQHdCK4 XFrQ6KaRlRjBeSzQhsqO27tirKy/cZiapfgnaujojW0ZQ7mQgLv8a3Dsn7DWT6aso6zL Suw4k0tJCPEcb9fQbjFlCrZDaTi29LfRlNrapTh6sZpNrtOp7H1OBbExYo/zFLOeUuIc zCNAKUJfk5dhZnmAqIhJOSEkSwV2Erv/HTynyzivKj6EeVjMa5mr3srjiO11gHBk99lE 4NW4Kck5pB1YvvTnce8EojO20Nr6TUAw3pMk7rsw013W7IIMOtlPlOrwJR5t8yi2MrRD INnw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=DztoUCGeZjmI+G8IZK6EDnvPABO92AvLEIRWoASrEek=; b=IayYTfhCRHOnQAks+uhK9zQjLqzfuOFPn2Ub3Od7me7bIT+RlIRdHs1rim8qC0rzEP WrxogPAD2IMuJc40kTmpuaU8laagUBmn9b61sezwZFW/EkBCG2ndeMXKUcWr7VfPBY63 MI2d5VVfeAjpZcpn21d06Uxdlidb6rtGk9fx4xqQq2Ef/7WKIBbKZ5VtwpJ4MVkI8Qsg UUy+1A8/zO2weOpgg0KJbkess6Dc5Y5YnuyD2Ei8njVwT6nJgoIYTte4hi1kxjOdn9sN NP8OPh2oWNg2QBy3i32hfjyUz4zCOz0XGmWk9G+aSSQ8JoPrgv9BLiMEQ9Ua3GfUkPMj KAHw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=HqvuYIiK; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l5si5361843pls.423.2018.12.11.07.57.10; Tue, 11 Dec 2018 07:57:25 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=HqvuYIiK; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730392AbeLKPzd (ORCPT + 99 others); Tue, 11 Dec 2018 10:55:33 -0500 Received: from mail.kernel.org ([198.145.29.99]:44146 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730132AbeLKPz1 (ORCPT ); Tue, 11 Dec 2018 10:55:27 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 915C1205C9; Tue, 11 Dec 2018 15:55:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1544543727; bh=gMjN66IapqfY7UfOjMi/Bd4081i+mXDbfJAqTgTlMd0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=HqvuYIiKQpk+iqYmKbpo4sh6GCSqAKXaD+THp/1N7IDwwETvn6lf6oS53JUm+UMTh pFwqu/QFF5yQFIScBeDXSOTZsZaUFCn5xAHUua1nGkS+Zld2ob9bkNUc6UQwB+zoEP sXhcYJ4UP4yre6ec6mhN93QT4Aq2r2KNXFZBen5Y= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Geert Uytterhoeven , Robin Murphy , Joerg Roedel , Sasha Levin Subject: [PATCH 4.19 008/118] iommu/ipmmu-vmsa: Fix crash on early domain free Date: Tue, 11 Dec 2018 16:40:27 +0100 Message-Id: <20181211151644.564364796@linuxfoundation.org> X-Mailer: git-send-email 2.20.0 In-Reply-To: <20181211151644.216668863@linuxfoundation.org> References: <20181211151644.216668863@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review X-Patchwork-Hint: ignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.19-stable review patch. If anyone has any objections, please let me know. ------------------ [ Upstream commit e5b78f2e349eef5d4fca5dc1cf5a3b4b2cc27abd ] If iommu_ops.add_device() fails, iommu_ops.domain_free() is still called, leading to a crash, as the domain was only partially initialized: ipmmu-vmsa e67b0000.mmu: Cannot accommodate DMA translation for IOMMU page tables sata_rcar ee300000.sata: Unable to initialize IPMMU context iommu: Failed to add device ee300000.sata to group 0: -22 Unable to handle kernel NULL pointer dereference at virtual address 0000000000000038 ... Call trace: ipmmu_domain_free+0x1c/0xa0 iommu_group_release+0x48/0x68 kobject_put+0x74/0xe8 kobject_del.part.0+0x3c/0x50 kobject_put+0x60/0xe8 iommu_group_get_for_dev+0xa8/0x1f0 ipmmu_add_device+0x1c/0x40 of_iommu_configure+0x118/0x190 Fix this by checking if the domain's context already exists, before trying to destroy it. Signed-off-by: Geert Uytterhoeven Reviewed-by: Robin Murphy Fixes: d25a2a16f0889 ('iommu: Add driver for Renesas VMSA-compatible IPMMU') Signed-off-by: Joerg Roedel Signed-off-by: Sasha Levin --- drivers/iommu/ipmmu-vmsa.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/iommu/ipmmu-vmsa.c b/drivers/iommu/ipmmu-vmsa.c index 22b94f8a9a04..d8598e44e381 100644 --- a/drivers/iommu/ipmmu-vmsa.c +++ b/drivers/iommu/ipmmu-vmsa.c @@ -501,6 +501,9 @@ static int ipmmu_domain_init_context(struct ipmmu_vmsa_domain *domain) static void ipmmu_domain_destroy_context(struct ipmmu_vmsa_domain *domain) { + if (!domain->mmu) + return; + /* * Disable the context. Flush the TLB as required when modifying the * context registers. -- 2.19.1