From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Carpenter Subject: Re: [v3.11][Regression] HID: hyperv: convert alloc+memcpy to memdup Date: Mon, 30 Sep 2013 17:59:39 +0300 Message-ID: <20130930145939.GK6192@mwanda> References: <20130916203824.GP25896@mwanda> <52376ED9.5080208@canonical.com> <20130916210503.GQ25896@mwanda> <5237A5D5.8010006@canonical.com> <52432152.3030100@canonical.com> <52459942.3020600@canonical.com> <20130927152412.GF6192@mwanda> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: driverdev-devel-bounces@linuxdriverproject.org To: Jiri Kosina Cc: list@osuosl.org, Haiyang Zhang , LKML , open@osuosl.org, thomas@m3y3r.de, HID CORE LAYER , devel@linuxdriverproject.org, Joseph Salisbury List-Id: linux-input@vger.kernel.org On Mon, Sep 30, 2013 at 04:35:47PM +0200, Jiri Kosina wrote: > On Fri, 27 Sep 2013, Dan Carpenter wrote: > > > It looks like magicmouse_raw_event() returns 1 on success and 0 on > > failure. > > Good catch indeed. > > I am not completely sure whether we are going to fix an oops or not by > this, as I haven't seen the actual oops anywhere in this thread :) But > definitely this looks like a good fix. > > Joseph, could you please test with that? Thanks. In the new code both 0 and 1 are treated the same so this can't fix the bug. regards, dan carpenter