From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
Andrew Morton <akpm@linux-foundation.org>,
Stephen Rothwell <sfr@canb.auug.org.au>
Cc: linux-kernel@vger.kernel.org, devel@linuxdriverproject.org
Subject: [GIT PULL] Staging driver fixes for 4.15-rc4
Date: Fri, 15 Dec 2017 20:00:02 +0100 [thread overview]
Message-ID: <20171215190002.GA5863@kroah.com> (raw)
The following changes since commit 73996933b53ff396d63a7fccd8e824758634dc19:
Merge tag 'staging-4.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging (2017-12-05 09:57:34 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.15-rc4
for you to fetch changes up to 3d2a0c5ff02d57ab7b4f16a6782a66765d930b7d:
Revert "staging: ion: Fix ion_cma_heap allocations" (2017-12-15 19:36:24 +0100)
----------------------------------------------------------------
Staging fixes for 4.15-rc4
Here are some small staging driver fixes for 4.15-rc4.
While there are 4 patches in here, there's really only 2, as one ion
patch got reverted due to build errors reported by 0-day.
The two patches that are the end-result is one for the ccree driver to
prevent an unitialized value from being returned to a caller, and the
other fixes a logic error in the pi433 driver.
All, except for the revert patch, have been in linux-next with no
reported issues. I just made the revert, as linux-next did report
problems with the ion patch :)
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Dan Carpenter (1):
staging: ccree: Uninitialized return in ssi_ahash_import()
Greg Kroah-Hartman (1):
Revert "staging: ion: Fix ion_cma_heap allocations"
John Stultz (1):
staging: ion: Fix ion_cma_heap allocations
Marcus Wolf (1):
staging: pi433: Fixes issue with bit shift in rf69_get_modulation
drivers/staging/ccree/ssi_hash.c | 2 +-
drivers/staging/pi433/rf69.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
next reply other threads:[~2017-12-15 19:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-15 19:00 Greg KH [this message]
2017-12-15 21:03 ` [GIT PULL] Staging driver fixes for 4.15-rc4 Linus Torvalds
2017-12-15 21:29 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171215190002.GA5863@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=devel@linuxdriverproject.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sfr@canb.auug.org.au \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.