public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Peter Foley <pefoley2@pefoley.com>,
	linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org
Cc: sfr@canb.auug.org.au
Subject: Re: [PATCH] Documentation: disable vdso_test to avoid breakage with old glibc
Date: Wed, 17 Sep 2014 17:23:55 -0700	[thread overview]
Message-ID: <541A261B.90208@infradead.org> (raw)
In-Reply-To: <1410912565-26085-1-git-send-email-pefoley2@pefoley.com>

On 09/16/14 17:09, Peter Foley wrote:
> glibc versions older than 2.16 don't include sys/auxv.h which this
> executable uses.
> Since we don't have a good way to test for specific glibc versions in
> kbuild, just disable it for now.
> 
> Signed-off-by: Peter Foley <pefoley2@pefoley.com>

Applied.  Thanks.

> ---
>  Documentation/vDSO/Makefile | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/vDSO/Makefile b/Documentation/vDSO/Makefile
> index d87bb29..2b99e57 100644
> --- a/Documentation/vDSO/Makefile
> +++ b/Documentation/vDSO/Makefile
> @@ -1,5 +1,5 @@
> -# List of programs to build
> -hostprogs-y := vdso_test
> +# vdso_test won't build for glibc < 2.16, so disable it
> +# hostprogs-y := vdso_test
>  hostprogs-$(CONFIG_X86) := vdso_standalone_test_x86
>  vdso_standalone_test_x86-objs := vdso_standalone_test_x86.o parse_vdso.o
>  vdso_test-objs := parse_vdso.o vdso_test.o
> 


-- 
~Randy

      reply	other threads:[~2014-09-18  0:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-17  0:09 [PATCH] Documentation: disable vdso_test to avoid breakage with old glibc Peter Foley
2014-09-18  0:23 ` Randy Dunlap [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=541A261B.90208@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pefoley2@pefoley.com \
    --cc=sfr@canb.auug.org.au \
    /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