linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: linux@arm.linux.org.uk (Russell King - ARM Linux)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] wire up sys_accept4() on ARM
Date: Sat, 14 Aug 2010 22:05:39 +0100	[thread overview]
Message-ID: <20100814210539.GC1999@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <19557.7592.825768.377190@pilspetsen.it.uu.se>

On Fri, Aug 13, 2010 at 12:25:44PM +0200, Mikael Pettersson wrote:
> Mikael Pettersson writes:
>  > sys_accept4() was added in kernel 2.6.28, but ARM was not updated
>  > to include it.  The number and types of parameters is such that
>  > no ARM-specific processing is needed, so wiring up sys_accept4()
>  > just requires defining __NR_accept4 and adding a direct call in
>  > the syscall entry table.
>  > 
>  > Tested with an EABI 2.6.35 kernel and Ulrich Drepper's original
>  > accept4() test program, modified to define __NR_accept4 for ARM.
>  > 
>  > Using the updated unistd.h also eliminates a warning then building
>  > glibc (2.10.2 and newer) about accept4() being unimplemented.
>  > 
>  > Signed-off-by: Mikael Pettersson <mikpe@it.uu.se>
> 
> Ping.  Ok for patch system?

Yup.

      reply	other threads:[~2010-08-14 21:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-03 14:41 [PATCH] wire up sys_accept4() on ARM Mikael Pettersson
2010-08-13 10:25 ` Mikael Pettersson
2010-08-14 21:05   ` Russell King - ARM Linux [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=20100814210539.GC1999@n2100.arm.linux.org.uk \
    --to=linux@arm.linux.org.uk \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).