[GIT PULL] Driver core patches for 5.3-rc4

From: Greg KH
Date: Sat Aug 10 2019 - 07:53:16 EST


The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-5.3-rc4

for you to fetch changes up to 8097c43bcbec56fbd0788d99e1e236c0e0d4013f:

Revert "kernfs: fix memleak in kernel_ops_readdir()" (2019-08-08 08:39:35 +0200)

----------------------------------------------------------------
Driver core fixes for 5.3-rc4

Here are 2 small fixes for some driver core issues that have been
reported. There is also a kernfs "fix" here, which was then reverted
because it was found to cause problems in linux-next.

The driver core fixes both resolve reported issues, one with gpioint
stuff that showed up in 5.3-rc1, and the other finally (and hopefully)
resolves a very long standing race when removing glue directories. It's
nice to get that issue finally resolved and the developers involved
should be applauded for the persistence it took to get this patch
finally accepted.

All of these have been in linux-next for a while with no reported
issues. Well, the one reported issue, hence the revert :)

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Andrea Arcangeli (1):
kernfs: fix memleak in kernel_ops_readdir()

Brian Norris (1):
driver core: platform: return -ENXIO for missing GpioInt

Greg Kroah-Hartman (1):
Revert "kernfs: fix memleak in kernel_ops_readdir()"

Muchun Song (1):
driver core: Fix use-after-free and double free on glue directory

drivers/base/core.c | 53 ++++++++++++++++++++++++++++++++++++++++++++++++-
drivers/base/platform.c | 9 +++++++--
2 files changed, 59 insertions(+), 3 deletions(-)