[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191214152848.GA3460394@kroah.com>
Date: Sat, 14 Dec 2019 16:28:48 +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 fixes for 5.5-rc2
The following changes since commit 9455d25f4e3b3d009fa1b810862e5b06229530e4:
Merge tag 'ntb-5.5' of git://github.com/jonmason/ntb (2019-12-07 18:38:17 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-5.5-rc2
for you to fetch changes up to 16981742717b04644a41052570fb502682a315d2:
binder: fix incorrect calculation for num_valid (2019-12-14 09:10:47 +0100)
----------------------------------------------------------------
Char/Misc driver fixes for 5.5-rc2
Here are 6 small fixes for some reported char/misc driver issues:
- fix build warnings with new 'awk' with the raid6 code
- 4 interconnect driver bugfixes
- binder fix for reported problem
All of these except the binder fix have been in linux-next with no
reported issues. The binder fix is "new" but Todd says it is good as he
has tested it :)
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Georgi Djakov (3):
interconnect: qcom: sdm845: Walk the list safely on node removal
interconnect: qcom: qcs404: Walk the list safely on node removal
interconnect: qcom: msm8974: Walk the list safely on node removal
Greg Kroah-Hartman (1):
lib: raid6: fix awk build warnings
Krzysztof Kozlowski (1):
interconnect: qcom: Fix Kconfig indentation
Todd Kjos (1):
binder: fix incorrect calculation for num_valid
drivers/android/binder.c | 4 ++--
drivers/interconnect/qcom/Kconfig | 14 +++++++-------
drivers/interconnect/qcom/msm8974.c | 8 ++++----
drivers/interconnect/qcom/qcs404.c | 8 ++++----
drivers/interconnect/qcom/sdm845.c | 4 ++--
lib/raid6/unroll.awk | 2 +-
6 files changed, 20 insertions(+), 20 deletions(-)
Powered by blists - more mailing lists