linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Char/Misc driver fixes for 4.19-rc6
@ 2018-09-25 14:23 Greg KH
  2018-09-25 14:54 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2018-09-25 14:23 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, Arnd Bergmann, linux-kernel

[Yes, the oddity of sending a pull request to myself is not lost on me...]

The following changes since commit 11da3a7f84f19c26da6f86af878298694ede0804:

  Linux 4.19-rc3 (2018-09-09 17:26:43 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-4.19-rc4

for you to fetch changes up to 422b3db2a5036add39a82425b1dd9fb6c96481e8:

  firmware: Fix security issue with request_firmware_into_buf() (2018-09-12 09:31:00 +0200)

----------------------------------------------------------------
Char/Misc driver fixes for 4.19-rc4

Here are a small handful of char/misc driver fixes for 4.19-rc4.

All of them are simple, resolving reported problems in a few drivers.
Full details are in the shortlog.

All of these have been in linux-next with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Alexander Usyskin (1):
      mei: ignore not found client in the enumeration

Bryant G. Ly (1):
      misc: ibmvsm: Fix wrong assignment of return code

Gustavo A. R. Silva (1):
      misc: hmc6352: fix potential Spectre v1

John Hubbard (1):
      mei: fix use-after-free in mei_cl_write

K. Y. Srinivasan (1):
      Tools: hv: Fix a bug in the key delete code

Minchan Kim (1):
      android: binder: fix the race mmap and alloc_new_buf_locked

Rishabh Bhatnagar (1):
      firmware: Fix security issue with request_firmware_into_buf()

Stephen Hemminger (1):
      vmbus: don't return values for uninitalized channels

Tomas Winkler (2):
      mei: bus: fix hw module get/put balance
      mei: bus: need to unlink client before freeing

Wei Yongjun (1):
      fpga: dfl: fme: fix return value check in in pr_mgmt_init()

 drivers/android/binder_alloc.c      | 43 ++++++++++++++++++++++++++++++-------
 drivers/base/firmware_loader/main.c | 30 +++++++++++++++-----------
 drivers/fpga/dfl-fme-pr.c           |  2 +-
 drivers/hv/vmbus_drv.c              |  3 +++
 drivers/misc/hmc6352.c              |  2 ++
 drivers/misc/ibmvmc.c               |  2 +-
 drivers/misc/mei/bus.c              | 12 +++++------
 drivers/misc/mei/client.c           |  2 +-
 drivers/misc/mei/hbm.c              |  9 +++++---
 tools/hv/hv_kvp_daemon.c            |  2 +-
 10 files changed, 73 insertions(+), 34 deletions(-)

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

* Re: [GIT PULL] Char/Misc driver fixes for 4.19-rc6
  2018-09-25 14:23 [GIT PULL] Char/Misc driver fixes for 4.19-rc6 Greg KH
@ 2018-09-25 14:54 ` Greg KH
  2018-09-25 15:31   ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2018-09-25 14:54 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, Arnd Bergmann, linux-kernel

On Tue, Sep 25, 2018 at 04:23:44PM +0200, Greg KH wrote:
> [Yes, the oddity of sending a pull request to myself is not lost on me...]

And, I totally messed this up.  Ugh, what kind of idiot does something
like this!  It's not like I haven't been doing this for years!  I should
know better...

Here's the real pull request text that I should have sent out the first
time:

-----------

The following changes since commit 7876320f88802b22d4e2daf7eb027dd14175a0f8:

  Linux 4.19-rc4 (2018-09-16 11:52:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-4.19-rc6

for you to fetch changes up to 59d08d00d43c644ee2011d7ff1807bdd69f31fe0:

  intel_th: pci: Add Ice Lake PCH support (2018-09-18 16:08:38 +0200)

----------------------------------------------------------------
Char/Misc driver fixes for 4.19-rc6

Here are some soundwire and intel_th (tracing) driver fixes for some
reported issues.

Full details are in the shortlog.

All of these have been in linux-next for a week with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Alexander Shishkin (3):
      intel_th: Fix device removal logic
      intel_th: Fix resource handling for ACPI glue layer
      intel_th: pci: Add Ice Lake PCH support

Greg Kroah-Hartman (1):
      Merge tag 'soundwire-4.19-fixes' of git://git.kernel.org/.../vkoul/soundwire into char-misc-linus

Sanyog Kale (1):
      soundwire: Fix acquiring bus lock twice during master release

Shreyas NC (2):
      soundwire: Fix duplicate stream state assignment
      soundwire: Fix incorrect exit after configuring stream

 drivers/hwtracing/intel_th/core.c | 16 +++++++++++++---
 drivers/hwtracing/intel_th/pci.c  |  5 +++++
 drivers/soundwire/stream.c        | 23 +++++++++++++++++------
 3 files changed, 35 insertions(+), 9 deletions(-)

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

* Re: [GIT PULL] Char/Misc driver fixes for 4.19-rc6
  2018-09-25 14:54 ` Greg KH
@ 2018-09-25 15:31   ` Arnd Bergmann
  2018-09-25 15:56     ` gregkh
  0 siblings, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2018-09-25 15:31 UTC (permalink / raw)
  To: gregkh; +Cc: Linus Torvalds, Andrew Morton, Linux Kernel Mailing List

On Tue, Sep 25, 2018 at 4:54 PM Greg KH <gregkh@linuxfoundation.org> wrote:
>
> On Tue, Sep 25, 2018 at 04:23:44PM +0200, Greg KH wrote:
> > [Yes, the oddity of sending a pull request to myself is not lost on me...]
>
> And, I totally messed this up.  Ugh, what kind of idiot does something
> like this!  It's not like I haven't been doing this for years!  I should
> know better...

Ah, I was wondering about that. I even found the char-misc-4.19-rc6 tag,
but it didn't add up. If you want the signoff chain to make more sense,
you can add my

Reviewed-by: Arnd Bergmann <arnd@arndb.de>

when you pull in your own tag. The resource handling in
drivers/hwtracing/intel_th/core.c does look a bit odd, which
confused me for a bit, but that was already the case before
the patches.

      Arnd

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

* Re: [GIT PULL] Char/Misc driver fixes for 4.19-rc6
  2018-09-25 15:31   ` Arnd Bergmann
@ 2018-09-25 15:56     ` gregkh
  0 siblings, 0 replies; 4+ messages in thread
From: gregkh @ 2018-09-25 15:56 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: Linus Torvalds, Andrew Morton, Linux Kernel Mailing List

On Tue, Sep 25, 2018 at 05:31:03PM +0200, Arnd Bergmann wrote:
> On Tue, Sep 25, 2018 at 4:54 PM Greg KH <gregkh@linuxfoundation.org> wrote:
> >
> > On Tue, Sep 25, 2018 at 04:23:44PM +0200, Greg KH wrote:
> > > [Yes, the oddity of sending a pull request to myself is not lost on me...]
> >
> > And, I totally messed this up.  Ugh, what kind of idiot does something
> > like this!  It's not like I haven't been doing this for years!  I should
> > know better...
> 
> Ah, I was wondering about that. I even found the char-misc-4.19-rc6 tag,
> but it didn't add up. If you want the signoff chain to make more sense,
> you can add my
> 
> Reviewed-by: Arnd Bergmann <arnd@arndb.de>
> 
> when you pull in your own tag. The resource handling in
> drivers/hwtracing/intel_th/core.c does look a bit odd, which
> confused me for a bit, but that was already the case before
> the patches.

Thanks for the review.  Yeah, that code is "odd" but then again, all of
the hwtracing code is strange :)

I've already pulled this tag into Linus's tree, I though I would be
passive-aggressive and not tell myself that it was done...

thanks,

greg "this is strange" k-h

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

end of thread, other threads:[~2018-09-25 15:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-25 14:23 [GIT PULL] Char/Misc driver fixes for 4.19-rc6 Greg KH
2018-09-25 14:54 ` Greg KH
2018-09-25 15:31   ` Arnd Bergmann
2018-09-25 15:56     ` gregkh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).