[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201101130921.GA4115310@kroah.com>
Date: Sun, 1 Nov 2020 14:09:21 +0100
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Stephen Rothwell <sfr@...b.auug.org.au>
Cc: devel@...uxdriverproject.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] Staging driver fixes for 5.10-rc2
The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-5.10-rc2
for you to fetch changes up to 7e97e4cbf30026b49b0145c3bfe06087958382c5:
staging: fieldbus: anybuss: jump to correct label in an error path (2020-10-27 13:24:51 +0100)
----------------------------------------------------------------
Staging driver fixes for 5.10-rc2
Here are some small staging driver fixes for issues that have been
reported in 5.10-rc1:
- octeon driver fixes
- wfx driver fixes
- memory leak fix in vchiq driver
- fieldbus driver bugfix
- comedi driver bugfix
All of these have been in linux-next with no reported issues
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Alexander Sverdlin (2):
staging: octeon: repair "fixed-link" support
staging: octeon: Drop on uncorrectable alignment or FCS error
Ian Abbott (1):
staging: comedi: cb_pcidas: Allow 2-channel commands for AO subdevice
Jing Xiangfeng (1):
staging: fieldbus: anybuss: jump to correct label in an error path
Jérôme Pouiller (2):
staging: wfx: fix use of uninitialized pointer
staging: wfx: fix test on return value of gpiod_get_value()
Seung-Woo Kim (1):
staging: mmal-vchiq: Fix memory leak for vchiq_instance
drivers/staging/comedi/drivers/cb_pcidas.c | 1 +
drivers/staging/fieldbus/anybuss/arcx-anybus.c | 2 +-
drivers/staging/octeon/ethernet-mdio.c | 6 ----
drivers/staging/octeon/ethernet-rx.c | 34 ++++++++++++----------
drivers/staging/octeon/ethernet.c | 9 ++++++
.../staging/vc04_services/vchiq-mmal/mmal-vchiq.c | 19 +++++++++---
drivers/staging/wfx/bh.c | 2 +-
drivers/staging/wfx/data_tx.c | 6 ++--
8 files changed, 49 insertions(+), 30 deletions(-)
Powered by blists - more mailing lists