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 6FF18C43219 for ; Fri, 25 Feb 2022 13:23:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241211AbiBYNYN (ORCPT ); Fri, 25 Feb 2022 08:24:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37514 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240629AbiBYNYL (ORCPT ); Fri, 25 Feb 2022 08:24:11 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2528B1A6F81 for ; Fri, 25 Feb 2022 05:23:39 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B310E61D40 for ; Fri, 25 Feb 2022 13:23:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BC0B2C340E7; Fri, 25 Feb 2022 13:23:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1645795418; bh=ld9Jc3A7mvcWAAT4SlTsx2l5buIvb2/d6/lQVL2Pd7o=; h=Date:From:To:Cc:Subject:From; b=Dwxetay/v3zkmdbSdyq7m3BNn0/BU3aQSxq1Am5IQ6wOe2TMAwkSZDbI2xseccZXI yn75va4jCr0hY5xRPkItPNOP2gOnG+NmrVSyttsdjn7cPhJpJq/4mhcKB1SyXNcj6t Q/qOOKcaLrr9r3u9ODlxNf6egOfTCJCpWhvmPdo4= Date: Fri, 25 Feb 2022 14:23:35 +0100 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org, Stephen Rothwell , Saravana Kannan Subject: [GIT PULL] Driver core fix for 5.17-rc6 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07: Linux 5.17-rc1 (2022-01-23 10:12:53 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-5.17-rc6 for you to fetch changes up to d8f7a5484f2188e9af2d9e4e587587d724501b12: driver core: Free DMA range map when device is released (2022-02-22 08:40:02 +0100) ---------------------------------------------------------------- Driver core fix for 5.17-rc6 Here is a single driver core fix for 5.17-rc6. It resolves a reported problem when the DMA map of a device is not properly released. It has been in linux-next with no reported problems. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Mårten Lindahl (1): driver core: Free DMA range map when device is released drivers/base/dd.c | 5 +++++ 1 file changed, 5 insertions(+)