Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

x86: introducing asm/sys_ia32.h

Impact: cleanup, avoid 44 sparse warnings, new file asm/sys_ia32.h

Fixes following sparse warnings:

CHECK arch/x86/ia32/sys_ia32.c
arch/x86/ia32/sys_ia32.c:53:17: warning: symbol 'sys32_truncate64' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:60:17: warning: symbol 'sys32_ftruncate64' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:98:17: warning: symbol 'sys32_stat64' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:109:17: warning: symbol 'sys32_lstat64' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:119:17: warning: symbol 'sys32_fstat64' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:128:17: warning: symbol 'sys32_fstatat' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:164:17: warning: symbol 'sys32_mmap' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:195:17: warning: symbol 'sys32_mprotect' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:201:17: warning: symbol 'sys32_pipe' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:215:17: warning: symbol 'sys32_rt_sigaction' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:291:17: warning: symbol 'sys32_sigaction' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:330:17: warning: symbol 'sys32_rt_sigprocmask' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:370:17: warning: symbol 'sys32_alarm' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:383:17: warning: symbol 'sys32_old_select' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:393:17: warning: symbol 'sys32_waitpid' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:401:17: warning: symbol 'sys32_sysfs' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:406:17: warning: symbol 'sys32_sched_rr_get_interval' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:421:17: warning: symbol 'sys32_rt_sigpending' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:445:17: warning: symbol 'sys32_rt_sigqueueinfo' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:472:17: warning: symbol 'sys32_sysctl' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:517:17: warning: symbol 'sys32_pread' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:524:17: warning: symbol 'sys32_pwrite' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:532:17: warning: symbol 'sys32_personality' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:545:17: warning: symbol 'sys32_sendfile' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:565:17: warning: symbol 'sys32_mmap2' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:589:17: warning: symbol 'sys32_olduname' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:626:6: warning: symbol 'sys32_uname' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:641:6: warning: symbol 'sys32_ustat' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:663:17: warning: symbol 'sys32_execve' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:678:17: warning: symbol 'sys32_clone' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:693:6: warning: symbol 'sys32_lseek' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:698:6: warning: symbol 'sys32_kill' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:703:6: warning: symbol 'sys32_fadvise64_64' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:712:6: warning: symbol 'sys32_vm86_warning' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:726:6: warning: symbol 'sys32_lookup_dcookie' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:732:20: warning: symbol 'sys32_readahead' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:738:17: warning: symbol 'sys32_sync_file_range' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:746:17: warning: symbol 'sys32_fadvise64' was not declared. Should it be static?
arch/x86/ia32/sys_ia32.c:753:17: warning: symbol 'sys32_fallocate' was not declared. Should it be static?
CHECK arch/x86/ia32/ia32_signal.c
arch/x86/ia32/ia32_signal.c:126:17: warning: symbol 'sys32_sigsuspend' was not declared. Should it be static?
arch/x86/ia32/ia32_signal.c:141:17: warning: symbol 'sys32_sigaltstack' was not declared. Should it be static?
arch/x86/ia32/ia32_signal.c:249:17: warning: symbol 'sys32_sigreturn' was not declared. Should it be static?
arch/x86/ia32/ia32_signal.c:279:17: warning: symbol 'sys32_rt_sigreturn' was not declared. Should it be static?
CHECK arch/x86/ia32/ipc32.c
arch/x86/ia32/ipc32.c:12:17: warning: symbol 'sys32_ipc' was not declared. Should it be static?

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

authored by

Jaswinder Singh Rajput and committed by
Ingo Molnar
2f06de06 c805b730

+104 -3
+1 -2
arch/x86/ia32/ia32_signal.c
··· 24 24 #include <asm/ucontext.h> 25 25 #include <asm/uaccess.h> 26 26 #include <asm/i387.h> 27 - #include <asm/ia32.h> 28 27 #include <asm/ptrace.h> 29 28 #include <asm/ia32_unistd.h> 30 29 #include <asm/user32.h> 31 30 #include <asm/sigcontext32.h> 32 31 #include <asm/proto.h> 33 32 #include <asm/vdso.h> 34 - 35 33 #include <asm/sigframe.h> 34 + #include <asm/sys_ia32.h> 36 35 37 36 #define DEBUG_SIG 0 38 37
+1
arch/x86/ia32/ipc32.c
··· 8 8 #include <linux/shm.h> 9 9 #include <linux/ipc.h> 10 10 #include <linux/compat.h> 11 + #include <asm/sys_ia32.h> 11 12 12 13 asmlinkage long sys32_ipc(u32 call, int first, int second, int third, 13 14 compat_uptr_t ptr, u32 fifth)
+1 -1
arch/x86/ia32/sys_ia32.c
··· 44 44 #include <asm/types.h> 45 45 #include <asm/uaccess.h> 46 46 #include <asm/atomic.h> 47 - #include <asm/ia32.h> 48 47 #include <asm/vgtod.h> 48 + #include <asm/sys_ia32.h> 49 49 50 50 #define AA(__x) ((unsigned long)(__x)) 51 51
+101
arch/x86/include/asm/sys_ia32.h
··· 1 + /* 2 + * sys_ia32.h - Linux ia32 syscall interfaces 3 + * 4 + * Copyright (c) 2008 Jaswinder Singh Rajput 5 + * 6 + * This file is released under the GPLv2. 7 + * See the file COPYING for more details. 8 + */ 9 + 10 + #ifndef _ASM_X86_SYS_IA32_H 11 + #define _ASM_X86_SYS_IA32_H 12 + 13 + #include <linux/compiler.h> 14 + #include <linux/linkage.h> 15 + #include <linux/types.h> 16 + #include <linux/signal.h> 17 + #include <asm/compat.h> 18 + #include <asm/ia32.h> 19 + 20 + /* ia32/sys_ia32.c */ 21 + asmlinkage long sys32_truncate64(char __user *, unsigned long, unsigned long); 22 + asmlinkage long sys32_ftruncate64(unsigned int, unsigned long, unsigned long); 23 + 24 + asmlinkage long sys32_stat64(char __user *, struct stat64 __user *); 25 + asmlinkage long sys32_lstat64(char __user *, struct stat64 __user *); 26 + asmlinkage long sys32_fstat64(unsigned int, struct stat64 __user *); 27 + asmlinkage long sys32_fstatat(unsigned int, char __user *, 28 + struct stat64 __user *, int); 29 + struct mmap_arg_struct; 30 + asmlinkage long sys32_mmap(struct mmap_arg_struct __user *); 31 + asmlinkage long sys32_mprotect(unsigned long, size_t, unsigned long); 32 + 33 + asmlinkage long sys32_pipe(int __user *); 34 + struct sigaction32; 35 + struct old_sigaction32; 36 + asmlinkage long sys32_rt_sigaction(int, struct sigaction32 __user *, 37 + struct sigaction32 __user *, unsigned int); 38 + asmlinkage long sys32_sigaction(int, struct old_sigaction32 __user *, 39 + struct old_sigaction32 __user *); 40 + asmlinkage long sys32_rt_sigprocmask(int, compat_sigset_t __user *, 41 + compat_sigset_t __user *, unsigned int); 42 + asmlinkage long sys32_alarm(unsigned int); 43 + 44 + struct sel_arg_struct; 45 + asmlinkage long sys32_old_select(struct sel_arg_struct __user *); 46 + asmlinkage long sys32_waitpid(compat_pid_t, unsigned int *, int); 47 + asmlinkage long sys32_sysfs(int, u32, u32); 48 + 49 + asmlinkage long sys32_sched_rr_get_interval(compat_pid_t, 50 + struct compat_timespec __user *); 51 + asmlinkage long sys32_rt_sigpending(compat_sigset_t __user *, compat_size_t); 52 + asmlinkage long sys32_rt_sigqueueinfo(int, int, compat_siginfo_t __user *); 53 + 54 + #ifdef CONFIG_SYSCTL_SYSCALL 55 + struct sysctl_ia32; 56 + asmlinkage long sys32_sysctl(struct sysctl_ia32 __user *); 57 + #endif 58 + 59 + asmlinkage long sys32_pread(unsigned int, char __user *, u32, u32, u32); 60 + asmlinkage long sys32_pwrite(unsigned int, char __user *, u32, u32, u32); 61 + 62 + asmlinkage long sys32_personality(unsigned long); 63 + asmlinkage long sys32_sendfile(int, int, compat_off_t __user *, s32); 64 + 65 + asmlinkage long sys32_mmap2(unsigned long, unsigned long, unsigned long, 66 + unsigned long, unsigned long, unsigned long); 67 + 68 + struct oldold_utsname; 69 + struct old_utsname; 70 + asmlinkage long sys32_olduname(struct oldold_utsname __user *); 71 + long sys32_uname(struct old_utsname __user *); 72 + 73 + long sys32_ustat(unsigned, struct ustat32 __user *); 74 + 75 + asmlinkage long sys32_execve(char __user *, compat_uptr_t __user *, 76 + compat_uptr_t __user *, struct pt_regs *); 77 + asmlinkage long sys32_clone(unsigned int, unsigned int, struct pt_regs *); 78 + 79 + long sys32_lseek(unsigned int, int, unsigned int); 80 + long sys32_kill(int, int); 81 + long sys32_fadvise64_64(int, __u32, __u32, __u32, __u32, int); 82 + long sys32_vm86_warning(void); 83 + long sys32_lookup_dcookie(u32, u32, char __user *, size_t); 84 + 85 + asmlinkage ssize_t sys32_readahead(int, unsigned, unsigned, size_t); 86 + asmlinkage long sys32_sync_file_range(int, unsigned, unsigned, 87 + unsigned, unsigned, int); 88 + asmlinkage long sys32_fadvise64(int, unsigned, unsigned, size_t, int); 89 + asmlinkage long sys32_fallocate(int, int, unsigned, 90 + unsigned, unsigned, unsigned); 91 + 92 + /* ia32/ia32_signal.c */ 93 + asmlinkage long sys32_sigsuspend(int, int, old_sigset_t); 94 + asmlinkage long sys32_sigaltstack(const stack_ia32_t __user *, 95 + stack_ia32_t __user *, struct pt_regs *); 96 + asmlinkage long sys32_sigreturn(struct pt_regs *); 97 + asmlinkage long sys32_rt_sigreturn(struct pt_regs *); 98 + 99 + /* ia32/ipc32.c */ 100 + asmlinkage long sys32_ipc(u32, int, int, int, compat_uptr_t, u32); 101 + #endif /* _ASM_X86_SYS_IA32_H */