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, 16 Sep 2013 23:38:24 +0300 Message-ID: <20130916203824.GP25896@mwanda> References: <5237430B.5040009@canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <5237430B.5040009@canonical.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: driverdev-devel-bounces@linuxdriverproject.org To: Joseph Salisbury Cc: list@osuosl.org, Jiri Kosina , Haiyang Zhang , LKML , open@osuosl.org, HID CORE LAYER , devel@linuxdriverproject.org, thomas@m3y3r.de List-Id: linux-input@vger.kernel.org On Mon, Sep 16, 2013 at 01:42:35PM -0400, Joseph Salisbury wrote: > Reverting the patch changes the driver back to useing kzalloc() and > memcpy() instead of kmemdup. Doing so has uncovered another bug, which > causes an oops on memcpy()[1]. We are in the process of bisecting that > one now and will provide the results. The two bugs are the same it's that the code has shifted a little. Mark the commit as buggy and continue with the git bisect. regards, dan carpenter