All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Dike <jdike@addtoit.com>
To: Dan Shearer <dan@shearer.org>
Cc: user-mode-linux-devel@lists.sourceforge.net
Subject: Re: [uml-devel] PATCH check for sys_sendfile() in port_user.c
Date: Tue, 27 Jan 2004 23:39:25 -0500	[thread overview]
Message-ID: <200401280439.i0S4dPZw005522@ccure.user-mode-linux.org> (raw)
In-Reply-To: Your message of "Tue, 27 Jan 2004 15:20:14 +1030." <20040127045014.GZ4203@erizo.shearer.org>

> Some kernels (including SuSE 2.4.20, according to http://
> marc.theaimsgroup.com/?l=user-mode-linux-user&m=107437381718023&w=2)
> don't have sys_sendfile, in which case the port console driver should
> refuse to start up because there is no way for telnetd to get the fd. 

sendfile has nothing to do with passing descriptors across unix sockets.
It is a relatively new performance tweak which allows files to be copied
without the data flowing through userspace.

				Jeff



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

      reply	other threads:[~2004-01-28  4:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-27  4:50 [uml-devel] PATCH check for sys_sendfile() in port_user.c Dan Shearer
2004-01-28  4:39 ` Jeff Dike [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200401280439.i0S4dPZw005522@ccure.user-mode-linux.org \
    --to=jdike@addtoit.com \
    --cc=dan@shearer.org \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.