All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] System call design: preadv & pwritev.
@ 2008-12-18 11:42 ` Gerd Hoffmann
  0 siblings, 0 replies; 9+ messages in thread
From: Gerd Hoffmann @ 2008-12-18 11:42 UTC (permalink / raw)
  To: linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arch-u79uwXL29TY76Z2rM5mHXA,
	linux-api-u79uwXL29TY76Z2rM5mHXA
  Cc: aarcange-H+wXaHxf7aLQT0dZR+AlfA, Gerd Hoffmann

  Hi folks,

Guess I have your attention now thanks to LWN ;)

Next round of the preadv & pwritev patch series, hopefully finally
solving the architecture issues.  I've decided to go with the suggestion
from the s390 guys:  split the 64bit offset into two explicitly coded
32bit halves.  The syscall prototype should work now for all archs
without (in-kernel) wrappers.  glibc must wrap the syscalls though to
hide that split from the applications.  But there is no way around glibc
wrappers anyway, so I think that is sensible decision.

cheers,
  Gerd

--
To unsubscribe from this list: send the line "unsubscribe linux-api" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2008-12-18 13:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-18 11:42 [PATCH v4 0/3] System call design: preadv & pwritev Gerd Hoffmann
2008-12-18 11:42 ` Gerd Hoffmann
2008-12-18 11:42 ` [PATCH v4 1/3] Add missing accounting calls to compat_sys_{readv,writev} Gerd Hoffmann
2008-12-18 11:42 ` [PATCH v4 2/3] Add preadv and pwritev system calls Gerd Hoffmann
     [not found]   ` <1229600542-11585-3-git-send-email-kraxel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2008-12-18 12:34     ` Arnd Bergmann
2008-12-18 12:34       ` Arnd Bergmann
     [not found]       ` <200812181334.33719.arnd-r2nGTMty4D4@public.gmane.org>
2008-12-18 13:37         ` Gerd Hoffmann
2008-12-18 13:37           ` Gerd Hoffmann
2008-12-18 11:42 ` [PATCH v4 3/3] MIPS: Add preadv(2) and pwritev(2) syscalls Gerd Hoffmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.