From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756202AbdLOTAC (ORCPT ); Fri, 15 Dec 2017 14:00:02 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:40970 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755663AbdLOTAA (ORCPT ); Fri, 15 Dec 2017 14:00:00 -0500 Date: Fri, 15 Dec 2017 20:00:02 +0100 From: Greg KH To: Linus Torvalds , Andrew Morton , Stephen Rothwell Cc: linux-kernel@vger.kernel.org, devel@linuxdriverproject.org Subject: [GIT PULL] Staging driver fixes for 4.15-rc4 Message-ID: <20171215190002.GA5863@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 ---------------------------------------------------------------- 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(-)