[GIT PULL] Driver core fix for 5.17-rc6

From: Greg KH
Date: Fri Feb 25 2022 - 08:23:44 EST


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@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Mårten Lindahl (1):
driver core: Free DMA range map when device is released

drivers/base/dd.c | 5 +++++
1 file changed, 5 insertions(+)