]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - include/linux/compat.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / include / linux / compat.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2#ifndef _LINUX_COMPAT_H
3#define _LINUX_COMPAT_H
4/*
5 * These are the type definitions for the architecture specific
6 * syscall compatibility layer.
7 */
1da177e4 8
5180e3e2
AL
9#include <linux/types.h>
10
1da177e4
LT
11#ifdef CONFIG_COMPAT
12
13#include <linux/stat.h>
14#include <linux/param.h> /* for HZ */
15#include <linux/sem.h>
2dceba14
AB
16#include <linux/socket.h>
17#include <linux/if.h>
be84cb43 18#include <linux/fs.h>
45e9683e 19#include <linux/aio_abi.h> /* for aio_context_t */
f5b972e9 20#include <linux/unistd.h>
1da177e4
LT
21
22#include <asm/compat.h>
23#include <asm/siginfo.h>
3f2e05e9 24#include <asm/signal.h>
1da177e4 25
45e87781
L
26#ifndef COMPAT_USE_64BIT_TIME
27#define COMPAT_USE_64BIT_TIME 0
28#endif
29
46836613 30#ifndef __SC_DELOUSE
4f59c718 31#define __SC_DELOUSE(t,v) ((__force t)(unsigned long)(v))
46836613
AV
32#endif
33
217f4433
HC
34#define COMPAT_SYSCALL_DEFINE0(name) \
35 asmlinkage long compat_sys_##name(void)
36
46836613
AV
37#define COMPAT_SYSCALL_DEFINE1(name, ...) \
38 COMPAT_SYSCALL_DEFINEx(1, _##name, __VA_ARGS__)
39#define COMPAT_SYSCALL_DEFINE2(name, ...) \
40 COMPAT_SYSCALL_DEFINEx(2, _##name, __VA_ARGS__)
41#define COMPAT_SYSCALL_DEFINE3(name, ...) \
42 COMPAT_SYSCALL_DEFINEx(3, _##name, __VA_ARGS__)
43#define COMPAT_SYSCALL_DEFINE4(name, ...) \
44 COMPAT_SYSCALL_DEFINEx(4, _##name, __VA_ARGS__)
45#define COMPAT_SYSCALL_DEFINE5(name, ...) \
46 COMPAT_SYSCALL_DEFINEx(5, _##name, __VA_ARGS__)
47#define COMPAT_SYSCALL_DEFINE6(name, ...) \
48 COMPAT_SYSCALL_DEFINEx(6, _##name, __VA_ARGS__)
49
46836613 50#define COMPAT_SYSCALL_DEFINEx(x, name, ...) \
83460ec8
AK
51 asmlinkage long compat_sys##name(__MAP(x,__SC_DECL,__VA_ARGS__))\
52 __attribute__((alias(__stringify(compat_SyS##name)))); \
07fe6e00 53 static inline long C_SYSC##name(__MAP(x,__SC_DECL,__VA_ARGS__));\
f9597f24 54 asmlinkage long compat_SyS##name(__MAP(x,__SC_LONG,__VA_ARGS__));\
07fe6e00 55 asmlinkage long compat_SyS##name(__MAP(x,__SC_LONG,__VA_ARGS__))\
46836613 56 { \
07fe6e00 57 return C_SYSC##name(__MAP(x,__SC_DELOUSE,__VA_ARGS__)); \
46836613 58 } \
07fe6e00 59 static inline long C_SYSC##name(__MAP(x,__SC_DECL,__VA_ARGS__))
46836613 60
9b064fc3
AV
61#ifndef compat_user_stack_pointer
62#define compat_user_stack_pointer() current_user_stack_pointer()
63#endif
90268439
AV
64#ifndef compat_sigaltstack /* we'll need that for MIPS */
65typedef struct compat_sigaltstack {
66 compat_uptr_t ss_sp;
67 int ss_flags;
68 compat_size_t ss_size;
69} compat_stack_t;
70#endif
90268439 71
1da177e4
LT
72#define compat_jiffies_to_clock_t(x) \
73 (((unsigned long)(x) * COMPAT_USER_HZ) / HZ)
74
202e5979
SR
75typedef __compat_uid32_t compat_uid_t;
76typedef __compat_gid32_t compat_gid_t;
77
932602e2
HC
78typedef compat_ulong_t compat_aio_context_t;
79
5d0e5283 80struct compat_sel_arg_struct;
1da177e4
LT
81struct rusage;
82
4800a5bb 83struct compat_itimerspec {
1da177e4
LT
84 struct compat_timespec it_interval;
85 struct compat_timespec it_value;
86};
87
88struct compat_utimbuf {
89 compat_time_t actime;
90 compat_time_t modtime;
91};
92
93struct compat_itimerval {
94 struct compat_timeval it_interval;
95 struct compat_timeval it_value;
96};
97
54ad9c46
AV
98struct itimerval;
99int get_compat_itimerval(struct itimerval *, const struct compat_itimerval __user *);
100int put_compat_itimerval(struct compat_itimerval __user *, const struct itimerval *);
101
1da177e4
LT
102struct compat_tms {
103 compat_clock_t tms_utime;
104 compat_clock_t tms_stime;
105 compat_clock_t tms_cutime;
106 compat_clock_t tms_cstime;
107};
108
88959ea9
SR
109struct compat_timex {
110 compat_uint_t modes;
111 compat_long_t offset;
112 compat_long_t freq;
113 compat_long_t maxerror;
114 compat_long_t esterror;
115 compat_int_t status;
116 compat_long_t constant;
117 compat_long_t precision;
118 compat_long_t tolerance;
119 struct compat_timeval time;
120 compat_long_t tick;
121 compat_long_t ppsfreq;
122 compat_long_t jitter;
123 compat_int_t shift;
124 compat_long_t stabil;
125 compat_long_t jitcnt;
126 compat_long_t calcnt;
127 compat_long_t errcnt;
128 compat_long_t stbcnt;
153b5d05 129 compat_int_t tai;
88959ea9 130
4800a5bb
CM
131 compat_int_t:32; compat_int_t:32; compat_int_t:32; compat_int_t:32;
132 compat_int_t:32; compat_int_t:32; compat_int_t:32; compat_int_t:32;
133 compat_int_t:32; compat_int_t:32; compat_int_t:32;
88959ea9
SR
134};
135
3a4d44b6
AV
136struct timex;
137int compat_get_timex(struct timex *, const struct compat_timex __user *);
138int compat_put_timex(struct compat_timex __user *, const struct timex *);
139
1da177e4
LT
140#define _COMPAT_NSIG_WORDS (_COMPAT_NSIG / _COMPAT_NSIG_BPW)
141
142typedef struct {
143 compat_sigset_word sig[_COMPAT_NSIG_WORDS];
144} compat_sigset_t;
145
08d32fe5 146struct compat_sigaction {
2a148698 147#ifndef __ARCH_HAS_IRIX_SIGACTION
08d32fe5
AV
148 compat_uptr_t sa_handler;
149 compat_ulong_t sa_flags;
150#else
2a148698 151 compat_uint_t sa_flags;
08d32fe5
AV
152 compat_uptr_t sa_handler;
153#endif
154#ifdef __ARCH_HAS_SA_RESTORER
155 compat_uptr_t sa_restorer;
156#endif
157 compat_sigset_t sa_mask __packed;
158};
08d32fe5 159
6684ba20
PA
160/*
161 * These functions operate on 32- or 64-bit specs depending on
81993e81 162 * COMPAT_USE_64BIT_TIME, hence the void user pointer arguments.
6684ba20
PA
163 */
164extern int compat_get_timespec(struct timespec *, const void __user *);
165extern int compat_put_timespec(const struct timespec *, void __user *);
166extern int compat_get_timeval(struct timeval *, const void __user *);
167extern int compat_put_timeval(const struct timeval *, void __user *);
f59dd9c8
DD
168extern int compat_get_timespec64(struct timespec64 *, const void __user *);
169extern int compat_put_timespec64(const struct timespec64 *, void __user *);
d5b7ffbf
DD
170extern int get_compat_itimerspec64(struct itimerspec64 *its,
171 const struct compat_itimerspec __user *uits);
172extern int put_compat_itimerspec64(const struct itimerspec64 *its,
173 struct compat_itimerspec __user *uits);
1da177e4
LT
174
175struct compat_iovec {
176 compat_uptr_t iov_base;
177 compat_size_t iov_len;
178};
179
180struct compat_rlimit {
181 compat_ulong_t rlim_cur;
182 compat_ulong_t rlim_max;
183};
184
185struct compat_rusage {
186 struct compat_timeval ru_utime;
187 struct compat_timeval ru_stime;
188 compat_long_t ru_maxrss;
189 compat_long_t ru_ixrss;
190 compat_long_t ru_idrss;
191 compat_long_t ru_isrss;
192 compat_long_t ru_minflt;
193 compat_long_t ru_majflt;
194 compat_long_t ru_nswap;
195 compat_long_t ru_inblock;
196 compat_long_t ru_oublock;
197 compat_long_t ru_msgsnd;
198 compat_long_t ru_msgrcv;
199 compat_long_t ru_nsignals;
200 compat_long_t ru_nvcsw;
201 compat_long_t ru_nivcsw;
202};
203
4800a5bb
CM
204extern int put_compat_rusage(const struct rusage *,
205 struct compat_rusage __user *);
1da177e4
LT
206
207struct compat_siginfo;
208
209extern asmlinkage long compat_sys_waitid(int, compat_pid_t,
210 struct compat_siginfo __user *, int,
211 struct compat_rusage __user *);
212
213struct compat_dirent {
214 u32 d_ino;
215 compat_off_t d_off;
216 u16 d_reclen;
217 char d_name[256];
218};
219
2b1c6bd7
CH
220struct compat_ustat {
221 compat_daddr_t f_tfree;
222 compat_ino_t f_tinode;
223 char f_fname[6];
224 char f_fpack[6];
225};
226
1da177e4
LT
227#define COMPAT_SIGEV_PAD_SIZE ((SIGEV_MAX_SIZE/sizeof(int)) - 3)
228
229typedef struct compat_sigevent {
230 compat_sigval_t sigev_value;
231 compat_int_t sigev_signo;
232 compat_int_t sigev_notify;
233 union {
234 compat_int_t _pad[COMPAT_SIGEV_PAD_SIZE];
235 compat_int_t _tid;
236
237 struct {
238 compat_uptr_t _function;
239 compat_uptr_t _attribute;
240 } _sigev_thread;
241 } _sigev_un;
242} compat_sigevent_t;
243
2dceba14
AB
244struct compat_ifmap {
245 compat_ulong_t mem_start;
246 compat_ulong_t mem_end;
247 unsigned short base_addr;
248 unsigned char irq;
249 unsigned char dma;
250 unsigned char port;
251};
252
4800a5bb 253struct compat_if_settings {
7a50a240
AB
254 unsigned int type; /* Type of physical device or protocol */
255 unsigned int size; /* Size of the data allocated by the caller */
256 compat_uptr_t ifs_ifsu; /* union of pointers */
257};
258
2dceba14 259struct compat_ifreq {
7a50a240
AB
260 union {
261 char ifrn_name[IFNAMSIZ]; /* if name, e.g. "en0" */
262 } ifr_ifrn;
263 union {
264 struct sockaddr ifru_addr;
265 struct sockaddr ifru_dstaddr;
266 struct sockaddr ifru_broadaddr;
267 struct sockaddr ifru_netmask;
268 struct sockaddr ifru_hwaddr;
269 short ifru_flags;
270 compat_int_t ifru_ivalue;
271 compat_int_t ifru_mtu;
272 struct compat_ifmap ifru_map;
273 char ifru_slave[IFNAMSIZ]; /* Just fits the size */
2dceba14 274 char ifru_newname[IFNAMSIZ];
7a50a240
AB
275 compat_caddr_t ifru_data;
276 struct compat_if_settings ifru_settings;
277 } ifr_ifru;
2dceba14
AB
278};
279
280struct compat_ifconf {
4800a5bb
CM
281 compat_int_t ifc_len; /* size of buffer */
282 compat_caddr_t ifcbuf;
2dceba14
AB
283};
284
34f192c6
IM
285struct compat_robust_list {
286 compat_uptr_t next;
287};
288
289struct compat_robust_list_head {
290 struct compat_robust_list list;
291 compat_long_t futex_offset;
292 compat_uptr_t list_op_pending;
293};
294
495dfbf7
AV
295#ifdef CONFIG_COMPAT_OLD_SIGACTION
296struct compat_old_sigaction {
297 compat_uptr_t sa_handler;
298 compat_old_sigset_t sa_mask;
299 compat_ulong_t sa_flags;
300 compat_uptr_t sa_restorer;
301};
302#endif
303
f1c316a3
SM
304struct compat_keyctl_kdf_params {
305 compat_uptr_t hashname;
306 compat_uptr_t otherinfo;
307 __u32 otherinfolen;
308 __u32 __spare[8];
309};
310
be84cb43
CM
311struct compat_statfs;
312struct compat_statfs64;
313struct compat_old_linux_dirent;
314struct compat_linux_dirent;
315struct linux_dirent64;
316struct compat_msghdr;
317struct compat_mmsghdr;
318struct compat_sysinfo;
319struct compat_sysctl_args;
320struct compat_kexec_segment;
321struct compat_mq_attr;
48b25c43 322struct compat_msgbuf;
be84cb43 323
34f192c6
IM
324extern void compat_exit_robust_list(struct task_struct *curr);
325
326asmlinkage long
327compat_sys_set_robust_list(struct compat_robust_list_head __user *head,
328 compat_size_t len);
329asmlinkage long
ba46df98 330compat_sys_get_robust_list(int pid, compat_uptr_t __user *head_ptr,
34f192c6 331 compat_size_t __user *len_ptr);
1da177e4 332
56e41d3c 333asmlinkage long compat_sys_ipc(u32, int, int, u32, compat_uptr_t, u32);
0e65a81b
AV
334asmlinkage long compat_sys_shmat(int shmid, compat_uptr_t shmaddr, int shmflg);
335asmlinkage long compat_sys_semctl(int semid, int semnum, int cmd, int arg);
336asmlinkage long compat_sys_msgsnd(int msqid, compat_uptr_t msgp,
05ba3f1a 337 compat_ssize_t msgsz, int msgflg);
0e65a81b 338asmlinkage long compat_sys_msgrcv(int msqid, compat_uptr_t msgp,
291fdb0b 339 compat_ssize_t msgsz, compat_long_t msgtyp, int msgflg);
48b25c43 340long compat_sys_msgctl(int first, int second, void __user *uptr);
1da177e4
LT
341long compat_sys_shmctl(int first, int second, void __user *uptr);
342long compat_sys_semtimedop(int semid, struct sembuf __user *tsems,
343 unsigned nsems, const struct compat_timespec __user *timeout);
344asmlinkage long compat_sys_keyctl(u32 option,
345 u32 arg2, u32 arg3, u32 arg4, u32 arg5);
2b1c6bd7 346asmlinkage long compat_sys_ustat(unsigned dev, struct compat_ustat __user *u32);
1da177e4 347
dfd948e3
HC
348asmlinkage ssize_t compat_sys_readv(compat_ulong_t fd,
349 const struct compat_iovec __user *vec, compat_ulong_t vlen);
350asmlinkage ssize_t compat_sys_writev(compat_ulong_t fd,
351 const struct compat_iovec __user *vec, compat_ulong_t vlen);
352asmlinkage ssize_t compat_sys_preadv(compat_ulong_t fd,
f3554f4b 353 const struct compat_iovec __user *vec,
dfd948e3
HC
354 compat_ulong_t vlen, u32 pos_low, u32 pos_high);
355asmlinkage ssize_t compat_sys_pwritev(compat_ulong_t fd,
f3554f4b 356 const struct compat_iovec __user *vec,
dfd948e3 357 compat_ulong_t vlen, u32 pos_low, u32 pos_high);
f17d8b35
MT
358asmlinkage ssize_t compat_sys_preadv2(compat_ulong_t fd,
359 const struct compat_iovec __user *vec,
ddef7ed2 360 compat_ulong_t vlen, u32 pos_low, u32 pos_high, rwf_t flags);
f17d8b35
MT
361asmlinkage ssize_t compat_sys_pwritev2(compat_ulong_t fd,
362 const struct compat_iovec __user *vec,
ddef7ed2 363 compat_ulong_t vlen, u32 pos_low, u32 pos_high, rwf_t flags);
378a10f3
HC
364
365#ifdef __ARCH_WANT_COMPAT_SYS_PREADV64
366asmlinkage long compat_sys_preadv64(unsigned long fd,
367 const struct compat_iovec __user *vec,
368 unsigned long vlen, loff_t pos);
369#endif
370
371#ifdef __ARCH_WANT_COMPAT_SYS_PWRITEV64
372asmlinkage long compat_sys_pwritev64(unsigned long fd,
373 const struct compat_iovec __user *vec,
374 unsigned long vlen, loff_t pos);
375#endif
376
ddef7ed2
CH
377#ifdef __ARCH_WANT_COMPAT_SYS_PREADV64V2
378asmlinkage long compat_sys_readv64v2(unsigned long fd,
379 const struct compat_iovec __user *vec,
380 unsigned long vlen, loff_t pos, rwf_t flags);
381#endif
382
383#ifdef __ARCH_WANT_COMPAT_SYS_PWRITEV64V2
384asmlinkage long compat_sys_pwritev64v2(unsigned long fd,
385 const struct compat_iovec __user *vec,
386 unsigned long vlen, loff_t pos, rwf_t flags);
387#endif
388
e5fbf67d 389asmlinkage long compat_sys_lseek(unsigned int, compat_off_t, unsigned int);
1da177e4 390
38b983b3
AV
391asmlinkage long compat_sys_execve(const char __user *filename, const compat_uptr_t __user *argv,
392 const compat_uptr_t __user *envp);
51f39a1f
DD
393asmlinkage long compat_sys_execveat(int dfd, const char __user *filename,
394 const compat_uptr_t __user *argv,
395 const compat_uptr_t __user *envp, int flags);
1da177e4
LT
396
397asmlinkage long compat_sys_select(int n, compat_ulong_t __user *inp,
398 compat_ulong_t __user *outp, compat_ulong_t __user *exp,
399 struct compat_timeval __user *tvp);
400
5d0e5283
CH
401asmlinkage long compat_sys_old_select(struct compat_sel_arg_struct __user *arg);
402
c202f298 403asmlinkage long compat_sys_wait4(compat_pid_t pid,
7d61c459
AV
404 compat_uint_t __user *stat_addr, int options,
405 struct compat_rusage __user *ru);
c202f298 406
1da177e4
LT
407#define BITS_PER_COMPAT_LONG (8*sizeof(compat_long_t))
408
1e1fc133 409#define BITS_TO_COMPAT_LONGS(bits) DIV_ROUND_UP(bits, BITS_PER_COMPAT_LONG)
1da177e4 410
5fa3839a 411long compat_get_bitmap(unsigned long *mask, const compat_ulong_t __user *umask,
1da177e4
LT
412 unsigned long bitmap_size);
413long compat_put_bitmap(compat_ulong_t __user *umask, unsigned long *mask,
414 unsigned long bitmap_size);
415int copy_siginfo_from_user32(siginfo_t *to, struct compat_siginfo __user *from);
ce395960 416int copy_siginfo_to_user32(struct compat_siginfo __user *to, const siginfo_t *from);
1da177e4
LT
417int get_compat_sigevent(struct sigevent *event,
418 const struct compat_sigevent __user *u_event);
62ab4505
TG
419long compat_sys_rt_tgsigqueueinfo(compat_pid_t tgid, compat_pid_t pid, int sig,
420 struct compat_siginfo __user *uinfo);
495dfbf7
AV
421#ifdef CONFIG_COMPAT_OLD_SIGACTION
422asmlinkage long compat_sys_sigaction(int sig,
423 const struct compat_old_sigaction __user *act,
424 struct compat_old_sigaction __user *oact);
425#endif
1da177e4 426
643a6545
AM
427static inline int compat_timeval_compare(struct compat_timeval *lhs,
428 struct compat_timeval *rhs)
429{
430 if (lhs->tv_sec < rhs->tv_sec)
431 return -1;
432 if (lhs->tv_sec > rhs->tv_sec)
433 return 1;
434 return lhs->tv_usec - rhs->tv_usec;
435}
436
437static inline int compat_timespec_compare(struct compat_timespec *lhs,
438 struct compat_timespec *rhs)
439{
440 if (lhs->tv_sec < rhs->tv_sec)
441 return -1;
442 if (lhs->tv_sec > rhs->tv_sec)
443 return 1;
444 return lhs->tv_nsec - rhs->tv_nsec;
445}
446
83f5d126
DL
447extern int get_compat_itimerspec(struct itimerspec *dst,
448 const struct compat_itimerspec __user *src);
449extern int put_compat_itimerspec(struct compat_itimerspec __user *dst,
450 const struct itimerspec *src);
451
b418da16
CH
452asmlinkage long compat_sys_gettimeofday(struct compat_timeval __user *tv,
453 struct timezone __user *tz);
454asmlinkage long compat_sys_settimeofday(struct compat_timeval __user *tv,
455 struct timezone __user *tz);
456
3158e941
SR
457asmlinkage long compat_sys_adjtimex(struct compat_timex __user *utp);
458
322a56cb
AV
459extern void sigset_from_compat(sigset_t *set, const compat_sigset_t *compat);
460extern void sigset_to_compat(compat_sigset_t *compat, const sigset_t *set);
bebfa101 461
3fd59397
SR
462asmlinkage long compat_sys_migrate_pages(compat_pid_t pid,
463 compat_ulong_t maxnode, const compat_ulong_t __user *old_nodes,
464 const compat_ulong_t __user *new_nodes);
465
032d82d9
RM
466extern int compat_ptrace_request(struct task_struct *child,
467 compat_long_t request,
468 compat_ulong_t addr, compat_ulong_t data);
469
c269f196
RM
470extern long compat_arch_ptrace(struct task_struct *child, compat_long_t request,
471 compat_ulong_t addr, compat_ulong_t data);
472asmlinkage long compat_sys_ptrace(compat_long_t request, compat_long_t pid,
473 compat_long_t addr, compat_long_t data);
c269f196 474
d8d14bd0 475asmlinkage long compat_sys_lookup_dcookie(u32, u32, char __user *, compat_size_t);
f6dfb4fd
DL
476/*
477 * epoll (fs/eventpoll.c) compat bits follow ...
478 */
35280bd4 479struct epoll_event; /* fortunately, this one is fixed-layout */
f6dfb4fd 480asmlinkage long compat_sys_epoll_pwait(int epfd,
35280bd4 481 struct epoll_event __user *events,
f6dfb4fd
DL
482 int maxevents, int timeout,
483 const compat_sigset_t __user *sigmask,
484 compat_size_t sigsetsize);
485
be84cb43
CM
486asmlinkage long compat_sys_utime(const char __user *filename,
487 struct compat_utimbuf __user *t);
4800a5bb
CM
488asmlinkage long compat_sys_utimensat(unsigned int dfd,
489 const char __user *filename,
490 struct compat_timespec __user *t,
491 int flags);
97416ce8 492
be84cb43
CM
493asmlinkage long compat_sys_time(compat_time_t __user *tloc);
494asmlinkage long compat_sys_stime(compat_time_t __user *tptr);
140ff8b0 495asmlinkage long compat_sys_signalfd(int ufd,
4800a5bb
CM
496 const compat_sigset_t __user *sigmask,
497 compat_size_t sigsetsize);
4d672e7a
DL
498asmlinkage long compat_sys_timerfd_settime(int ufd, int flags,
499 const struct compat_itimerspec __user *utmr,
500 struct compat_itimerspec __user *otmr);
501asmlinkage long compat_sys_timerfd_gettime(int ufd,
502 struct compat_itimerspec __user *otmr);
140ff8b0 503
2f2728f6 504asmlinkage long compat_sys_move_pages(pid_t pid, compat_ulong_t nr_pages,
4c696ba7
HC
505 __u32 __user *pages,
506 const int __user *nodes,
507 int __user *status,
508 int flags);
4800a5bb
CM
509asmlinkage long compat_sys_futimesat(unsigned int dfd,
510 const char __user *filename,
4c696ba7 511 struct compat_timeval __user *t);
be84cb43
CM
512asmlinkage long compat_sys_utimes(const char __user *filename,
513 struct compat_timeval __user *t);
4800a5bb 514asmlinkage long compat_sys_newstat(const char __user *filename,
be84cb43 515 struct compat_stat __user *statbuf);
4800a5bb 516asmlinkage long compat_sys_newlstat(const char __user *filename,
be84cb43 517 struct compat_stat __user *statbuf);
4800a5bb
CM
518asmlinkage long compat_sys_newfstatat(unsigned int dfd,
519 const char __user *filename,
4c696ba7
HC
520 struct compat_stat __user *statbuf,
521 int flag);
be84cb43 522asmlinkage long compat_sys_newfstat(unsigned int fd,
4800a5bb 523 struct compat_stat __user *statbuf);
be84cb43
CM
524asmlinkage long compat_sys_statfs(const char __user *pathname,
525 struct compat_statfs __user *buf);
526asmlinkage long compat_sys_fstatfs(unsigned int fd,
527 struct compat_statfs __user *buf);
528asmlinkage long compat_sys_statfs64(const char __user *pathname,
529 compat_size_t sz,
530 struct compat_statfs64 __user *buf);
531asmlinkage long compat_sys_fstatfs64(unsigned int fd, compat_size_t sz,
532 struct compat_statfs64 __user *buf);
533asmlinkage long compat_sys_fcntl64(unsigned int fd, unsigned int cmd,
932602e2 534 compat_ulong_t arg);
be84cb43 535asmlinkage long compat_sys_fcntl(unsigned int fd, unsigned int cmd,
932602e2 536 compat_ulong_t arg);
be84cb43 537asmlinkage long compat_sys_io_setup(unsigned nr_reqs, u32 __user *ctx32p);
932602e2
HC
538asmlinkage long compat_sys_io_getevents(compat_aio_context_t ctx_id,
539 compat_long_t min_nr,
540 compat_long_t nr,
be84cb43
CM
541 struct io_event __user *events,
542 struct compat_timespec __user *timeout);
932602e2 543asmlinkage long compat_sys_io_submit(compat_aio_context_t ctx_id, int nr,
be84cb43 544 u32 __user *iocb);
4800a5bb
CM
545asmlinkage long compat_sys_mount(const char __user *dev_name,
546 const char __user *dir_name,
932602e2 547 const char __user *type, compat_ulong_t flags,
4800a5bb 548 const void __user *data);
be84cb43
CM
549asmlinkage long compat_sys_old_readdir(unsigned int fd,
550 struct compat_old_linux_dirent __user *,
551 unsigned int count);
552asmlinkage long compat_sys_getdents(unsigned int fd,
553 struct compat_linux_dirent __user *dirent,
554 unsigned int count);
be84cb43
CM
555asmlinkage long compat_sys_vmsplice(int fd, const struct compat_iovec __user *,
556 unsigned int nr_segs, unsigned int flags);
557asmlinkage long compat_sys_open(const char __user *filename, int flags,
a218d0fd 558 umode_t mode);
f482e1b4 559asmlinkage long compat_sys_openat(int dfd, const char __user *filename,
a218d0fd 560 int flags, umode_t mode);
be84cb43
CM
561asmlinkage long compat_sys_open_by_handle_at(int mountdirfd,
562 struct file_handle __user *handle,
563 int flags);
3f6d078d
AV
564asmlinkage long compat_sys_truncate(const char __user *, compat_off_t);
565asmlinkage long compat_sys_ftruncate(unsigned int, compat_ulong_t);
be84cb43
CM
566asmlinkage long compat_sys_pselect6(int n, compat_ulong_t __user *inp,
567 compat_ulong_t __user *outp,
568 compat_ulong_t __user *exp,
569 struct compat_timespec __user *tsp,
570 void __user *sig);
571asmlinkage long compat_sys_ppoll(struct pollfd __user *ufds,
572 unsigned int nfds,
573 struct compat_timespec __user *tsp,
574 const compat_sigset_t __user *sigmask,
575 compat_size_t sigsetsize);
be84cb43
CM
576asmlinkage long compat_sys_signalfd4(int ufd,
577 const compat_sigset_t __user *sigmask,
578 compat_size_t sigsetsize, int flags);
579asmlinkage long compat_sys_get_mempolicy(int __user *policy,
580 compat_ulong_t __user *nmask,
581 compat_ulong_t maxnode,
582 compat_ulong_t addr,
583 compat_ulong_t flags);
584asmlinkage long compat_sys_set_mempolicy(int mode, compat_ulong_t __user *nmask,
585 compat_ulong_t maxnode);
586asmlinkage long compat_sys_mbind(compat_ulong_t start, compat_ulong_t len,
587 compat_ulong_t mode,
588 compat_ulong_t __user *nmask,
589 compat_ulong_t maxnode, compat_ulong_t flags);
590
591asmlinkage long compat_sys_setsockopt(int fd, int level, int optname,
592 char __user *optval, unsigned int optlen);
593asmlinkage long compat_sys_sendmsg(int fd, struct compat_msghdr __user *msg,
594 unsigned flags);
507c5f12
CM
595asmlinkage long compat_sys_sendmmsg(int fd, struct compat_mmsghdr __user *mmsg,
596 unsigned vlen, unsigned int flags);
be84cb43
CM
597asmlinkage long compat_sys_recvmsg(int fd, struct compat_msghdr __user *msg,
598 unsigned int flags);
3a49a0f7 599asmlinkage long compat_sys_recv(int fd, void __user *buf, compat_size_t len,
be84cb43 600 unsigned flags);
3a49a0f7 601asmlinkage long compat_sys_recvfrom(int fd, void __user *buf, compat_size_t len,
be84cb43
CM
602 unsigned flags, struct sockaddr __user *addr,
603 int __user *addrlen);
604asmlinkage long compat_sys_recvmmsg(int fd, struct compat_mmsghdr __user *mmsg,
605 unsigned vlen, unsigned int flags,
606 struct compat_timespec __user *timeout);
607asmlinkage long compat_sys_nanosleep(struct compat_timespec __user *rqtp,
608 struct compat_timespec __user *rmtp);
609asmlinkage long compat_sys_getitimer(int which,
610 struct compat_itimerval __user *it);
611asmlinkage long compat_sys_setitimer(int which,
612 struct compat_itimerval __user *in,
613 struct compat_itimerval __user *out);
614asmlinkage long compat_sys_times(struct compat_tms __user *tbuf);
615asmlinkage long compat_sys_setrlimit(unsigned int resource,
616 struct compat_rlimit __user *rlim);
4800a5bb
CM
617asmlinkage long compat_sys_getrlimit(unsigned int resource,
618 struct compat_rlimit __user *rlim);
be84cb43
CM
619asmlinkage long compat_sys_getrusage(int who, struct compat_rusage __user *ru);
620asmlinkage long compat_sys_sched_setaffinity(compat_pid_t pid,
621 unsigned int len,
622 compat_ulong_t __user *user_mask_ptr);
623asmlinkage long compat_sys_sched_getaffinity(compat_pid_t pid,
624 unsigned int len,
625 compat_ulong_t __user *user_mask_ptr);
626asmlinkage long compat_sys_timer_create(clockid_t which_clock,
627 struct compat_sigevent __user *timer_event_spec,
628 timer_t __user *created_timer_id);
629asmlinkage long compat_sys_timer_settime(timer_t timer_id, int flags,
630 struct compat_itimerspec __user *new,
631 struct compat_itimerspec __user *old);
632asmlinkage long compat_sys_timer_gettime(timer_t timer_id,
633 struct compat_itimerspec __user *setting);
634asmlinkage long compat_sys_clock_settime(clockid_t which_clock,
635 struct compat_timespec __user *tp);
636asmlinkage long compat_sys_clock_gettime(clockid_t which_clock,
637 struct compat_timespec __user *tp);
638asmlinkage long compat_sys_clock_adjtime(clockid_t which_clock,
639 struct compat_timex __user *tp);
640asmlinkage long compat_sys_clock_getres(clockid_t which_clock,
641 struct compat_timespec __user *tp);
642asmlinkage long compat_sys_clock_nanosleep(clockid_t which_clock, int flags,
643 struct compat_timespec __user *rqtp,
644 struct compat_timespec __user *rmtp);
4800a5bb 645asmlinkage long compat_sys_rt_sigtimedwait(compat_sigset_t __user *uthese,
be84cb43
CM
646 struct compat_siginfo __user *uinfo,
647 struct compat_timespec __user *uts, compat_size_t sigsetsize);
648asmlinkage long compat_sys_rt_sigsuspend(compat_sigset_t __user *unewset,
649 compat_size_t sigsetsize);
322a56cb
AV
650asmlinkage long compat_sys_rt_sigprocmask(int how, compat_sigset_t __user *set,
651 compat_sigset_t __user *oset,
652 compat_size_t sigsetsize);
fe9c1db2
AV
653asmlinkage long compat_sys_rt_sigpending(compat_sigset_t __user *uset,
654 compat_size_t sigsetsize);
08d32fe5 655#ifndef CONFIG_ODD_RT_SIGACTION
08d32fe5
AV
656asmlinkage long compat_sys_rt_sigaction(int,
657 const struct compat_sigaction __user *,
658 struct compat_sigaction __user *,
659 compat_size_t);
660#endif
75907d4d
AV
661asmlinkage long compat_sys_rt_sigqueueinfo(compat_pid_t pid, int sig,
662 struct compat_siginfo __user *uinfo);
be84cb43
CM
663asmlinkage long compat_sys_sysinfo(struct compat_sysinfo __user *info);
664asmlinkage long compat_sys_ioctl(unsigned int fd, unsigned int cmd,
932602e2 665 compat_ulong_t arg);
be84cb43
CM
666asmlinkage long compat_sys_futex(u32 __user *uaddr, int op, u32 val,
667 struct compat_timespec __user *utime, u32 __user *uaddr2,
668 u32 val3);
669asmlinkage long compat_sys_getsockopt(int fd, int level, int optname,
670 char __user *optval, int __user *optlen);
ca2c405a
HC
671asmlinkage long compat_sys_kexec_load(compat_ulong_t entry,
672 compat_ulong_t nr_segments,
be84cb43 673 struct compat_kexec_segment __user *,
ca2c405a 674 compat_ulong_t flags);
be84cb43
CM
675asmlinkage long compat_sys_mq_getsetattr(mqd_t mqdes,
676 const struct compat_mq_attr __user *u_mqstat,
677 struct compat_mq_attr __user *u_omqstat);
678asmlinkage long compat_sys_mq_notify(mqd_t mqdes,
679 const struct compat_sigevent __user *u_notification);
680asmlinkage long compat_sys_mq_open(const char __user *u_name,
681 int oflag, compat_mode_t mode,
682 struct compat_mq_attr __user *u_attr);
683asmlinkage long compat_sys_mq_timedsend(mqd_t mqdes,
684 const char __user *u_msg_ptr,
8eee9093 685 compat_size_t msg_len, unsigned int msg_prio,
be84cb43
CM
686 const struct compat_timespec __user *u_abs_timeout);
687asmlinkage ssize_t compat_sys_mq_timedreceive(mqd_t mqdes,
688 char __user *u_msg_ptr,
8eee9093 689 compat_size_t msg_len, unsigned int __user *u_msg_prio,
be84cb43
CM
690 const struct compat_timespec __user *u_abs_timeout);
691asmlinkage long compat_sys_socketcall(int call, u32 __user *args);
692asmlinkage long compat_sys_sysctl(struct compat_sysctl_args __user *args);
4c696ba7 693
b8373363 694extern ssize_t compat_rw_copy_check_uvector(int type,
4800a5bb
CM
695 const struct compat_iovec __user *uvector,
696 unsigned long nr_segs,
b8373363 697 unsigned long fast_segs, struct iovec *fast_pointer,
ac34ebb3 698 struct iovec **ret_pointer);
c41d68a5
PA
699
700extern void __user *compat_alloc_user_space(unsigned long len);
701
a67ba43d
CM
702asmlinkage ssize_t compat_sys_process_vm_readv(compat_pid_t pid,
703 const struct compat_iovec __user *lvec,
2f2728f6
HC
704 compat_ulong_t liovcnt, const struct compat_iovec __user *rvec,
705 compat_ulong_t riovcnt, compat_ulong_t flags);
a67ba43d
CM
706asmlinkage ssize_t compat_sys_process_vm_writev(compat_pid_t pid,
707 const struct compat_iovec __user *lvec,
2f2728f6
HC
708 compat_ulong_t liovcnt, const struct compat_iovec __user *rvec,
709 compat_ulong_t riovcnt, compat_ulong_t flags);
a67ba43d 710
8f9c0119
CM
711asmlinkage long compat_sys_sendfile(int out_fd, int in_fd,
712 compat_off_t __user *offset, compat_size_t count);
19f4fc3a
AV
713asmlinkage long compat_sys_sendfile64(int out_fd, int in_fd,
714 compat_loff_t __user *offset, compat_size_t count);
90268439
AV
715asmlinkage long compat_sys_sigaltstack(const compat_stack_t __user *uss_ptr,
716 compat_stack_t __user *uoss_ptr);
717
e9fb8b7e
CM
718#ifdef __ARCH_WANT_SYS_SIGPENDING
719asmlinkage long compat_sys_sigpending(compat_old_sigset_t __user *set);
720#endif
721
722#ifdef __ARCH_WANT_SYS_SIGPROCMASK
723asmlinkage long compat_sys_sigprocmask(int how, compat_old_sigset_t __user *nset,
724 compat_old_sigset_t __user *oset);
725#endif
726
90268439 727int compat_restore_altstack(const compat_stack_t __user *uss);
c40702c4 728int __compat_save_altstack(compat_stack_t __user *, unsigned long);
bd1c149a
AV
729#define compat_save_altstack_ex(uss, sp) do { \
730 compat_stack_t __user *__uss = uss; \
731 struct task_struct *t = current; \
732 put_user_ex(ptr_to_compat((void __user *)t->sas_ss_sp), &__uss->ss_sp); \
441398d3 733 put_user_ex(t->sas_ss_flags, &__uss->ss_flags); \
bd1c149a 734 put_user_ex(t->sas_ss_size, &__uss->ss_size); \
441398d3
SS
735 if (t->sas_ss_flags & SS_AUTODISARM) \
736 sas_ss_reset(t); \
bd1c149a 737} while (0);
8f9c0119 738
0ad50c38
CM
739asmlinkage long compat_sys_sched_rr_get_interval(compat_pid_t pid,
740 struct compat_timespec __user *interval);
741
91c2e0bc
AV
742asmlinkage long compat_sys_fanotify_mark(int, unsigned int, __u32, __u32,
743 int, const char __user *);
5180e3e2 744
79170fda
KH
745asmlinkage long compat_sys_arch_prctl(int option, unsigned long arg2);
746
5180e3e2
AL
747/*
748 * For most but not all architectures, "am I in a compat syscall?" and
749 * "am I a compat task?" are the same question. For architectures on which
750 * they aren't the same question, arch code can override in_compat_syscall.
751 */
752
753#ifndef in_compat_syscall
754static inline bool in_compat_syscall(void) { return is_compat_task(); }
755#endif
756
cd19c364
FW
757/**
758 * ns_to_compat_timeval - Compat version of ns_to_timeval
759 * @nsec: the nanoseconds value to be converted
760 *
761 * Returns the compat_timeval representation of the nsec parameter.
762 */
763static inline struct compat_timeval ns_to_compat_timeval(s64 nsec)
764{
765 struct timeval tv;
766 struct compat_timeval ctv;
767
768 tv = ns_to_timeval(nsec);
769 ctv.tv_sec = tv.tv_sec;
770 ctv.tv_usec = tv.tv_usec;
771
772 return ctv;
773}
774
775#else /* !CONFIG_COMPAT */
3c761ea0
LT
776
777#define is_compat_task() (0)
5180e3e2 778static inline bool in_compat_syscall(void) { return false; }
3c761ea0 779
1da177e4 780#endif /* CONFIG_COMPAT */
5180e3e2 781
1da177e4 782#endif /* _LINUX_COMPAT_H */