All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Andy Lutomirski <luto@kernel.org>,
	Borislav Petkov <bp@alien8.de>,
	Thomas Gleixner <tglx@linutronix.de>,
	Peter Zijlstra <a.p.zijlstra@chello.nl>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: [GIT PULL] x86/entry changes for v5.5
Date: Mon, 25 Nov 2019 14:49:22 +0100	[thread overview]
Message-ID: <20191125134922.GA5532@gmail.com> (raw)

Linus,

Please pull the latest x86-entry-for-linus git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-entry-for-linus

   # HEAD: f53e2cd0b8ab7d9e390414470bdbd830f660133f x86/mm: Use the correct function type for native_set_fixmap()

These changes relate to the preparatory cleanup of syscall function type 
signatures - to fix indirect call mismatches with Control-Flow Integrity 
(CFI) checking.

No change in behavior intended.

 Thanks,

	Ingo

------------------>
Andy Lutomirski (1):
      syscalls/x86: Wire up COMPAT_SYSCALL_DEFINE0

Sami Tolvanen (5):
      syscalls/x86: Use the correct function type in SYSCALL_DEFINE0
      syscalls/x86: Use COMPAT_SYSCALL_DEFINE0 for IA32 (rt_)sigreturn
      syscalls/x86: Use the correct function type for sys_ni_syscall
      syscalls/x86: Fix function types in COND_SYSCALL
      x86/mm: Use the correct function type for native_set_fixmap()


 arch/x86/entry/syscall_32.c            |  8 ++--
 arch/x86/entry/syscall_64.c            | 14 +++++--
 arch/x86/entry/syscalls/syscall_32.tbl |  8 ++--
 arch/x86/ia32/ia32_signal.c            |  5 ++-
 arch/x86/include/asm/fixmap.h          |  2 +-
 arch/x86/include/asm/syscall_wrapper.h | 76 ++++++++++++++++++++++++++--------
 arch/x86/mm/pgtable.c                  |  4 +-
 7 files changed, 81 insertions(+), 36 deletions(-)


             reply	other threads:[~2019-11-25 13:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-25 13:49 Ingo Molnar [this message]
2019-11-26 19:30 ` [GIT PULL] x86/entry changes for v5.5 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=20191125134922.GA5532@gmail.com \
    --to=mingo@kernel.org \
    --cc=a.p.zijlstra@chello.nl \
    --cc=akpm@linux-foundation.org \
    --cc=bp@alien8.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luto@kernel.org \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.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.