[GIT,PULL] x86/misc for v6.8

Message ID 20240106151221.GAZZlt1Vq7yyq/aujW@fat_crate.local
State New
Headers
Series [GIT,PULL] x86/misc for v6.8 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_misc_for_v6.8

Message

Borislav Petkov Jan. 6, 2024, 3:12 p.m. UTC
  Hi Linus,

please pull a couple of miscellaneous fixes for v6.8.

Thx.

---

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_misc_for_v6.8

for you to fetch changes up to f789383fa34a266d0c1a76f272043a15a8edf733:

  x86/ia32: State that IA32 emulation is disabled (2023-12-11 10:14:28 +0100)

----------------------------------------------------------------
- Add an informational message which gets issued when IA32 emulation has
  been disabled on the cmdline

- Clarify in detail how /proc/cpuinfo is used on x86

- Fix a theoretical overflow in num_digits()

----------------------------------------------------------------
Borislav Petkov (AMD) (2):
      Documentation/x86: Document what /proc/cpuinfo is for
      x86/ia32: State that IA32 emulation is disabled

Colin Ian King (1):
      x86/lib: Fix overflow when counting digits

 Documentation/arch/x86/cpuinfo.rst | 89 +++++++++++++++++++++++++++++---------
 arch/x86/include/asm/elf.h         |  2 +-
 arch/x86/include/asm/ia32.h        | 11 ++++-
 arch/x86/lib/misc.c                |  2 +-
 4 files changed, 80 insertions(+), 24 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Jan. 9, 2024, 12:47 a.m. UTC | #1
The pull request you sent on Sat, 6 Jan 2024 16:12:21 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_misc_for_v6.8

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/41a80ca4ae2de711e04b399f614f676daf72d938

Thank you!