On Mon, 04 Nov 2019 18:00:05 -0500, Mohammad Nasirifar said:
Fix stale references to files containing syscall definitions in 'include/linux/syscalls.h' and 'include/uapi/asm-generic/unistd.h', pointing to 'kernel/itimer.c', 'kernel/hrtimer.c', and 'kernel/time.c'. They are now under 'kernel/time'.
Also definitions of 'getpid', 'getppid', 'getuid', 'geteuid', 'getgid', 'getegid', 'gettid', and 'sysinfo' are now in 'kernel/sys.c'.
Signed-off-by: Mohammad Nasirifar <farnasirim@gmail.com> --- include/linux/syscalls.h | 8 ++++---- include/uapi/asm-generic/unistd.h | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-)
This patch looks sane, correct, and properly formatted. All in all, a good first patch. :) Feel free to add this when you submit it: Acked-by: Valdis Kletnieks <valdis.kletnieks@vt.edu> As far as where to send it? Looking at the output of get_maintainer.pl for those two files, I'd use: To: Arnd Bergmann <arnd@arndb.de>, Andrew Morton <akpm@linux-foundation.org> cc: linux-api@vger.kernel.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org (Arnd as maintainer, Andrew because he's well-known as having a soft spot for trivial patches, and the three lists because they're relevant lists. I skipped all the BPF people because although they've done commits to those files, this isn't really BPF related.)