[GIT,PULL] x86/urgent for 6.4-rc4

Message ID 20230522231548.1511061-1-dave.hansen@linux.intel.com
State New
Headers
Series [GIT,PULL] x86/urgent for 6.4-rc4 |

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_urgent_for_6.4-rc4

Message

Dave Hansen May 22, 2023, 11:15 p.m. UTC
  Hi Linus,

Please pull a single x86/urgent change for 6.4-rc4.  This works around
and issue where the INVLPG instruction may miss invalidating kernel
TLB entries.  I do expect an eventual microcode fix for this.  When
the microcode version numbers are known, we can circle back around and
add them the model table to disable this workaround.

--

The following changes since commit 7d8accfaa0ab65e4282c8e58950f7d688342cd86:

  hwmon: (k10temp) Add PCI ID for family 19, model 78h (2023-05-08 11:36:19 +0200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_urgent_for_6.4-rc4

for you to fetch changes up to ce0b15d11ad837fbacc5356941712218e38a0a83:

  x86/mm: Avoid incomplete Global INVLPG flushes (2023-05-17 08:55:02 -0700)

----------------------------------------------------------------
Work around a TLB invalidation issue in recent hybrid CPUs

----------------------------------------------------------------
Dave Hansen (1):
      x86/mm: Avoid incomplete Global INVLPG flushes

 arch/x86/mm/init.c | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
  

Comments

pr-tracker-bot@kernel.org May 23, 2023, 12:30 a.m. UTC | #1
The pull request you sent on Mon, 22 May 2023 16:15:48 -0700:

> https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_urgent_for_6.4-rc4

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

Thank you!