All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Staging driver fixes for 5.7-rc5
@ 2020-05-08 14:18 ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2020-05-08 14:18 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton, Stephen Rothwell; +Cc: devel, linux-kernel

The following changes since commit 6a8b55ed4056ea5559ebe4f6a4b247f627870d4c:

  Linux 5.7-rc3 (2020-04-26 13:51:02 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-5.7-rc5

for you to fetch changes up to 769acc3656d93aaacada814939743361d284fd87:

  staging: gasket: Check the return value of gasket_get_bar_index() (2020-05-05 12:36:05 +0200)

----------------------------------------------------------------
Staging driver fixes for 5.7-rc5

Here are 3 small driver fixes for 5.7-rc5.

Two of these are documentation fixes:
	- MAINTAINERS update due to removed driver
	- removing Wolfram from the ks7010 driver TODO file
The other patch is a real fix:
	- fix gasket driver to proper check the return value of a call

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

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

----------------------------------------------------------------
Lukas Bulwahn (1):
      MAINTAINERS: remove entry after hp100 driver removal

Oscar Carter (1):
      staging: gasket: Check the return value of gasket_get_bar_index()

Wolfram Sang (1):
      staging: ks7010: remove me from CC list

 MAINTAINERS                          | 5 -----
 drivers/staging/gasket/gasket_core.c | 4 ++++
 drivers/staging/ks7010/TODO          | 1 -
 3 files changed, 4 insertions(+), 6 deletions(-)

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

* [GIT PULL] Staging driver fixes for 5.7-rc5
@ 2020-05-08 14:18 ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2020-05-08 14:18 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton, Stephen Rothwell; +Cc: devel, linux-kernel

The following changes since commit 6a8b55ed4056ea5559ebe4f6a4b247f627870d4c:

  Linux 5.7-rc3 (2020-04-26 13:51:02 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-5.7-rc5

for you to fetch changes up to 769acc3656d93aaacada814939743361d284fd87:

  staging: gasket: Check the return value of gasket_get_bar_index() (2020-05-05 12:36:05 +0200)

----------------------------------------------------------------
Staging driver fixes for 5.7-rc5

Here are 3 small driver fixes for 5.7-rc5.

Two of these are documentation fixes:
	- MAINTAINERS update due to removed driver
	- removing Wolfram from the ks7010 driver TODO file
The other patch is a real fix:
	- fix gasket driver to proper check the return value of a call

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

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

----------------------------------------------------------------
Lukas Bulwahn (1):
      MAINTAINERS: remove entry after hp100 driver removal

Oscar Carter (1):
      staging: gasket: Check the return value of gasket_get_bar_index()

Wolfram Sang (1):
      staging: ks7010: remove me from CC list

 MAINTAINERS                          | 5 -----
 drivers/staging/gasket/gasket_core.c | 4 ++++
 drivers/staging/ks7010/TODO          | 1 -
 3 files changed, 4 insertions(+), 6 deletions(-)
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

* Re: [GIT PULL] Staging driver fixes for 5.7-rc5
  2020-05-08 14:18 ` Greg KH
@ 2020-05-08 16:15   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-05-08 16:15 UTC (permalink / raw)
  To: Greg KH
  Cc: Linus Torvalds, Andrew Morton, Stephen Rothwell, devel, linux-kernel

The pull request you sent on Fri, 8 May 2020 16:18:07 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-5.7-rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e7a1c733fecd6bf71f87f74b36ab51bb3eafd8b3

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

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

* Re: [GIT PULL] Staging driver fixes for 5.7-rc5
@ 2020-05-08 16:15   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-05-08 16:15 UTC (permalink / raw)
  To: Greg KH
  Cc: Stephen Rothwell, Andrew Morton, Linus Torvalds, linux-kernel, devel

The pull request you sent on Fri, 8 May 2020 16:18:07 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-5.7-rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e7a1c733fecd6bf71f87f74b36ab51bb3eafd8b3

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

end of thread, other threads:[~2020-05-08 16:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-08 14:18 [GIT PULL] Staging driver fixes for 5.7-rc5 Greg KH
2020-05-08 14:18 ` Greg KH
2020-05-08 16:15 ` pr-tracker-bot
2020-05-08 16:15   ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.