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]
Date:   Wed,  1 Jun 2022 07:18:09 -0500
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, Peng Fan <peng.fan@....com>,
        NĂ­colas F . R . A . Prado 
        <nfraprado@...labora.com>,
        Allen-KH Cheng <allen-kh.cheng@...iatek.com>,
        Luca Weiss <luca@...tu.xyz>,
        Mathieu Poirier <mathieu.poirier@...aro.org>,
        Shengjiu Wang <shengjiu.wang@....com>,
        Arnaud Pouliquen <arnaud.pouliquen@...s.st.com>,
        Christophe JAILLET <christophe.jaillet@...adoo.fr>,
        Daniel Baluta <daniel.baluta@....com>,
        Manivannan Sadhasivam <mani@...nel.org>,
        Tinghan Shen <tinghan.shen@...iatek.com>
Subject: [GIT PULL] remoteproc updates for v5.19

The following changes since commit ce522ba9ef7e2d9fb22a39eb3371c0c64e2a433e:

  Linux 5.18-rc2 (2022-04-10 14:21:36 -1000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rproc-v5.19

for you to fetch changes up to bb489b96406104070c1fbe364c441cffae8a2ae4:

  dt-bindings: remoteproc: mediatek: Add optional memory-region to mtk,scp (2022-05-17 03:19:08 +0100)

----------------------------------------------------------------
remoteproc updates for v5.19

This fixes a race condition in the user space interface for starting and
stopping remote processors, it makes the ELF loader properly skip zero
memsz segments and it cleans up the debugfs tracefile code a bit by not
checking for errors.

It introduces support for controlling the audio DSP on Qualcomm MSM8226,
as well as audio and compute DSPs on Qualcomm SC8280XP.

It makes it possible to specify the firmware path for Mediatek's remote
processors, fixes a double free in the SCP driver and addresses an issue
with the SRAM initialization on MT8195.

Lastly it deprecates the custom ELF loader in the iMX remoteproc driver,
in favor of using the shared one.

----------------------------------------------------------------
Allen-KH Cheng (2):
      dt-bindings: remoteproc: mediatek: Add firmware-name property
      remoteproc: mediatek: Allow reading firmware-name from DT

Arnaud Pouliquen (1):
      dt-bindings: remoteproc: st,stm32-rproc: Fix phandle-array parameters description

Bjorn Andersson (2):
      dt-bindings: remoteproc: qcom: pas: Add sc8280xp adsp and nsp pair
      remoteproc: qcom: pas: Add sc8280xp remoteprocs

Christophe JAILLET (1):
      remoteproc: mtk_scp: Fix a potential double free

Daniel Baluta (1):
      remoteproc: imx_dsp_rproc: Make rsc_table optional

Luca Weiss (2):
      dt-bindings: remoteproc: qcom: pas: Add MSM8226 adsp
      remoteproc: qcom: pas: Add MSM8226 ADSP support

Manivannan Sadhasivam (1):
      remoteproc: Don't bother checking the return value of debugfs_create*

Mathieu Poirier (2):
      Merge branch 'rproc-fixes' into rproc-next
      Merge branch 'rproc-fixes' into rproc-next

NĂ­colas F. R. A. Prado (3):
      dt-bindings: remoteproc: mediatek: Add interrupts property to mtk,scp
      dt-bindings: remoteproc: mediatek: Make l1tcm reg exclusive to mt819x
      dt-bindings: remoteproc: mediatek: Add optional memory-region to mtk,scp

Peng Fan (5):
      remoteproc: elf_loader: skip segment with memsz as zero
      remoteproc: imx_dsp_rproc: use common rproc_elf_load_segments
      remoteproc: imx_rproc: Ignore create mem entry for resource table
      dt-bindings: remoteproc: imx_rproc: Support i.MX93
      remoteproc: imx_rproc: Support i.MX93

Shengjiu Wang (2):
      remoteproc: core: Remove state checking before calling rproc_boot()
      remoteproc: core: Move state checking to remoteproc_core

Tinghan Shen (1):
      remoteproc: mediatek: Fix side effect of mt8195 sram power on

 .../bindings/remoteproc/fsl,imx-rproc.yaml         |   9 +-
 .../devicetree/bindings/remoteproc/mtk,scp.yaml    |  57 ++++++++---
 .../devicetree/bindings/remoteproc/qcom,adsp.yaml  |  31 ++++++
 .../bindings/remoteproc/st,stm32-rproc.yaml        |  16 ++--
 drivers/remoteproc/imx_dsp_rproc.c                 | 105 ++-------------------
 drivers/remoteproc/imx_rproc.c                     |  36 +++++++
 drivers/remoteproc/mtk_common.h                    |   2 +
 drivers/remoteproc/mtk_scp.c                       |  76 +++++++++++----
 drivers/remoteproc/qcom_q6v5_pas.c                 |  34 +++++++
 drivers/remoteproc/remoteproc_cdev.c               |  11 ---
 drivers/remoteproc/remoteproc_core.c               |  15 ++-
 drivers/remoteproc/remoteproc_debugfs.c            |  17 +---
 drivers/remoteproc/remoteproc_elf_loader.c         |   2 +-
 drivers/remoteproc/remoteproc_sysfs.c              |  11 ---
 14 files changed, 240 insertions(+), 182 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ