Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1215807

[PATCH 0/7] x86 vdso32 cleanups

From Brian Gerst <brgerst@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 0/7] x86 vdso32 cleanups
Date 2015-08-29 17:30 +0200
Message-ID <q2QeS-5LL-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This patch set contains several cleanups to the 32-bit VDSO.  The
main change is to only build one VDSO image, and select the syscall
entry point at runtime.

 arch/x86/entry/vdso/.gitignore                 |  4 +---
 arch/x86/entry/vdso/Makefile                   | 53 ++++++++++++++++++++++-------------------------------
 arch/x86/entry/vdso/{vdso32 => }/int80.S       | 13 +------------
 arch/x86/entry/vdso/{vdso32 => }/sigreturn.S   |  9 +++++++--
 arch/x86/entry/vdso/{vdso32 => }/syscall.S     | 23 +++++------------------
 arch/x86/entry/vdso/{vdso32 => }/sysenter.S    | 19 +++++--------------
 arch/x86/entry/vdso/vclock_gettime.c           | 31 +++++++++++++++++++++++++++++++
 arch/x86/entry/vdso/vdso-note.S                | 32 +++++++++++++++++++++++++++++++-
 arch/x86/entry/vdso/vdso2c.c                   |  2 ++
 arch/x86/entry/vdso/vdso32-setup.c             | 15 ++++++++-------
 arch/x86/entry/vdso/{vdso32 => }/vdso32.lds.S  |  2 +-
 arch/x86/entry/vdso/vdso32/.gitignore          |  1 -
 arch/x86/entry/vdso/vdso32/note.S              | 44 --------------------------------------------
 arch/x86/entry/vdso/vdso32/vclock_gettime.c    | 30 ------------------------------
 arch/x86/entry/vdso/vdso32/vdso-fakesections.c |  1 -
 arch/x86/entry/vdso/vma.c                      |  6 +++---
 arch/x86/ia32/ia32_signal.c                    |  4 ++--
 arch/x86/include/asm/elf.h                     |  3 +--
 arch/x86/include/asm/vdso.h                    | 20 +++++++++++++-------
 arch/x86/kernel/signal.c                       |  4 ++--
 arch/x86/xen/setup.c                           | 13 ++-----------
 arch/x86/xen/vdso.h                            |  4 ----
 22 files changed, 137 insertions(+), 196 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/7] x86 vdso32 cleanups Brian Gerst <brgerst@gmail.com> - 2015-08-29 17:30 +0200
  [PATCH 3/7] x86/vdso32: Remove unused vdso-fakesections.c Brian Gerst <brgerst@gmail.com> - 2015-08-29 17:30 +0200
    Re: [PATCH 3/7] x86/vdso32: Remove unused vdso-fakesections.c Andy Lutomirski <luto@amacapital.net> - 2015-08-30 18:50 +0200
  [PATCH 4/7] x86/vdso32: Build single vdso32 image Brian Gerst <brgerst@gmail.com> - 2015-08-29 17:30 +0200
  [PATCH 6/7] x86/vdso32/xen: Move VDSO_NOTE_NONEGSEG_BIT define Brian Gerst <brgerst@gmail.com> - 2015-08-29 17:30 +0200
  [PATCH 5/7] x86/vdso: Merge 32-bit and 64-bit source files Brian Gerst <brgerst@gmail.com> - 2015-08-29 17:30 +0200
  Re: [PATCH 0/7] x86 vdso32 cleanups Andy Lutomirski <luto@amacapital.net> - 2015-08-29 18:20 +0200
    Re: [PATCH 0/7] x86 vdso32 cleanups Brian Gerst <brgerst@gmail.com> - 2015-08-30 23:20 +0200
      Re: [PATCH 0/7] x86 vdso32 cleanups Andy Lutomirski <luto@amacapital.net> - 2015-08-31 05:00 +0200
        Re: [PATCH 0/7] x86 vdso32 cleanups Andy Lutomirski <luto@amacapital.net> - 2015-09-01 03:40 +0200
          Re: [PATCH 0/7] x86 vdso32 cleanups Andy Lutomirski <luto@amacapital.net> - 2015-09-02 00:00 +0200

csiph-web