public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: Brian Norris <computersforpeace@gmail.com>
To: Jingoo Han <jg1.han@samsung.com>
Cc: linux-mtd@lists.infradead.org, 'David Woodhouse' <dwmw2@infradead.org>
Subject: Re: [PATCH 00/23] mtd: nand: Remove unnecessary OOM messages
Date: Thu, 2 Jan 2014 17:30:44 -0800	[thread overview]
Message-ID: <20140103013044.GD5631@ld-irv-0074> (raw)
In-Reply-To: <008201cf01e6$6b894da0$429be8e0$%han@samsung.com>

On Thu, Dec 26, 2013 at 11:58:57AM +0900, Jingoo Han wrote:
> The site-specific OOM messages are unnecessary, because they
> duplicate the MM subsystem generic OOM message. For example,
> k.alloc and v.alloc failures use dump_stack().
> 
> Jingoo Han (23):
>       mtd: atmel_nand: Remove unnecessary OOM messages
>       mtd: orion_nand: Remove unnecessary OOM messages
>       mtd: sharpsl: Remove unnecessary OOM messages
>       mtd: au1550nd: Remove unnecessary OOM messages
>       mtd: bf5xx_nand: Remove unnecessary OOM messages
>       mtd: cafe_nand: Remove unnecessary OOM messages
>       mtd: cmx270_nand: Remove unnecessary OOM messages
>       mtd: cs553x_nand: Remove unnecessary OOM messages
>       mtd: diskonchip: Remove unnecessary OOM messages
>       mtd: fsl_elbc_nand: Remove unnecessary OOM messages
>       mtd: fsl_ifc_nand: Remove unnecessary OOM messages
>       mtd: jz4740_nand: Remove unnecessary OOM messages
>       mtd: pasemi_nand: Remove unnecessary OOM messages
>       mtd: txx9ndfmc: Remove unnecessary OOM messages
>       mtd: davinci_nand: Remove unnecessary OOM messages
>       mtd: fsmc_nand: Remove unnecessary OOM messages
>       mtd: nand-gpio: Remove unnecessary OOM messages
>       mtd: lpc32xx_mlc: Remove unnecessary OOM messages
>       mtd: lpc32xx_slc: Remove unnecessary OOM messages
>       mtd: mpc5121_nfc: Remove unnecessary OOM messages
>       mtd: plat_nand: Remove unnecessary OOM messages
>       mtd: s3c2410: Remove unnecessary OOM messages
>       mtd: sh_flctl: Remove unnecessary OOM messages

Pushed all but patch 21 (plat_nand; it had dependencies on a previous
patch that I skipped) to l2-mtd.git. Thanks.

Brian

      parent reply	other threads:[~2014-01-03  1:31 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-26  2:58 [PATCH 00/23] mtd: nand: Remove unnecessary OOM messages Jingoo Han
2013-12-26  3:00 ` [PATCH 01/23] mtd: atmel_nand: " Jingoo Han
2013-12-27  6:55   ` Josh Wu
2013-12-26  3:00 ` [PATCH 02/23] mtd: orion_nand: " Jingoo Han
2013-12-26  3:01 ` [PATCH 03/23] mtd: sharpsl: " Jingoo Han
2013-12-26  3:02 ` [PATCH 04/23] mtd: au1550nd: " Jingoo Han
2013-12-26  3:04 ` [PATCH 05/23] mtd: bf5xx_nand: " Jingoo Han
2013-12-26  7:53   ` Mike Frysinger
2013-12-26  3:04 ` [PATCH 06/23] mtd: cafe_nand: " Jingoo Han
2013-12-26  3:06 ` [PATCH 07/23] mtd: cmx270_nand: " Jingoo Han
2013-12-26  3:06 ` [PATCH 08/23] mtd: cs553x_nand: " Jingoo Han
2013-12-26  3:07 ` [PATCH 09/23] mtd: diskonchip: " Jingoo Han
2013-12-26  3:08 ` [PATCH 10/23] mtd: fsl_elbc_nand: " Jingoo Han
2013-12-26  3:09 ` [PATCH 11/23] mtd: fsl_ifc_nand: " Jingoo Han
2013-12-26  3:09 ` [PATCH 12/23] mtd: jz4740_nand: " Jingoo Han
2013-12-26  3:11 ` [PATCH 13/23] mtd: pasemi_nand: " Jingoo Han
2013-12-27  5:43   ` Olof Johansson
2013-12-27  5:49     ` Jingoo Han
2013-12-26  3:12 ` [PATCH 14/23] mtd: txx9ndfmc: " Jingoo Han
2013-12-26  3:13 ` [PATCH 15/23] mtd: davinci_nand: " Jingoo Han
2013-12-26  3:16 ` [PATCH 16/23] mtd: fsmc_nand: " Jingoo Han
2014-01-07 17:55   ` Linus Walleij
2013-12-26  3:17 ` [PATCH 17/23] mtd: nand-gpio: " Jingoo Han
2013-12-26  3:18 ` [PATCH 18/23] mtd: lpc32xx_mlc: " Jingoo Han
2013-12-26 10:30   ` Roland Stigge
2013-12-26  3:18 ` [PATCH 19/23] mtd: lpc32xx_slc: " Jingoo Han
2013-12-26 10:30   ` Roland Stigge
2013-12-26  3:19 ` [PATCH 20/23] mtd: mpc5121_nfc: " Jingoo Han
2013-12-26  3:21 ` [PATCH 21/23] mtd: plat_nand: " Jingoo Han
2013-12-26  3:21 ` [PATCH 22/23] mtd: s3c2410: " Jingoo Han
2013-12-26  3:22 ` [PATCH 23/23] mtd: sh_flctl: " Jingoo Han
2014-01-03  1:30 ` Brian Norris [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140103013044.GD5631@ld-irv-0074 \
    --to=computersforpeace@gmail.com \
    --cc=dwmw2@infradead.org \
    --cc=jg1.han@samsung.com \
    --cc=linux-mtd@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox