| From: Andrew Morton <akpm@linux-foundation.org> |
| Subject: mm-add-oom-killer-maintainer-structure-fix-checkpatch-fixes |
| Date: Tue Jun 17 06:15:31 PM PDT 2025 |
| |
| WARNING: Misordered MAINTAINERS entry - list file patterns in alphabetic order |
| #32: FILE: MAINTAINERS:15860: |
| F: mm/oom_kill.c |
| +F: include/linux/oom.h |
| |
| Cc: David Rientjes <rientjes@google.com> |
| Cc: Lorenzo Stoakes <lorenzo.stoakes@oracle.com> |
| Cc: Michal Hocko <mhocko@kernel.org> |
| Cc: SeongJae Park <sj@kernel.org> |
| Cc: Shakeel Butt <shakeel.butt@linux.dev> |
| Cc: Vlastimil Babka <vbabka@suse.cz> |
| Signed-off-by: Andrew Morton <akpm@linux-foundation.org> |
| --- |
| |
| MAINTAINERS | 2 +- |
| 1 file changed, 1 insertion(+), 1 deletion(-) |
| |
| --- a/MAINTAINERS~mm-add-oom-killer-maintainer-structure-fix-checkpatch-fixes |
| +++ a/MAINTAINERS |
| @@ -15854,10 +15854,10 @@ R: David Rientjes <rientjes@google.com> |
| R: Shakeel Butt <shakeel.butt@linux.dev> |
| L: linux-mm@kvack.org |
| S: Maintained |
| -F: mm/oom_kill.c |
| F: include/linux/oom.h |
| F: include/trace/events/oom.h |
| F: include/uapi/linux/oom.h |
| +F: mm/oom_kill.c |
| |
| MEMORY MANAGEMENT - PAGE ALLOCATOR |
| M: Andrew Morton <akpm@linux-foundation.org> |
| _ |