mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Szabolcs Nagy <nsz@port70.net>
To: Hauke Mehrtens <hauke@hauke-m.de>
Cc: musl@lists.openwall.com
Subject: Re: [PATCH 5/7] add bits/hwcap.h and include it in sys/auxv.h
Date: Sun, 9 Oct 2016 20:32:57 +0200	[thread overview]
Message-ID: <20161009183257.GJ28065@port70.net> (raw)
In-Reply-To: <b1b6b8c8-225e-08b6-c91a-6f74c11c7e23@hauke-m.de>

* Hauke Mehrtens <hauke@hauke-m.de> [2016-10-09 19:24:13 +0200]:
> On 10/09/2016 07:01 PM, Szabolcs Nagy wrote:
> > aarch64, arm, powerpc, powerpc64 and sh have cpu feature bits defined
> > in linux for AT_HWCAP auxv entry, so expose those in sys/auxv.h
> > ---
> >  arch/aarch64/bits/hwcap.h   | 11 +++++++++++
> >  arch/arm/bits/hwcap.h       | 29 +++++++++++++++++++++++++++++
> >  arch/generic/bits/hwcap.h   |  0
> >  arch/powerpc/bits/hwcap.h   | 40 ++++++++++++++++++++++++++++++++++++++++
> >  arch/powerpc64/bits/hwcap.h | 40 ++++++++++++++++++++++++++++++++++++++++
> >  arch/sh/bits/hwcap.h        | 11 +++++++++++
> >  include/sys/auxv.h          |  1 +
> >  7 files changed, 132 insertions(+)
> >  create mode 100644 arch/aarch64/bits/hwcap.h
> >  create mode 100644 arch/arm/bits/hwcap.h
> >  create mode 100644 arch/generic/bits/hwcap.h
> >  create mode 100644 arch/powerpc/bits/hwcap.h
> >  create mode 100644 arch/powerpc64/bits/hwcap.h
> >  create mode 100644 arch/sh/bits/hwcap.h
> > 
> 
> Hi,
> 
> shouldn't this also be added for MIPS? This commit added a file called
> hwcap.h:
> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=e14f1db7a61f016d74393ca9e8fc49a91d27f603
> 

that commit seems to failed to add it to Kbuild
so it is never installed (i checked installed
uapi headers only because looking at the kernel
source tricked me previously)

but i guess the intention is clear in this case
so we can add it..


  reply	other threads:[~2016-10-09 18:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-09 16:57 [PATCH 0/7] updates for linux v4.8 Szabolcs Nagy
2016-10-09 17:00 ` [PATCH 2/7] add sh syscall numbers from " Szabolcs Nagy
2016-10-09 17:00 ` [PATCH 3/7] add ETH_P_NCSI to netinet/if_ether.h " Szabolcs Nagy
2016-10-09 17:01 ` [PATCH 4/7] elf.h: update EM_ elf machine defines and add R_BPF_ defines Szabolcs Nagy
2016-10-09 17:01 ` [PATCH 5/7] add bits/hwcap.h and include it in sys/auxv.h Szabolcs Nagy
2016-10-09 17:24   ` Hauke Mehrtens
2016-10-09 18:32     ` Szabolcs Nagy [this message]
2016-10-09 18:42       ` [PATCH with-mips] " Szabolcs Nagy
2016-10-09 17:02 ` [PATCH 6/7] add TCP_REPAIR_WINDOW to netinet/tcp.h from linux v4.8 Szabolcs Nagy
2016-10-09 17:02 ` [PATCH 7/7] update icmphdr struct following " Szabolcs Nagy

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=20161009183257.GJ28065@port70.net \
    --to=nsz@port70.net \
    --cc=hauke@hauke-m.de \
    --cc=musl@lists.openwall.com \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

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).