From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:37504 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S971581AbdDYSEd (ORCPT ); Tue, 25 Apr 2017 14:04:33 -0400 Date: Tue, 25 Apr 2017 20:04:24 +0200 From: Greg Kroah-Hartman To: Maksim Salau Cc: Juergen Stuber , legousb-devel@lists.sourceforge.net, linux-usb@vger.kernel.org, Alfredo Rafael Vicente Boix , stable@vger.kernel.org Subject: Re: [PATCH v2] usb: misc: legousbtower: Fix buffers on stack Message-ID: <20170425180424.GA899@kroah.com> References: <20170422162437.6420-1-maksim.salau@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170422162437.6420-1-maksim.salau@gmail.com> Sender: stable-owner@vger.kernel.org List-ID: On Sat, Apr 22, 2017 at 07:24:37PM +0300, Maksim Salau wrote: > Allocate buffers on HEAP instead of STACK for local structures > that are to be received using usb_control_msg(). > > Signed-off-by: Maksim Salau > Tested-by: Alfredo Rafael Vicente Boix > Cc: stable@vger.kernel.org This patch does not apply to usb-next, what did you make it against? Can you rebase it and resend? thanks, greg k-h