Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fs-elf-drop-map_fixed-usage-from-elf_map-checkpatch-fixes
ERROR: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 0123456789ab ("commit description")' torvalds#8: (before eab0953 ("binfmt_elf: use ELF_ET_DYN_BASE only for PIE")) ERROR: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 0123456789ab ("commit description")' torvalds#15: further from the stack (eab0953 and later by c715b72 ("mm: ERROR: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 0123456789ab ("commit description")' torvalds#17: stack consumption early during execve fully stopped by da029c1 WARNING: 'segement' may be misspelled - perhaps 'segment'? torvalds#64: FILE: arch/metag/kernel/process.c:421: + pr_info("%d (%s): Uhuuh, elf segement at %p requested but the memory is mapped already\n", ERROR: "(foo*)" should be "(foo *)" torvalds#65: FILE: arch/metag/kernel/process.c:422: + task_pid_nr(current), tsk->comm, (void*)addr); WARNING: 'segement' may be misspelled - perhaps 'segment'? torvalds#78: FILE: fs/binfmt_elf.c:381: + pr_info("%d (%s): Uhuuh, elf segement at %p requested but the memory is mapped already\n", WARNING: line over 80 characters torvalds#79: FILE: fs/binfmt_elf.c:382: + task_pid_nr(current), current->comm, (void*)addr); ERROR: "(foo*)" should be "(foo *)" torvalds#79: FILE: fs/binfmt_elf.c:382: + task_pid_nr(current), current->comm, (void*)addr); total: 5 errors, 3 warnings, 60 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/fs-elf-drop-map_fixed-usage-from-elf_map.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: Michal Hocko <mhocko@suse.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
- Loading branch information