[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <YhjYV3rG8Qy/oc0y@kroah.com>
Date: Fri, 25 Feb 2022 14:23:35 +0100
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org,
Stephen Rothwell <sfr@...b.auug.org.au>,
Saravana Kannan <saravanak@...gle.com>
Subject: [GIT PULL] Driver core fix for 5.17-rc6
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 <gregkh@...uxfoundation.org>
----------------------------------------------------------------
MÃ¥rten Lindahl (1):
driver core: Free DMA range map when device is released
drivers/base/dd.c | 5 +++++
1 file changed, 5 insertions(+)
Powered by blists - more mailing lists