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 6.1
Date: Sun, 23 Oct 2022 11:36:41 +0200 [thread overview]
Message-ID: <Y1ULKYsASLRoVb7N@zn.tnic> (raw)
Hi Linus,
as it is usually the case, right after a major release, the tip urgent
branches accumulate a couple more fixes than normal. And here is the
x86, a bit bigger, urgent pile.
Please pull,
thx.
---
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_urgent_for_v6.0_rc2
for you to fetch changes up to 471f0aa7fa64e23766a1473b32d9ec3f0718895a:
x86/fpu: Fix copy_xstate_to_uabi() to copy init states correctly (2022-10-21 15:22:09 -0700)
----------------------------------------------------------------
- Use the correct CPU capability clearing function on the error path in
Intel perf LBR
- A CFI fix to ftrace along with a simplification
- Adjust handling of zero capacity bit mask for resctrl cache allocation
on AMD
- A fix to the AMD microcode loader to attempt patch application on
every logical thread
- A couple of topology fixes to handle CPUID leaf 0x1f enumeration info
properly
- Drop a -mabi=ms compiler option check as both compilers support it now
anyway
- A couple of fixes to how the initial, statically allocated FPU buffer
state is setup and its interaction with dynamic states at runtime
----------------------------------------------------------------
Babu Moger (1):
x86/resctrl: Fix min_cbm_bits for AMD
Borislav Petkov (1):
x86/microcode/AMD: Apply the patch early on every logical thread
Chang S. Bae (4):
x86/fpu: Configure init_fpstate attributes orderly
x86/fpu: Fix the init_fpstate size check with the actual size
x86/fpu: Exclude dynamic states from init_fpstate
x86/fpu: Fix copy_xstate_to_uabi() to copy init states correctly
Maxim Levitsky (1):
perf/x86/intel/lbr: Use setup_clear_cpu_cap() instead of clear_cpu_cap()
Nathan Chancellor (1):
x86/Kconfig: Drop check for -mabi=ms for CONFIG_EFI_STUB
Peter Zijlstra (2):
x86/ftrace: Remove ftrace_epilogue()
ftrace,kcfi: Separate ftrace_stub() and ftrace_stub_graph()
Zhang Rui (3):
hwmon/coretemp: Handle large core ID value
x86/topology: Fix multiple packages shown on a single-package system
x86/topology: Fix duplicated core ID within a package
arch/arm64/kernel/entry-ftrace.S | 7 ++++-
arch/x86/Kconfig | 1 -
arch/x86/events/intel/lbr.c | 2 +-
arch/x86/kernel/cpu/microcode/amd.c | 16 +++++++++--
arch/x86/kernel/cpu/resctrl/core.c | 8 ++----
arch/x86/kernel/cpu/topology.c | 16 +++++++----
arch/x86/kernel/fpu/init.c | 8 ------
arch/x86/kernel/fpu/xstate.c | 42 +++++++++++++++-------------
arch/x86/kernel/ftrace_64.S | 34 +++++++++-------------
drivers/hwmon/coretemp.c | 56 +++++++++++++++++++++++++++----------
include/asm-generic/vmlinux.lds.h | 18 ++++++++----
11 files changed, 122 insertions(+), 86 deletions(-)
--
Regards/Gruss,
Boris.
SUSE Software Solutions Germany GmbH
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Martje Boudien Moerman
(HRB 36809, AG Nürnberg)
next reply other threads:[~2022-10-23 9:37 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-23 9:36 Borislav Petkov [this message]
2022-10-23 9:54 ` [GIT PULL] x86/urgent for 6.1 Borislav Petkov
2022-10-23 17:06 ` Linus Torvalds
2022-10-23 18:14 ` Borislav Petkov
2022-10-23 18:42 ` Linus Torvalds
2022-10-23 19:06 ` Borislav Petkov
2022-10-23 17:18 ` 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=Y1ULKYsASLRoVb7N@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 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.