public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Borislav Petkov <bp@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: x86-ml <x86@kernel.org>, lkml <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] core/urgent for v5.11-rc7
Date: Sun, 7 Feb 2021 12:43:12 +0100	[thread overview]
Message-ID: <20210207114312.GD32127@zn.tnic> (raw)

Hi Linus,

pls pull two core/urgent fixes for v5.11.

Thx.

---
The following changes since commit 1048ba83fb1c00cd24172e23e8263972f6b5d9ac:

  Linux 5.11-rc6 (2021-01-31 13:50:09 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/core_urgent_for_v5.11_rc7

for you to fetch changes up to 36a6c843fd0d8e02506681577e96dabd203dd8e8:

  entry: Use different define for selector variable in SUD (2021-02-06 00:21:42 +0100)

----------------------------------------------------------------
- For syscall user dispatch, separate ptctl operation from syscall
redirection range specification before the API has been made official in 5.11.

- Ensure tasks using the generic syscall code do trap after returning
from a syscall when single-stepping is requested.

----------------------------------------------------------------
Gabriel Krisman Bertazi (2):
      entry: Ensure trap after single-step on system call return
      entry: Use different define for selector variable in SUD

 Documentation/admin-guide/syscall-user-dispatch.rst        |  4 ++--
 arch/x86/include/asm/entry-common.h                        |  2 --
 arch/x86/kernel/step.c                                     | 10 ++++++++--
 include/linux/entry-common.h                               |  1 +
 include/linux/thread_info.h                                |  2 ++
 include/uapi/linux/prctl.h                                 |  3 +++
 kernel/entry/common.c                                      | 12 ++----------
 kernel/entry/syscall_user_dispatch.c                       |  4 ++--
 .../selftests/syscall_user_dispatch/sud_benchmark.c        |  8 +++++---
 tools/testing/selftests/syscall_user_dispatch/sud_test.c   | 14 ++++++++------
 10 files changed, 33 insertions(+), 27 deletions(-)

-- 
Regards/Gruss,
    Boris.

SUSE Software Solutions Germany GmbH, GF: Felix Imendörffer, HRB 36809, AG Nürnberg

             reply	other threads:[~2021-02-07 11:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-07 11:43 Borislav Petkov [this message]
2021-02-07 18:29 ` [GIT PULL] core/urgent for v5.11-rc7 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=20210207114312.GD32127@zn.tnic \
    --to=bp@suse.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox