]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 10 Jan 2022 19:34:10 +0000 (11:34 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 10 Jan 2022 19:34:10 +0000 (11:34 -0800)
commit1dc1a9bdec7cb7c30a414eb1eb9ebc3b7fb0fad5
treeb6fa5a6c11dc3e5d98b0724d344ae62f368de82a
parent214e41ff9a26de45969d43adb83f15499b091079
parent964807a781f53352fbe7e68a13c5f446452a1d2f
Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull thread_info flag accessor helper updates from Borislav Petkov:
 "Add a set of thread_info.flags accessors which snapshot it before
  accesing it in order to prevent any potential data races, and convert
  all users to those new accessors"

* tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  powerpc: Snapshot thread flags
  powerpc: Avoid discarding flags in system_call_exception()
  openrisc: Snapshot thread flags
  microblaze: Snapshot thread flags
  arm64: Snapshot thread flags
  ARM: Snapshot thread flags
  alpha: Snapshot thread flags
  sched: Snapshot thread flags
  entry: Snapshot thread flags
  x86: Snapshot thread flags
  thread_info: Add helpers to snapshot thread flags
arch/arm64/kernel/ptrace.c
arch/x86/mm/tlb.c
kernel/sched/core.c