From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755507AbcGEVJb (ORCPT ); Tue, 5 Jul 2016 17:09:31 -0400 Received: from mail-it0-f67.google.com ([209.85.214.67]:32929 "EHLO mail-it0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751880AbcGEVJ1 (ORCPT ); Tue, 5 Jul 2016 17:09:27 -0400 Date: Tue, 5 Jul 2016 14:06:47 -0700 From: Olof Johansson To: torvalds@linux-foundation.org Cc: olof@lixom.net, keescook@chromium.org, gwendal@chromium.org, dan.carpenter@oracle.com, linux-kernel@vger.kernel.org Subject: [GIT PULL] platform/chrome: Fix for double fetch of ioctl args Message-ID: <20160705210647.GA9855@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, The following changes since commit 33688abb2802ff3a230bd2441f765477b94cc89e: Linux 4.7-rc4 (2016-06-19 21:30:02 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git tags/chrome-fixes for you to fetch changes up to 096cdc6f52225835ff503f987a0d68ef770bb78e: platform/chrome: cros_ec_dev - double fetch bug in ioctl (2016-07-05 14:01:52 -0700) ---------------------------------------------------------------- platform/chrome: Fix for double-fetched ioctl args A single fix this time, closing a window where ioctl args are fetched twice. ---------------------------------------------------------------- Dan Carpenter (1): platform/chrome: cros_ec_dev - double fetch bug in ioctl drivers/platform/chrome/cros_ec_dev.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)