mbox series

[GIT,PULL] rpmsg updates for v6.1

Message ID 20221007015707.2583858-1-andersson@kernel.org (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] rpmsg updates for v6.1 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rpmsg-v6.1

Message

Bjorn Andersson Oct. 7, 2022, 1:57 a.m. UTC
The following changes since commit 1c23f9e627a7b412978b4e852793c5e3c3efc555:

  Linux 6.0-rc2 (2022-08-21 17:32:54 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rpmsg-v6.1

for you to fetch changes up to 467233a4ac29b215d492843d067a9f091e6bf0c5:

  rpmsg: char: Avoid double destroy of default endpoint (2022-09-21 11:21:33 -0600)

----------------------------------------------------------------
rpmsg updates for v6.1

This fixes a double free/destroy and drops an unnecessary local variable
in the rpmsg char driver.

----------------------------------------------------------------
Shengjiu Wang (1):
      rpmsg: char: Avoid double destroy of default endpoint

ye xingchen (1):
      rpmsg: char: Remove the unneeded result variable

 drivers/rpmsg/rpmsg_char.c | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 7, 2022, 7:20 p.m. UTC | #1
The pull request you sent on Thu,  6 Oct 2022 20:57:07 -0500:

> https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rpmsg-v6.1

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

Thank you!