public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Driver core patches for 5.3-rc4
@ 2019-08-10 11:53 Greg KH
  2019-08-10 19:30 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2019-08-10 11:53 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel, Stephen Rothwell

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@linuxfoundation.org>

----------------------------------------------------------------
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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-10 19:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-10 11:53 [GIT PULL] Driver core patches for 5.3-rc4 Greg KH
2019-08-10 19:30 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox