[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZkhwaJk7MwLXbtqF@gmail.com>
Date: Sat, 18 May 2024 11:10:00 +0200
From: Ingo Molnar <mingo@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>,
Borislav Petkov <bp@...en8.de>,
Dave Hansen <dave.hansen@...ux.intel.com>,
Peter Zijlstra <peterz@...radead.org>,
Andrew Morton <akpm@...ux-foundation.org>,
"H. Peter Anvin" <hpa@...or.com>, x86@...nel.org
Subject: [GIT PULL] x86 fixes
Linus,
Please pull the latest x86/urgent Git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-urgent-2024-05-18
# HEAD: 9dba9c67e52dbe0978c0e86c994891eba480adf0 x86/alternatives: Use the correct length when optimizing NOPs
Miscellaneous fixes:
- Fix a NOP-patching bug that resulted in valid
but suboptimal NOP sequences in certain cases.
- Fix build warnings related to fall-through control flow
Thanks,
Ingo
------------------>
Borislav Petkov (1):
x86/boot: Add a fallthrough annotation
Borislav Petkov (AMD) (1):
x86/alternatives: Use the correct length when optimizing NOPs
Nathan Chancellor (1):
x86/boot: Address clang -Wimplicit-fallthrough in vsprintf()
arch/x86/boot/Makefile | 1 +
arch/x86/boot/printf.c | 3 +++
arch/x86/kernel/alternative.c | 2 +-
3 files changed, 5 insertions(+), 1 deletion(-)
Powered by blists - more mailing lists