From: Karel Zak <kzak@redhat.com>
To: Andreas Henriksson <andreas@fatal.se>, util-linux@vger.kernel.org
Subject: Re: [PATCH] Fix switch_root/pivot_root cut-n-paste error in configure.ac
Date: Fri, 25 Jul 2014 10:39:59 +0200 [thread overview]
Message-ID: <20140725083959.GP26781@x2.net.home> (raw)
In-Reply-To: <20140724165226.GB519@rampage>
On Thu, Jul 24, 2014 at 12:52:26PM -0400, Dave Reisner wrote:
> On Wed, Jul 23, 2014 at 07:39:02PM +0200, Andreas Henriksson wrote:
> > The "linux only" check for pivot_root seems to suffer from
> > a cut-n-paste problem from the earlier switch_root part.
> >
> > Signed-off-by: Andreas Henriksson <andreas@fatal.se>
> > ---
> > configure.ac | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/configure.ac b/configure.ac
> > index db53dff..aae2456 100644
> > --- a/configure.ac
> > +++ b/configure.ac
> > @@ -1193,7 +1193,7 @@ AC_ARG_ENABLE([pivot_root],
> > [], [UL_DEFAULT_ENABLE([pivot_root], [check])]
> > )
> > UL_BUILD_INIT([pivot_root])
> > -UL_REQUIRES_LINUX([switch_root])
> > +UL_REQUIRES_LINUX([pivot_root])
>
> Is this really correct? Seems to me like the check should simply be
> removed.
It's definitely better to check that the system is Linux before you
start to check for something more complicated. There is logical "and"
between all UL_REQUIRES_*, so the first unsuccessful check disabled
the rest.
> In sys-utils/pivot_root.c, we have the following:
>
> #define pivot_root(new_root,put_old) syscall(SYS_pivot_root,new_root,put_old)
>
> So, the subsequent check for the syscall seems like the only necessary
> check needed. As is, I think that u-l now fails to build in places where
> the pivot_root wrapper doesn't exist in the libc, but the syscall exists
> (does such a platform even exist?).
There is no glibc wrapper at all, in code we always call the syscall
and in configure.ac we check for SYS_pivot_root sycall on Linux.
Nowhere we care about libc.
Karel
--
Karel Zak <kzak@redhat.com>
http://karelzak.blogspot.com
prev parent reply other threads:[~2014-07-25 8:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-23 17:39 [PATCH] Fix switch_root/pivot_root cut-n-paste error in configure.ac Andreas Henriksson
2014-07-24 10:13 ` Karel Zak
2014-07-24 16:52 ` Dave Reisner
2014-07-24 17:19 ` Andreas Henriksson
2014-07-24 17:26 ` Dave Reisner
2014-07-25 8:45 ` Karel Zak
2014-07-25 8:39 ` Karel Zak [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=20140725083959.GP26781@x2.net.home \
--to=kzak@redhat.com \
--cc=andreas@fatal.se \
--cc=util-linux@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox