All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Johannes Schauer" <j.schauer@email.de>
To: linux-hotplug@vger.kernel.org
Subject: Re: udev regression from 167 to 168 on notion ink adam
Date: Thu, 05 May 2011 15:37:41 +0000	[thread overview]
Message-ID: <1036331514.446965.1304609861089.JavaMail.fmail@mwmweb067> (raw)
In-Reply-To: <809580245.144501.1304521074555.JavaMail.fmail@mwmweb069>

Hi,

>Yeah, looks weird. Maybe try a more recent kernel first, if the issue goes away.
>Kay
well, it turned out it is not a libc issue but indeed a kernel issue.
The reason is, that accept4 is not available on arm with 2.6.32.
It was only introduced for 2.6.36 - see this commit:

21d93e2e29722d7832f61cc56d73fb953ee6578e

I applied this simple patch to my kernel 2.6.32, rebuild and voila! everything
works as expected :)

So since version 168 udev requires more than 2.6.32 - 2.6.36 to be precise,
because of the accept4 call.

Couldnt you just use the old accept instead so that udev also works with 2.6.32
non-x86 systems? But it would probably be simpler to just raise the kernel
requirements for udev from .32 to .36.

I'm very happy this is solved now :)

cheers, josch

  parent reply	other threads:[~2011-05-05 15:37 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-04 14:57 udev regression from 167 to 168 on notion ink adam Johannes Schauer
2011-05-04 15:20 ` Marco d'Itri
2011-05-04 16:03 ` Kay Sievers
2011-05-04 16:31 ` Gabor Z. Papp
2011-05-04 16:36 ` Kay Sievers
2011-05-04 18:39 ` Johannes Schauer
2011-05-05  8:33 ` Johannes Schauer
2011-05-05  9:33 ` Kay Sievers
2011-05-05  9:38 ` Kay Sievers
2011-05-05  9:56 ` Marco d'Itri
2011-05-05 10:06 ` Kay Sievers
2011-05-05 10:18 ` Marco d'Itri
2011-05-05 11:32 ` Johannes Schauer
2011-05-05 12:04 ` Johannes Schauer
2011-05-05 15:13 ` Kay Sievers
2011-05-05 15:37 ` Johannes Schauer [this message]
2011-05-05 15:42 ` Marco d'Itri

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=1036331514.446965.1304609861089.JavaMail.fmail@mwmweb067 \
    --to=j.schauer@email.de \
    --cc=linux-hotplug@vger.kernel.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 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.