lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211108172357.2477129-1-bjorn.andersson@linaro.org>
Date:   Mon,  8 Nov 2021 11:23:57 -0600
From:   Bjorn Andersson <bjorn.andersson@...aro.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Ohad Ben-Cohen <ohad@...ery.com>, linux-remoteproc@...r.kernel.org,
        linux-kernel@...r.kernel.org,
        Arun Kumar Neelakantam <aneela@...eaurora.org>,
        Alexandru Ardelean <ardeleanalex@...il.com>,
        Arnaud Pouliquen <arnaud.pouliquen@...s.st.com>,
        Cai Huoqing <caihuoqing@...du.com>,
        Chris Lew <clew@...eaurora.org>,
        Kees Cook <keescook@...omium.org>,
        Tinghan Shen <tinghan.shen@...iatek.com>
Subject: [GIT PULL] rpmsg updates for v5.16

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b16a37e1846c9573a847a56fa2f31ba833dae45a:

  rpmsg: glink: Send READ_NOTIFY command in FIFO full case (2021-10-15 11:02:11 -0500)

----------------------------------------------------------------
rpmsg updates for v5.16

For the GLINK implementation this adds support for splitting outgoing
messages that are too large to fit in the fifo, it introduces the use of
"read notifications", to avoid polling in the case where the outgoing
fifo is full and a few bugs are squashed.

The return value of rpmsg_create_ept() for when RPMSG is disabled is
corrected to return a valid error, the Mediatek rpmsg driver is updated
to match the DT binding and a couple of cleanups are done in the virtio
rpmsg driver.

----------------------------------------------------------------
Alexandru Ardelean (1):
      rpmsg: virtio_rpmsg_bus: use dev_warn_ratelimited for msg with no recipient

Arnaud Pouliquen (1):
      rpmsg: Fix rpmsg_create_ept return when RPMSG config is not defined

Arun Kumar Neelakantam (3):
      rpmsg: glink: Add TX_DATA_CONT command while sending
      rpmsg: glink: Remove the rpmsg dev in close_ack
      rpmsg: glink: Send READ_NOTIFY command in FIFO full case

Cai Huoqing (1):
      rpmsg: virtio: Remove unused including <linux/of_device.h>

Chris Lew (1):
      rpmsg: glink: Remove channel decouple from rpdev release

Kees Cook (1):
      rpmsg: glink: Replace strncpy() with strscpy_pad()

Tinghan Shen (1):
      rpmsg: Change naming of mediatek rpmsg property

 drivers/rpmsg/mtk_rpmsg.c         |  2 +-
 drivers/rpmsg/qcom_glink_native.c | 90 +++++++++++++++++++++++++++++++++++----
 drivers/rpmsg/virtio_rpmsg_bus.c  |  3 +-
 include/linux/rpmsg.h             |  2 +-
 4 files changed, 85 insertions(+), 12 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ