| From: Andrew Morton <akpm@linux-foundation.org> |
| Subject: maintainers-add-myself-as-userfaultfd-reviewer-checkpatch-fixes |
| Date: Fri Mar 21 05:54:54 PM PDT 2025 |
| |
| WARNING: Misordered MAINTAINERS entry - list file patterns in alphabetic order |
| #37: FILE: MAINTAINERS:15228: |
| +F: mm/userfaultfd.c |
| +F: fs/userfaultfd.c |
| |
| WARNING: Misordered MAINTAINERS entry - list file patterns in alphabetic order |
| #39: FILE: MAINTAINERS:15230: |
| +F: include/uapi/linux/userfaultfd.h |
| +F: include/asm-generic/pgtable_uffd.h |
| |
| WARNING: Misordered MAINTAINERS entry - list file patterns in alphabetic order |
| #40: FILE: MAINTAINERS:15231: |
| +F: include/asm-generic/pgtable_uffd.h |
| +F: Documentation/admin-guide/mm/userfaultfd.rst |
| |
| total: 0 errors, 3 warnings, 17 lines checked |
| |
| NOTE: For some of the reported defects, checkpatch may be able to |
| mechanically convert to the typical style using --fix or --fix-inplace. |
| |
| ./patches/maintainers-add-myself-as-userfaultfd-reviewer.patch has style problems, please review. |
| |
| NOTE: If any of the errors are false positives, please report |
| them to the maintainer, see CHECKPATCH in MAINTAINERS. |
| |
| Please run checkpatch prior to sending patches |
| |
| Cc: Andrea Arcangeli <aarcange@redhat.com> |
| Cc: Peter Xu <peterx@redhat.com> |
| Signed-off-by: Andrew Morton <akpm@linux-foundation.org> |
| --- |
| |
| MAINTAINERS | 6 +++--- |
| 1 file changed, 3 insertions(+), 3 deletions(-) |
| |
| --- a/MAINTAINERS~maintainers-add-myself-as-userfaultfd-reviewer-checkpatch-fixes |
| +++ a/MAINTAINERS |
| @@ -15224,11 +15224,11 @@ MEMORY USERFAULTFD |
| M: Andrew Morton <akpm@linux-foundation.org> |
| R: Peter Xu <peterx@redhat.com> |
| S: Maintained |
| -F: mm/userfaultfd.c |
| +F: Documentation/admin-guide/mm/userfaultfd.rst |
| F: fs/userfaultfd.c |
| -F: include/uapi/linux/userfaultfd.h |
| F: include/asm-generic/pgtable_uffd.h |
| -F: Documentation/admin-guide/mm/userfaultfd.rst |
| +F: include/uapi/linux/userfaultfd.h |
| +F: mm/userfaultfd.c |
| F: tools/testing/selftests/mm/uffd-*.[ch] |
| |
| MEMORY TECHNOLOGY DEVICES (MTD) |
| _ |