All of lore.kernel.org
 help / color / mirror / Atom feed
From: Borislav Petkov <bp@alien8.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: x86-ml <x86@kernel.org>, lkml <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] x86/vdso for v6.3-rc1
Date: Mon, 20 Feb 2023 19:26:32 +0100	[thread overview]
Message-ID: <Y/O7WByYDrjPy6sC@zn.tnic> (raw)

Hi Linus,

please pull a bunch of x86 vdso improvements for 6.3.

Thx.

---

The following changes since commit 2241ab53cbb5cdb08a6b2d4688feb13971058f65:

  Linux 6.2-rc5 (2023-01-21 16:27:01 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_vdso_for_v6.3_rc1

for you to fetch changes up to dac0da428f8dfb23666ab4ea54a7768c152b857a:

  x86/vdso: Fix -Wmissing-prototypes warnings (2023-02-07 18:23:17 +0100)

----------------------------------------------------------------
- Add getcpu support for the 32-bit version of the vDSO

- Some smaller fixes

----------------------------------------------------------------
Borislav Petkov (AMD) (1):
      x86/vdso: Fix -Wmissing-prototypes warnings

Brian Gerst (1):
      x86/vdso: Move VDSO image init to vdso2c generated code

Sebastian Andrzej Siewior (4):
      x86/cpu: Provide the full setup for getcpu() on x86-32
      x86/vdso: Provide getcpu for x86-32.
      selftests: Emit a warning if getcpu() is missing on 32bit
      x86/vdso: Fake 32bit VDSO build on 64bit compile for vgetcpu

 arch/x86/entry/vdso/Makefile                  |  3 ++-
 arch/x86/entry/vdso/vdso2c.h                  |  6 ++++++
 arch/x86/entry/vdso/vdso32-setup.c            |  9 ---------
 arch/x86/entry/vdso/vdso32/fake_32bit_build.h | 25 +++++++++++++++++++++++++
 arch/x86/entry/vdso/vdso32/vclock_gettime.c   | 27 +--------------------------
 arch/x86/entry/vdso/vdso32/vdso32.lds.S       |  1 +
 arch/x86/entry/vdso/vdso32/vgetcpu.c          |  3 +++
 arch/x86/entry/vdso/vgetcpu.c                 |  3 +--
 arch/x86/entry/vdso/vma.c                     | 19 ++++---------------
 arch/x86/include/asm/processor.h              |  1 -
 arch/x86/include/asm/segment.h                |  8 ++++----
 arch/x86/include/asm/vdso.h                   |  2 +-
 arch/x86/include/asm/vdso/gettimeofday.h      |  2 ++
 arch/x86/include/asm/vdso/processor.h         |  4 ++++
 arch/x86/kernel/cpu/common.c                  |  5 +----
 tools/testing/selftests/x86/test_vsyscall.c   |  7 ++-----
 16 files changed, 57 insertions(+), 68 deletions(-)
 create mode 100644 arch/x86/entry/vdso/vdso32/fake_32bit_build.h
 create mode 100644 arch/x86/entry/vdso/vdso32/vgetcpu.c

-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette

             reply	other threads:[~2023-02-20 18:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-20 18:26 Borislav Petkov [this message]
2023-02-21 17:24 ` [GIT PULL] x86/vdso for v6.3-rc1 pr-tracker-bot

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=Y/O7WByYDrjPy6sC@zn.tnic \
    --to=bp@alien8.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=x86@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.