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 53587C7619A for ; Thu, 30 Mar 2023 22:44:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229663AbjC3Wo0 (ORCPT ); Thu, 30 Mar 2023 18:44:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37876 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230467AbjC3WoS (ORCPT ); Thu, 30 Mar 2023 18:44:18 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 179C110AB8 for ; Thu, 30 Mar 2023 15:43:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Type:MIME-Version:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=lTLIbbxbky13nUCsW3l6ilyAtIxc9wDeo61C7fhVk+A=; b=NPbs4KCrjzxCRI1mU8uJBqxU5t wHRIFNCmP2ceMR9KpAs3LuIEn1sQlQuq0hJYKr3oLqsu6Z7XzWQuKIgfpPUMdgBU0B8xcwGUYaErL v2+ixOgr1+LcU22js9hZrIxTHvheRObZmMF/ciEog4jAlb5pJw9ai5Wej9+CaneIjy5D57YoWo1ug aUBAoeV1tEyJIq7a/m7pyqvC00o+JHMB/vjxv1IpuR9D8PNkEJFY4lM9KdzA+POWFV1lkonUgoHlr WKN4ISETU9UY4LOW87dm5yyNY66hcts60X/BifWruf+c8ETAFQqiUt8TBrpHjVS7K/l3+xuF4nwTI 4xwN4M9A==; Received: from [182.171.77.115] (helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1pi0zr-005FV0-32; Thu, 30 Mar 2023 22:43:56 +0000 Date: Fri, 31 Mar 2023 07:43:52 +0900 From: Christoph Hellwig To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, iommu@lists.linux.dev Subject: [GIT PULL] dma-mapping fixes for Linux 6.3 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit eeac8ede17557680855031c6f305ece2378af326: Linux 6.3-rc2 (2023-03-12 16:36:44 -0700) are available in the Git repository at: git://git.infradead.org/users/hch/dma-mapping.git tags/dma-mapping-6.3-2023-03-31 for you to fetch changes up to 0eee5ae1025699ea93d44fdb6ef2365505082103: swiotlb: fix slot alignment checks (2023-03-22 09:03:17 +0100) ---------------------------------------------------------------- dma-mapping fixes for Linux 6.3 - fix for swiotlb deadlock due to wrong alignment checks (GuoRui.Yu, Petr Tesarik) ---------------------------------------------------------------- GuoRui.Yu (1): swiotlb: fix the deadlock in swiotlb_do_find_slots Petr Tesarik (2): swiotlb: use wrap_area_index() instead of open-coding it swiotlb: fix slot alignment checks kernel/dma/swiotlb.c | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-)