From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8AD94C74A5B for ; Wed, 15 Mar 2023 19:23:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232885AbjCOTXJ (ORCPT ); Wed, 15 Mar 2023 15:23:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37976 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231751AbjCOTW4 (ORCPT ); Wed, 15 Mar 2023 15:22:56 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F04EB5CEE1 for ; Wed, 15 Mar 2023 12:22:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1678908127; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=bLdC3wHFT7oUZ2jPsmMgtk2F4YyIOWga1n5deAIvgCc=; b=U9fBBw+nrTvOI0ZDwqlz9Hy9uTrGfMkcOxI46zX8QvJ35tdC6o140cBoDqzx0wORyduiy6 rll3HCNEP+6heA6Z4N5CdqdKHzMCO2Myz/mhZ2O4YPISMOgryZ1CDb/q9mL2JAmDFe6X5G 77S98MMMh8SUQs+ql+CCr8yi+q38VfU= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-377-IeopC1enPc-oAJsZDGCFrg-1; Wed, 15 Mar 2023 15:22:02 -0400 X-MC-Unique: IeopC1enPc-oAJsZDGCFrg-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id BDB69185A792; Wed, 15 Mar 2023 19:22:01 +0000 (UTC) Received: from desnesn.remote.csb (ovpn-116-3.gru2.redhat.com [10.97.116.3]) by smtp.corp.redhat.com (Postfix) with ESMTP id C825240C6E67; Wed, 15 Mar 2023 19:21:58 +0000 (UTC) From: Desnes Nunes To: iommu@lists.linux.dev, linux-scsi@vger.kernel.org, storagedev@microchip.com, linux-kernel@vger.kernel.org Cc: hch@lst.de, martin.petersen@oracle.com, don.brace@microchip.com, m.szyprowski@samsung.com, robin.murphy@arm.com, jejb@linux.ibm.com, jsnitsel@redhat.com, Desnes Nunes Subject: [PATCH 0/3] scsi: smartpqi: fix DMA overlapping mappings asymmetry Date: Wed, 15 Mar 2023 16:21:27 -0300 Message-Id: <20230315192130.970021-1-desnesn@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org In summary, this series fixes an overlapping mappings asymmetry on the smartpqi driver due to a missing pqi_pci_unmap() call, while also adding the cacheline on debug messages of dma-debug debugging functions. Other minor non-functional updates are also provided. Desnes Nunes (3): dma-debug: small dma_debug_entry's comment and variable name updates dma-debug: add cacheline to user/kernel space dump messages scsi: smartpqi: fix overlapping mappings asymmetry on DMA drivers/scsi/smartpqi/smartpqi_init.c | 2 + kernel/dma/debug.c | 133 ++++++++++++++------------ 2 files changed, 72 insertions(+), 63 deletions(-) -- 2.39.1