Linus Torvalds
c856863988
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
...
Pull misc compat stuff updates from Al Viro:
"This part is basically untangling various compat stuff. Compat
syscalls moved to their native counterparts, getting rid of quite a
bit of double-copying and/or set_fs() uses. A lot of field-by-field
copyin/copyout killed off.
- kernel/compat.c is much closer to containing just the
copyin/copyout of compat structs. Not all compat syscalls are gone
from it yet, but it's getting there.
- ipc/compat_mq.c killed off completely.
- block/compat_ioctl.c cleaned up; floppy compat ioctls moved to
drivers/block/floppy.c where they belong. Yes, there are several
drivers that implement some of the same ioctls. Some are m68k and
one is 32bit-only pmac. drivers/block/floppy.c is the only one in
that bunch that can be built on biarch"
* 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
mqueue: move compat syscalls to native ones
usbdevfs: get rid of field-by-field copyin
compat_hdio_ioctl: get rid of set_fs()
take floppy compat ioctls to sodding floppy.c
ipmi: get rid of field-by-field __get_user()
ipmi: get COMPAT_IPMICTL_RECEIVE_MSG in sync with the native one
rt_sigtimedwait(): move compat to native
select: switch compat_{get,put}_fd_set() to compat_{get,put}_bitmap()
put_compat_rusage(): switch to copy_to_user()
sigpending(): move compat to native
getrlimit()/setrlimit(): move compat to native
times(2): move compat to native
compat_{get,put}_bitmap(): use unsafe_{get,put}_user()
fb_get_fscreeninfo(): don't bother with do_fb_ioctl()
do_sigaltstack(): lift copying to/from userland into callers
take compat_sys_old_getrlimit() to native syscall
trim __ARCH_WANT_SYS_OLD_GETRLIMIT
2017-07-06 20:57:13 -07:00
..
2014-06-04 22:50:41 +02:00
2013-02-01 10:00:22 +01:00
2015-11-11 08:35:45 +01:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2015-09-03 12:08:02 +02:00
2015-09-03 12:08:02 +02:00
2016-02-17 13:47:19 +00:00
2016-05-28 12:35:09 +02:00
2017-01-25 02:51:12 +01:00
2016-05-28 12:35:06 +02:00
2016-05-13 14:02:09 +02:00
2017-02-25 13:45:43 -08:00
2015-04-08 01:09:49 +02:00
2014-03-26 23:09:21 +01:00
2015-06-21 21:52:44 +02:00
2015-03-31 11:59:40 +02:00
2016-10-06 18:02:35 +02:00
2015-04-08 01:09:49 +02:00
2017-01-25 02:51:09 +01:00
2014-08-26 02:18:58 +02:00
2016-05-28 12:35:07 +02:00
2015-04-01 17:22:01 +02:00
2017-05-22 17:26:34 +02:00
2016-05-28 12:35:09 +02:00
2015-03-31 11:59:40 +02:00
2017-01-03 16:34:42 +01:00
2016-10-11 15:06:33 -07:00
2016-05-28 12:35:04 +02:00
2015-04-01 17:21:50 +02:00
2016-09-13 16:45:15 +02:00
2016-01-24 02:53:28 +01:00
2015-09-03 12:08:02 +02:00
2015-02-17 15:37:21 +00:00
2015-03-31 11:59:40 +02:00
2017-01-03 16:34:47 +01:00
2015-09-03 12:08:02 +02:00
2017-04-12 13:52:22 +02:00
2015-07-14 21:47:34 +02:00
2015-03-31 11:59:40 +02:00
2014-11-24 22:47:31 +01:00
2015-03-31 11:59:40 +02:00
2015-11-11 08:38:44 +01:00
2016-10-05 01:31:20 +02:00
2017-01-24 12:23:35 -05:00
2017-05-12 09:56:30 -07:00
2016-04-03 12:32:09 +02:00
2016-05-28 12:35:08 +02:00
2016-05-13 14:02:13 +02:00
2016-04-03 12:32:09 +02:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2015-06-21 21:54:21 +02:00
2017-03-02 08:42:37 +01:00
2016-10-06 18:02:35 +02:00
2014-01-22 20:19:02 +01:00
2010-08-05 13:26:02 +01:00
2015-04-10 15:41:43 +02:00
2009-12-12 13:08:14 +01:00
2017-04-12 15:13:53 +02:00
2017-01-03 16:34:49 +01:00
2015-04-13 16:01:37 +02:00
2014-01-13 23:40:56 +01:00
2016-09-13 17:25:11 +02:00
2016-06-16 10:48:34 +02:00
2016-10-04 16:13:57 +02:00
2015-10-26 09:49:41 +01:00
2016-05-09 12:00:05 +02:00
2016-05-13 14:02:17 +02:00
2015-06-21 21:53:30 +02:00
2016-05-13 14:01:55 +02:00
2017-01-03 16:34:45 +01:00
2015-02-17 15:37:37 +00:00
2013-02-20 18:24:24 +01:00
2009-12-05 09:10:12 -08:00
2017-04-10 11:56:08 +02:00
2016-10-04 16:13:57 +02:00
2016-05-13 14:02:14 +02:00
2015-11-05 11:15:41 +01:00
2015-09-03 12:07:52 +02:00
2017-03-28 16:43:25 -04:00
2014-11-24 07:45:37 +01:00
2015-11-11 08:36:41 +01:00
2014-05-27 11:06:42 +02:00
2015-05-13 10:55:42 +02:00
2016-12-24 11:46:01 -08:00
2015-11-12 11:35:47 +01:00
2015-02-17 15:37:21 +00:00
2014-10-23 19:58:13 +02:00
2017-03-28 14:49:15 +01:00
2017-05-12 09:56:30 -07:00
2016-10-04 16:13:57 +02:00
2017-03-28 14:48:53 +01:00
2017-04-10 11:56:04 +02:00
2015-10-26 09:49:42 +01:00
2012-10-16 22:20:03 +02:00
2017-01-24 12:23:35 -05:00
2016-10-06 18:02:01 +02:00
2017-01-24 12:23:35 -05:00
2013-02-01 10:00:22 +01:00
2016-08-02 09:28:53 +02:00
2013-01-24 13:20:09 +01:00
2015-05-28 15:31:53 +02:00
2017-03-02 08:42:37 +01:00
2012-10-09 09:47:14 +01:00
2014-08-26 02:18:56 +02:00
2012-03-28 18:30:02 +01:00
2016-10-05 18:36:18 -04:00
2014-05-24 00:07:01 +02:00
2013-02-01 10:00:22 +01:00
2014-11-07 15:07:36 +01:00
2016-11-04 01:28:41 +01:00
2017-04-06 13:16:34 -07:00
2014-10-24 02:38:33 +02:00
2015-02-17 15:37:23 +00:00
2015-02-20 13:30:55 +01:00
2013-02-01 10:00:22 +01:00
2016-05-28 12:35:06 +02:00
2017-06-08 14:51:58 +02:00
2014-11-24 07:45:02 +01:00
2015-06-25 17:00:35 -07:00
2011-07-26 16:49:47 -07:00
2017-01-03 16:34:48 +01:00
2014-11-12 21:17:27 +01:00
2013-05-09 17:55:20 +02:00
2016-05-13 14:02:15 +02:00
2014-11-24 07:44:52 +01:00
2016-05-13 14:01:40 +02:00
2017-03-22 11:53:57 +01:00
2016-05-13 14:02:15 +02:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2013-02-01 10:00:22 +01:00
2015-08-03 11:34:15 +02:00
2017-02-21 14:21:11 -08:00
2015-09-03 12:08:05 +02:00
2016-10-11 15:06:32 -07:00
2015-06-21 21:54:10 +02:00
2013-02-01 10:00:22 +01:00
2017-06-08 15:42:05 +02:00
2017-04-07 16:49:01 +02:00
2014-05-30 21:01:11 +02:00
2015-09-03 12:07:39 +02:00
2016-05-09 12:00:05 +02:00
2015-02-17 15:37:24 +00:00
2013-02-01 10:00:22 +01:00
2017-03-28 14:49:01 +01:00
2016-10-06 18:04:04 +02:00
2013-02-01 10:00:22 +01:00
2013-05-08 01:19:07 +02:00
2016-05-28 12:35:07 +02:00
2017-01-03 16:34:41 +01:00
2016-05-13 14:01:48 +02:00
2016-04-03 12:32:09 +02:00
2014-05-28 16:20:22 +01:00
2011-10-20 15:00:18 +01:00
2017-03-28 15:36:20 +01:00
2017-03-02 08:42:37 +01:00
2016-08-02 09:28:53 +02:00
2016-10-05 18:36:18 -04:00
2016-07-24 12:45:00 +02:00
2013-02-01 10:00:22 +01:00
2014-06-02 16:34:41 +02:00
2014-11-24 07:45:36 +01:00
2016-08-26 17:39:35 -07:00
2017-04-20 08:47:47 -05:00
2011-03-14 21:07:26 +01:00
2017-04-10 11:56:06 +02:00
2017-06-08 14:51:58 +02:00
2017-04-10 11:56:06 +02:00
2016-05-13 15:30:25 +02:00
2016-10-07 18:46:29 -07:00
2016-10-04 16:13:57 +02:00
2014-05-29 15:08:23 +02:00
2016-11-17 08:17:36 +01:00
2015-06-21 21:54:14 +02:00
2016-10-12 14:34:45 +02:00
2012-08-17 10:57:28 +02:00
2017-03-28 16:43:25 -04:00
2014-08-02 00:06:38 +02:00
2013-02-01 10:00:22 +01:00
2014-01-22 20:19:02 +01:00
2016-08-04 08:50:07 -04:00
2016-06-15 23:58:31 +02:00
2015-01-13 16:04:28 +01:00
2016-04-03 12:32:09 +02:00
2013-02-01 10:00:22 +01:00
2014-06-26 10:48:18 +01:00
2016-08-06 09:13:11 -04:00
2013-02-03 18:33:02 -05:00
2016-05-13 14:01:50 +02:00
2016-02-25 10:56:58 +01:00
2017-01-03 16:34:44 +01:00
2013-02-01 10:00:22 +01:00
2012-10-09 09:47:14 +01:00
2014-07-30 21:46:19 +02:00
2013-02-01 10:00:22 +01:00
2017-03-08 11:16:26 +01:00
2015-02-17 15:37:20 +00:00
2017-01-03 16:34:42 +01:00
2013-07-01 15:10:48 +02:00
2011-06-15 14:35:33 +02:00
2013-02-01 10:00:22 +01:00
2017-01-03 16:34:42 +01:00
2016-08-04 08:50:07 -04:00
2016-12-24 11:46:01 -08:00
2017-01-03 16:34:41 +01:00
2015-09-03 12:07:38 +02:00
2014-05-30 18:21:30 +02:00
2017-03-28 14:49:30 +01:00
2015-09-03 12:07:45 +02:00
2017-02-03 15:19:01 +00:00
2011-12-07 22:01:45 +00:00
2015-05-27 15:22:15 +02:00
2013-02-01 10:00:22 +01:00
2015-06-21 21:52:50 +02:00
2013-02-01 10:00:22 +01:00
2014-11-24 22:47:31 +01:00
2017-04-06 02:08:09 -04:00
2017-04-12 13:52:21 +02:00
2017-05-27 15:38:02 -04:00
2016-10-07 18:46:30 -07:00
2015-11-11 08:36:41 +01:00
2013-09-18 17:13:58 +02:00
2015-08-26 15:23:40 +02:00
2013-02-01 10:00:22 +01:00
2016-05-09 12:00:02 +02:00