qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] linux-user: fix ARM hwcaps related issues
@ 2014-05-02 13:45 Peter Maydell
  2014-05-02 13:45 ` [Qemu-devel] [PATCH 1/4] linux-user/elfload.c: Fix incorrect ARM HWCAP bits Peter Maydell
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Peter Maydell @ 2014-05-02 13:45 UTC (permalink / raw)
  To: qemu-devel; +Cc: Riku Voipio, patches

This patchset fixes a number of issues in the ARM elfload.c, mostly
relating to the AT_HWCAP bits:
 * off-by-one error for some of the existing ARM bits
 * update to include bits defined in newer kernels, and fix
   some bugs in how we were handling existing bits
 * properly separate out 64-bit from 32-bit code, so that we
   get the right 64-bit HWCAP and core-dump behaviour
 * support HWCAP2, which 32-bit ARM uses for some of the crypto
   feature bits

I've cc'd the first 3 for stable because they seemed
safe enough, and the 3rd patch in particular looks worth
having in stable since we're supposed to support A64 binaries
there.

thanks
-- PMM

Peter Maydell (4):
  linux-user/elfload.c: Fix incorrect ARM HWCAP bits
  linux-user/elfload.c: Update ARM HWCAP bits
  linux-user/elfload.c: Fix A64 code which was incorrectly acting like
    A32
  linux-user/elfload.c: Support ARM HWCAP2 flags

 include/elf.h        |   1 +
 linux-user/elfload.c | 145 ++++++++++++++++++++++++++++++++++++++++++++-------
 2 files changed, 127 insertions(+), 19 deletions(-)

-- 
1.9.2

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-05-02 14:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-02 13:45 [Qemu-devel] [PATCH 0/4] linux-user: fix ARM hwcaps related issues Peter Maydell
2014-05-02 13:45 ` [Qemu-devel] [PATCH 1/4] linux-user/elfload.c: Fix incorrect ARM HWCAP bits Peter Maydell
2014-05-02 13:45 ` [Qemu-devel] [PATCH 2/4] linux-user/elfload.c: Update " Peter Maydell
2014-05-02 13:45 ` [Qemu-devel] [PATCH 3/4] linux-user/elfload.c: Fix A64 code which was incorrectly acting like A32 Peter Maydell
2014-05-02 13:45 ` [Qemu-devel] [PATCH 4/4] linux-user/elfload.c: Support ARM HWCAP2 flags Peter Maydell

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