1
0
Fork 0
alistair23-linux/ipc
Al Viro b776e4b1a9 fix a typo in put_compat_shm_info()
"uip" misspelled as "up"; unfortunately, the latter happens to be
a function and gcc is happy to convert it to void *...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2017-09-25 20:41:46 -04:00
..
Makefile mqueue: move compat syscalls to native ones 2017-07-04 13:13:49 -04:00
compat.c semtimedop(): move compat to native 2017-07-15 20:46:47 -04:00
ipc_sysctl.c ipc/msg: increase MSGMNI, remove scaling 2014-12-13 12:42:52 -08:00
mq_sysctl.c ipc: convert use of typedef ctl_table to struct ctl_table 2014-06-06 16:08:16 -07:00
mqueue.c ipc: mqueue: Replace timespec with timespec64 2017-09-03 20:21:24 -04:00
msg.c Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2017-09-14 17:37:26 -07:00
msgutil.c ipc: convert ipc_namespace.count from atomic_t to refcount_t 2017-09-08 18:26:51 -07:00
namespace.c ipc: optimize semget/shmget/msgget for lots of keys 2017-09-08 18:26:51 -07:00
sem.c Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2017-09-14 17:37:26 -07:00
shm.c fix a typo in put_compat_shm_info() 2017-09-25 20:41:46 -04:00
syscall.c ipc(2): move compat to native 2017-07-15 20:46:45 -04:00
util.c ipc: optimize semget/shmget/msgget for lots of keys 2017-09-08 18:26:51 -07:00
util.h Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2017-09-14 17:37:26 -07:00