All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] clocksource: remove unnecessary OOM messages
@ 2014-04-29  8:24 Jingoo Han
  2014-04-29  8:26 ` [PATCH 1/4] clocksource: em_sti: " Jingoo Han
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Jingoo Han @ 2014-04-29  8:24 UTC (permalink / raw)
  To: 'Daniel Lezcano'
  Cc: 'Thomas Gleixner', linux-kernel, 'Jingoo Han'

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 (4):
      clocksource: em_sti: remove unnecessary OOM messages
      clocksource: sh_cmt: remove unnecessary OOM messages
      clocksource: sh_mtu2: remove unnecessary OOM messages
      clocksource: sh_tmu: remove unnecessary OOM messages

---
 drivers/clocksource/em_sti.c  |    4 +---
 drivers/clocksource/sh_cmt.c  |    4 +---
 drivers/clocksource/sh_mtu2.c |    4 +---
 drivers/clocksource/sh_tmu.c  |    4 +---
 4 files changed, 4 insertions(+), 12 deletions(-)


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-05-22 12:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-29  8:24 [PATCH 0/4] clocksource: remove unnecessary OOM messages Jingoo Han
2014-04-29  8:26 ` [PATCH 1/4] clocksource: em_sti: " Jingoo Han
2014-05-19 10:48   ` Daniel Lezcano
2014-05-22  4:55     ` Jingoo Han
2014-05-22  7:27       ` Dan Carpenter
2014-05-22 11:54       ` Daniel Lezcano
2014-04-29  8:27 ` [PATCH 2/4] clocksource: sh_cmt: " Jingoo Han
2014-04-29  8:27 ` [PATCH 3/4] clocksource: sh_mtu2: " Jingoo Han
2014-04-29  8:28 ` [PATCH 4/4] clocksource: sh_tmu: " Jingoo Han
2014-05-22 12:06 ` [PATCH 0/4] clocksource: " Daniel Lezcano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.