From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [stable] [PATCH 0/2] HID: hidraw, fix two NULL pointer dereferences Date: Tue, 5 Oct 2010 10:42:00 -0700 Message-ID: <20101005174200.GB29937@kroah.com> References: <1286292017-6746-1-git-send-email-ospite@studenti.unina.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from kroah.org ([198.145.64.141]:50580 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753292Ab0JERpk (ORCPT ); Tue, 5 Oct 2010 13:45:40 -0400 Content-Disposition: inline In-Reply-To: <1286292017-6746-1-git-send-email-ospite@studenti.unina.it> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Antonio Ospite Cc: linux-input@vger.kernel.org, Jiri Kosina , linux-kernel@vger.kernel.org, Oliver Neukum , stable@kernel.org, Alan Ott On Tue, Oct 05, 2010 at 05:20:15PM +0200, Antonio Ospite wrote: > Hi, > > here are some fixes to hidraw. > > Patches are against 2.6.36-rc6, but they should be ported to other > maintained stable kernels as well. > > Antonio Ospite (2): > HID: hidraw, fix a NULL pointer dereference in hidraw_ioctl > HID: hidraw, fix a NULL pointer dereference in hidraw_write > > drivers/hid/hidraw.c | 11 +++++++++++ > 1 files changed, 11 insertions(+), 0 deletions(-) > > > The first one has been sent already but I am resending it with > stable@stable@kernel.org in the recipients list. Please read Documentation/stable_kernel_rules.txt which shows you how to properly notify the stable developer to pick up the patch (hint, cc:ing them on the patch is not the correct way, you need to add the mark to the signed-off-by: area.) thanks, greg k-h