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] x86/urgent for v5.11-rc7
Date: Sun, 7 Feb 2021 11:40:22 +0100 [thread overview]
Message-ID: <20210207104022.GA32127@zn.tnic> (raw)
Hi Linus,
I hope this is the last batch of x86/urgent updates for this round.
Pls pull,
thx.
---
The following changes since commit 6ee1d745b7c9fd573fba142a2efdad76a9f1cb04:
Linux 5.11-rc5 (2021-01-24 16:47:14 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_urgent_for_v5.11_rc7
for you to fetch changes up to 816ef8d7a2c4182e19bc06ab65751cb9e3951e94:
x86/efi: Remove EFI PGD build time checks (2021-02-06 13:54:14 +0100)
----------------------------------------------------------------
- Remove superfluous EFI PGD range checks which lead to those assertions failing
with certain kernel configs and LLVM.
- Disable setting breakpoints on facilities involved in #DB exception handling
to avoid infinite loops.
- Add extra serialization to non-serializing MSRs (IA32_TSC_DEADLINE and
x2 APIC MSRs) to adhere to SDM's recommendation and avoid any theoretical
issues.
- Re-add the EPB MSR reading on turbostat so that it works on older
kernels which don't have the corresponding EPB sysfs file.
- Add Alder Lake to the list of CPUs which support split lock.
- Fix %dr6 register handling in order to be able to set watchpoints with gdb
again.
- Disable CET instrumentation in the kernel so that gcc doesn't add
ENDBR64 to kernel code and thus confuse tracing.
----------------------------------------------------------------
Borislav Petkov (2):
tools/power/turbostat: Fallback to an MSR read for EPB
x86/efi: Remove EFI PGD build time checks
Dave Hansen (1):
x86/apic: Add extra serialization for non-serializing MSRs
Fenghua Yu (1):
x86/split_lock: Enable the split lock feature on another Alder Lake CPU
Josh Poimboeuf (1):
x86/build: Disable CET instrumentation in the kernel
Lai Jiangshan (2):
x86/debug: Prevent data breakpoints on __per_cpu_offset
x86/debug: Prevent data breakpoints on cpu_dr7
Peter Zijlstra (1):
x86/debug: Fix DR6 handling
Makefile | 6 ----
arch/x86/Makefile | 3 ++
arch/x86/include/asm/apic.h | 10 ------
arch/x86/include/asm/barrier.h | 18 +++++++++++
arch/x86/kernel/apic/apic.c | 4 +++
arch/x86/kernel/apic/x2apic_cluster.c | 6 ++--
arch/x86/kernel/apic/x2apic_phys.c | 9 ++++--
arch/x86/kernel/cpu/intel.c | 1 +
arch/x86/kernel/hw_breakpoint.c | 61 +++++++++++++++++++++++------------
arch/x86/platform/efi/efi_64.c | 19 -----------
tools/power/x86/turbostat/turbostat.c | 10 +++++-
11 files changed, 85 insertions(+), 62 deletions(-)
--
Regards/Gruss,
Boris.
SUSE Software Solutions Germany GmbH, GF: Felix Imendörffer, HRB 36809, AG Nürnberg
next reply other threads:[~2021-02-07 10:41 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-07 10:40 Borislav Petkov [this message]
2021-02-07 17:49 ` [GIT PULL] x86/urgent for v5.11-rc7 Linus Torvalds
2021-02-07 17:58 ` Borislav Petkov
2021-02-07 18:15 ` Linus Torvalds
2021-02-07 18:32 ` Dave Hansen
2021-02-07 18:40 ` Linus Torvalds
2021-02-07 22:45 ` Josh Poimboeuf
2021-02-08 15:02 ` Steven Rostedt
2021-02-08 15:33 ` Josh Poimboeuf
2021-02-08 15:47 ` Peter Zijlstra
2021-02-08 16:15 ` Steven Rostedt
2021-02-09 8:32 ` Miroslav Benes
2021-02-09 14:49 ` Steven Rostedt
2021-02-09 15:16 ` Miroslav Benes
2021-02-09 16:45 ` Alexei Starovoitov
2021-02-09 16:55 ` Andy Lutomirski
2021-02-09 18:09 ` Linus Torvalds
2021-02-09 18:26 ` Andy Lutomirski
2021-02-09 18:39 ` Linus Torvalds
2021-02-07 18:19 ` Dave Hansen
2021-02-07 18:31 ` Andy Lutomirski
2021-02-08 10:33 ` Peter Zijlstra
2021-02-07 20:44 ` Alexei Starovoitov
2021-02-07 22:35 ` Dave Hansen
2021-02-08 16:11 ` Yu, Yu-cheng
2021-02-07 18:29 ` 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=20210207104022.GA32127@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