From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756122AbbIUEir (ORCPT ); Mon, 21 Sep 2015 00:38:47 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:54286 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756109AbbIUEim (ORCPT ); Mon, 21 Sep 2015 00:38:42 -0400 Date: Sun, 20 Sep 2015 19:26:29 -0700 From: Greg Kroah-Hartman To: Sudip Mukherjee Cc: Dimitri Sivanich , Arnd Bergmann , linux-kernel@vger.kernel.org, akpm@linux-foundation.org Subject: Re: [PATCH v2 1/5] drivers/misc/sgi-gru: add return on error Message-ID: <20150921022628.GC21281@kroah.com> References: <1441291851-29411-1-git-send-email-sudipm.mukherjee@gmail.com> <20150903182138.GA4319@sgi.com> <20150915075041.GC9305@sudip-pc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150915075041.GC9305@sudip-pc> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 15, 2015 at 01:20:41PM +0530, Sudip Mukherjee wrote: > On Thu, Sep 03, 2015 at 01:21:38PM -0500, Dimitri Sivanich wrote: > > Acked-by: Dimitri Sivanich > > > > On Thu, Sep 03, 2015 at 08:20:47PM +0530, Sudip Mukherjee wrote: > > > If the buffer is too small then return the error and in the process > > > remove the variables which became unused. > > > > > > Signed-off-by: Sudip Mukherjee > > > --- > Hi Greg, > I know its too early to ping you but just wanted to know that this > should go through your char-misc tree or through Andrew. > Looking at all the previous patches, it all went through Andrew but > being a char/misc I thought it will go through you. I'll take it, thanks. greg k-h