From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751929AbbIOHus (ORCPT ); Tue, 15 Sep 2015 03:50:48 -0400 Received: from mail-pa0-f42.google.com ([209.85.220.42]:32788 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751389AbbIOHur (ORCPT ); Tue, 15 Sep 2015 03:50:47 -0400 Date: Tue, 15 Sep 2015 13:20:41 +0530 From: Sudip Mukherjee To: Dimitri Sivanich , Greg Kroah-Hartman Cc: 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: <20150915075041.GC9305@sudip-pc> References: <1441291851-29411-1-git-send-email-sudipm.mukherjee@gmail.com> <20150903182138.GA4319@sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150903182138.GA4319@sgi.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. regards sudip