public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Stephen Rothwell <sfr@canb.auug.org.au>
Subject: [GIT PULL] Driver core patches for 5.3-rc4
Date: Sat, 10 Aug 2019 13:53:01 +0200	[thread overview]
Message-ID: <20190810115301.GA6047@kroah.com> (raw)

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

             reply	other threads:[~2019-08-10 11:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-10 11:53 Greg KH [this message]
2019-08-10 19:30 ` [GIT PULL] Driver core patches for 5.3-rc4 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190810115301.GA6047@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox