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: <ZBciwlyC4qJ63339@kroah.com>
Date:   Sun, 19 Mar 2023 15:57:06 +0100
From:   Greg KH <gregkh@...uxfoundation.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Andrew Morton <akpm@...ux-foundation.org>,
        Arnd Bergmann <arnd@...db.de>, linux-kernel@...r.kernel.org
Subject: [GIT PULL] Char/Misc driver updates for 6.3-rc3

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-6.3-rc3

for you to fetch changes up to f551592f72563e119bdec5b9d5242f584111b2aa:

  Merge tag 'icc-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc into char-misc-linus (2023-03-16 10:55:42 +0100)

----------------------------------------------------------------
Char/Misc driver fixes for 6.3-rc3.

Here are a few small char/misc/other driver subsystem patches to resolve
reported problems for 6.3-rc3.

Included in here are:
  - Interconnect driver fixes for reported problems
  - Memory driver fixes for reported problems.
  - nvmem core fix
  - firmware driver fix for reported problem.

All of these have been in linux-next for a while with no reported
issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>

----------------------------------------------------------------
Dmitry Baryshkov (3):
      interconnect: qcom: osm-l3: fix icc_onecell_data allocation
      interconnect: qcom: sm8450: switch to qcom_icc_rpmh_* function
      interconnect: qcom: sm8550: switch to qcom_icc_rpmh_* function

Greg Kroah-Hartman (1):
      Merge tag 'icc-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc into char-misc-linus

Johan Hovold (17):
      interconnect: fix mem leak when freeing nodes
      interconnect: fix icc_provider_del() error handling
      interconnect: fix provider registration API
      interconnect: imx: fix registration race
      interconnect: qcom: osm-l3: fix registration race
      interconnect: qcom: rpm: fix probe child-node error handling
      interconnect: qcom: rpm: fix registration race
      interconnect: qcom: rpmh: fix probe child-node error handling
      interconnect: qcom: rpmh: fix registration race
      interconnect: qcom: msm8974: fix registration race
      interconnect: exynos: fix node leak in probe PM QoS error path
      interconnect: exynos: fix registration race
      interconnect: exynos: drop redundant link destroy
      memory: tegra: fix interconnect registration race
      memory: tegra124-emc: fix interconnect registration race
      memory: tegra20-emc: fix interconnect registration race
      memory: tegra30-emc: fix interconnect registration race

Konrad Dybcio (1):
      interconnect: qcom: qcm2290: Fix MASTER_SNOC_BIMC_NRT

Michael Walle (1):
      nvmem: core: return -ENOENT if nvmem cell is not found

Roman Gushchin (1):
      firmware: xilinx: don't make a sleepable memory allocation from an atomic context

 drivers/firmware/xilinx/zynqmp.c      |  2 +-
 drivers/interconnect/core.c           | 68 +++++++++++++++---------
 drivers/interconnect/imx/imx.c        | 20 +++----
 drivers/interconnect/qcom/icc-rpm.c   | 29 +++++-----
 drivers/interconnect/qcom/icc-rpmh.c  | 30 +++++++----
 drivers/interconnect/qcom/msm8974.c   | 20 +++----
 drivers/interconnect/qcom/osm-l3.c    | 16 +++---
 drivers/interconnect/qcom/qcm2290.c   |  4 +-
 drivers/interconnect/qcom/sm8450.c    | 98 +---------------------------------
 drivers/interconnect/qcom/sm8550.c    | 99 +----------------------------------
 drivers/interconnect/samsung/exynos.c | 30 +++++------
 drivers/memory/tegra/mc.c             | 16 +++---
 drivers/memory/tegra/tegra124-emc.c   | 12 ++---
 drivers/memory/tegra/tegra20-emc.c    | 12 ++---
 drivers/memory/tegra/tegra30-emc.c    | 12 ++---
 drivers/nvmem/core.c                  |  2 +-
 include/linux/interconnect-provider.h | 12 +++++
 17 files changed, 160 insertions(+), 322 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ