mbox series

[GIT,PULL] rpmsg updates for v5.8

Message ID 20200608182856.2302518-1-bjorn.andersson@linaro.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] rpmsg updates for v5.8 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc.git tags/rpmsg-v5.8

Message

Bjorn Andersson June 8, 2020, 6:28 p.m. UTC
The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

  Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc.git tags/rpmsg-v5.8

for you to fetch changes up to 4f05fc33bebdc7d69259c412dd21d09751827dbd:

  rpmsg: Replace zero-length array with flexible-array (2020-05-12 15:00:48 -0700)

----------------------------------------------------------------
rpmsg updates for v5.8

This replaces a zero-length array with flexible-array and fixes a typo
in a typo in the rpmsg core.

----------------------------------------------------------------
Gustavo A. R. Silva (1):
      rpmsg: Replace zero-length array with flexible-array

Wang Wenhu (1):
      rpmsg: fix a comment typo for rpmsg_device_match()

 drivers/rpmsg/rpmsg_core.c       | 2 +-
 drivers/rpmsg/virtio_rpmsg_bus.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org June 8, 2020, 8:05 p.m. UTC | #1
The pull request you sent on Mon,  8 Jun 2020 11:28:56 -0700:

> https://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc.git tags/rpmsg-v5.8

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

Thank you!