Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1179769
| From | Michal Hocko <mhocko@suse.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] oom: sysrq+f fixes + cleanups |
| Date | 2015-07-08 15:10 +0200 |
| Message-ID | <pJXgR-38d-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi,
some of these patches have been posted already: http://marc.info/?l=linux-mm&m=143462145830969&w=2
This series contains an additional fix for another sysrq+f issue
reported off mailing list (patch #2).
First two patches are clear fixes. The third patch is from David with
my minor changes. The last patch is a cleanup but I have put it after
others because it has seen some opposition in the past.
Shortlog says:
David Rientjes (1):
mm, oom: organize oom context into struct
Michal Hocko (3):
oom: Do not panic when OOM killer is sysrq triggered
oom: Do not invoke oom notifiers on sysrq+f
oom: split out forced OOM killer
Thanks!
And diffstat:
Documentation/sysrq.txt | 5 +-
drivers/tty/sysrq.c | 3 +-
include/linux/oom.h | 26 +++++----
mm/memcontrol.c | 13 +++--
mm/oom_kill.c | 141 +++++++++++++++++++++++++++---------------------
mm/page_alloc.c | 9 +++-
6 files changed, 116 insertions(+), 81 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] oom: sysrq+f fixes + cleanups Michal Hocko <mhocko@suse.com> - 2015-07-08 15:10 +0200
[PATCH 3/4] mm, oom: organize oom context into struct Michal Hocko <mhocko@suse.com> - 2015-07-08 15:10 +0200
Re: [PATCH 3/4] mm, oom: organize oom context into struct David Rientjes <rientjes@google.com> - 2015-07-09 01:40 +0200
Re: [PATCH 3/4] mm, oom: organize oom context into struct Michal Hocko <mhocko@kernel.org> - 2015-07-09 11:00 +0200
[PATCH 2/4] oom: Do not invoke oom notifiers on sysrq+f Michal Hocko <mhocko@suse.com> - 2015-07-08 15:10 +0200
Re: [PATCH 2/4] oom: Do not invoke oom notifiers on sysrq+f David Rientjes <rientjes@google.com> - 2015-07-09 01:40 +0200
Re: [PATCH 2/4] oom: Do not invoke oom notifiers on sysrq+f Michal Hocko <mhocko@kernel.org> - 2015-07-09 11:00 +0200
Re: [PATCH 2/4] oom: Do not invoke oom notifiers on sysrq+f Michal Hocko <mhocko@kernel.org> - 2015-07-15 11:50 +0200
csiph-web