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 X-Spam-Level: X-Spam-Status: No, score=-20.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D0A85C433E0 for ; Tue, 2 Feb 2021 09:26:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6DA7664E9C for ; Tue, 2 Feb 2021 09:26:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232923AbhBBJ0V (ORCPT ); Tue, 2 Feb 2021 04:26:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46936 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229975AbhBBJ0Q (ORCPT ); Tue, 2 Feb 2021 04:26:16 -0500 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3BAB7C06174A for ; Tue, 2 Feb 2021 01:25:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; 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=KVcoQAis9qpVojAZk6ftMIgV9FoGH70poOL+UM2Palk=; b=jMFN/LuTCF7Kdzd7ADLDJY8w77 kYruwQQOCl92kCYLWcT6G6gsZ4lb6WoIq0XO5t7sMpAgU+dhvG/bxYiuBIX9anxZUA0xB16l/w/rV axXK9F72kAjhwioKmfXwWPyHP5mGv+XG0oCRe2YSYswVjstt4zqMuZ3X8VdtmFU4rf1Sh78YSgbQN NhwvcLLMpQWitqEsf+d1xQMXOkq/HuBda1CPDlG/DuD5E5sG0YVF3EAssj07IXfaGRfMO2DdprKbP DHG07wnBGP/nG+aiINHZ2PpxnqN3da6maJiFOCrQF3q6DnrSrGHU/B2AK6g5okQfE+ovWRdzKtiAi XEQZMjHA==; Received: from [2001:4bb8:198:6bf4:7f38:755e:a6e0:73e9] (helo=localhost) by casper.infradead.org with esmtpsa (Exim 4.94 #2 (Red Hat Linux)) id 1l6rw8-00Ez5i-Fu; Tue, 02 Feb 2021 09:25:30 +0000 Date: Tue, 2 Feb 2021 10:25:26 +0100 From: Christoph Hellwig To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org Subject: [GIT PULL] dma-mapping fix for 5.11 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 casper.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 6ee1d745b7c9fd573fba142a2efdad76a9f1cb04: Linux 5.11-rc5 (2021-01-24 16:47:14 -0800) are available in the Git repository at: git://git.infradead.org/users/hch/dma-mapping.git tags/dma-mapping-5.11-1 for you to fetch changes up to d17405d52bacd14fe7fdbb10c0434934ea496914: dma-mapping: benchmark: fix kernel crash when dma_map_single fails (2021-01-27 17:18:38 +0100) ---------------------------------------------------------------- dma-mapping fix for 5.11 - fix a kernel crash in the new dma-mapping benchmark test (Barry Song) ---------------------------------------------------------------- Barry Song (1): dma-mapping: benchmark: fix kernel crash when dma_map_single fails kernel/dma/map_benchmark.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)