2020-11-23 15:46:18

by Georgi Djakov

[permalink] [raw]
Subject: [GIT PULL] interconnect fixes for 5.10-rc

Hello Greg,

Here is a pull request with a few interconnect fixes for 5.10-rc.
Please take them into char-misc-linus when possible. All patches
have been reviewed and tested. They have been also in linux-next
since last week.

Thanks,
Georgi

The following changes since commit 3cea11cd5e3b00d91caf0b4730194039b45c5891:

Linux 5.10-rc2 (2020-11-01 14:43:51 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-5.10-rc6

for you to fetch changes up to 017496af28e2589c2c2cb396baba0507179d2748:

interconnect: fix memory trashing in of_count_icc_providers() (2020-11-20 16:01:35 +0200)

----------------------------------------------------------------
interconnect fixes for v5.10

This contains a few driver fixes and one core fix:
- Fix an excessive of_node_put() in the core.
- Fix boot regression and integer overflow on msm8974 platforms.
- Fix a minor issue on qcs404 and msm8916 platforms.

Signed-off-by: Georgi Djakov <[email protected]>

----------------------------------------------------------------
Georgi Djakov (4):
interconnect: qcom: msm8974: Prevent integer overflow in rate
interconnect: qcom: msm8974: Don't boost the NoC rate during boot
interconnect: qcom: msm8916: Remove rpm-ids from non-RPM nodes
interconnect: qcom: qcs404: Remove GPU and display RPM IDs

Marek Szyprowski (1):
interconnect: fix memory trashing in of_count_icc_providers()

drivers/interconnect/core.c | 1 -
drivers/interconnect/qcom/msm8916.c | 12 ++++----
drivers/interconnect/qcom/msm8974.c | 12 ++++++++
drivers/interconnect/qcom/qcs404.c | 4 +--
4 files changed, 20 insertions(+), 9 deletions(-)


2020-11-23 16:41:18

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [GIT PULL] interconnect fixes for 5.10-rc

On Mon, Nov 23, 2020 at 05:41:30PM +0200, Georgi Djakov wrote:
> Hello Greg,
>
> Here is a pull request with a few interconnect fixes for 5.10-rc.
> Please take them into char-misc-linus when possible. All patches
> have been reviewed and tested. They have been also in linux-next
> since last week.
>
> Thanks,
> Georgi
>
> The following changes since commit 3cea11cd5e3b00d91caf0b4730194039b45c5891:
>
> Linux 5.10-rc2 (2020-11-01 14:43:51 -0800)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-5.10-rc6

PUlled and pushed out, thanks.

greg k-h