public inbox for trinity@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] misc trinity patches
@ 2013-06-30 19:33 Tommi Rantala
  2013-06-30 19:33 ` [PATCH 1/8] Use TRINITY_PF_MAX instead of PF_MAX in syscalls/socket.c Tommi Rantala
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Tommi Rantala @ 2013-06-30 19:33 UTC (permalink / raw)
  To: davej; +Cc: trinity, Tommi Rantala

Hello, some fairly small trinity patches, please take a look.

Thanks,
Tommi

Tommi Rantala (8):
  Use TRINITY_PF_MAX instead of PF_MAX in syscalls/socket.c
  Fix open() result check in check_tainted()
  Avoid needless get_filename() calls in generate_pathname()
  Fix double rand() in generate_pathname()
  move perf_event.h to include/
  msgrcv() and msgsnd() IPC_NOWAIT msgflg
  ioctls/drm: add deprecated nouveau ioctls
  ioctls/vhost: VHOST_SCSI_* ioctls

 files.c                            |   5 +-
 {syscalls => include}/perf_event.h |   0
 ioctls/drm.c                       | 102 +++++++++++++++++++++++++++++++++++++
 ioctls/vhost.c                     |  15 ++++++
 main.c                             |   2 +-
 syscalls/msgrcv.c                  |   4 +-
 syscalls/msgsnd.c                  |   4 +-
 syscalls/socket.c                  |   2 +-
 8 files changed, 125 insertions(+), 9 deletions(-)
 rename {syscalls => include}/perf_event.h (100%)

-- 
1.8.1.4

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-07-01 15:30 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-30 19:33 [PATCH 0/8] misc trinity patches Tommi Rantala
2013-06-30 19:33 ` [PATCH 1/8] Use TRINITY_PF_MAX instead of PF_MAX in syscalls/socket.c Tommi Rantala
2013-06-30 19:33 ` [PATCH 2/8] Fix open() result check in check_tainted() Tommi Rantala
2013-06-30 19:33 ` [PATCH 3/8] Avoid needless get_filename() calls in generate_pathname() Tommi Rantala
2013-06-30 19:33 ` [PATCH 4/8] Fix double rand() " Tommi Rantala
2013-06-30 19:33 ` [PATCH 5/8] move perf_event.h to include/ Tommi Rantala
2013-06-30 23:29   ` Dave Jones
2013-07-01 14:35     ` Tommi Rantala
2013-07-01 14:43       ` Dave Jones
2013-07-01 15:30         ` Vince Weaver
2013-06-30 19:33 ` [PATCH 6/8] msgrcv() and msgsnd() IPC_NOWAIT msgflg Tommi Rantala
2013-06-30 19:33 ` [PATCH 7/8] ioctls/drm: add deprecated nouveau ioctls Tommi Rantala
2013-06-30 19:33 ` [PATCH 8/8] ioctls/vhost: VHOST_SCSI_* ioctls Tommi Rantala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox