mbox series

[GIT,PULL] : soundwire fixes for v5.2-rc4

Message ID 20190607095633.GD9160@vkoul-mobl.Dlink (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] : soundwire fixes for v5.2-rc4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-5.2-rc4

Message

Vinod Koul June 7, 2019, 9:56 a.m. UTC
Hey Greg,

Please consider pull to receive fixes for soundwire for 5.2. We have 3
fixes done by Srini and all are in linux-next

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-5.2-rc4

for you to fetch changes up to 39194128701bf2af9bbc420ffe6e3cb5d2c16061:

  soundwire: intel: set dai min and max channels correctly (2019-06-06 22:48:41 +0530)

----------------------------------------------------------------
soundwire fixes for v5.2-rc4

Srinivas Kandagatla fixed by bunch of issues, two in core for locking
and out of bound access and one in intel driver copy-paste

----------------------------------------------------------------
Srinivas Kandagatla (3):
      soundwire: stream: fix out of boundary access on port properties
      soundwire: stream: fix bad unlock balance
      soundwire: intel: set dai min and max channels correctly

 drivers/soundwire/intel.c  | 4 ++--
 drivers/soundwire/stream.c | 7 +++----
 2 files changed, 5 insertions(+), 6 deletions(-)

Thanks

Comments

Greg Kroah-Hartman June 10, 2019, 4:08 p.m. UTC | #1
On Fri, Jun 07, 2019 at 03:26:33PM +0530, Vinod Koul wrote:
> Hey Greg,
> 
> Please consider pull to receive fixes for soundwire for 5.2. We have 3
> fixes done by Srini and all are in linux-next
> 
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-5.2-rc4

Pulled and pushed out, thanks.

greg k-h