From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752739AbcAGBY2 (ORCPT ); Wed, 6 Jan 2016 20:24:28 -0500 Received: from mail-pa0-f46.google.com ([209.85.220.46]:33915 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752256AbcAGBY1 (ORCPT ); Wed, 6 Jan 2016 20:24:27 -0500 Date: Wed, 6 Jan 2016 17:24:24 -0800 From: Brian Norris To: Insu Yun Cc: dwmw2@infradead.org, linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, taesoo@gatech.edu, yeongjin.jang@gatech.edu, insu@gatech.edu, changwoo@gatech.edu Subject: Re: [PATCH] mtd: fixing memory leak and handling failed kmalloc Message-ID: <20160107012424.GV109450@google.com> References: <1451414709-8581-1-git-send-email-wuninsu@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1451414709-8581-1-git-send-email-wuninsu@gmail.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 Tue, Dec 29, 2015 at 01:45:09PM -0500, Insu Yun wrote: > kmalloc needs to be handled when failing in memory pressure. > Also, it has memory leak in error routine. > > Signed-off-by: Insu Yun Applied to l2-mtd.git